- 13 Feb, 2012 4 commits
-
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 12 Feb, 2012 6 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
directory tree instead of overwriting the input files. Adds three command line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix. Feature backports into stable release branches for 2to3 are allowed by a special exemption: http://mail.python.org/pipermail/python-dev/2011-December/115089.html
-
Petri Lehtinen authored
Closes #9750
-
Antoine Pitrou authored
Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). Patch by Hynek Schlawack.
-
Éric Araujo authored
The code used to call os.path.join to build a regex but without escaping the backslash, which lead to test failures on Windows. Antoine Pitrou fixed it in 0a94e2f807c7 by enhancing the code to accept both / and \, with proper escaping, but in my opinion this goes against the distutils feature freeze, hence this change.
-
Éric Araujo authored
If I grepped correctly, this was the last outdated place.
-
- 11 Feb, 2012 1 commit
-
-
Nadeem Vawda authored
Also, give a more helpful error message when opened with an invalid mode string.
-
- 10 Feb, 2012 3 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
Distutils-based packages with C extension modules may fail because Apple has removed gcc-4.2, the version used to build python.org 64-bit/32-bit Pythons. If the user does not explicitly override the default C compiler by setting the CC environment variable, Distutils will now attempt to compile extension modules with clang if gcc-4.2 is required but not found. Also as a convenience, if the user does explicitly set CC, substitute its value as the default compiler in the Distutils LDSHARED configuration variable for OS X. (Note, the python.org 32-bit-only Pythons use gcc-4.0 and the 10.4u SDK, neither of which are available in Xcode 4. This change does not attempt to override settings to support their use with Xcode 4.)
-
Ezio Melotti authored
-
- 09 Feb, 2012 2 commits
-
-
Senthil Kumaran authored
Reedy.
-
Senthil Kumaran authored
where relevant, instead send method.
-
- 08 Feb, 2012 1 commit
-
-
Charles-François Natali authored
can't be called reliably from a worker thread.
-
- 06 Feb, 2012 1 commit
-
-
Vinay Sajip authored
-
- 03 Feb, 2012 1 commit
-
-
Vinay Sajip authored
-
- 27 Jan, 2012 1 commit
-
-
Antoine Pitrou authored
-
- 20 Jan, 2012 1 commit
-
-
Vinay Sajip authored
-
- 03 Jan, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 28 Jul, 2011 1 commit
-
-
Éric Araujo authored
Also remove an extra docstring.
-
- 15 Jul, 2011 1 commit
-
-
Antoine Pitrou authored
Patch by Andreas Stührk.
-
- 14 Jul, 2011 1 commit
-
-
Charles-François Natali authored
-
- 02 Jul, 2011 1 commit
-
-
Charles-François Natali authored
the garbage collector while the Heap lock is held.
-
- 27 Jun, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 25 Jun, 2011 1 commit
-
-
Mark Dickinson authored
-
- 19 Jun, 2011 1 commit
-
-
Senthil Kumaran authored
-
- 11 Jun, 2011 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 10 Jun, 2011 2 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
Just try to open files from the ZIP for reading, don't extract them to avoid UnicodeEncodeError if the filename is not encodable to the filesystem encoding (e.g. ASCII locale encoding).
-
- 05 Jun, 2011 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 01 Jun, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 31 May, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 29 May, 2011 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-