- 30 Oct, 2014 33 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
locale-dependent regular expressions taking into account the locale.
-
Serhiy Storchaka authored
locale-dependent regular expressions taking into account the locale.
-
Antoine Pitrou authored
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
-
Antoine Pitrou authored
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
This allows use with special filesystems such as VirtualBox shared folders.
-
Antoine Pitrou authored
This allows use with special filesystems such as VirtualBox shared folders.
-
Victor Stinner authored
PyFile_GetLine() failed. Patch written by Xavier de Gaye.
-
Victor Stinner authored
PyFile_GetLine() failed. Patch written by Xavier de Gaye.
-
- 29 Oct, 2014 7 commits
-
-
Serhiy Storchaka authored
-
Robert Collins authored
Previously the ImportError was only shown if the top level containing package failed to import, with other ImportErrors showing up as AttributeError - hiding the real cause. As part of this, `TestLoader.loadTestsFromNames` now captures errors to self.errors.
-
Robert Collins authored
These tests were undebuggable as written, and there's no testing fallacy involved in using the method we're testing to test the output of that method, so switch to that.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Victor Stinner authored
-