- 04 May, 2012 14 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
This introduces a new function, imp.extension_suffixes(), which is currently undocumented. That is forthcoming once issue #14657 is resolved and how to expose file suffixes is decided.
-
Brett Cannon yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
The certificate has changed and the test now needs SNI to pass.
-
Antoine Pitrou yazdı
The certificate has changed and the test now needs SNI to pass.
-
Richard Oudkerk yazdı
The address of an object was being decreffed instead of the object.
-
Larry Hastings yazdı
-
Richard Oudkerk yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 May, 2012 17 kayıt (commit)
-
-
Victor Stinner yazdı
Keep inline for performance critical functions (functions used in loops)
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
* The write_str() method does nothing if the length is zero. * Replace "struct unicode_writer_t" with "unicode_writer_t"
-
Larry Hastings yazdı
-
Richard Oudkerk yazdı
-
Victor Stinner yazdı
The length can be read directly from the buffer
-
Victor Stinner yazdı
"Inline" PyUnicode_Resize(): call directly resize_compact()
-
Victor Stinner yazdı
accumulator. Directly write characters into the output (don't use a temporary list): resize and widen the string on demand.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Victor Stinner yazdı
Don't convert uninitialized characters. Patch written by Serhiy Storchaka.
-
Larry Hastings yazdı
Removed futimens as it is now redundant. Changed shutil.copystat to use st_atime_ns and st_mtime_ns from os.stat and ns= parameter to utime--it once again preserves exact metadata on Linux!
-
Victor Stinner yazdı
Use also directly unicode_empty, instead of PyUnicode_New(0,0).
-
Victor Stinner yazdı
Remove the fast-path for 1-character string: unicode_fromascii() and _PyUnicode_FromUCS*() now have their own fast-path for 1-character strings.
-
Victor Stinner yazdı
-
- 02 May, 2012 9 kayıt (commit)
-
-
Victor Stinner yazdı
Avoid an useless and expensive call to PyUnicode_READ().
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Richard Oudkerk yazdı
Previously, when an error was encountered some processes would not be stopped until atexit callbacks were run. On Windows that was too late to prevent a PermissionError when regrtest tried to remove the temp directory it ran the tests in.
-
Charles-François Natali yazdı
associated pwd entry.
-
Charles-François Natali yazdı
associated pwd entry.
-
Martin v. Löwis yazdı
-
Senthil Kumaran yazdı
-