- 12 Jan, 2013 2 commits
-
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
- 11 Jan, 2013 10 commits
-
-
Serhiy Storchaka 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
-
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.
-
Ezio Melotti authored
-
R David Murray authored
-
- 10 Jan, 2013 1 commit
-
-
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.
-
- 09 Jan, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 08 Jan, 2013 5 commits
-
-
Serhiy Storchaka authored
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP characters.
-
Serhiy Storchaka authored
-
Charles-François Natali authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
-
- 07 Jan, 2013 1 commit
-
-
Vinay Sajip authored
Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate.
-
- 06 Jan, 2013 1 commit
-
-
R David Murray authored
-
- 05 Jan, 2013 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 04 Jan, 2013 3 commits
-
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 03 Jan, 2013 4 commits
-
-
Victor Stinner authored
-
Giampaolo Rodola' authored
-
Victor Stinner authored
TESTFN_NONASCII of test.support from Python 3.4. Backport tests on non-ASCII paths.
-
Victor Stinner authored
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 Jan, 2013 5 commits
-
-
Nadeem Vawda authored
Patch by Martin Packman.
-
Ezio Melotti authored
-
Eli Bendersky authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 01 Jan, 2013 4 commits
-
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Victor Stinner authored
with the surrogateescape error handler, instead of UTF-8 in strict mode.
-
Serhiy Storchaka authored
Added a test for tk_setPalette().
-