- 20 Nis, 2013 9 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Zachary Ware.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
the doc for iterparse.
-
Eli Bendersky yazdı
Also remove unused macro.
-
R David Murray yazdı
-
R David Murray yazdı
Based on the testing ideas in a patch written by Greg Malcolm.
-
- 19 Nis, 2013 13 kayıt (commit)
-
-
R David Murray yazdı
Patch by Ingrid Cheung and Brendan McLoughlin.
-
R David Murray yazdı
Patch by Ingrid Cheung and Brendan McLoughlin.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 18 Nis, 2013 6 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications.
-
R David Murray yazdı
-
R David Murray yazdı
-
Victor Stinner yazdı
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 Nis, 2013 12 kayıt (commit)
-
-
Victor Stinner yazdı
-
R David Murray yazdı
-
Victor Stinner yazdı
Bug introduced by changesets 7ed9993d53b4 and edf029fc9591.
-
Victor Stinner yazdı
Bug introduced by changeset 7ed9993d53b4.
-
Victor Stinner yazdı
* 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 yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
registry does not grow exponentially with generation of process.
-
Antoine Pitrou yazdı
Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
-
Antoine Pitrou yazdı
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
-
Richard Oudkerk yazdı
registry does not grow exponentially with generation of process.
-