| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | decorate ctypes functions that have pointer arguments for win64 | Matti Picus | 2020-12-29 | 1 | -0/+10 |
* | wrap mavcrt.get_osfhandle with FdValidator (removed in the FdValidator refact... | Matti Picus | 2020-12-28 | 1 | -8/+2 |
* | oops, this goes with 25e1dbf5591a | Armin Rigo | 2020-12-06 | 1 | -1/+1 |
* | update to cffi/023e2f33ee07 | Armin Rigo | 2020-12-06 | 3 | -7/+17 |
* | when building cffi extension, copy dll for sqlite3.dll so tests will find it | Matti Picus | 2020-11-30 | 2 | -4/+24 |
* | merge default into win64, tweak rpython/tool/cparser/cparser.py | Matti Picus | 2020-11-29 | 1 | -24/+24 |
|\ |
|
| * | tweak struct, adapt test to new struct layout | Matti Picus | 2020-10-30 | 1 | -24/+24 |
| * | revert these files to remove os.prlimit from 2.7 | Matti Picus | 2020-10-30 | 2 | -53/+1 |
| * | my_prlimit -> _prlimit (in _resource_build) | cptpcrd | 2020-10-29 | 2 | -3/+3 |
| * | only compile my_prlimit header on Linux | cptpcrd | 2020-10-28 | 1 | -2/+6 |
| * | add resource.prlimit() (added in CPython 3.4) | cptpcrd | 2020-10-28 | 2 | -1/+49 |
* | | Merge | nulano | 2020-10-14 | 3 | -10/+16 |
|\| |
|
| * | bpo-33781: audioop: enhance rounding double as int | Stefano Rivera | 2020-10-10 | 1 | -8/+15 |
| * | cpython GH-6028: Fix error message in sqlite connection thread check. | Stefano Rivera | 2020-10-10 | 1 | -1/+1 |
| * | bpo-34794: Fix a leak in Tkinter. | Stefano Rivera | 2020-10-10 | 1 | -1/+0 |
* | | merge default into branch | Matti Picus | 2020-10-10 | 12 | -54/+530 |
|\| |
|
| * | merge default into stdlib-2.7.18-3 | Stefano Rivera | 2020-10-09 | 2 | -6/+17 |
| |\ |
|
| * | | ctypes: Pass structs by value | Stefano Rivera | 2020-10-09 | 1 | -1/+3 |
| * | | blind commit: Hopefully fixing test.test_tcl.TclTest.test_getint on linux32 | Stefano Rivera | 2020-10-09 | 1 | -1/+1 |
| * | | This is Python 2.x not 3, encode unicode filenames (bpo-25404) | Stefano Rivera | 2020-10-07 | 1 | -1/+1 |
| * | | _sqlite.Cursor: add relevant part of __check_cursor to close() | Stefano Rivera | 2020-10-07 | 1 | -0/+3 |
| * | | fix incompatibility with ssl context defaults | Matti Picus | 2020-10-06 | 1 | -1/+1 |
| * | | backport fix for CVE-2019-5010, cpython issue 35746 | Matti Picus | 2020-10-06 | 1 | -0/+3 |
| * | | Return a TypeError like cpython would if a timedelta argument doesn't divmod ... | Stefano Rivera | 2020-10-05 | 1 | -2/+5 |
| * | | cpython3 compatibility for raising when calling methods on abstract classes | Matti Picus | 2019-08-25 | 5 | -23/+49 |
| * | | Ensure correct PEP3118 codes for primitive ctypes types (cf. bpo-10746) | Ronan Lamy | 2020-05-27 | 1 | -3/+15 |
| * | | Update _ctypes_test to 2.7.18 | Stefano Rivera | 2020-10-02 | 1 | -0/+207 |
| * | | PyBuffer_To/FromContiguous were implemented in 94ab09b73962 | Stefano Rivera | 2020-10-02 | 1 | -5/+0 |
| * | | Update _testcapimodule to 2.7.18 | Stefano Rivera | 2020-10-02 | 1 | -17/+242 |
* | | | merge app_main into win64 | Matti Picus | 2020-10-08 | 1 | -4/+12 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix crypt with a multithread protection lock, similar to the one in grp.py | Armin Rigo | 2020-10-05 | 1 | -4/+12 |
* | | | merge default into branch | Matti Picus | 2020-10-05 | 5 | -11/+24 |
|\| | |
|
| * | | build_cffi_imports: don't assume archive suffix is .gz | Dan Villiom Podlaski Christiansen | 2020-09-22 | 1 | -2/+5 |
| |/ |
|
| * | update to cffi/144ac54d9bff | Armin Rigo | 2020-09-23 | 3 | -4/+4 |
| * | fix link, http works but the suffix is bz2 | Matti Picus | 2020-09-22 | 1 | -1/+1 |
| * | lzma is not available via http, only https | Matti Picus | 2020-09-22 | 1 | -2/+2 |
| * | build_cffi_imports: use an HTTP mirror; fix building gdbm on Darwin | Dan Villiom Podlaski Christiansen | 2020-09-17 | 1 | -4/+7 |
| * | fix curses build | Dan Villiom Podlaski Christiansen | 2020-09-17 | 1 | -0/+2 |
| * | update to cffi/108825c76286 | Armin Rigo | 2020-09-03 | 1 | -0/+5 |
* | | fix tclobj.AsObj for win64 int type | nulano | 2020-08-29 | 1 | -1/+10 |
|/ |
|
* | update to cffi 1.14.2 | Armin Rigo | 2020-08-15 | 6 | -19/+57 |
* | move lib_pypy/tools -> lib_pypy/pypy_tools: otherwise"tools" appears on the s... | Matti Picus | 2020-07-27 | 2 | -0/+0 |
* | update to cffi/222126b71a49 (v1.14.1) | Armin Rigo | 2020-07-27 | 5 | -10/+24 |
* | the version of ssl for win32 uses dlls, we must copy them to lib_pypy to be f... | Matti Picus | 2020-07-01 | 1 | -1/+21 |
* | update win32 to openssl1.1 | Matti Picus | 2020-06-30 | 1 | -1/+1 |
* | add tk libraries | Matt Billenstein | 2020-06-18 | 1 | -3/+4 |
* | fix path to tcl,tk on windows, issue 3247 | Matti Picus | 2020-06-16 | 1 | -4/+11 |
* | It's pointless to compare the length of something with sys.maxsize. | Armin Rigo | 2020-05-31 | 1 | -3/+5 |