- 19 Jan, 2013 5 commits
-
-
Charles-François Natali authored
Patch by Jeffrey Armstrong.
-
Serhiy Storchaka authored
when result of PyInt_AsLong() or PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 18 Jan, 2013 5 commits
-
-
Jason R. Coombs authored
-
Ezio Melotti authored
-
Łukasz Langa authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 17 Jan, 2013 1 commit
-
-
Antoine Pitrou authored
-
- 16 Jan, 2013 1 commit
-
-
Frank Wierzbicki authored
-
- 15 Jan, 2013 5 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.
-
- 14 Jan, 2013 2 commits
-
-
Richard Oudkerk authored
-
Serhiy Storchaka authored
-
- 13 Jan, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Charles-François Natali authored
could be the cause of a random failure).
-
Benjamin Peterson authored
-
- 12 Jan, 2013 5 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
-
Raymond Hettinger authored
-
Chris Jerdonek authored
-
- 11 Jan, 2013 12 commits
-
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
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 authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Ezio Melotti authored
#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.
-
R David Murray authored
With '%', non-ascii worked because the '%' automatically got promoted to unicode. With format that doesn't happen, which led to encoding errors. This fix goes back to using %, and adds a test to make sure non-ascii string values work in iterdump.
-
R David Murray authored
-
- 10 Jan, 2013 1 commit
-
-
Benjamin Peterson authored
-