| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in... | Irit Katriel | 2023-02-24 | 1 | -14/+17 |
|
|
* | gh-101819: Adapt _io types to heap types, batch 1 (GH-101949) | Erlend E. Aasland | 2023-02-20 | 1 | -57/+33 |
|
|
* | bpo-15999: Accept arbitrary values for boolean parameters. (#15609) | Serhiy Storchaka | 2022-12-03 | 1 | -2/+2 |
|
|
* | bpo-38031: Fix a possible assertion failure in _io.FileIO() (#GH-5688) | Zackery Spytz | 2022-11-25 | 1 | -1/+5 |
|
|
* | gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537) | Inada Naoki | 2022-05-12 | 1 | -9/+0 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -7/+4 |
|
|
* | bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922) | Victor Stinner | 2021-10-13 | 1 | -1/+2 |
|
|
* | bpo-36346: Make using the legacy Unicode C API optional (GH-21437) | Serhiy Storchaka | 2020-07-10 | 1 | -0/+12 |
|
|
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 1 | -10/+0 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+1 |
|
|
* | closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (G... | Benjamin Peterson | 2019-11-12 | 1 | -9/+15 |
|
|
* | bpo-37206: Unrepresentable default values no longer represented as None. (GH-... | Serhiy Storchaka | 2019-09-14 | 1 | -3/+3 |
|
|
* | bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) | Jeroen Demeyer | 2019-07-11 | 1 | -2/+2 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ... | Antoine Pitrou | 2019-05-29 | 1 | -3/+3 |
|
|
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+4 |
|
|
* | bpo-35081: Add Include/internal/pycore_object.h (GH-10640) | Victor Stinner | 2018-11-21 | 1 | -0/+1 |
|
|
* | bpo-33138: Change standard error message for non-pickleable and non-copyable ... | Serhiy Storchaka | 2018-10-31 | 1 | -9/+0 |
|
|
* | bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) | Stéphane Wirtel | 2018-10-17 | 1 | -5/+3 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -1/+1 |
|
|
* | bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ... | Serhiy Storchaka | 2018-01-25 | 1 | -5/+3 |
|
|
* | bpo-32186: Release the GIL during lseek and fstat (#4652) | Nir Soffer | 2017-12-01 | 1 | -1/+5 |
|
|
* | Replace KB unit with KiB (#4293) | Victor Stinner | 2017-11-08 | 1 | -1/+1 |
|
|
* | [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) | Serhiy Storchaka | 2017-06-28 | 1 | -2/+1 |
|
|
* | bpo-30228: FileIO seek() and tell() set seekable (#1384) | Victor Stinner | 2017-05-02 | 1 | -15/+21 |
|
|
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | Serhiy Storchaka | 2017-04-16 | 1 | -4/+4 |
|
|
* | bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) | Serhiy Storchaka | 2017-03-30 | 1 | -9/+2 |
|
|
* | bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) | Serhiy Storchaka | 2017-03-19 | 1 | -3/+13 |
|
|
* | bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) | Serhiy Storchaka | 2017-03-12 | 1 | -2/+2 |
|
|
* | Merge issue #28164 and issue #29409 | Steve Dower | 2017-02-04 | 1 | -17/+14 |
|\ |
|
| * | Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) | Steve Dower | 2017-02-04 | 1 | -17/+14 |
|
|
* | | Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk... | Steve Dower | 2016-12-28 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk... | Steve Dower | 2016-12-28 | 1 | -0/+3 |
|
|
* | | Use _PyObject_CallMethodIdObjArgs() in _io | Victor Stinner | 2016-12-09 | 1 | -2/+2 |
|/ |
|
* | Issue #23524: Finish removing _PyVerify_fd from sources | Steve Dower | 2016-09-08 | 1 | -26/+13 |
|
|
* | Issue #27066: Fixed SystemError if a custom opener (for open()) returns a | Barry Warsaw | 2016-06-08 | 1 | -1/+7 |
|\ |
|
| * | Issue #27066: Fixed SystemError if a custom opener (for open()) returns | Barry Warsaw | 2016-06-08 | 1 | -1/+6 |
|
|
* | | Issue #20699: Merge io bytes-like fixes from 3.5 | Martin Panter | 2016-05-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #20699: Document that “io” methods accept bytes-like objects | Martin Panter | 2016-05-28 | 1 | -2/+2 |
|
|
* | | On ResourceWarning, log traceback where the object was allocated | Victor Stinner | 2016-03-19 | 1 | -2/+1 |
|
|
* | | Issue #25923: Added more const qualifiers to signatures of static and private... | Serhiy Storchaka | 2015-12-25 | 1 | -2/+2 |
|/ |
|
* | Issue #25717: Add comment explaining why errors are ignored | Martin Panter | 2015-12-06 | 1 | -0/+3 |
|
|
* | Issue #25717: Tolerate fstat() failures in the FileIO constructor | Martin Panter | 2015-12-06 | 1 | -12/+27 |
|
|
* | Issue #24001: Argument Clinic converters now use accept={type} | Larry Hastings | 2015-05-04 | 1 | -2/+2 |
|
|
* | Issue #23908: os functions now reject paths with embedded null character | Serhiy Storchaka | 2015-04-20 | 1 | -7/+6 |
|\ |
|
| * | Issue #23908: os functions now reject paths with embedded null character | Serhiy Storchaka | 2015-04-20 | 1 | -7/+6 |
|
|
* | | Fix typo in assert statement | Christian Heimes | 2015-04-16 | 1 | -1/+1 |
|
|
* | | Issue #20175: Converted the _io module to Argument Clinic. | Serhiy Storchaka | 2015-04-16 | 1 | -157/+202 |
|
|
* | | Issue #23668: Suppresses invalid parameter handler around chsize calls. | Steve Dower | 2015-04-12 | 1 | -0/+2 |
|
|
* | | Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i... | Steve Dower | 2015-04-12 | 1 | -1/+13 |
|
|