Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1d391f926b37484b8d4b326003a72c0084db19ec
/
Modules
/
_io
a7e1648
Adds precheck for console filename to fix Windows 7.
by Steve Dower
· 8 years ago
722e3e2
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
by Steve Dower
· 8 years ago
eacee98
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
by Steve Dower
· 8 years ago
4659ddc
Merge doc fixes from 3.5
by Martin Panter
· 8 years ago
536d70e
Fix grammar, typos and markup in documentation and code comments
by Martin Panter
· 8 years ago
bfce0f9
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
by Steve Dower
· 8 years ago
606ab86
Change order of io.UnsupportedOperation base classes.
by Serhiy Storchaka
· 8 years ago
427f10b
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
0651583
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
by Serhiy Storchaka
· 8 years ago
3b73ea1
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
5f548a2
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
by Serhiy Storchaka
· 8 years ago
a7c972e
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
by Serhiy Storchaka
· 8 years ago
c6f9b2b
Issue #28162: Fixes Ctrl+Z handling in console readall()
by Steve Dower
· 8 years ago
312cef7
Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests.
by Steve Dower
· 8 years ago
9df89d0
Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
by Christian Heimes
· 8 years ago
e2e792d
merge 3.5 (#28184)
by Benjamin Peterson
· 8 years ago
27f26ad
Issue #28161: Opening CON for write access fails
by Steve Dower
· 8 years ago
ec406fe
Issue #27810: Regenerate Argument Clinic.
by Serhiy Storchaka
· 8 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 8 years ago
3929499
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
by Steve Dower
· 8 years ago
940f33a
Issue #23524: Finish removing _PyVerify_fd from sources
by Steve Dower
· 8 years ago
47ff073
more PY_LONG_LONG to long long
by Benjamin Peterson
· 8 years ago
ed4aa83
require a long long data type (closes #27961)
by Benjamin Peterson
· 8 years ago
15f44ab
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Raymond Hettinger
· 8 years ago
9171a8b
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
by Serhiy Storchaka
· 8 years ago
2954f83
- Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
5dee655
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
by Serhiy Storchaka
· 8 years ago
118598a
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
by Barry Warsaw
· 8 years ago
480e285
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
by Barry Warsaw
· 8 years ago
d62548a
issue27186: add open/io.open; patch by Jelle Zijlstra
by Ethan Furman
· 8 years ago
efe7256
Fix a comment.
by Barry Warsaw
· 8 years ago
c249221
Issue #20699: Merge io bytes-like fixes from 3.5
by Martin Panter
· 8 years ago
6bb91f3
Issue #20699: Document that “io” methods accept bytes-like objects
by Martin Panter
· 8 years ago
abe4d52
Merge doc and comment fixes from 3.5
by Martin Panter
· 9 years ago
8f26565
Fix spelling (inital), grammar (may translates) in documentation, comments
by Martin Panter
· 9 years ago
b6a9c97
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
by Serhiy Storchaka
· 9 years ago
8b04a94
Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
119e502
Fix typos in code comments and documentation
by Martin Panter
· 9 years ago
f01e408
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
by Serhiy Storchaka
· 9 years ago
ec39756
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
4884271
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
047f3b7
Issue #22854: Merge UnsupportedOperation fixes from 3.5
by Martin Panter
· 9 years ago
754aab2
Issue #22854: Clarify documentation about UnsupportedOperation and add tests
by Martin Panter
· 9 years ago
928bff0
cleanup iobase.c
by Victor Stinner
· 9 years ago
914cde8
On ResourceWarning, log traceback where the object was allocated
by Victor Stinner
· 9 years ago
1ed017a
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
by Serhiy Storchaka
· 9 years ago
bdb908e
Issue #20440: Applied yet one patch for using Py_SETREF.
by Serhiy Storchaka
· 9 years ago
4a1e70f
Issue #20440: Applied yet one patch for using Py_SETREF.
by Serhiy Storchaka
· 9 years ago
ef1585e
Issue #25923: Added more const qualifiers to signatures of static and private functions.
by Serhiy Storchaka
· 9 years ago
2d06e84
Issue #25923: Added the const qualifier to static constant arrays.
by Serhiy Storchaka
· 9 years ago
f006940
Issue #20440: Massive replacing unsafe attribute setting code with special
by Serhiy Storchaka
· 9 years ago
5a57ade
Issue #20440: Massive replacing unsafe attribute setting code with special
by Serhiy Storchaka
· 9 years ago
a9406e7
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
by Serhiy Storchaka
· 9 years ago
5c4064e
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
by Serhiy Storchaka
· 9 years ago
c68e723
Issue #25717: Merge comment from 3.5
by Martin Panter
· 9 years ago
49d3db9
Issue #25717: Add comment explaining why errors are ignored
by Martin Panter
· 9 years ago
c851106
Issue #25717: Merge fstat() fix from 3.5
by Martin Panter
· 9 years ago
0bb62b1
Issue #25717: Tolerate fstat() failures in the FileIO constructor
by Martin Panter
· 9 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
a6d5038
Issue #22413: Merge StringIO doc from 3.5
by Martin Panter
· 9 years ago
f264416
Issue #22413: Remove comment made out of date by Argument Clinic
by Martin Panter
· 9 years ago
994815e
Issue #22413: Merge StringIO doc from 3.4 into 3.5
by Martin Panter
· 9 years ago
cfad543
Issue #22413: Document newline effect on StringIO initializer and getvalue
by Martin Panter
· 9 years ago
585a6ac
Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
3f930dc
Merge typo fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 9 years ago
db4220e
Issue #25030: Do not document seek() as if it accepts keyword arguments
by Martin Panter
· 9 years ago
56f6e76
Issue #15989: Fixed some scarcely probable integer overflows.
by Serhiy Storchaka
· 9 years ago
4e63f7a
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
by Serhiy Storchaka
· 9 years ago
fb39779
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
by Serhiy Storchaka
· 9 years ago
594e54c
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
by Serhiy Storchaka
· 9 years ago
c94a1dc
- Issue #2091: error correctly on open() with mode 'U' and '+'
by Robert Collins
· 9 years ago
6baa0f9
Fixes cast warning in bufferedio.c
by Steve Dower
· 9 years ago
45d6156
Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht.
by Antoine Pitrou
· 9 years ago
d10d6ae
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
by Berker Peksag
· 10 years ago
008d88b
Issue #24009: Got rid of using rare "y#" format unit in TextIOWrapper.tell().
by Serhiy Storchaka
· 10 years ago
dbfdc38
Issue #24001: Argument Clinic converters now use accept={type}
by Larry Hastings
· 10 years ago
247789c
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
by Serhiy Storchaka
· 10 years ago
7e9d1d1
Issue #23908: os functions now reject paths with embedded null character
by Serhiy Storchaka
· 10 years ago
2b0d200
Issue #23908: os functions now reject paths with embedded null character
by Serhiy Storchaka
· 10 years ago
bb72c47
Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples.
by Serhiy Storchaka
· 10 years ago
82adeff
Fix typo in assert statement
by Christian Heimes
· 10 years ago
f24131f
Issue #20175: Converted the _io module to Argument Clinic.
by Serhiy Storchaka
· 10 years ago
56452ee
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file.
by Antoine Pitrou
· 10 years ago
85e3ee7
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file.
by Antoine Pitrou
· 10 years ago
cb46f0e
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
by Antoine Pitrou
· 10 years ago
25f85d4
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
by Antoine Pitrou
· 10 years ago
a1c7e72
Issue #23668: Suppresses invalid parameter handler around chsize calls.
by Steve Dower
· 10 years ago
8fc8980
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler.
by Steve Dower
· 10 years ago
3d2279f
Issue #21859: Corrected FileIO docstrings.
by Serhiy Storchaka
· 10 years ago
ea6d559
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
by Berker Peksag
· 10 years ago
fe0a41a
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
by Steve Dower
· 10 years ago
cd092ef
Issue #21859: Corrected FileIO docstrings.
by Serhiy Storchaka
· 10 years ago
5056769
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
by Serhiy Storchaka
· 10 years ago
b817b77
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
by Serhiy Storchaka
· 10 years ago
e134a7f
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
by Victor Stinner
· 10 years ago
Next »