| Commit message (Expand) | Author | Age | Files | Lines |
* | do not display IRC_TOPIC even on this alpha release. Can be overridden from envrelease-pypy3.7-v7.3.2rc1 | Matti Picus | 2020-09-08 | 1 | -2/+1 |
* | first alpha release of PyPy 3.7 v7.3.2alpha0 | Matti Picus | 2020-09-06 | 2 | -3/+3 |
* | merge py3.6 into py3.7 | Matti Picus | 2020-09-06 | 27 | -87/+864 |
|\ |
|
| * | merge default into py3.6 | Matti Picus | 2020-09-06 | 24 | -78/+840 |
| |\ |
|
| | * | restart whatsnew | Matti Picus | 2020-09-06 | 3 | -3/+11 |
| | * | update the HEAD version to 7.3.3 | Matti Picus | 2020-09-06 | 4 | -4/+4 |
| | * | update release note | Matti Picus | 2020-09-06 | 1 | -2/+32 |
| | * | Disable the work done on optimize_UINT_LT & friends, with explanation | Armin Rigo | 2020-09-03 | 2 | -8/+30 |
| | * | add some prints in an attempt to understand this failure, which doesn't show up | Armin Rigo | 2020-09-03 | 1 | -0/+3 |
| | * | fix for 90c5a06b0923 | Armin Rigo | 2020-09-03 | 1 | -1/+3 |
| | * | update to cffi/108825c76286 | Armin Rigo | 2020-09-03 | 3 | -4/+11 |
| | * | fix for e11b82085fc9 (hard to test, it requires careful consideration of | Armin Rigo | 2020-09-02 | 1 | -12/+11 |
| | * | reduce diff with py3 | Ronan Lamy | 2020-09-02 | 1 | -15/+18 |
| | * | Some intbound checking around the 'uint' comparisons | Armin Rigo | 2020-09-02 | 2 | -0/+438 |
| | * | Rewrite code like the app-level "lst[i+1]" to fold the "+1" inside the | Armin Rigo | 2020-09-02 | 2 | -13/+176 |
| | * | document new function, fix translation | Matti Picus | 2020-08-31 | 4 | -4/+25 |
| | * | Merge branch 'branch/jit-releaseall' into 'branch/default' | Armin Rigo | 2020-08-30 | 6 | -6/+58 |
| | |\ |
|
| | | * | Add the app-level hook 'pypyjit.releaseall()' | Armin Rigo | 2020-08-30 | 2 | -1/+6 |
| | | * | add jit_hooks.stats_memmgr_release_all() | Armin Rigo | 2020-08-30 | 4 | -6/+53 |
| | | * | Trying to implement pypyjit.releaseall(), marking all machine codes as to be ... | Armin Rigo | 2020-08-30 | 0 | -0/+0 |
| | * | | explain the return value of this function in the docstring | Armin Rigo | 2020-08-30 | 1 | -3/+5 |
| | |/ |
|
| * | | fix translation | Matti Picus | 2020-08-31 | 1 | -1/+1 |
| * | | clean up test_sock_app, fix _socket.share | Matti Picus | 2020-08-30 | 2 | -8/+23 |
| * | | fix merge | Matti Picus | 2020-08-30 | 1 | -1/+1 |
* | | | merge py3.6 into py3.7 | Matti Picus | 2020-08-30 | 1 | -1/+1 |
|\| | |
|
| * | | merge default into py3.6 | Matti Picus | 2020-08-30 | 1 | -1/+1 |
| |\| |
|
| | * | typo | Matti Picus | 2020-08-30 | 1 | -1/+1 |
* | | | merge py3.6 into py3.7 | Matti Picus | 2020-08-30 | 7 | -6/+4507 |
|\| | |
|
| * | | merge default into py3.6 | Matti Picus | 2020-08-30 | 7 | -6/+4507 |
| |\| |
|
| | * | make stack 3MB on windows | Matti Picus | 2020-08-30 | 1 | -1/+2 |
| | * | add the tweaked test_c.py from cffi, which can now be run directly | Armin Rigo | 2020-08-30 | 2 | -0/+4500 |
| | * | merge heads | Armin Rigo | 2020-08-30 | 1 | -1/+0 |
| | |\ |
|
| | | * | clean up unused import | Matti Picus | 2020-08-30 | 1 | -1/+0 |
| | * | | this test is fragile on a non-translated pypy, skip it | Armin Rigo | 2020-08-30 | 1 | -2/+2 |
| | |/ |
|
| | * | for now, skip tests that can't find the 'c' library (notably on Windows with ... | Armin Rigo | 2020-08-30 | 1 | -0/+2 |
| | * | properly skipif test | Matti Picus | 2020-08-28 | 1 | -2/+1 |
* | | | merge py3.6 into py3.7 | Matti Picus | 2020-08-28 | 2 | -2/+3 |
|\| | |
|
| * | | fix test for pypy | Matti Picus | 2020-08-28 | 1 | -1/+2 |
| * | | typo | Matti Picus | 2020-08-28 | 1 | -1/+1 |
* | | | merge py3.6 into py3.7 | Matti Picus | 2020-08-28 | 2 | -30/+38 |
|\| | |
|
| * | | use correct signature. Maybe refactor into win32/posix implementations? | Matti Picus | 2020-08-28 | 2 | -30/+38 |
* | | | merge py3.6 into py3.7 | Matti Picus | 2020-08-27 | 4 | -7/+36 |
|\| | |
|
| * | | test, add os.{gs}et_handle_inheritable, PEP 446 | Matti Picus | 2020-08-27 | 3 | -1/+36 |
| * | | use CPython implementation of raise_signal | Matti Picus | 2020-08-27 | 1 | -6/+0 |
* | | | merge py3.6 into py3.7 | Matti Picus | 2020-08-27 | 1 | -0/+1 |
|\| | |
|
| * | | merge default into py3.6 | Matti Picus | 2020-08-27 | 1 | -0/+1 |
| |\| |
|
| | * | add missing import | Matti Picus | 2020-08-27 | 1 | -0/+1 |
* | | | merge py3.6 into py3.7 | Matti Picus | 2020-08-27 | 1 | -2/+3 |
|\| | |
|
| * | | merge default into py3.6, fix merge | Matti Picus | 2020-08-27 | 1 | -2/+3 |
| |\| |
|
| | * | add missing import | Matti Picus | 2020-08-27 | 1 | -1/+3 |