| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146) | Inada Naoki | 2021-04-02 | 1 | -2/+4 |
|
|
* | Revert "bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-251... | Inada Naoki | 2021-03-31 | 1 | -2/+1 |
|
|
* | bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103) | Inada Naoki | 2021-03-31 | 1 | -1/+2 |
|
|
* | bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) | Inada Naoki | 2021-03-29 | 1 | -0/+41 |
|
|
* | bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) | Victor Stinner | 2020-10-31 | 1 | -25/+0 |
|
|
* | bpo-40898: Remove redundant if statements in tp_traverse (GH-20692) | Hai Shi | 2020-06-07 | 1 | -3/+1 |
|
|
* | bpo-40792: Make the result of PyNumber_Index() always having exact type int. ... | Serhiy Storchaka | 2020-05-28 | 1 | -1/+1 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+0 |
|
|
* | bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) | Victor Stinner | 2020-04-13 | 1 | -2/+1 |
|
|
* | bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) | Dong-hee Na | 2020-03-24 | 1 | -20/+16 |
|
|
* | bpo-39968: Convert extension modules' macros of get_module_state() to inline ... | Hai Shi | 2020-03-16 | 1 | -4/+11 |
|
|
* | bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16... | Victor Stinner | 2020-03-04 | 1 | -2/+23 |
|
|
* | bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) | Victor Stinner | 2020-02-07 | 1 | -1/+1 |
|
|
* | Revert "remove a strange non-ASCII character in _iomodule.c" (GH-17240) | Tal Einat | 2019-11-18 | 1 | -1/+1 |
|
|
* | remove a strange non-ASCII character in _iomodule.c (GH-17239) | Tal Einat | 2019-11-18 | 1 | -1/+1 |
|
|
* | bpo-37330: open() no longer accept 'U' in file mode (GH-16959) | Victor Stinner | 2019-10-28 | 1 | -23/+2 |
|
|
* | bpo-37206: Unrepresentable default values no longer represented as None. (GH-... | Serhiy Storchaka | 2019-09-14 | 1 | -4/+4 |
|
|
* | bpo-15999: Clean up of handling boolean arguments. (GH-15610) | Serhiy Storchaka | 2019-09-01 | 1 | -4/+6 |
|
|
* | bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) | Jeroen Demeyer | 2019-07-08 | 1 | -2/+2 |
|
|
* | bpo-36763: Implement the PEP 587 (GH-13592) | Victor Stinner | 2019-05-27 | 1 | -1/+1 |
|
|
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+20 |
|
|
* | bpo-36900: Replace global conf vars with config (GH-13299) | Victor Stinner | 2019-05-14 | 1 | -1/+3 |
|
|
* | bpo-2091: Fix typo in exception message (GH-12987) | Berker Peksag | 2019-04-27 | 1 | -1/+1 |
|
|
* | bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) | Alexey Izbyshev | 2018-10-20 | 1 | -0/+9 |
|
|
* | bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187) | David Herberth | 2018-10-19 | 1 | -3/+3 |
|
|
* | bpo-34217: Use lowercase for windows headers (GH-8472) | Erik Janssens | 2018-08-16 | 1 | -1/+1 |
|
|
* | Fix Windows build of Python for latest WinSDK. (GH-6874) | Carl Meyer | 2018-05-17 | 1 | -1/+1 |
|
|
* | bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io... | Serhiy Storchaka | 2018-01-16 | 1 | -0/+2 |
|
|
* | closes bpo-32460: ensure all non-static globals have initializers (#5061) | Benjamin Peterson | 2017-12-31 | 1 | -27/+27 |
|
|
* | bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() s... | Antoine Pitrou | 2017-12-13 | 1 | -2/+0 |
|
|
* | bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#... | Neil Schemenauer | 2017-09-22 | 1 | -0/+2 |
|
|
* | Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on ... | Neil Schemenauer | 2017-09-05 | 1 | -2/+0 |
|
|
* | bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#... | Neil Schemenauer | 2017-09-05 | 1 | -0/+2 |
|
|
* | 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 | -24/+0 |
|
|
* | bpo-29878: Add global instances of int for 0 and 1. (#852) | Serhiy Storchaka | 2017-03-30 | 1 | -4/+0 |
|
|
* | bpo-29730: replace some calls to PyNumber_Check and improve some error messag... | Oren Milman | 2017-03-12 | 1 | -3/+4 |
|
|
* | bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) | Serhiy Storchaka | 2017-03-12 | 1 | -2/+2 |
|
|
* | Merge from 3.5. | Serhiy Storchaka | 2016-12-07 | 1 | -1/+1 |
|\ |
|
| * | Change order of io.UnsupportedOperation base classes. | Serhiy Storchaka | 2016-12-07 | 1 | -1/+1 |
|
|
* | | Issue #1602: Windows console doesn't input or print Unicode (PEP 528) | Steve Dower | 2016-08-31 | 1 | -3/+21 |
|
|
* | | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -2/+2 |
|
|
* | | issue27186: add open/io.open; patch by Jelle Zijlstra | Ethan Furman | 2016-06-04 | 1 | -16/+32 |
|
|
* | | Issue #25523: Merge a-to-an corrections from 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | | | Issue #15989: Fixed some scarcely probable integer overflows. | Serhiy Storchaka | 2015-09-06 | 1 | -1/+2 |
|
|
* | | | - Issue #2091: error correctly on open() with mode 'U' and '+' | Robert Collins | 2015-07-25 | 1 | -8/+8 |
|/ / |
|
* | | Issue #24001: Argument Clinic converters now use accept={type} | Larry Hastings | 2015-05-04 | 1 | -4/+4 |
|
|