- 10 Nov, 2012 8 commits
-
-
Mark Dickinson authored
Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length.
-
Victor Stinner authored
Check if data is decoded by os.fsdecode() (filesystem encoding with surrogateescape error handler, PEP 383), not by UTF-8 or the filesystem encoding in strict mode. Use TESTFN_UNDECODABLE in test_cmd_line_script.test_non_ascii() on UNIX.
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 09 Nov, 2012 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
-
- 08 Nov, 2012 21 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Andrew Svetlov authored
Thanks to Yongzhi Pan.
-
Andrew Svetlov authored
Thanks to Yongzhi Pan.
-
Andrew Svetlov authored
Thanks to Yongzhi Pan.
-
Andrew Svetlov authored
Thanks to Yongzhi Pan from docs@
-
Andrew Svetlov authored
Thanks to Yongzhi Pan from docs@
-
Andrew Svetlov authored
Thanks to Yongzhi Pan from docs@
-
Stefan Krah authored
-
Stefan Krah authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 07 Nov, 2012 7 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
from a Decimal argument.
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
Hynek Schlawack authored
Patch by Victor Stinner.
-
- 06 Nov, 2012 1 commit
-
-
Victor Stinner authored
-