aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* backport changes from py3.7-big-sur-dyld-cache to defaultMatti Picus2021-02-052-5/+22
|
* fix for python2Matti Picus2020-12-303-45/+18
|
* add _msvccompiler from python3 and sync msvc-related files. Use ↵Matti Picus2020-12-305-185/+860
| | | | _msvccompiler for windows
* hack at app_main and importing of types until test_proper_sys_path passes on ↵Matti Picus2020-12-263-4/+15
| | | | windows
* test, fix xml default attribute values (issue 3333) (thanks obfusk)Matti Picus2020-11-202-2/+20
|
* Support current MacOS in this (non-upstream) kqueue testStefano Rivera2020-10-131-2/+2
| | | | | On MacOS 10.15 (and presumably other recent versions) ENOENT is returned rather than EBADF. But that's besides the point of the test, so handle it.
* sort the tuple of wanted namesMatti Picus2020-10-131-2/+2
|
* nt_pypy -> pypy_nt to be compatible with f1aa5bb836b (nulano)Matti Picus2020-10-122-3/+3
|
* merge default into stdlib-2.7.18-3Stefano Rivera2020-10-101-1/+1
|\
| * We now have an nt_pypy schemeStefano Rivera2020-10-101-1/+1
| |
* | merge default into stdlib-2.7.18-3Stefano Rivera2020-10-093-3/+27
|\|
| * revert cf2bc3e07e69, redo with specific nt_pypy schemeMatti Picus2020-10-091-0/+13
| |
| * always use NT sysconfig scheme on windows, issue 3321Matti Picus2020-10-081-3/+3
| |
| * update expired testing certificates from latest CPython HEADMatti Picus2020-10-075-202/+490
| |
| * small fixesMatti Picus2020-10-031-0/+1
| |
| * revert be9ad752d782, set MACOSX_DEPLOYMENT_TARGET in sysconfig to fix issue 3311Matti Picus2020-09-291-0/+2
| |
| * reapply PyPy fixes to urllib2.py after 1e7b78d6f418, fixes issue 3313Matti Picus2020-09-281-0/+8
| |
* | OveflowError is raised on 32bit systemsStefano Rivera2020-10-091-2/+2
| |
* | test_multiprocessing: Sprinkle some explicit GC collection into tests ↵Stefano Rivera2020-10-091-0/+2
| | | | | | | | expecting weakref cleanup
* | test_multiprocessing: pypy's GC doesn't have {get,set}_thresholdStefano Rivera2020-10-091-3/+6
| |
* | Replace more test_support with support. Bad merge?Stefano Rivera2020-10-091-4/+4
| |
* | Explicitly disable cElementTree tests more effectively (so @cet_only works)Stefano Rivera2020-10-071-2/+3
| | | | | | | | Backed out changeset 2dbf44ce2b79
* | PyPy's parser has always pointed to the start of the token, not the endStefano Rivera2020-10-071-1/+1
| | | | | | | | cPython >= 3.8 has now followed in bpo-34683.
* | Revert 8f04b833f59a, superseded by bpo-30365Stefano Rivera2020-10-071-11/+1
| |
* | Explicitly skip cElementTree MiscTests. cElementTree is importable under ↵Stefano Rivera2020-10-071-1/+1
| | | | | | | | PyPy, but isn't implemented in C
* | Skip tests: PyPy can pickle iteratorsStefano Rivera2020-10-071-0/+2
| |
* | test: Add an explicit garbage collection to trigger weakref deathStefano Rivera2020-10-071-0/+1
| |
* | test: pypy's exception message differsStefano Rivera2020-10-071-1/+1
| |
* | Fix the bpo-30730 test (invalid env vars in subprocess) in the posix ↵Stefano Rivera2020-10-071-0/+4
| | | | | | | | implementation
* | test: Skip bpo-33817 test that uses pythonapiStefano Rivera2020-10-071-0/+1
| |
* | Reapply c8d93fa469ba, dropped in d147d3b422d7Stefano Rivera2020-10-051-1/+8
| | | | | | | | > Fix the cpython test for newer pypy versions, with a comment
* | Handle PyPy's magic offset from cPython (bpo-29514)Stefano Rivera2020-10-051-0/+2
| |
* | Fix test_dict failures from bpo-27945 testsStefano Rivera2020-10-051-0/+2
| | | | | | | | As-applied to py3.6 in 63c246992f08
* | Handle NULL argument to PyLong_AsUnsignedLongLongMaskStefano Rivera2020-10-021-1/+0
| | | | | | | | As used in test_long_as_unsigned_long_long_mask in _testcapimodule
* | Update _testcapimodule to 2.7.18Stefano Rivera2020-10-021-1/+4
| | | | | | | | Skip test_long_as_unsigned_long_long_mask as it currently segfaults
* | test_xml_etree.py: fix test failure due to refcounting impl detailMichał Górny2020-09-291-0/+1
| |
* | test_time: fix exception compatibility with pypyMichał Górny2020-09-291-1/+2
| |
* | test_thread: fix pypy gc collection lost on update, caused test to hangMichał Górny2020-09-291-0/+2
| |
* | test_syntax: Fix doctest exception message to match pypyMichał Górny2020-09-291-1/+1
| |
* | add new py2.7 tests to conftestMichał Górny2020-09-291-0/+4
| |
* | fix mistakenly readded py2.7 import from weakref.pyMichał Górny2020-09-291-2/+1
| |
* | merge vendor/stdlibMichał Górny2020-09-28364-6838/+31145
|\ \ | |/ |/|
| * update stdlib to v2.7.18-3-g138e2caeb4Michał Górny2020-09-2868-263/+1362
| |
| * add how-to-updateMatti Picus2019-05-201-0/+37
| |
| * update to v2.7.16Matti Picus2019-05-20340-6620/+30229
| |
* | get rid of mentions of bitbucketMatti Picus2020-09-242-2/+2
| |
* | sync test_xmlrpc to CPython 2.7 to fix test failureMichał Górny2020-09-151-8/+10
| |
* | backport bpo-38243 because it is classified as a CVEArmin Rigo2020-09-122-1/+32
| |
* | sync httplib2 and urllib2 to cpython 2.7 git with security backportsMichał Górny2020-09-105-67/+288
| | | | | | | | | | | | | | | | | | | | | | Sync httplib and urllib2 stdlib modules and the respective tests to the current state of CPython 2.7 git (EOL-ed) + two patches backported from 3.6 that are present in the Gentoo patchset. This has only trivial changes compared to backporting the four relevant patches and should make it easier to apply a final stdlib update post-release. The Gentoo patches can be found as the two top patches on https://gitweb.gentoo.org/fork/cpython.git/log/?h=gentoo-2.7.18-r2
* | add test fileMatti Picus2020-09-101-0/+0
| |