- 08 Jan, 2013 1 commit
-
-
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 7 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().
-
Serhiy Storchaka authored
-
Ned Deily authored
-
Richard Oudkerk authored
-
- 31 Dec, 2012 4 commits
-
-
Giampaolo Rodola' authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
- 30 Dec, 2012 1 commit
-
-
Serhiy Storchaka authored
-
- 29 Dec, 2012 2 commits
-
-
Andrew Svetlov authored
-
Serhiy Storchaka authored
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
-
- 28 Dec, 2012 8 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
The code isn't exactly equivalent because a classmethod would only make sense inside a chain class, and it would need "cls" as a first argument, and it would need to return an instance of "chain" rather than a generator. The updated example drops the @classmethod decorator so that it can be used standalone: list(from_iterable(['abc', 'def'])) This should be communicate what from_iterable does.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-