- 29 Eki, 2013 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
ZIP archive.
-
Victor Stinner yazdı
memory allocation failure
-
Victor Stinner yazdı
exceptions when merging fast locals into f_locals of a frame. PyEval_GetLocals() now raises an exception and return NULL on failure.
-
- 28 Eki, 2013 16 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Nadeem Vawda yazdı
The underlying C libraries provide no mechanism for serializing compressor and decompressor objects, so actually pickling these classes is impractical. Previously, these objects would be pickled without error, but attempting to use a deserialized instance would segfault the interpreter.
-
Nadeem Vawda yazdı
The underlying C libraries provide no mechanism for serializing compressor and decompressor objects, so actually pickling these classes is impractical. Previously, these objects would be pickled without error, but attempting to use a deserialized instance would segfault the interpreter.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
finalization. sys.argv is set to None during Python finalization: add PyList_Check() to avoid a crash in PyList_Size().
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
screen refresh problem.
-
- 27 Eki, 2013 16 kayıt (commit)
-
-
Tim Golden yazdı
-
Serhiy Storchaka yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
pseudo-random number generator on fork().
-
Georg Brandl yazdı
-
Georg Brandl yazdı
100 headers are read. Adapted from patch by Jyrki Pulliainen.
-
Georg Brandl yazdı
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Georg Brandl yazdı
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Georg Brandl yazdı
for security reasons. It now doesn't match multiple wildcards nor wildcards inside IDN fragments.
-
Serhiy Storchaka yazdı
-
Georg Brandl yazdı
line length. Patch by Emil Lind.
-
Ned Deily yazdı
This mitigates the current Aqua Tk refresh problem on OS X 10.9 by backporting 2.7.x behavior and is transparent to the user.
-
- 26 Eki, 2013 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
Make it easier for users to make use of the backup _tkinter linked with the third-party Tcl and Tk frameworks in /Library/Frameworks. The two tkinter variants are now installed in separate directories under a new lib-tkinter. This allows per-user selection by manipulating sys.path, directly or with PYTHONPATH. If this proves useful, we can supply a more convenient user interface to supply the paths. For now, this remains somewhat experimental.
-
Victor Stinner yazdı
compute timeout.
-