- 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 7 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
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 17 Nov, 2012 5 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Jesus Cea authored
-
- 16 Nov, 2012 1 commit
-
-
Ezio Melotti authored
-
- 14 Nov, 2012 2 commits
-
-
Philip Jenvey authored
-
Chris Jerdonek authored
-
- 13 Nov, 2012 1 commit
-
-
Philip Jenvey authored
-
- 11 Nov, 2012 7 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Also add tests for ordering and hashing.
-
Gregory P. Smith authored
-
Nadeem Vawda authored
Patch by Brian Brazil.
-
Gregory P. Smith authored
child subprocess.PIPE parent file descriptors on child error prior to exec(). This would lead to race conditions in multithreaded programs where another thread opened a file reusing the fd which was then closed out from beneath it by the errant second close.
-
Gregory P. Smith authored
all together and just include the repr of the data in the exception itself instead of the useless string "Unknown". This code path is unlikely to even be possible to take given the nature of the pipe it gets subprocess data from.
-
Gregory P. Smith authored
happen" print() call into a RuntimeWarning as it should've been in the first place. Because nothing should ever cause unexpected stdout output.
-