- 31 Mar, 2016 10 kayıt (commit)
-
-
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 13 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.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Use the default timeout of 30 seconds to avoid blocking forever.
-
- 29 Mar, 2016 11 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26641: doctest.DocFileTest and doctest.testfile() now support packages (module splitted into multiple directories) for the package parameter.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Fix test_os.BytesWalkTests on Windows * Mimick better the reference os.DirEntry on Windows * _DummyDirEntry now caches os.stat() result * _DummyDirEntry constructor now tries to get os.stat() * Fix os._DummyDirEntry.is_symlink(), don't follow symbolic links: use os.stat(path, follow_symlinks=False).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #25911: Fix os._DummyDirEntry.is_symlink(), don't follow symbolic links: use os.stat(path, follow_symlinks=False).
-
Victor Stinner yazdı
Thanks Arfrever for the report :)
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
- 28 Mar, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 27 Mar, 2016 3 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Oren Milman.
-
Berker Peksag yazdı
_Call is a subclass of tuple (changeset 3603bae63c13 only works for classes) so we need to implement __ne__ ourselves. Patch by Andrew Plummer.
-
Berker Peksag yazdı
_Call is a subclass of tuple (changeset 3603bae63c13 only works for classes) so we need to implement __ne__ ourselves. Patch by Andrew Plummer.
-