- 06 Dec, 2012 1 commit
-
-
Andrew Svetlov authored
-
- 05 Dec, 2012 1 commit
-
-
Andrew Svetlov authored
-
- 04 Dec, 2012 1 commit
-
-
Andrew Svetlov authored
Patch by Ilya Sandler.
-
- 03 Dec, 2012 5 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Andrew Svetlov authored
-
Victor Stinner authored
-
Victor Stinner authored
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 Dec, 2012 4 commits
-
-
Mark Dickinson authored
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Christian Heimes authored
-
Christian Heimes authored
-
- 29 Nov, 2012 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Jonathan Kotta.
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka.
-
- 28 Nov, 2012 4 commits
-
-
Ezio Melotti authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Initial patch by Virgil Dupras.
-
Chris Jerdonek authored
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 Nov, 2012 2 commits
-
-
Gregory P. Smith authored
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 authored
-
- 26 Nov, 2012 2 commits
-
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
- 25 Nov, 2012 1 commit
-
-
Vinay Sajip authored
-
- 24 Nov, 2012 1 commit
-
-
Antoine Pitrou authored
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 Nov, 2012 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 21 Nov, 2012 3 commits
-
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
- 20 Nov, 2012 1 commit
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
- 18 Nov, 2012 5 commits
-
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
#16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.
-
Ezio Melotti authored
-
Ezio Melotti authored
-