- 04 Feb, 2013 5 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
universal_newlines is true as on Windows.
-
Serhiy Storchaka authored
skipTest() already raises an exception.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
parses nested mutating sequence.
-
- 14 Jul, 2012 1 commit
-
-
Gregory P. Smith authored
with it a vareity of bug fixes, both security and behavior. See http://www.libexpat.org/ for the list. NOTE: I already backported the expat hash randomization fix in March. Fixes issue #14340.
-
- 03 Feb, 2013 1 commit
-
-
Serhiy Storchaka authored
stream or a decoder produces data of an unexpected type (i.e. when io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).
-
- 02 Feb, 2013 14 commits
-
-
Ned Deily authored
deployment target prior to 10.6.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
-
Nadeem Vawda authored
-
Serhiy Storchaka authored
Remove trailing dots on Windows.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
supported.
-
Ned Deily authored
Retina displays. Applies to Tkinter apps, such as IDLE, on OS X framework builds linked with Cocoa Tk 8.5+. Suggested by Kevin Walzer
-
Gregory P. Smith authored
constructors once, to avoid memory leaks when finalizing and re-initializing the Python interpreter.
-
Gregory P. Smith authored
-
- 01 Feb, 2013 6 commits
-
-
Ned Deily authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
Additional fix for Issue #12268: The io module file object writelines() methods no longer abort early when one of its write system calls is interrupted (EINTR).
-
Gregory P. Smith authored
its destination path when extracting malicious zip files.
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
- 31 Jan, 2013 4 commits
-
-
Serhiy Storchaka authored
--without-doc-strings.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
incomplete "End of Central Directory" record. Original patch by Guilherme Polo and Alan McIntyre.
-
Ned Deily authored
In particular, fix extension module build failures when trying to use 32-bit-only installer Pythons on systems with Xcode 4 (currently OS X 10.8, 10.7, and optionally 10.6). * Backport 3.3.0 fixes to 3.2 branch (for release in 3.2.4) * Since Xcode 4 removes ppc support, extension module builds now check for ppc compiler support and by default remove ppc and ppc64 archs when they are not available. * Extension module builds now revert to using system installed headers and libs (/usr and /System/Library) if the SDK used to build the interpreter is not installed or has moved. * Try to avoid building extension modules with deprecated and problematic Apple llvm-gcc compiler. If original compiler is not available, use clang instead by default.
-
- 29 Jan, 2013 8 commits
-
-
Michael Foord authored
-
Serhiy Storchaka authored
Python file. Patch by Ben Morgan.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
-
- 28 Jan, 2013 1 commit
-
-
Serhiy Storchaka authored
-