- 25 Jan, 2013 4 commits
-
-
doko@python.org authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
if all other iterators were very advanced before.
-
Serhiy Storchaka authored
-
- 24 Jan, 2013 2 commits
-
-
Eli Bendersky authored
C implementation.
-
Serhiy Storchaka authored
-
- 23 Jan, 2013 2 commits
-
-
Senthil Kumaran authored
bytes data. Patch by Jonas Wagner.
-
Vinay Sajip authored
-
- 22 Jan, 2013 5 commits
-
-
Ezio Melotti authored
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
-
Vinay Sajip authored
-
Serhiy Storchaka authored
with truncated header or footer. Added tests for reading truncated gzip and bzip2 files.
-
Serhiy Storchaka authored
This is a backport of changeset 8c07ff7f882f.
-
Vinay Sajip authored
-
- 21 Jan, 2013 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
unicode-escape decoder requires memory for result corresponding to input size. Fixes test for issue #16335.
-
Serhiy Storchaka authored
-
- 20 Jan, 2013 1 commit
-
-
Ezio Melotti authored
-
- 19 Jan, 2013 3 commits
-
-
Ezio Melotti authored
-
Charles-François Natali authored
Patch by Jeffrey Armstrong.
-
Serhiy Storchaka authored
when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
-
- 18 Jan, 2013 2 commits
-
-
Ezio Melotti authored
-
Łukasz Langa authored
-
- 17 Jan, 2013 1 commit
-
-
Antoine Pitrou authored
-
- 16 Jan, 2013 1 commit
-
-
Frank Wierzbicki authored
-
- 15 Jan, 2013 6 commits
-
-
Vinay Sajip authored
-
Serhiy Storchaka authored
strings with whitespaces, backslashes or unbalanced braces.
-
Serhiy Storchaka authored
-
Richard Oudkerk authored
-
Serhiy Storchaka authored
in any mapping, not only in an unicode string.
-
Richard Oudkerk authored
-
- 14 Jan, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 13 Jan, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Eli Bendersky authored
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. Patch by Serhiy Storchaka.
-
Charles-François Natali authored
could be the cause of a random failure).
-
- 12 Jan, 2013 4 commits
-
-
Serhiy Storchaka authored
special characters in the file path.
-
Charles-François Natali authored
returns ESRCH for a zombie process, which is not POSIX-compliant.
-
Ezio Melotti authored
-
Chris Jerdonek authored
-