| Commit message (Expand) | Author | Age | Files | Lines |
* | backport changes from py3.7-big-sur-dyld-cache to default | Matti Picus | 2021-02-05 | 2 | -5/+22 |
* | fix for python2 | Matti Picus | 2020-12-30 | 3 | -45/+18 |
* | add _msvccompiler from python3 and sync msvc-related files. Use _msvccompiler... | Matti Picus | 2020-12-30 | 5 | -185/+860 |
* | hack at app_main and importing of types until test_proper_sys_path passes on ... | Matti Picus | 2020-12-26 | 3 | -4/+15 |
* | test, fix xml default attribute values (issue 3333) (thanks obfusk) | Matti Picus | 2020-11-20 | 2 | -2/+20 |
* | Support current MacOS in this (non-upstream) kqueue test | Stefano Rivera | 2020-10-13 | 1 | -2/+2 |
* | sort the tuple of wanted names | Matti Picus | 2020-10-13 | 1 | -2/+2 |
* | nt_pypy -> pypy_nt to be compatible with f1aa5bb836b (nulano) | Matti Picus | 2020-10-12 | 2 | -3/+3 |
* | merge default into stdlib-2.7.18-3 | Stefano Rivera | 2020-10-10 | 1 | -1/+1 |
|\ |
|
| * | We now have an nt_pypy scheme | Stefano Rivera | 2020-10-10 | 1 | -1/+1 |
* | | merge default into stdlib-2.7.18-3 | Stefano Rivera | 2020-10-09 | 3 | -3/+27 |
|\| |
|
| * | revert cf2bc3e07e69, redo with specific nt_pypy scheme | Matti Picus | 2020-10-09 | 1 | -0/+13 |
| * | always use NT sysconfig scheme on windows, issue 3321 | Matti Picus | 2020-10-08 | 1 | -3/+3 |
| * | update expired testing certificates from latest CPython HEAD | Matti Picus | 2020-10-07 | 5 | -202/+490 |
| * | small fixes | Matti Picus | 2020-10-03 | 1 | -0/+1 |
| * | revert be9ad752d782, set MACOSX_DEPLOYMENT_TARGET in sysconfig to fix issue 3311 | Matti Picus | 2020-09-29 | 1 | -0/+2 |
| * | reapply PyPy fixes to urllib2.py after 1e7b78d6f418, fixes issue 3313 | Matti Picus | 2020-09-28 | 1 | -0/+8 |
* | | OveflowError is raised on 32bit systems | Stefano Rivera | 2020-10-09 | 1 | -2/+2 |
* | | test_multiprocessing: Sprinkle some explicit GC collection into tests expecti... | Stefano Rivera | 2020-10-09 | 1 | -0/+2 |
* | | test_multiprocessing: pypy's GC doesn't have {get,set}_threshold | Stefano Rivera | 2020-10-09 | 1 | -3/+6 |
* | | Replace more test_support with support. Bad merge? | Stefano Rivera | 2020-10-09 | 1 | -4/+4 |
* | | Explicitly disable cElementTree tests more effectively (so @cet_only works) | Stefano Rivera | 2020-10-07 | 1 | -2/+3 |
* | | PyPy's parser has always pointed to the start of the token, not the end | Stefano Rivera | 2020-10-07 | 1 | -1/+1 |
* | | Revert 8f04b833f59a, superseded by bpo-30365 | Stefano Rivera | 2020-10-07 | 1 | -11/+1 |
* | | Explicitly skip cElementTree MiscTests. cElementTree is importable under PyPy... | Stefano Rivera | 2020-10-07 | 1 | -1/+1 |
* | | Skip tests: PyPy can pickle iterators | Stefano Rivera | 2020-10-07 | 1 | -0/+2 |
* | | test: Add an explicit garbage collection to trigger weakref death | Stefano Rivera | 2020-10-07 | 1 | -0/+1 |
* | | test: pypy's exception message differs | Stefano Rivera | 2020-10-07 | 1 | -1/+1 |
* | | Fix the bpo-30730 test (invalid env vars in subprocess) in the posix implemen... | Stefano Rivera | 2020-10-07 | 1 | -0/+4 |
* | | test: Skip bpo-33817 test that uses pythonapi | Stefano Rivera | 2020-10-07 | 1 | -0/+1 |
* | | Reapply c8d93fa469ba, dropped in d147d3b422d7 | Stefano Rivera | 2020-10-05 | 1 | -1/+8 |
* | | Handle PyPy's magic offset from cPython (bpo-29514) | Stefano Rivera | 2020-10-05 | 1 | -0/+2 |
* | | Fix test_dict failures from bpo-27945 tests | Stefano Rivera | 2020-10-05 | 1 | -0/+2 |
* | | Handle NULL argument to PyLong_AsUnsignedLongLongMask | Stefano Rivera | 2020-10-02 | 1 | -1/+0 |
* | | Update _testcapimodule to 2.7.18 | Stefano Rivera | 2020-10-02 | 1 | -1/+4 |
* | | test_xml_etree.py: fix test failure due to refcounting impl detail | Michał Górny | 2020-09-29 | 1 | -0/+1 |
* | | test_time: fix exception compatibility with pypy | Michał Górny | 2020-09-29 | 1 | -1/+2 |
* | | test_thread: fix pypy gc collection lost on update, caused test to hang | Michał Górny | 2020-09-29 | 1 | -0/+2 |
* | | test_syntax: Fix doctest exception message to match pypy | Michał Górny | 2020-09-29 | 1 | -1/+1 |
* | | add new py2.7 tests to conftest | Michał Górny | 2020-09-29 | 1 | -0/+4 |
* | | fix mistakenly readded py2.7 import from weakref.py | Michał Górny | 2020-09-29 | 1 | -2/+1 |
* | | merge vendor/stdlib | Michał Górny | 2020-09-28 | 364 | -6838/+31145 |
|\ \
| |/
|/| |
|
| * | update stdlib to v2.7.18-3-g138e2caeb4 | Michał Górny | 2020-09-28 | 68 | -263/+1362 |
| * | add how-to-update | Matti Picus | 2019-05-20 | 1 | -0/+37 |
| * | update to v2.7.16 | Matti Picus | 2019-05-20 | 340 | -6620/+30229 |
* | | get rid of mentions of bitbucket | Matti Picus | 2020-09-24 | 2 | -2/+2 |
* | | sync test_xmlrpc to CPython 2.7 to fix test failure | Michał Górny | 2020-09-15 | 1 | -8/+10 |
* | | backport bpo-38243 because it is classified as a CVE | Armin Rigo | 2020-09-12 | 2 | -1/+32 |
* | | sync httplib2 and urllib2 to cpython 2.7 git with security backports | Michał Górny | 2020-09-10 | 5 | -67/+288 |
* | | add test file | Matti Picus | 2020-09-10 | 1 | -0/+0 |