aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* do not display IRC_TOPIC even on this alpha release. Can be overridden from envrelease-pypy3.7-v7.3.2rc1Matti Picus2020-09-081-2/+1
* first alpha release of PyPy 3.7 v7.3.2alpha0Matti Picus2020-09-062-3/+3
* merge py3.6 into py3.7Matti Picus2020-09-0627-87/+864
|\
| * merge default into py3.6Matti Picus2020-09-0624-78/+840
| |\
| | * restart whatsnewMatti Picus2020-09-063-3/+11
| | * update the HEAD version to 7.3.3Matti Picus2020-09-064-4/+4
| | * update release noteMatti Picus2020-09-061-2/+32
| | * Disable the work done on optimize_UINT_LT & friends, with explanationArmin Rigo2020-09-032-8/+30
| | * add some prints in an attempt to understand this failure, which doesn't show upArmin Rigo2020-09-031-0/+3
| | * fix for 90c5a06b0923Armin Rigo2020-09-031-1/+3
| | * update to cffi/108825c76286Armin Rigo2020-09-033-4/+11
| | * fix for e11b82085fc9 (hard to test, it requires careful consideration ofArmin Rigo2020-09-021-12/+11
| | * reduce diff with py3Ronan Lamy2020-09-021-15/+18
| | * Some intbound checking around the 'uint' comparisonsArmin Rigo2020-09-022-0/+438
| | * Rewrite code like the app-level "lst[i+1]" to fold the "+1" inside theArmin Rigo2020-09-022-13/+176
| | * document new function, fix translationMatti Picus2020-08-314-4/+25
| | * Merge branch 'branch/jit-releaseall' into 'branch/default'Armin Rigo2020-08-306-6/+58
| | |\
| | | * Add the app-level hook 'pypyjit.releaseall()'Armin Rigo2020-08-302-1/+6
| | | * add jit_hooks.stats_memmgr_release_all()Armin Rigo2020-08-304-6/+53
| | | * Trying to implement pypyjit.releaseall(), marking all machine codes as to be ...Armin Rigo2020-08-300-0/+0
| | * | explain the return value of this function in the docstringArmin Rigo2020-08-301-3/+5
| | |/
| * | fix translationMatti Picus2020-08-311-1/+1
| * | clean up test_sock_app, fix _socket.shareMatti Picus2020-08-302-8/+23
| * | fix mergeMatti Picus2020-08-301-1/+1
* | | merge py3.6 into py3.7Matti Picus2020-08-301-1/+1
|\| |
| * | merge default into py3.6Matti Picus2020-08-301-1/+1
| |\|
| | * typoMatti Picus2020-08-301-1/+1
* | | merge py3.6 into py3.7Matti Picus2020-08-307-6/+4507
|\| |
| * | merge default into py3.6Matti Picus2020-08-307-6/+4507
| |\|
| | * make stack 3MB on windowsMatti Picus2020-08-301-1/+2
| | * add the tweaked test_c.py from cffi, which can now be run directlyArmin Rigo2020-08-302-0/+4500
| | * merge headsArmin Rigo2020-08-301-1/+0
| | |\
| | | * clean up unused importMatti Picus2020-08-301-1/+0
| | * | this test is fragile on a non-translated pypy, skip itArmin Rigo2020-08-301-2/+2
| | |/
| | * for now, skip tests that can't find the 'c' library (notably on Windows with ...Armin Rigo2020-08-301-0/+2
| | * properly skipif testMatti Picus2020-08-281-2/+1
* | | merge py3.6 into py3.7Matti Picus2020-08-282-2/+3
|\| |
| * | fix test for pypyMatti Picus2020-08-281-1/+2
| * | typoMatti Picus2020-08-281-1/+1
* | | merge py3.6 into py3.7Matti Picus2020-08-282-30/+38
|\| |
| * | use correct signature. Maybe refactor into win32/posix implementations?Matti Picus2020-08-282-30/+38
* | | merge py3.6 into py3.7Matti Picus2020-08-274-7/+36
|\| |
| * | test, add os.{gs}et_handle_inheritable, PEP 446Matti Picus2020-08-273-1/+36
| * | use CPython implementation of raise_signalMatti Picus2020-08-271-6/+0
* | | merge py3.6 into py3.7Matti Picus2020-08-271-0/+1
|\| |
| * | merge default into py3.6Matti Picus2020-08-271-0/+1
| |\|
| | * add missing importMatti Picus2020-08-271-0/+1
* | | merge py3.6 into py3.7Matti Picus2020-08-271-2/+3
|\| |
| * | merge default into py3.6, fix mergeMatti Picus2020-08-271-2/+3
| |\|
| | * add missing importMatti Picus2020-08-271-1/+3