- 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 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Jesus Cea yazdı
-
- 16 Kas, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 14 Kas, 2012 2 kayıt (commit)
-
-
Philip Jenvey yazdı
-
Chris Jerdonek yazdı
-
- 13 Kas, 2012 1 kayıt (commit)
-
-
Philip Jenvey yazdı
-
- 11 Kas, 2012 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Also add tests for ordering and hashing.
-
Gregory P. Smith yazdı
-
Nadeem Vawda yazdı
Patch by Brian Brazil.
-
Gregory P. Smith yazdı
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 yazdı
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 yazdı
happen" print() call into a RuntimeWarning as it should've been in the first place. Because nothing should ever cause unexpected stdout output.
-