aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge py3.6 into releaserelease-pypy3.6-v7.3.0rc1Matti Picus2019-12-102-0/+15
|\
| * Issue #3111Armin Rigo2019-12-092-0/+15
* | merge py3.6 into releaseMatti Picus2019-12-081-2/+0
|\|
| * merge default into py3.6Matti Picus2019-12-081-2/+0
| |\
| | * this is the wrong abstraction, the archive name needs to match for uploadingMatti Picus2019-12-081-2/+0
* | | fix bad mergeMatti Picus2019-12-081-10/+0
* | | merge py3.6 into release branchMatti Picus2019-12-0827-1118/+1191
|\| |
| * | merge default into py3.6Matti Picus2019-12-083-10/+39
| |\|
| | * update release note for current HEADsMatti Picus2019-12-081-0/+6
| | * commit to releasing portable tarballs for 7.3Matti Picus2019-12-081-0/+8
| | * ensure package name has "portable" in it if iti is portableMatti Picus2019-12-081-0/+2
| | * redo _curses_build library detectionMatti Picus2019-12-081-10/+23
| * | merge default into py3.6Matti Picus2019-12-071-9/+6
| |\|
| | * fix ncurses include/lib discovery: add from_config_tool("ncursesw6-config"), ...Matti Picus2019-12-071-9/+6
| * | merge default into branchMatti Picus2019-12-071-8/+0
| |\|
| | * revert centos6 special caseMatti Picus2019-12-071-8/+0
| * | hg merge defaultAntonio Cuni2019-12-061-0/+9
| |\|
| | * Use a cache to avoid parsing the same cdecl again and again, which is doneAntonio Cuni2019-12-061-0/+9
| * | merge default into py3.6Matti Picus2019-12-061-0/+1
| |\|
| | * add missing importMatti Picus2019-12-061-0/+1
| * | merge default into branchMatti Picus2019-12-061-59/+71
| |\|
| | * move slow test to its own class and skip itMatti Picus2019-12-061-59/+71
| * | fast path for ascii in fsdecode: costs traversing the string but saves expens...Matti Picus2019-12-061-7/+8
| * | Add commentArmin Rigo2019-12-051-0/+3
| * | dummy merge from defaultRonan Lamy2019-12-050-0/+0
| |\|
| | * Move app-level tests from test_generator.py to apptest_generator.pyRonan Lamy2019-12-052-324/+311
| * | Move app-level tests from test_generator.py to apptest_generator.py and simpl...Ronan Lamy2019-12-052-914/+857
| * | merge default into branchMatti Picus2019-12-042-2/+2
| |\|
| | * typoMatti Picus2019-12-041-1/+1
| | * Issue #3125Armin Rigo2019-12-031-1/+1
| * | Modernise raises() syntaxRonan Lamy2019-12-031-32/+55
| * | Clean up testRonan Lamy2019-12-031-62/+35
| * | Move an asyncgen test to apptest_coroutine, next to the other onesRonan Lamy2019-12-032-98/+93
| * | hg merge defaultRonan Lamy2019-12-031-16/+31
| |\|
| | * Remove unnecessary execRonan Lamy2019-12-031-8/+3
| | * Modernise raises() syntaxRonan Lamy2019-12-031-22/+44
| * | merge default into branchMatti Picus2019-12-033-16/+16
| |\|
| | * clear out rpython/_cache CACHE_DIR before running testsMatti Picus2019-12-031-2/+8
| | * centos6 has an old version of zlibMatti Picus2019-12-021-1/+1
| | * remove unused rpython _hashlib module, we now use cffiMatti Picus2019-12-025-353/+0
| | * adjust documentation for cffi _hashlib, _sslMatti Picus2019-12-021-13/+7
| * | skip posix calls that behave strangely untranslated inside a chroot/dockerMatti Picus2019-12-031-2/+10
| * | typoMatti Picus2019-12-021-1/+1
| * | merge default into branchMatti Picus2019-12-011-2/+13
| |\|
| | * add rposix getgrouplist (part of issue 2375)Matti Picus2019-12-011-2/+31
| | * test, fix for importing with unicode in sys.path (issue 3112)Matti Picus2019-12-012-3/+20
| * | test, add posix.getgrouplist (part of issue 2375)Matti Picus2019-12-013-1/+25
| * | add rposix getgrouplist (part of issue 2375)Matti Picus2019-12-011-2/+31
| * | merge default into py3.6Matti Picus2019-12-013-9/+14
| |\|
| | * only add socket error attributes in python2 (issue 3119)Matti Picus2019-12-011-7/+8