aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix structseq attribute setter error messageMatti Picus2021-03-021-2/+5
* Copy dummy constants from greenlet 1.0.0Armin Rigo2021-02-261-0/+7
* Test and fix for #3381Armin Rigo2021-02-261-1/+6
* update cffi to c16abb8f809fMatti Picus2021-02-211-1/+2
* update to cffi 1.14.5 (using pypy/tool/import_cffi.py and manually fixing too)Matti Picus2021-02-173-4/+4
* move file to correct placeMatti Picus2021-02-051-1/+0
* add new fileMatti Picus2021-02-051-0/+23
* typoMatti Picus2021-02-051-10/+10
* backport changes from py3.7-big-sur-dyld-cache to defaultMatti Picus2021-02-052-18/+31
* use tcl/tk 8.6 on windowsnulano2021-02-022-3/+3
* rename Hash to HASH to match cpythonfijal2021-01-071-3/+3
* decorate ctypes functions that have pointer arguments for win64Matti Picus2020-12-291-0/+10
* wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator refact...Matti Picus2020-12-281-8/+2
* oops, this goes with 25e1dbf5591aArmin Rigo2020-12-061-1/+1
* update to cffi/023e2f33ee07Armin Rigo2020-12-063-7/+17
* when building cffi extension, copy dll for sqlite3.dll so tests will find itMatti Picus2020-11-302-4/+24
* merge default into win64, tweak rpython/tool/cparser/cparser.pyMatti Picus2020-11-291-24/+24
|\
| * tweak struct, adapt test to new struct layoutMatti Picus2020-10-301-24/+24
| * revert these files to remove os.prlimit from 2.7Matti Picus2020-10-302-53/+1
| * my_prlimit -> _prlimit (in _resource_build)cptpcrd2020-10-292-3/+3
| * only compile my_prlimit header on Linuxcptpcrd2020-10-281-2/+6
| * add resource.prlimit() (added in CPython 3.4)cptpcrd2020-10-282-1/+49
* | Mergenulano2020-10-143-10/+16
|\|
| * bpo-33781: audioop: enhance rounding double as intStefano Rivera2020-10-101-8/+15
| * cpython GH-6028: Fix error message in sqlite connection thread check.Stefano Rivera2020-10-101-1/+1
| * bpo-34794: Fix a leak in Tkinter.Stefano Rivera2020-10-101-1/+0
* | merge default into branchMatti Picus2020-10-1012-54/+530
|\|
| * merge default into stdlib-2.7.18-3Stefano Rivera2020-10-092-6/+17
| |\
| * | ctypes: Pass structs by valueStefano Rivera2020-10-091-1/+3
| * | blind commit: Hopefully fixing test.test_tcl.TclTest.test_getint on linux32Stefano Rivera2020-10-091-1/+1
| * | This is Python 2.x not 3, encode unicode filenames (bpo-25404)Stefano Rivera2020-10-071-1/+1
| * | _sqlite.Cursor: add relevant part of __check_cursor to close()Stefano Rivera2020-10-071-0/+3
| * | fix incompatibility with ssl context defaultsMatti Picus2020-10-061-1/+1
| * | backport fix for CVE-2019-5010, cpython issue 35746Matti Picus2020-10-061-0/+3
| * | Return a TypeError like cpython would if a timedelta argument doesn't divmod ...Stefano Rivera2020-10-051-2/+5
| * | cpython3 compatibility for raising when calling methods on abstract classesMatti Picus2019-08-255-23/+49
| * | Ensure correct PEP3118 codes for primitive ctypes types (cf. bpo-10746)Ronan Lamy2020-05-271-3/+15
| * | Update _ctypes_test to 2.7.18Stefano Rivera2020-10-021-0/+207
| * | PyBuffer_To/FromContiguous were implemented in 94ab09b73962Stefano Rivera2020-10-021-5/+0
| * | Update _testcapimodule to 2.7.18Stefano Rivera2020-10-021-17/+242
* | | merge app_main into win64Matti Picus2020-10-081-4/+12
|\ \ \ | | |/ | |/|
| * | Fix crypt with a multithread protection lock, similar to the one in grp.pyArmin Rigo2020-10-051-4/+12
* | | merge default into branchMatti Picus2020-10-055-11/+24
|\| |
| * | build_cffi_imports: don't assume archive suffix is .gzDan Villiom Podlaski Christiansen2020-09-221-2/+5
| |/
| * update to cffi/144ac54d9bffArmin Rigo2020-09-233-4/+4
| * fix link, http works but the suffix is bz2Matti Picus2020-09-221-1/+1
| * lzma is not available via http, only httpsMatti Picus2020-09-221-2/+2
| * build_cffi_imports: use an HTTP mirror; fix building gdbm on DarwinDan Villiom Podlaski Christiansen2020-09-171-4/+7
| * fix curses buildDan Villiom Podlaski Christiansen2020-09-171-0/+2
| * update to cffi/108825c76286Armin Rigo2020-09-031-0/+5