| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | backport fix for bpo-39017 | Matti Picus | 2020-09-09 | 2 | -0/+8 |
* | | typo | Armin Rigo | 2020-08-14 | 1 | -1/+1 |
* | | pypy2 only: add SOABI to distutils.sysconfig so wheel gets the correct ABI tag | Matti Picus | 2020-08-14 | 1 | -1/+13 |
* | | When "pypy -m pip" fails to find pip, give an error message that hints at "pypy | Armin Rigo | 2020-08-07 | 1 | -0/+3 |
* | | Merge branch 'ctypes-stuff' | Ronan Lamy | 2020-05-27 | 1 | -12/+12 |
|\ \ |
|
| * | | Update stdlib test: skip one case, fix another that fails on CPython | Ronan Lamy | 2020-05-26 | 1 | -4/+5 |
| * | | Give correct format and itemsize to memoryviews on all _CData instances; unsk... | Ronan Lamy | 2020-05-21 | 1 | -8/+7 |
* | | | backport CPython 3.6.9 test diffs | Matti Picus | 2020-05-16 | 1 | -2/+6 |
|/ / |
|
* | | fix 7a80d7f37090 | Matti Picus | 2020-05-06 | 1 | -0/+1 |
* | | backport 9757602c869f | Matti Picus | 2020-05-05 | 1 | -8/+12 |
* | | add some distutils.sysconfig variables for compatibility on win32 | Matti Picus | 2020-04-08 | 1 | -0/+2 |
* | | backport parts of ctypes.util for msvc>13 (may require adjustment of cffi tests) | Matti Picus | 2020-04-01 | 1 | -11/+7 |
* | | Windows test fix | Armin Rigo | 2020-03-29 | 1 | -0/+4 |
* | | fix ad2e90e9a6b6 | Matti Picus | 2020-03-19 | 1 | -1/+1 |
* | | backport change for post-msvc2010 compiler versions | Matti Picus | 2020-03-18 | 1 | -0/+3 |
* | | try a fix for ensurepip failing on win32 | Matti Picus | 2020-03-18 | 1 | -0/+5 |
* | | update pip, setuptools for ensurepip to latest versions | Matti Picus | 2020-03-05 | 4 | -6/+11 |
* | | fix for probing $dist_name which is 'UNKNOWN'. cpython avoids this by never u... | Matti Picus | 2020-02-13 | 1 | -2/+5 |
* | | fix issue 3155 for windows | Matti Picus | 2020-02-13 | 1 | -2/+12 |
* | | fix curses tests and make sure ffi.string returns str for python3 | Matti Picus | 2020-01-26 | 1 | -1/+4 |
* | | issue 3140: add $dist_name to include path | Matti Picus | 2020-01-02 | 1 | -1/+1 |
* | | move the logic to patch pickle.Pickler into pickle.py itself: this way, we pa... | Antonio Cuni | 2019-12-23 | 1 | -0/+9 |
* | | extend existing horrible hack with more hackiness to copy lib (portable builds) | Matti Picus | 2019-12-18 | 1 | -0/+5 |
* | | fix 2c98ee4a95b3 | Matti Picus | 2019-11-15 | 1 | -3/+4 |
* | | backport the equivalent of 24c4196d86af for pypy2 | Matti Picus | 2019-11-13 | 1 | -0/+4 |
* | | set minimal MACOSX_DEPLOYMENT_TARGET to 10.7 on macOS; cpython uses 10.5 | Matti Picus | 2019-10-28 | 1 | -1/+1 |
* | | back out most of 17694ed47a34, leave only what is needed for pip 19.2 to work | Matti Picus | 2019-10-28 | 1 | -25/+23 |
* | | backport ensurepip from 3.6 | Matti Picus | 2019-10-27 | 1 | -25/+27 |
* | | update bundled pip, setuptools so we can use manylinux2010 wheels | Matti Picus | 2019-10-25 | 5 | -2/+2 |
* | | fix failing tests | Matti Picus | 2019-10-16 | 1 | -1/+1 |
* | | sync imports with upstream 2.7.15 | Matti Picus | 2019-08-22 | 1 | -0/+1 |
* | | clean out lib-python/3* | Matti Picus | 2019-08-21 | 11 | -5604/+0 |
* | | update test for 2.7.15, sync with forward port of bpo-18533 in 3ea4a70584df | Matti Picus | 2019-08-21 | 1 | -0/+14 |
* | | Un-fix the broken attempt at emulating bug-to-bug compatibility, and instead | Armin Rigo | 2019-08-16 | 1 | -2/+2 |
* | | tweak test, add missing get_cipher | Matti Picus | 2019-08-14 | 2 | -0/+3987 |
* | | json: bug-to-bug compatibility in a corner case | Armin Rigo | 2019-08-10 | 1 | -2/+2 |
* | | Issue #3052 | Armin Rigo | 2019-08-10 | 1 | -4/+4 |
* | | Issue #3050 | Armin Rigo | 2019-08-06 | 1 | -1/+1 |
* | | Remove @xfail on these two Windows tests. One of them passes right now (and so | Armin Rigo | 2019-06-18 | 1 | -3/+1 |
* | | stringify constant | Matti Picus | 2019-06-13 | 1 | -1/+1 |
* | | fix test as well | Ronan Lamy | 2019-06-12 | 1 | -2/+2 |
* | | Update warning: perf is now called pyperf | Ronan Lamy | 2019-06-12 | 1 | -3/+3 |
* | | set MACOSX_DEPLOYMENT_TARGET for darwin, issue 2994 | Matti Picus | 2019-06-10 | 1 | -0/+1 |
* | | add cffi implementation of crypt | Matti Picus | 2019-05-29 | 1 | -1/+1 |
* | | disable flaky test | Matti Picus | 2019-05-26 | 1 | -1/+5 |
* | | set owner attribute, fix test for more modern OpenSSL | Matti Picus | 2019-05-26 | 1 | -0/+1 |
* | | cleanup unused import | Matti Picus | 2019-05-25 | 1 | -1/+0 |
* | | unskip tests, fix a failure. Be careful when merging to py3.6! | Matti Picus | 2019-05-25 | 1 | -1/+1 |
* | | untwist circular imports by adding legacy attributes to socket after import | Matti Picus | 2019-05-25 | 1 | -14/+16 |
* | | merge cffi-libs, which moves _ssl and _hashlib to cffi-based implementations | Matti Picus | 2019-05-24 | 1 | -5/+11 |
|\ \ |
|