- 12 Ock, 2013 8 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Coverity report) and cleanup code.
-
Eli Bendersky yazdı
Thanks to Ezio Melotti and Daniel Shahaf for the patch.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 11 Ock, 2013 27 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
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 yazdı
-
Serhiy Storchaka yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka 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.
-
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ı
-
Sandro Tosi yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
Ezio Melotti 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.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
- 10 Ock, 2013 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
remove __del__ because it's evil and also prevents the ResourceWarning on the socket from happening (closes #16900)
-
R David Murray yazdı
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 yazdı
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 yazdı
-
Eli Bendersky yazdı
Patch by Serhiy Storchaka
-