- 03 Apr, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
- 02 Apr, 2016 4 commits
-
-
Berker Peksag authored
Patch by Robert Bachmann and SilentGhost.
-
Berker Peksag authored
Patch by Robert Bachmann and SilentGhost.
-
Berker Peksag authored
Patch by Ashley Anderson.
-
Berker Peksag authored
Patch by Ashley Anderson.
-
- 01 Apr, 2016 10 commits
-
-
Martin Panter authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Martin Panter authored
Also fix links to the “tzinfo” class and attributes.
-
Victor Stinner authored
-
Victor Stinner authored
Issue #26509: In fatal error handlers, don't log ConnectionAbortedError which occur on Windows.
-
Victor Stinner authored
-
Victor Stinner authored
Fix GH#325: Allow to pass None as a timeout value to disable timeout logic. Change written by Andrew Svetlov and merged by Guido van Rossum.
-
Victor Stinner authored
On Python 3.3, use aliases: * PyMem_RawMalloc = PyMem_Malloc * PyMem_RawFree = PyMem_Free These aliases are not need in Python 3.5, but this change makes synchronization of code base simpler.
-
Martin Panter authored
-
- 31 Mar, 2016 11 commits
-
-
Ned Deily authored
-
Victor Stinner authored
-
Martin Panter authored
-
Martin Panter authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
Also change BufferedReader.writable() and BufferedWriter.readable() to always return False.
-
- 30 Mar, 2016 13 commits
-
-
Serhiy Storchaka authored
of iterators of other mutable sequences: it lefts exhausted even if iterated array is extended.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Affected classes are generic sequence iterators, iterators of str, bytes, bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding views and os.scandir() iterator.
-
Serhiy Storchaka authored
Affected classes are generic sequence iterators, iterators of str, bytes, bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding views and os.scandir() iterator.
-
Berker Peksag authored
Reported by Matthew Cole on docs@p.o.
-
Berker Peksag authored
Reported by Matthew Cole on docs@p.o.
-
Victor Stinner authored
Pass all regrtest options, not only --testdir.
-
Victor Stinner authored
Pass also --testdir option.
-
Victor Stinner authored
test_forever() stores its state into the builtins module since the test module is reloaded at each run. Remove also warning to detect leaked tests of a previous run.
-
Victor Stinner authored
add "test." prefix to test module names. regrtest also prepends testdir to sys.path.
-
Victor Stinner authored
-
Victor Stinner authored
Use the default timeout of 30 seconds to avoid blocking forever.
-