- 26 Apr, 2012 7 commits
-
-
Brian Curtin authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brett Cannon authored
be implicit. Added a warning for when sys.path_hooks is found to be empty. Also changed the meaning of None in sys.path_importer_cache to represent trying sys.path_hooks again (an interpretation of previous semantics). Also added a warning for when None was found. The long-term goal is for None in sys.path_importer_cache to represent the same as imp.NullImporter: no finder found for that sys.path entry.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
- 25 Apr, 2012 13 commits
-
-
Victor Stinner authored
null character
-
Victor Stinner authored
created strings using _PyUnicode_CheckConsistency() in debug mode
-
Marc-Andre Lemburg authored
be rebuilt, but there's no Python interpreter around to freeze the bootstrap script. Forgot to include Makefile.pre.in in changeset 76549:acfdf46b8de1.
-
Brian Curtin authored
Fix #3561. Add an option to place the Python installation into the Windows Path environment variable.
-
Antoine Pitrou authored
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).
-
Antoine Pitrou authored
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).
-
Nick Coghlan authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Marc-Andre Lemburg authored
Issue a warning in case Python\importlib.h needs to be rebuilt, but there's no Python interpreter around to freeze the bootstrap script.
-
Brett Cannon authored
-
Marc-Andre Lemburg authored
This time also recreating the Python/importlib.h file to make make happy. See the ticket for details.
-
Marc-Andre Lemburg authored
the buildbots to fail.
-
- 24 Apr, 2012 20 commits
-
-
Marc-Andre Lemburg authored
-
Vinay Sajip authored
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
-
Vinay Sajip authored
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
-
Antoine Pitrou authored
Patch by Richard Oudkerk (sbt).
-
Lars Gustäbel authored
links when the links were not located in an archive subdirectory.
-
Lars Gustäbel authored
when the links were not located in an archive subdirectory.
-
Jesus Cea authored
Closes Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT (I add some Solaris constants too)
-
Jesus Cea authored
-
Benjamin Peterson authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Georg Brandl authored
-
Martin v. Loewis authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Benjamin Peterson authored
-