- 11 Şub, 2012 5 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Also, give a more helpful error message when opened with an invalid mode string.
-
Florent Xicluna yazdı
Issue #13988: move the python bootstrap code to cElementTree.py, and remove obsolete code for Python 2.4 and 2.5.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
- 10 Şub, 2012 9 kayıt (commit)
-
-
Philip Jenvey yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ned Deily 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ı
-
Ezio Melotti yazdı
-
Éric Araujo yazdı
The contents of this attribute are an implementation detail, as documented for #9442, so we should not parse it, to support non-CPython VMs with distutils2 in the future. Unfortunately, one use comes directly from PEP 345, so an edit will have to be agreed before fixing the code (see comment in p7g.markers). Other remaining uses are found in p7g.compiler and could be replaced by the platform module (which also parses sys.version, but then it wouldn’t be my fault :)
-
Éric Araujo yazdı
-
- 09 Şub, 2012 11 kayıt (commit)
-
-
Éric Araujo yazdı
- Change the fixers used in tests to something not provided by lib2to3 - Test conversion of doctests in text files - Factor out test boilerplate into a common method
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Petri Lehtinen yazdı
Closes #13921.
-
Éric Araujo yazdı
This fixes a regression from distutils, where “setup.py --help-commands” prints out commands grouped by topic (i.e. building vs. installing), which is more useful than using sorted.
-
Senthil Kumaran yazdı
Issue #9021 - Introduce copy module better in the docs.
-
Senthil Kumaran yazdı
Reedy.
-
Senthil Kumaran yazdı
Issue #6005: Examples in the socket library documentation use sendall, where relevant, instead send method.
-
Senthil Kumaran yazdı
where relevant, instead send method.
-
Brett Cannon yazdı
-
- 08 Şub, 2012 15 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
__file__ being an absolute path when the module is found in the current directory.
-
Brett Cannon yazdı
importlib._bootstrap._setup().
-
Brett Cannon yazdı
function.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
os.get_terminal_size (low level) and shutil.get_terminal_size (high level). Patch by Zbigniew Jędrzejewski-Szmek.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Charles-François Natali yazdı
can't be called reliably from a worker thread.
-
Victor Stinner yazdı
-
Charles-François Natali yazdı
can't be called reliably from a worker thread.
-
Charles-François Natali yazdı
sockets, and set FILE_FLAG_FIRST_PIPE_INSTANCE on named pipes, to make sure two listeners can't bind to the same socket/pipe (or any existing socket/pipe).
-
Victor Stinner yazdı
with a subsecond resolution
-