aboutsummaryrefslogtreecommitdiff
Commit message (Expand)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 _msvccompiler...Matti Picus2020-12-305-185/+860
* hack at app_main and importing of types until test_proper_sys_path passes on ...Matti Picus2020-12-263-4/+15
* 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
* 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 expecti...Stefano Rivera2020-10-091-0/+2
* | 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
* | PyPy's parser has always pointed to the start of the token, not the endStefano Rivera2020-10-071-1/+1
* | Revert 8f04b833f59a, superseded by bpo-30365Stefano Rivera2020-10-071-11/+1
* | Explicitly skip cElementTree MiscTests. cElementTree is importable under PyPy...Stefano Rivera2020-10-071-1/+1
* | 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 implemen...Stefano Rivera2020-10-071-0/+4
* | test: Skip bpo-33817 test that uses pythonapiStefano Rivera2020-10-071-0/+1
* | Reapply c8d93fa469ba, dropped in d147d3b422d7Stefano Rivera2020-10-051-1/+8
* | 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
* | Handle NULL argument to PyLong_AsUnsignedLongLongMaskStefano Rivera2020-10-021-1/+0
* | Update _testcapimodule to 2.7.18Stefano Rivera2020-10-021-1/+4
* | 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
* | add test fileMatti Picus2020-09-101-0/+0