- 23 Eyl, 2012 6 kayıt (commit)
-
-
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ı
-
- 03 Eyl, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 02 Eyl, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 09 Eyl, 2012 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ned Deily yazdı
they are created in the install locations and with the proper timestamp. (Solution suggested by MvL)
-
- 05 Eyl, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
sporadic crashes in multi-thread programs when several long deallocator chains ran concurrently and involved subclasses of built-in container types. Because of this change, a couple extension modules compiled for 3.2.4 (those which use the trashcan mechanism, despite it being undocumented) will not be loadable by 3.2.3 and earlier. However, extension modules compiled for 3.2.3 and earlier will be loadable by 3.2.4.
-
- 08 Eyl, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 02 Eyl, 2012 1 kayıt (commit)
-
-
- 30 Agu, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 01 Eyl, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 30 Agu, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 01 Eyl, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-