- 13 Şub, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 12 Şub, 2012 6 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
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 yazdı
Closes #9750
-
Antoine Pitrou yazdı
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 yazdı
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 yazdı
If I grepped correctly, this was the last outdated place.
-
- 11 Şub, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
Also, give a more helpful error message when opened with an invalid mode string.
-
- 10 Şub, 2012 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
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 yazdı
-
- 09 Şub, 2012 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
Reedy.
-
Senthil Kumaran yazdı
where relevant, instead send method.
-
- 08 Şub, 2012 1 kayıt (commit)
-
-
Charles-François Natali yazdı
can't be called reliably from a worker thread.
-
- 06 Şub, 2012 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Petri Lehtinen yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 05 Şub, 2012 8 kayıt (commit)
-
-
Ned Deily yazdı
-
Terry Jan Reedy yazdı
Patch by Guilherme Polo and Roger Serwy.
-
Terry Jan Reedy yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
This dict entry is added a few lines after if the bzip2 module is available, but removing this line was forgotten.
-
Nadeem Vawda yazdı
-
Georg Brandl yazdı
-
Meador Inge yazdı
-
- 04 Şub, 2012 7 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Ned Deily yazdı
module, like hashlib. (Patch by Roger Serwy)
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Charles-François Natali yazdı
multiprocessing.Connection socket can't be bound.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 Şub, 2012 3 kayıt (commit)
-
-
Ned Deily yazdı
-
Vinay Sajip yazdı
-
Ned Deily yazdı
-
- 02 Şub, 2012 4 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
Petri Lehtinen yazdı
Closes #13402.
-
Stefan Krah yazdı
-