- 12 Jan, 2013 8 commits
-
-
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 5 commits
-
-
Benjamin Peterson authored
remove __del__ because it's evil and also prevents the ResourceWarning on the socket from happening (closes #16900)
-
R David Murray authored
The fix for issue 9750 introduced a regression by sorting the row objects returned by fetchall. But if a row_factory such as sqlite3.Row is used, the rows may not be sortable (in Python3), which leads to an exception. The sorting is still a nice idea, so the patch moves the sort into the sql. Fix and test by Peter Otten.
-
R David Murray authored
The fix for issue 9750 introduced a regression by sorting the row objects returned by fetchall. But if a row_factory such as sqlite3.Row is used, the rows may not be sortable (in Python3), which leads to an exception. The sorting is still a nice idea, so the patch moves the sort into the sql. Fix and test by Peter Otten.
-
Eli Bendersky authored
-
Eli Bendersky authored
Patch by Serhiy Storchaka
-