- 22 Ock, 2013 5 kayıt (commit)
-
-
Ezio Melotti yazdı
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
with truncated header or footer. Added tests for reading truncated gzip and bzip2 files.
-
Serhiy Storchaka yazdı
This is a backport of changeset 8c07ff7f882f.
-
Vinay Sajip yazdı
-
- 21 Ock, 2013 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
unicode-escape decoder requires memory for result corresponding to input size. Fixes test for issue #16335.
-
Serhiy Storchaka yazdı
-
- 20 Ock, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 19 Ock, 2013 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Charles-François Natali yazdı
Patch by Jeffrey Armstrong.
-
Serhiy Storchaka yazdı
when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
-
- 18 Ock, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Łukasz Langa yazdı
-
- 17 Ock, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 16 Ock, 2013 1 kayıt (commit)
-
-
Frank Wierzbicki yazdı
-
- 15 Ock, 2013 6 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
strings with whitespaces, backslashes or unbalanced braces.
-
Serhiy Storchaka yazdı
-
Richard Oudkerk yazdı
-
Serhiy Storchaka yazdı
in any mapping, not only in an unicode string.
-
Richard Oudkerk yazdı
-
- 14 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Ock, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Eli Bendersky yazdı
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 yazdı
could be the cause of a random failure).
-
- 12 Ock, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
special characters in the file path.
-
Charles-François Natali yazdı
returns ESRCH for a zombie process, which is not POSIX-compliant.
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
- 11 Ock, 2013 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Now pindent.py works with a "with" statement. pindent.py no longer produces improper indentation. pindent.py now works with continued lines broken after "class" or "def" keywords and with continuations at the start of line. Added regression tests for pindent.py. Modernized pindent.py.
-
Sandro Tosi yazdı
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
Ezio Melotti yazdı
#13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett.
-