- 18 Dec, 2011 28 commits
-
-
Victor Stinner authored
_Py_stat() now returns -2 if an exception was raised.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Victor Stinner authored
wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes. Patch written by Arnaud Calmettes.
-
Georg Brandl authored
-
Antoine Pitrou authored
Patch by Cédric Krier.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Cédric Krier.
-
Victor Stinner authored
wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes. Patch written by Arnaud Calmettes.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Charles-François Natali authored
-
Charles-François Natali authored
condition variables to avoid deadlocks in child processes.
-
Charles-François Natali authored
condition variables to avoid deadlocks in child processes.
-
Charles-François Natali authored
redirection or an error.
-
Charles-François Natali authored
redirection or an error.
-
Victor Stinner authored
The main bottleneck was the PyUnicode_READ() macro.
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Arnaud Calmettes.
-
Victor Stinner authored
Patch written by Arnaud Calmettes.
-
Victor Stinner authored
Use findchar() which is more optimized than a dummy loop using PyUnicode_READ(). PyUnicode_READ() is a complex and slow macro.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
bytes.find() and handle correctly OverflowError (raise the same ValueError than the error for -1).
-
- 17 Dec, 2011 12 commits
-
-
Victor Stinner authored
Patch written by Brice Berna.
-
Victor Stinner authored
Patch written by Brice Berna.
-
Victor Stinner authored
Patch written by Jérémy Anger.
-
Victor Stinner authored
Patch written by Jérémy Anger.
-
Victor Stinner authored
-
Victor Stinner authored
Thanks Jérémy Anger for the fix.
-
Victor Stinner authored
-
Victor Stinner authored
-
Gregory P. Smith authored
-
Charles-François Natali authored
Farrell.
-
Benjamin Peterson authored
-
Victor Stinner authored
Search the invalid character using mbrtowc().
-