aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge default into branchrelease-pypy2.7-v7.3.0rc1Matti Picus2019-12-081-2/+0
|\
| * this is the wrong abstraction, the archive name needs to match for uploadingMatti Picus2019-12-081-2/+0
* | merge default into release branchMatti Picus2019-12-0825-776/+530
|\|
| * 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
| * fix ncurses include/lib discovery: add from_config_tool("ncursesw6-config"), ...Matti Picus2019-12-071-9/+6
| * revert centos6 special caseMatti Picus2019-12-071-8/+0
| * Use a cache to avoid parsing the same cdecl again and again, which is doneAntonio Cuni2019-12-061-0/+9
| * add missing importMatti Picus2019-12-061-0/+1
| * move slow test to its own class and skip itMatti Picus2019-12-061-59/+71
| * Move app-level tests from test_generator.py to apptest_generator.pyRonan Lamy2019-12-052-324/+311
| * typoMatti Picus2019-12-041-1/+1
| * Issue #3125Armin Rigo2019-12-031-1/+1
| * Remove unnecessary execRonan Lamy2019-12-031-8/+3
| * Modernise raises() syntaxRonan Lamy2019-12-031-22/+44
| * 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
| * 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
| * only add socket error attributes in python2 (issue 3119)Matti Picus2019-12-011-7/+8
| * 32-bit docker reports platform.machine() == 'i686'Matti Picus2019-11-301-2/+4
| * document merged branchMatti Picus2019-11-301-0/+2
| * merge closed backport-decode_timeval_ns-py3.7Matti Picus2019-11-300-0/+0
| |\
| | * close merged branchMatti Picus2019-11-300-0/+0
| * | fixes for CentOS 6 (manylinux image)Matti Picus2019-11-302-4/+15
| * | merge backport-decode_timeval_ns-py3.7 into defaultYannick Jadoul2019-11-301-1/+5
| |\|
| | * Backport decode_timeval_ns from py3.7 branchYannick Jadoul2019-11-111-1/+5
| * | tweak build documentationMatti Picus2019-11-292-6/+3
* | | merge default into release branchMatti Picus2019-11-279-46/+282
|\| |
| * | update contributorsMatti Picus2019-11-263-12/+17
| * | restart whatsnew, add release noteMatti Picus2019-11-265-6/+234
| * | start 7.3.0 release cycle: move whatsnew, add release note, change versionMatti Picus2019-11-267-4/+7
* | | merge default into branch, bump versionMatti Picus2019-11-26175-5080/+3069
|\| |
| * | ensure memory is allocated for exception status outputWim Lavrijsen2019-11-231-1/+2
| * | remerge cppyy-dev into default which updates the backendMatti Picus2019-11-221-1/+12
| |\ \
| | * | document branch to be closedMatti Picus2019-11-221-1/+12
| * | | merge cppyy-dev into default: gives access to latest backend APIWim Lavrijsen2019-11-2216-69/+587
| |\| |
| | * | be more strict with long/(u)intptr_t/size_t in dummy_backendWim Lavrijsen2019-11-221-13/+13
| | * | fixup dummy backend for testing to the updated APIWim Lavrijsen2019-11-223-4/+13
| | * | merge default into branchWim Lavrijsen2019-11-2238-337/+465
| | |\ \ | | |/ / | |/| |
| * | | The test for my previous commitStian Andreassen2019-11-211-0/+25
| * | | Remove the XXX about w_tracebackStian Andreassen2019-11-211-1/+1
| * | | Fix issue #3120, do restore traceback in PyErr_Restore.Stian Andreassen2019-11-211-1/+1
| * | | Rename 'tuple_new' to '_PyPy_tuple_new' to follow the naming convention ofArmin Rigo2019-11-193-4/+4
| * | | issue 3117: calling PyType_Ready on a subclass with a partially built tp_baseMatti Picus2019-11-181-3/+5
| * | | Revert 18443d3a74d5: the branch int-test-is-zero is maybe a nice ideaArmin Rigo2019-11-1715-104/+0