- 30 Eki, 2013 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 29 Eki, 2013 9 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Tim Golden yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
It is causing trouble like e.g. hanging processes.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 28 Eki, 2013 4 kayıt (commit)
-
-
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.
-
Georg Brandl yazdı
-
Ned Deily yazdı
screen refresh problem.
-
- 27 Eki, 2013 15 kayıt (commit)
-
-
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.
-
- 25 Eki, 2013 5 kayıt (commit)
-
-
Ned Deily yazdı
10.8+ when using a universal Python that included a PPC architecture, such as with a python.org 32-bit-only binary installer.
-
Brett Cannon yazdı
being defined on top of __name__.
-
Ned Deily yazdı
-
Ned Deily yazdı
of OPT for special build options. By setting OPT, some compiler-specific options like -fwrapv were overridden and thus not used, which could result in broken interpreters when building with clang.
-
Ned Deily yazdı
64-bit/32-bit installer for 10.6+. It is no longer necessary to install a third-party version of Tcl/Tk 8.5 to work around the problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6 and later releases.
-