- 25 Apr, 2012 11 commits
-
-
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.
-
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 24 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
-
Benjamin Peterson authored
This also alters the fix to #11603. Specifically, setting __repr__ to object.__str__ now raises a recursion RuntimeError when str() or repr() is called instead of silently bypassing the recursion. I believe this behavior is more correct.
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Skip long repr tests when the cached pyc file's path length would exceed the maximum Win32 path length. This should fix a failure on one of the XP buildbots.
-
Benjamin Peterson authored
-
- 23 Apr, 2012 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
R David Murray authored
Patch by Dionysios Kalofonos.
-
R David Murray authored
Patch by Dionysios Kalofonos.
-