- 20 Apr, 2013 7 commits
-
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
the doc for iterparse.
-
Eli Bendersky authored
Also remove unused macro.
-
R David Murray authored
-
R David Murray authored
Based on the testing ideas in a patch written by Greg Malcolm.
-
- 19 Apr, 2013 13 commits
-
-
R David Murray authored
Patch by Ingrid Cheung and Brendan McLoughlin.
-
R David Murray authored
Patch by Ingrid Cheung and Brendan McLoughlin.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 18 Apr, 2013 6 commits
-
-
Ezio Melotti authored
-
Victor Stinner authored
-
Antoine Pitrou authored
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications.
-
R David Murray authored
-
R David Murray authored
-
Victor Stinner authored
PyUnicode_Append() cannot call directly resize_compact(): I forgot that a string can be ready *and* not compact (a legacy string can also be ready).
-
- 17 Apr, 2013 14 commits
-
-
Victor Stinner authored
-
R David Murray authored
-
Victor Stinner authored
Bug introduced by changesets 7ed9993d53b4 and edf029fc9591.
-
Victor Stinner authored
Bug introduced by changeset 7ed9993d53b4.
-
Victor Stinner authored
* Add also min_char attribute to _PyUnicodeWriter structure (currently unused) * _PyUnicodeWriter_Init() has no more argument (except the writer itself): min_length and overallocate must be set explicitly * In error handlers, only enable overallocation if the replacement string is longer than 1 character * CJK decoders don't use overallocation anymore * Set min_length, instead of preallocating memory using _PyUnicodeWriter_Prepare(), in many decoders * _PyUnicode_DecodeUnicodeInternal() checks for integer overflow
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
registry does not grow exponentially with generation of process.
-
Antoine Pitrou authored
Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
-
Antoine Pitrou authored
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
-
Richard Oudkerk authored
registry does not grow exponentially with generation of process.
-
Benjamin Peterson authored
-
Giampaolo Rodola' authored
-