- 12 Jan, 2013 12 commits
-
-
Serhiy Storchaka authored
special characters in the file path.
-
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.
-
Charles-François Natali authored
returns ESRCH for a zombie process, which is not POSIX-compliant.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
Coverity report) and cleanup code.
-
Eli Bendersky authored
Thanks to Ezio Melotti and Daniel Shahaf for the patch.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 11 Jan, 2013 27 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
importlib.machinery.FileFinder when the directory has become unreadable or a file. This brings semantics in line with Python 3.2 import. Reported and diagnosed by David Pritchard.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka 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.
-
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
-
Sandro Tosi authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Ezio Melotti 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.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
R David Murray authored
-
R David Murray authored
-
- 10 Jan, 2013 1 commit
-
-
Benjamin Peterson authored
remove __del__ because it's evil and also prevents the ResourceWarning on the socket from happening (closes #16900)
-