GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_io
/
_iomodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-04
1
-2
/
+0
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-04
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-13
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-30
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-26
1
-8
/
+8
|
/
/
*
|
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings
2015-05-04
1
-4
/
+4
*
|
Issue #20175: Converted the _io module to Argument Clinic.
Serhiy Storchaka
2015-04-16
1
-139
/
+139
*
|
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
1
-13
/
+2
|
\
|
|
*
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
1
-13
/
+2
|
*
properly decref the return value of close()
Benjamin Peterson
2014-07-04
1
-3
/
+5
*
|
properly decref the return value of close()
Benjamin Peterson
2014-07-04
1
-3
/
+5
*
|
Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohus...
Antoine Pitrou
2014-06-29
1
-19
/
+9
|
/
*
PyErr_NormalizeException doesn't like being called with an exception set
Serhiy Storchaka
2014-06-11
1
-4
/
+4
*
Issue #21310: Fixed possible resource leak in failed open().
Serhiy Storchaka
2014-06-09
1
-9
/
+27
*
Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.
Antoine Pitrou
2013-12-21
1
-0
/
+14
*
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
1
-2
/
+8
*
Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io m...
Antoine Pitrou
2013-10-12
1
-1
/
+1
*
Issue #18608: Avoid keeping a strong reference to the locale module inside th...
Antoine Pitrou
2013-08-01
1
-0
/
+25
*
Describe 'surrogateescape' in the documentation.
Andrew Kuchling
2013-06-16
1
-2
/
+2
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1
/
+1
|
\
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1
/
+1
*
|
#15796: merge with 3.2.
Ezio Melotti
2012-09-18
1
-1
/
+1
|
\
|
|
*
#15796: Fix \n in readline docstring. Patch by Serhiy Storchaka.
Ezio Melotti
2012-09-18
1
-1
/
+1
*
|
Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enl...
Christian Heimes
2012-09-10
1
-1
/
+1
*
|
(Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n'
Victor Stinner
2012-08-04
1
-3
/
+3
|
\
|
|
*
open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't
Victor Stinner
2012-08-04
1
-3
/
+3
*
|
Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore
Victor Stinner
2012-06-05
1
-2
/
+3
*
|
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
Brett Cannon
2012-02-29
1
-11
/
+3
*
|
Merge 3.2
Éric Araujo
2012-02-26
1
-1
/
+1
|
\
|
|
*
Fix typo in “seperat{or,ion}”
Éric Araujo
2012-02-26
1
-1
/
+1
*
|
Merge refleak fixes from 3.2
Antoine Pitrou
2012-01-18
1
-54
/
+41
|
\
|
|
*
Fix the _io module leaking references when a sub-interpreter is created.
Antoine Pitrou
2012-01-18
1
-48
/
+36
*
|
Issue #12760: Add a create mode to open(). Patch by David Townshend.
Charles-François Natali
2012-01-09
1
-11
/
+17
[next]