- 03 Ara, 2012 3 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
encoded/decoded to/from UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if no locale environment variable is set), to avoid inconsistencies with os.fsencode() and os.fsdecode() functions which are already using UTF-8/surrogateescape.
-
- 02 Ara, 2012 4 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 29 Kas, 2012 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Jonathan Kotta.
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka.
-
- 28 Kas, 2012 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Initial patch by Virgil Dupras.
-
Chris Jerdonek yazdı
This commit adds "parameter" to the glossary, improves and consolidates the "argument" glossary entry, and adds a question to the FAQ on the difference between arguments and parameters.
-
- 27 Kas, 2012 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
initialization. If the interpreter is shut down and reinitialized (embedded CPython), the old module dictionary was not dec-refed during the next import of the time extension module. Contributed by Torsten Marek of Google.
-
Ezio Melotti yazdı
-
- 26 Kas, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
- 25 Kas, 2012 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 24 Kas, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. Patch by Serhiy Storchaka.
-
- 23 Kas, 2012 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 21 Kas, 2012 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 20 Kas, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
- 18 Kas, 2012 7 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
#16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 17 Kas, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-