- 03 Nis, 2016 4 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 02 Nis, 2016 4 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Robert Bachmann and SilentGhost.
-
Berker Peksag yazdı
Patch by Robert Bachmann and SilentGhost.
-
Berker Peksag yazdı
Patch by Ashley Anderson.
-
Berker Peksag yazdı
Patch by Ashley Anderson.
-
- 01 Nis, 2016 10 kayıt (commit)
-
-
Martin Panter yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Martin Panter yazdı
Also fix links to the “tzinfo” class and attributes.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #26509: In fatal error handlers, don't log ConnectionAbortedError which occur on Windows.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
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 yazdı
-
- 31 Mar, 2016 11 kayıt (commit)
-
-
Ned Deily yazdı
-
Victor Stinner yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Also change BufferedReader.writable() and BufferedWriter.readable() to always return False.
-
- 30 Mar, 2016 11 kayıt (commit)
-
-
Serhiy Storchaka yazdı
of iterators of other mutable sequences: it lefts exhausted even if iterated array is extended.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
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 yazdı
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 yazdı
Reported by Matthew Cole on docs@p.o.
-
Berker Peksag yazdı
Reported by Matthew Cole on docs@p.o.
-
Victor Stinner yazdı
Pass all regrtest options, not only --testdir.
-
Victor Stinner yazdı
Pass also --testdir option.
-
Victor Stinner yazdı
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 yazdı
add "test." prefix to test module names. regrtest also prepends testdir to sys.path.
-