- 17 Kas, 2012 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Jesus Cea yazdı
-
- 15 Kas, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
Remove versionadded from the tutorial, at a location where it produces more questions than it answers.
-
- 14 Kas, 2012 2 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 12 Kas, 2012 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Georg Brandl yazdı
-
- 11 Kas, 2012 13 kayıt (commit)
-
-
Antoine Pitrou yazdı
Also add tests for hashing.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Patch by Brian Brazil.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
close subprocess.PIPE file descriptors when the child encounters an error prior to exec.
-
Gregory P. Smith yazdı
used for stdin/stdout/stderr pipes to the child when fork() fails.
-
Gregory P. Smith yazdı
when not expected in subprocess.Popen.wait().
-
Gregory P. Smith yazdı
handled by Python to not persist after os.fork() in the child process.
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. Patch by Serhiy Storchaka.
-
Nadeem Vawda yazdı
Additionally, fix a bug where a MemoryError in allocating a bytes object could leave the decompressor object in an invalid state (with its unconsumed_tail member being NULL). Patch by Serhiy Storchaka.
-
- 10 Kas, 2012 2 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 09 Kas, 2012 2 kayıt (commit)
-
-
Chris Withers yazdı
-
Ezio Melotti yazdı
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
-
- 08 Kas, 2012 6 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Andrew Svetlov yazdı
Thanks to Yongzhi Pan.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 07 Kas, 2012 1 kayıt (commit)
-
-
Hynek Schlawack yazdı
Patch by Victor Stinner.
-
- 04 Kas, 2012 5 kayıt (commit)
-
-
Nadeem Vawda yazdı
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. Patch by Serhiy Storchaka.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds.
-
Ezio Melotti yazdı
-
Jesus Cea yazdı
-
- 03 Kas, 2012 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Ezio Melotti yazdı
-