aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* typo, update whatsnewMatti Picus2020-09-101-1/+1
* backport fix for bpo-39017Matti Picus2020-09-092-0/+8
* typoArmin Rigo2020-08-141-1/+1
* pypy2 only: add SOABI to distutils.sysconfig so wheel gets the correct ABI tagMatti Picus2020-08-141-1/+13
* When "pypy -m pip" fails to find pip, give an error message that hints at "pypyArmin Rigo2020-08-071-0/+3
* Merge branch 'ctypes-stuff'Ronan Lamy2020-05-271-12/+12
|\
| * Update stdlib test: skip one case, fix another that fails on CPythonRonan Lamy2020-05-261-4/+5
| * Give correct format and itemsize to memoryviews on all _CData instances; unsk...Ronan Lamy2020-05-211-8/+7
* | backport CPython 3.6.9 test diffsMatti Picus2020-05-161-2/+6
|/
* fix 7a80d7f37090Matti Picus2020-05-061-0/+1
* backport 9757602c869fMatti Picus2020-05-051-8/+12
* add some distutils.sysconfig variables for compatibility on win32Matti Picus2020-04-081-0/+2
* backport parts of ctypes.util for msvc>13 (may require adjustment of cffi tests)Matti Picus2020-04-011-11/+7
* Windows test fixArmin Rigo2020-03-291-0/+4
* fix ad2e90e9a6b6Matti Picus2020-03-191-1/+1
* backport change for post-msvc2010 compiler versionsMatti Picus2020-03-181-0/+3
* try a fix for ensurepip failing on win32Matti Picus2020-03-181-0/+5
* update pip, setuptools for ensurepip to latest versionsMatti Picus2020-03-054-6/+11
* fix for probing $dist_name which is 'UNKNOWN'. cpython avoids this by never u...Matti Picus2020-02-131-2/+5
* fix issue 3155 for windowsMatti Picus2020-02-131-2/+12
* fix curses tests and make sure ffi.string returns str for python3Matti Picus2020-01-261-1/+4
* issue 3140: add $dist_name to include pathMatti Picus2020-01-021-1/+1
* move the logic to patch pickle.Pickler into pickle.py itself: this way, we pa...Antonio Cuni2019-12-231-0/+9
* extend existing horrible hack with more hackiness to copy lib (portable builds)Matti Picus2019-12-181-0/+5
* fix 2c98ee4a95b3Matti Picus2019-11-151-3/+4
* backport the equivalent of 24c4196d86af for pypy2Matti Picus2019-11-131-0/+4
* set minimal MACOSX_DEPLOYMENT_TARGET to 10.7 on macOS; cpython uses 10.5Matti Picus2019-10-281-1/+1
* back out most of 17694ed47a34, leave only what is needed for pip 19.2 to workMatti Picus2019-10-281-25/+23
* backport ensurepip from 3.6Matti Picus2019-10-271-25/+27
* update bundled pip, setuptools so we can use manylinux2010 wheelsMatti Picus2019-10-255-2/+2
* fix failing testsMatti Picus2019-10-161-1/+1
* sync imports with upstream 2.7.15Matti Picus2019-08-221-0/+1
* clean out lib-python/3*Matti Picus2019-08-2111-5604/+0
* update test for 2.7.15, sync with forward port of bpo-18533 in 3ea4a70584dfMatti Picus2019-08-211-0/+14
* Un-fix the broken attempt at emulating bug-to-bug compatibility, and insteadArmin Rigo2019-08-161-2/+2
* tweak test, add missing get_cipherMatti Picus2019-08-142-0/+3987
* json: bug-to-bug compatibility in a corner caseArmin Rigo2019-08-101-2/+2
* Issue #3052Armin Rigo2019-08-101-4/+4
* Issue #3050Armin Rigo2019-08-061-1/+1