- 19 Nov, 2013 2 commits
-
-
R David Murray authored
csv was handling non-string keys fine except for the error message generated when a non-string key was not in 'fieldnames'. Fix by Tomas Grahn, full patch-with-test by Vajrasky Kok (tweaked slightly).
-
Zachary Ware authored
to avoid reporting success on empty tests.
-
- 17 Nov, 2013 3 commits
-
-
Gregory P. Smith authored
on a system with SO_REUSEPORT defined in the headers but run on a system with an OS kernel that does not support that reasonably new socket option.
-
Gregory P. Smith authored
A variable was declared below the top of a block and one function was using a K&R C style function declaration!
-
Georg Brandl authored
-
- 15 Nov, 2013 1 commit
-
-
Vinay Sajip authored
-
- 12 Nov, 2013 3 commits
-
-
Tim Golden authored
-
Zachary Ware authored
-
Zachary Ware authored
-
- 11 Nov, 2013 1 commit
-
-
Georg Brandl authored
-
- 10 Nov, 2013 2 commits
-
-
Jason R. Coombs authored
Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2.
-
Jason R. Coombs authored
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
-
- 09 Nov, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 11 Nov, 2013 1 commit
-
-
Georg Brandl authored
-
- 05 Nov, 2013 1 commit
-
-
Ned Deily authored
Some third-party projects, such as matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks. They were unable to build with the built-in Tcl/Tk and/or execute correctly.
-
- 07 Nov, 2013 1 commit
-
-
Ezio Melotti authored
-
- 05 Nov, 2013 1 commit
-
-
Ned Deily authored
Some third-party projects, such as matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks. They were unable to build with the built-in Tcl/Tk and/or execute correctly.
-
- 04 Nov, 2013 1 commit
-
-
Georg Brandl authored
-
- 03 Nov, 2013 4 commits
-
-
Serhiy Storchaka authored
-
Tim Golden authored
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
integers instead of a string. Based on patch by Guilherme Polo.
-
- 02 Nov, 2013 2 commits
-
-
Jason R. Coombs authored
-
Serhiy Storchaka authored
-
- 30 Oct, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 28 Oct, 2013 3 commits
-
-
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
-
Georg Brandl authored
-
- 27 Oct, 2013 6 commits
-
-
Georg Brandl authored
pseudo-random number generator on fork().
-
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.
-
Georg Brandl authored
line length. Patch by Emil Lind.
-
- 26 Oct, 2013 2 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
compute timeout.
-
- 25 Oct, 2013 4 commits
-
-
Ned Deily authored
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 authored
being defined on top of __name__.
-
Ned Deily authored
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 authored
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.
-