- 28 Nis, 2012 2 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
- 27 Nis, 2012 17 kayıt (commit)
-
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
Also, block delivery of signals to that thread. Patch by Richard Oudkerk. This will hopefully fix sporadic freezes on the FreeBSD 9.0 buildbot.
-
Victor Stinner yazdı
* Remove _PyBytes_FormatLong(): inline it into formatlong() * the input type is always a long, so remove the code for bool * don't duplicate the string if the length does not change * Use PyUnicode_DATA() instead of _PyUnicode_AsString()
-
Brett Cannon yazdı
-
Brett Cannon yazdı
importlib.util.module_for_loader also will set __loader__ along with __package__. This is in conjunction to a forthcoming update to PEP 302 which will make these two attributes required for loaders to set.
-
Victor Stinner yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
finder instead of using some (now non-existent) implicit finder.
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
ImportWarning is raised if sys.meta_path is found to be empty.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Benjamin Peterson yazdı
-
Martin v. Loewis yazdı
-
Victor Stinner yazdı
* In debug mode, fill the string data with invalid characters * Simplify also reference counting in PyCodec_BackslashReplaceErrors() and PyCodec_XMLCharRefReplaceError()
-
- 26 Nis, 2012 9 kayıt (commit)
-
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Brian Curtin yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
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 yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
- 25 Nis, 2012 12 kayıt (commit)
-
-
Victor Stinner yazdı
null character
-
Victor Stinner yazdı
created strings using _PyUnicode_CheckConsistency() in debug mode
-
Marc-Andre Lemburg yazdı
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 yazdı
Fix #3561. Add an option to place the Python installation into the Windows Path environment variable.
-
Antoine Pitrou yazdı
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 yazdı
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 yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Marc-Andre Lemburg yazdı
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 yazdı
-
Marc-Andre Lemburg yazdı
This time also recreating the Python/importlib.h file to make make happy. See the ticket for details.
-