- 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ı
-
- 01 Ock, 2013 7 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Victor Stinner yazdı
with the surrogateescape error handler, instead of UTF-8 in strict mode.
-
Serhiy Storchaka yazdı
Added a test for tk_setPalette().
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
-
Richard Oudkerk yazdı
-
- 31 Ara, 2012 4 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
- 30 Ara, 2012 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 29 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Serhiy Storchaka yazdı
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
-
- 28 Ara, 2012 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
Raymond Hettinger yazdı
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 yazdı
-
Serhiy Storchaka yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 27 Ara, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-