- 11 Nov, 2011 7 commits
-
-
Antoine Pitrou authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 10 Nov, 2011 15 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
This is very similar to the "lazy strings" idea.
-
Victor Stinner authored
unicode_internal codec uses Py_UNICODE instead of the real internal representation (PEP 393: Py_UCS1, Py_UCS2 or Py_UCS4) for backward compatibility.
-
Charles-François Natali authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Martin v. Löwis authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 09 Nov, 2011 4 commits
-
-
Antoine Pitrou authored
when called with a timeout. Patch by Arnaud Ysmal.
-
Antoine Pitrou authored
when called with a timeout. Patch by Arnaud Ysmal.
-
Victor Stinner authored
-
Victor Stinner authored
getcwdb() => getcwd()
-
- 08 Nov, 2011 14 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* unicode_decode_call_errorhandler() now supports the PyUnicode_WCHAR_KIND kind * unicode_decode_call_errorhandler() calls copy_characters() instead of PyUnicode_CopyCharacters()
-
Ezio Melotti authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Nick Coghlan authored
Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading
-