- 13 Ock, 2013 2 kayıt (commit)
-
-
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 10 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.
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
- 10 Ock, 2013 1 kayıt (commit)
-
-
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.
-
- 09 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 08 Ock, 2013 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP characters.
-
Serhiy Storchaka yazdı
-
Charles-François Natali yazdı
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
-
- 07 Ock, 2013 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate.
-
- 06 Ock, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 05 Ock, 2013 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 04 Ock, 2013 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 Ock, 2013 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Giampaolo Rodola yazdı
-
Victor Stinner yazdı
TESTFN_NONASCII of test.support from Python 3.4. Backport tests on non-ASCII paths.
-
Victor Stinner yazdı
ASCII/surrogateescape codec is now used, instead of the locale encoding, to decode the command line arguments. This change fixes inconsistencies with os.fsencode() and os.fsdecode() because these operating systems announces an ASCII locale encoding, whereas the ISO-8859-1 encoding is used in practice.
-
- 02 Ock, 2013 5 kayıt (commit)
-
-
Nadeem Vawda yazdı
Patch by Martin Packman.
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-