| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | nicer cleanup on failure in background thread function | Matti Picus | 2019-05-21 | 1 | -5/+11 |
* | | | allow MemoryError when testing setrecursionlimit | Matti Picus | 2019-05-21 | 1 | -0/+5 |
|/ / |
|
* | | update certificates per cpython issue 36816 PR 13199 | Matti Picus | 2019-05-20 | 2 | -14/+66 |
* | | add some pieces needed to start building opencv-python with scikit-build | Matti Picus | 2019-05-12 | 2 | -1/+2 |
* | | Try to fix this test, failing on 32-bit since the utf-8 merge | Armin Rigo | 2019-04-29 | 1 | -2/+2 |
* | | merge default into branch | Matti Picus | 2019-01-14 | 1 | -1/+1 |
|\ \ |
|
| * | | since this file is run with cpython in test_xpickle, use stdlib2.7.14 code here | Matti Picus | 2019-01-14 | 1 | -1/+1 |
* | | | merge default into branch | Matti Picus | 2018-12-09 | 1 | -0/+2 |
|\| | |
|
| * | | Issue #2917 | Armin Rigo | 2018-12-05 | 1 | -0/+2 |
* | | | merge default into branch | Matti Picus | 2018-11-04 | 3 | -8/+27 |
|\| | |
|
| * | | fix | Armin Rigo | 2018-10-26 | 1 | -1/+1 |
| * | | Backport | Armin Rigo | 2018-10-26 | 1 | -1/+9 |
| * | | Use subprocess to Avoid shell injection in shutil module | Hervé Beraud | 2018-09-24 | 1 | -6/+10 |
| * | | Fix the cpython test for newer pypy versions, with a comment | Armin Rigo | 2018-09-19 | 1 | -1/+8 |
* | | | merge default into branch | Matti Picus | 2018-09-11 | 2 | -3/+18 |
|\| | |
|
| * | | Issue #2865 | Armin Rigo | 2018-08-09 | 1 | -2/+12 |
| * | | Give a warning when we can't import _hashlib | Armin Rigo | 2018-07-23 | 1 | -1/+6 |
* | | | merge default into branch | Matti Picus | 2018-07-11 | 2 | -2/+13 |
|\| | |
|
| * | | Good speed boost on Fraction.__hash__(). Not compatible with | Armin Rigo | 2018-07-06 | 1 | -2/+7 |
| * | | Issue #2837 | Armin Rigo | 2018-07-05 | 1 | -0/+6 |
* | | | hg merge default | Ronan Lamy | 2018-05-24 | 1 | -0/+1 |
|\| | |
|
| * | | hg merge release-pypy2.7-6.x | Armin Rigo | 2018-05-13 | 6 | -9/+24 |
| |\ \ |
|
| * \ \ | Merge default into reverse-debugger state as of now for reverse-debugger-upda... | Alexander Schremmer | 2018-03-19 | 20 | -71/+129 |
| |\ \ \ |
|
| * \ \ \ | hg merge default | Armin Rigo | 2017-01-01 | 432 | -5589/+13331 |
| |\ \ \ \ |
|
| * \ \ \ \ | hg merge default | Armin Rigo | 2016-09-07 | 1 | -7/+9 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | hg merge default | Armin Rigo | 2016-08-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | astcompiler and basic interpreter support for $NUM | Armin Rigo | 2016-06-28 | 1 | -0/+1 |
* | | | | | | | | merge default into branch | Matti Picus | 2018-04-29 | 6 | -9/+24 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | Issue #2768 | Armin Rigo | 2018-04-12 | 1 | -0/+15 |
| * | | | | | | | merge heads | Carl Friedrich Bolz-Tereick | 2018-04-10 | 2 | -6/+3 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | fix CPython tests that are affected (in one, we are like CPython now again) | Carl Friedrich Bolz-Tereick | 2018-04-09 | 2 | -6/+3 |
| * | | | | | | | | ignore incompatible exception message in CPython doctest | Matti Picus | 2018-04-10 | 1 | -1/+4 |
| |/ / / / / / / |
|
| * | | | | | | | Issue #2784 | Armin Rigo | 2018-04-03 | 1 | -1/+1 |
| * | | | | | | | adapt to new error message | Carl Friedrich Bolz-Tereick | 2018-03-30 | 1 | -1/+1 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | merge default into branch | Matti Picus | 2018-03-18 | 1 | -1/+1 |
|\| | | | | | |
|
| * | | | | | | Make virtualenv work on Windows too | Armin Rigo | 2017-12-20 | 1 | -1/+1 |
* | | | | | | | Mark test CPython-only - the test fails with _pyio, even on CPython | Ronan Lamy | 2017-12-12 | 1 | -0/+1 |
|/ / / / / / |
|
* | | | | | | graft oneliner from stdlib from 2.7.14 to fix tests | Matti Picus | 2017-11-16 | 1 | -1/+1 |
* | | | | | | Implement cpyext.is_cpyext_function() | Ronan Lamy | 2017-11-13 | 1 | -1/+5 |
* | | | | | | Issue #2699: test and fixes. | Armin Rigo | 2017-11-12 | 1 | -2/+3 |
* | | | | | | patches from issue 2694, implement ctypes.CDLL(... handle=n) | Matti Picus | 2017-11-01 | 1 | -8/+9 |
* | | | | | | Translation fix (uh, unsure what is going on here) | Armin Rigo | 2017-09-24 | 1 | -1/+1 |
* | | | | | | Issue #2628 | Armin Rigo | 2017-09-23 | 2 | -1/+7 |
* | | | | | | Fix in the PyPy-specific code: assign a number with ord(char), | Armin Rigo | 2017-09-21 | 1 | -1/+1 |
* | | | | | | Issue #2658 | Armin Rigo | 2017-09-17 | 1 | -2/+2 |
* | | | | | | test_struct_struct now passes | Armin Rigo | 2017-08-27 | 1 | -1/+0 |
* | | | | | | hg merge pypy_swappedbytes | Armin Rigo | 2017-08-27 | 2 | -12/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Final modifications , 1 test still unskipped in test_byteswap.py | Mihnea Saracin | 2017-08-10 | 1 | -8/+0 |
| * | | | | | | Added _swappedbytes_ support for ctypes.Structure | Mihnea Saracin | 2017-07-27 | 1 | -4/+1 |
* | | | | | | | (fijal, arigo) | Armin Rigo | 2017-08-23 | 1 | -1/+1 |