- 05 May, 2012 6 commits
-
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Lars Gustäbel authored
The ExFileObject class was removed, some of its code went into _FileInFile.
-
Benjamin Peterson authored
-
Nadeem Vawda authored
-
- 04 May, 2012 25 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brett Cannon authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Vinay Sajip authored
-
Brett Cannon authored
-
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 9 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()
-