- 02 Nov, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 31 Oct, 2013 5 commits
-
-
Vinay Sajip authored
-
Tim Golden authored
-
Eli Bendersky authored
In 3.3 iterparse accepts a tuple in events (the C accelerator enforces this). This limitation was lifted in Python 3.4
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
- 30 Oct, 2013 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Oct, 2013 9 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Tim Golden authored
-
Christian Heimes authored
-
Christian Heimes authored
It is causing trouble like e.g. hanging processes.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 28 Oct, 2013 4 commits
-
-
Richard Oudkerk authored
-
Nadeem Vawda authored
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 authored
-
Ned Deily authored
screen refresh problem.
-
- 27 Oct, 2013 15 commits
-
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
pseudo-random number generator on fork().
-
Georg Brandl authored
-
Georg Brandl authored
100 headers are read. Adapted from patch by Jyrki Pulliainen.
-
Georg Brandl authored
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Georg Brandl authored
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Georg Brandl authored
for security reasons. It now doesn't match multiple wildcards nor wildcards inside IDN fragments.
-
Serhiy Storchaka authored
-
Georg Brandl authored
line length. Patch by Emil Lind.
-
Ned Deily authored
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 Oct, 2013 2 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
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.
-