- 04 May, 2012 12 commits
-
-
Brett Cannon authored
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 authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
The certificate has changed and the test now needs SNI to pass.
-
Antoine Pitrou authored
The certificate has changed and the test now needs SNI to pass.
-
Richard Oudkerk authored
The address of an object was being decreffed instead of the object.
-
Larry Hastings authored
-
Richard Oudkerk authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 03 May, 2012 17 commits
-
-
Victor Stinner authored
Keep inline for performance critical functions (functions used in loops)
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
* The write_str() method does nothing if the length is zero. * Replace "struct unicode_writer_t" with "unicode_writer_t"
-
Larry Hastings authored
-
Richard Oudkerk authored
-
Victor Stinner authored
The length can be read directly from the buffer
-
Victor Stinner authored
"Inline" PyUnicode_Resize(): call directly resize_compact()
-
Victor Stinner authored
accumulator. Directly write characters into the output (don't use a temporary list): resize and widen the string on demand.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Victor Stinner authored
Don't convert uninitialized characters. Patch written by Serhiy Storchaka.
-
Larry Hastings authored
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 authored
Use also directly unicode_empty, instead of PyUnicode_New(0,0).
-
Victor Stinner authored
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 authored
-
- 02 May, 2012 10 commits
-
-
Victor Stinner authored
Avoid an useless and expensive call to PyUnicode_READ().
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Richard Oudkerk authored
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 authored
associated pwd entry.
-
Charles-François Natali authored
associated pwd entry.
-
Martin v. Löwis authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 01 May, 2012 1 commit
-
-
Victor Stinner authored
of the second argument of PyUnicode_New(). * Create also align_maxchar() function * Optimize fix_decimal_and_space_to_ascii(): don't compute the maximum character when ch <= 127 (it is ASCII)
-