index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_io.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634)...
Victor Stinner
2022-03-02
1
-19/+7
*
bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)
Miss Islington (bot)
2021-09-14
1
-3/+7
*
[3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005...
Serhiy Storchaka
2021-08-29
1
-0/+25
*
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki
2021-02-22
1
-0/+27
*
bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133)
Victor Stinner
2020-09-07
1
-1/+1
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
1
-1/+2
*
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...
Victor Stinner
2020-03-04
1
-7/+10
*
bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586)
Berker Peksag
2020-02-21
1
-0/+11
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Philipp Gesang
2020-02-04
1
-0/+5
*
bpo-38076 Clear the interpreter state only after clearing module globals (GH-...
Eddie Elizondo
2020-02-04
1
-1/+1
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
1
-2/+0
*
closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (G...
Benjamin Peterson
2019-11-12
1
-0/+11
*
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
Victor Stinner
2019-10-28
1
-10/+7
*
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
2019-06-25
1
-1/+48
*
bpo-37261: Document sys.unraisablehook corner cases (GH-14059)
Victor Stinner
2019-06-14
1
-1/+5
*
bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029)
Victor Stinner
2019-06-12
1
-0/+5
*
bpo-37223: test_io: silence destructor errors (GH-13954)
Victor Stinner
2019-06-11
1
-0/+10
*
bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554)
Victor Stinner
2019-05-24
1
-14/+6
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-1/+1
*
bpo-18748: _pyio.IOBase emits unraisable exception (GH-13512)
Victor Stinner
2019-05-23
1
-37/+27
*
bpo-36929: Modify io/re tests to allow for missing mod name (#13392)
Max Bernstein
2019-05-21
1
-17/+17
*
bpo-18748: test_io: silence destructor errors (GH-12805)
Victor Stinner
2019-04-12
1
-0/+29
*
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner
2019-04-12
1
-6/+25
*
bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (#11385)
Gregory P. Smith
2018-12-31
1
-0/+14
*
bpo-31731: Fix test_io.check_interrupted_write() (GH-11225)
Victor Stinner
2018-12-18
1
-3/+9
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
1
-0/+5
*
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
Christopher Thorne
2018-11-01
1
-0/+28
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Xiang Zhang
2018-10-31
1
-0/+10
*
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev
2018-10-20
1
-1/+1
*
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...
Zackery Spytz
2018-07-17
1
-0/+10
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Zackery Spytz
2018-06-29
1
-0/+11
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
1
-1/+1
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
1
-1/+1
*
bpo-33760: Fix file leaks in test_io. (GH-7361)
Serhiy Storchaka
2018-06-04
1
-0/+4
*
bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)
Serhiy Storchaka
2018-03-02
1
-11/+14
*
bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
Nitish Chandra
2018-01-28
1
-0/+17
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
1
-2/+0
*
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newli...
INADA Naoki
2017-12-21
1
-0/+117
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-0/+2
*
bpo-22671: Clarify and test default read method implementations (#4568)
Sanyam Khurana
2017-12-11
1
-2/+51
*
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
benfogle
2017-11-10
1
-1/+30
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-5/+5
*
bpo-31479: Always reset the signal alarm in tests (#3588)
Victor Stinner
2017-09-19
1
-0/+3
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-12/+1
*
bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)
Oren Milman
2017-08-29
1
-0/+20
*
bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201)
Oren Milman
2017-08-25
1
-0/+8
*
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...
Oren Milman
2017-08-20
1
-0/+1
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
1
-0/+51
*
bpo-30107: don't dump core on expected test_io crash (#1235)
Victor Stinner
2017-04-21
1
-0/+5
[next]