- 29 Eyl, 2012 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 27 Eyl, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 25 Eyl, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 24 Eyl, 2012 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 23 Eyl, 2012 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 10 Eyl, 2012 2 kayıt (commit)
-
-
Christian Heimes yazdı
Fixed reference leak in error branch of _bufferedreader_read_all(). The variable data can contain a bytes object but it wasn't cleaned up when PyList_New() failed. CID 715364
-
Christian Heimes yazdı
-
- 23 Eyl, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 21 Eyl, 2012 3 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
Also minor formatting cleanups.
-
Larry Hastings yazdı
-
- 10 Eyl, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte
-
- 11 Eyl, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 22 Eyl, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 12 Eyl, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 22 Eyl, 2012 3 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 20 Eyl, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times
-
- 22 Eyl, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 10 Eyl, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
constructing infinities. This is done for backwards compatibility with decimal.py: Infinity coefficients are undefined in _decimal (in accordance with the specification).
-
- 11 Eyl, 2012 3 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Issue #15895: my analysis was slightly off. The FILE pointer is only leaked when set_main_loader() fails for a pyc file with closeit=0. In the success case run_pyc_file() does its own cleanup of the fp. I've changed the code to use another FILE ptr for pyc files and moved the fclose() to PyRun_SimpleFileExFlags() to make it more obvious what's happening.
-
Christian Heimes yazdı
Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file and closeit is false.
-
- 09 Eyl, 2012 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 08 Eyl, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-