Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge py3.7 | Carl Friedrich Bolz-Tereick | 2021-03-10 | 1 | -2/+2 |
|\ | |||||
| * | simplify error message to match CPython | Matti Picus | 2021-03-09 | 1 | -2/+2 |
* | | merge py3.7 | Carl Friedrich Bolz-Tereick | 2021-03-05 | 3 | -4/+20 |
|\| | |||||
| * | merge default into branch | Matti Picus | 2021-03-03 | 1 | -2/+5 |
| |\ | |||||
| | * | fix structseq attribute setter error message | Matti Picus | 2021-03-02 | 1 | -2/+5 |
| * | | merge default into py3.7 | Matti Picus | 2021-03-01 | 1 | -1/+13 |
| |\| | |||||
| | * | Copy dummy constants from greenlet 1.0.0 | Armin Rigo | 2021-02-26 | 1 | -0/+7 |
| | * | Test and fix for #3381 | Armin Rigo | 2021-02-26 | 1 | -1/+6 |
| * | | merge default into py3.7 | Matti Picus | 2021-02-21 | 1 | -1/+2 |
| |\| | |||||
| | * | update cffi to c16abb8f809f | Matti Picus | 2021-02-21 | 1 | -1/+2 |
* | | | merge py3.7 | Carl Friedrich Bolz-Tereick | 2021-02-20 | 3 | -4/+4 |
|\| | | |||||
| * | | merge default | Carl Friedrich Bolz-Tereick | 2021-02-19 | 3 | -4/+4 |
| |\| | |||||
| | * | update to cffi 1.14.5 (using pypy/tool/import_cffi.py and manually fixing too) | Matti Picus | 2021-02-17 | 3 | -4/+4 |
| | * | move file to correct place | Matti Picus | 2021-02-05 | 1 | -1/+0 |
| | * | add new file | Matti Picus | 2021-02-05 | 1 | -0/+23 |
| | * | typo | Matti Picus | 2021-02-05 | 1 | -10/+10 |
| | * | backport changes from py3.7-big-sur-dyld-cache to default | Matti Picus | 2021-02-05 | 2 | -18/+31 |
* | | | merge py3.7 | Carl Friedrich Bolz-Tereick | 2021-02-10 | 3 | -6/+8 |
|\| | | |||||
| * | | hang on to servername_callback handle (issue 3396) | Matti Picus | 2021-02-09 | 1 | -4/+6 |
| * | | CPython compatibility tweaks to _ssl | Matti Picus | 2021-02-09 | 2 | -2/+2 |
* | | | merge py3.7 into py3.8, leave out conflicts from ee052a16ada3 | Matti Picus | 2021-02-03 | 7 | -30/+74 |
|\| | | |||||
| * | | merge default into py3.7 | Matti Picus | 2021-02-03 | 2 | -3/+3 |
| |\| | |||||
| | * | use tcl/tk 8.6 on windows | nulano | 2021-02-02 | 2 | -3/+3 |
| | * | rename Hash to HASH to match cpython | fijal | 2021-01-07 | 1 | -3/+3 |
| * | | merge branch which fixes ctypes library loading on macos BigSur | Matti Picus | 2021-01-16 | 3 | -22/+57 |
| |\ \ | |||||
| | * | | Fix typo in comment. | Ricky Zhou | 2021-01-15 | 1 | -1/+1 |
| | * | | Enable/disable _ctypes_build.py in build_cffi_imports.py. | Ricky Zhou | 2021-01-15 | 2 | -12/+6 |
| | * | | Build _ctypes._ctypes_cffi on all macOS releases. | Ricky Zhou | 2021-01-15 | 1 | -7/+2 |
| | * | | Use _dyld_shared_cache_contains_path via a weak import. | Ricky Zhou | 2021-01-15 | 2 | -4/+15 |
| | * | | Fix building from scratch on Big Sur | Dan Villiom Podlaski Christiansen | 2021-01-15 | 1 | -18/+18 |
| | * | | Remove unused import. | Ricky Zhou | 2021-01-14 | 1 | -1/+1 |
| | * | | minor cleanup | Ricky Zhou | 2021-01-14 | 2 | -6/+5 |
| | * | | Fix loading system libraries with ctypes on macOS Big Sur. | Ricky Zhou | 2021-01-14 | 3 | -5/+41 |
| * | | | Issue #3378: crypt() accepts str but encodes them in utf-8. It also returns ... | Armin Rigo | 2021-01-15 | 1 | -4/+12 |
| |/ / | |||||
| * | | apply distutils.patch from (misnamed) conda-forge pypy3.6-feedstock | Matti Picus | 2021-01-11 | 1 | -1/+1 |
| * | | LDLIBRARY is used by posgresql | Matti Picus | 2021-01-10 | 1 | -0/+1 |
* | | | merge py3.7 | Carl Friedrich Bolz-Tereick | 2021-01-10 | 1 | -3/+3 |
|\| | | |||||
| * | | rename Hash to HASH to match CPython | fijal | 2021-01-07 | 1 | -3/+3 |
* | | | raise the correct error to make the subprocess except ModuleNotFoundError block | Carl Friedrich Bolz-Tereick | 2021-01-05 | 1 | -1/+1 |
* | | | merge vendor/stdlib-3.8 into beginning of py3.8 | Matti Picus | 2020-12-31 | 6 | -251/+4323 |
|\ \ \ | |/ / |/| | | |||||
| * | | add stdlib 3.8.7, remove stdlib2.7 | Matti Picus | 2020-12-31 | 6 | -162/+4908 |
* | | | merge default into py3.7 | Matti Picus | 2020-12-29 | 1 | -0/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | decorate ctypes functions that have pointer arguments for win64 | Matti Picus | 2020-12-29 | 1 | -0/+10 |
* | | | merge default into py3.7 | Matti Picus | 2020-12-28 | 1 | -8/+2 |
|\| | | |||||
| * | | wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator refact... | Matti Picus | 2020-12-28 | 1 | -8/+2 |
* | | | INCLUDEPY and INCLUDEDIR should point to the original directory even in a vir... | Matti Picus | 2020-12-24 | 1 | -1/+3 |
* | | | merge win4-cpyext into py3.7 | Matti Picus | 2020-12-21 | 5 | -8/+29 |
|\ \ \ | |||||
| * | | | differentiate between 64- and 32-bit _pypy_winbase_cffi | Matti Picus | 2020-12-21 | 5 | -8/+29 |
* | | | | use correct slot for sni_callback attribute (issue 3359) | Matti Picus | 2020-12-15 | 1 | -2/+2 |
|/ / / | |||||
* | | | merge default into py3.7 | Matti Picus | 2020-12-06 | 4 | -8/+18 |
|\| | |