aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixesArmin Rigo2020-11-242-3/+6
|
* back-port the rpython bits of "py3.7-rsre"Armin Rigo2020-11-248-129/+327
|
* update how-to-release documentMatti Picus2020-11-211-2/+6
|
* document 7.3.3 releaseMatti Picus2020-11-212-13/+7
|
* Added tag release-pypy3.7-v7.3.3 for changeset 7e6e2bb30ac5Matti Picus2020-11-211-0/+1
|
* Added tag release-pypy3.6-v7.3.3 for changeset db1e853f94deMatti Picus2020-11-211-0/+1
|
* Added tag release-pypy2.7-v7.3.3 for changeset a29ef73f9b32Matti Picus2020-11-211-0/+1
|
* merge branch to fix xml default attribute assignment into defaultMatti Picus2020-11-203-2/+24
|\
| * test, fix xml default attribute values (issue 3333) (thanks obfusk)Matti Picus2020-11-203-2/+24
|/
* document merged branchMatti Picus2020-11-201-0/+3
|
* try to simplify and clarify contributing instructionsMatti Picus2020-11-201-21/+10
|
* Merge branch 'branch/new-ci-image' into 'branch/default'Antonio Cuni2020-11-203-3/+42
|\ | | | | | | | | | | Use the heptapod docker registry See merge request pypy/pypy!776
| * CI: Add a Dockerfile for CIChristoph Reiter2020-11-203-3/+42
| | | | | | | | | | | | | | This can be uploaded to the heptapod/gitlab package registry and pulled in the CI runner from there. Prevents hitting pull limits on docker hub.
| * branch where to fix the docker imageAntonio Cuni2020-11-200-0/+0
| |
* | Added tag release-pypy3.7-v7.3.3rc2 for changeset 7e6e2bb30ac5Matti Picus2020-11-181-0/+1
| |
* | Added tag release-pypy3.6-v7.3.3rc2 for changeset db1e853f94deMatti Picus2020-11-181-0/+1
| |
* | Added tag release-pypy2.7-v7.3.3rc2 for changeset a29ef73f9b32Matti Picus2020-11-181-0/+1
| |
* | update repackage scriptMatti Picus2020-11-181-2/+2
|/
* update release noteMatti Picus2020-11-181-3/+10
|
* Update project-ideas, more work needed.Matti Picus2020-11-181-18/+16
|
* clarify CCHARP vs CWCHARP in rwinregMatti Picus2020-11-151-18/+22
|
* Find a hackish way to parse enumsRonan Lamy2020-08-082-0/+40
| | | | (grafted from 6b1670dc58b96b676437fa875b2b0d6e38828d76)
* Added tag release-pypy3.7-v7.3.3rc1 for changeset 6cf8fa20a7f6Matti Picus2020-11-111-0/+1
|
* Added tag release-pypy3.6-v7.3.3rc1 for changeset fab92f174c77Matti Picus2020-11-111-0/+1
|
* Added tag release-pypy2.7-v7.3.3rc1 for changeset a29ef73f9b32Matti Picus2020-11-111-0/+1
|
* fix link for topazMatti Picus2020-11-051-1/+1
|
* update testMatti Picus2020-11-041-3/+2
|
* move testMatti Picus2020-11-041-0/+0
|
* document hpy as part of the releaseMatti Picus2020-11-032-4/+5
|
* Ensure compatibility of r_singlefloat/r_longfloat hashes with equalityRonan Lamy2020-11-021-0/+6
|
* typo in macro nameMatti Picus2020-11-021-1/+1
|
* add missing include, needs sychronization with upstreamMatti Picus2020-11-011-0/+1
|
* add whatsnew-pypy3-7.3.3.rst, mention disabled hpy in 7.3.2Matti Picus2020-11-013-0/+22
|
* 2to3 makecontributor.py, update contributorsMatti Picus2020-10-314-450/+455
|
* start 7.3.3 release cycleMatti Picus2020-10-318-10/+19
|
* move whatsnew-headMatti Picus2020-10-311-0/+0
|
* tweak struct, adapt test to new struct layoutMatti Picus2020-10-302-26/+27
|
* update release noteMatti Picus2020-10-301-0/+2
|
* revert these files to remove os.prlimit from 2.7Matti Picus2020-10-303-75/+1
|
* test, fix for readonly flag on PyObject_GetBuffer(<bytes>, view) (issue 3307)Matti Picus2020-10-292-1/+17
|
* update release noteMatti Picus2020-10-291-18/+69
|
* fix translationMatti Picus2020-10-291-6/+10
|
* add draft release noteMatti Picus2020-10-291-0/+140
|
* merge cptpcrd-resource-prlimit, which provides resource.prlimitMatti Picus2020-10-294-1/+79
|\
| * document, close branch to be mergedMatti Picus2020-10-291-0/+4
| |
| * my_prlimit -> _prlimit (in _resource_build)cptpcrd2020-10-292-3/+3
| |
| * only compile my_prlimit header on Linuxcptpcrd2020-10-281-2/+6
| |
| * add resource.prlimit() (added in CPython 3.4)cptpcrd2020-10-283-1/+71
| |
* | dynamically allocate Py_buffer.format if needed, issue 3336Matti Picus2020-10-294-30/+10
| |
* | backport changes from py3.6Matti Picus2020-10-231-0/+5
| |