- 24 Aug, 2011 3 commits
-
-
Charles-François Natali authored
automatic storage class.
-
Charles-François Natali authored
by Joel Stanley.
-
Éric Araujo authored
See the distutils commit message for more detail.
-
- 23 Aug, 2011 13 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
- First, support.fixup_build_ext (already used to set proper library_dirs value under Unix shared builds) gains the ability to correctly set the debug attribute under Windows debug builds. - Second, the filename for the extension module gets a _d suffix under debug builds. - Third, the test code properly puts our customized build_ext object into an internal dictionary to make sure that the install command will later use our object instead of re-creating one. That’s the downside of using low-level APIs in our test code: we have to manually push knobs and turn handles that would otherwise be handled behind the scenes. Thanks to Nadeem for the testing.
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Charles-François Natali authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Also added some tests.
-
Charles-François Natali authored
-
Antoine Pitrou authored
Also added some tests.
-
Antoine Pitrou authored
(this broken -F with e.g. test_multiprocessing)
-
Nick Coghlan authored
Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests and documentation in conjunction with lack of any known use cases (see issue #6560 for details)
-
Victor Stinner authored
Patch written by Remi Pointel.
-
- 22 Aug, 2011 15 commits
-
-
Sandro Tosi authored
-
Ezio Melotti authored
-
Sandro Tosi authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Sandro Tosi authored
#12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names.
-
Ezio Melotti authored
-
Ezio Melotti authored
#10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES.
-
Ezio Melotti authored
#9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds.
-
Nadeem Vawda authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560)
-
- 21 Aug, 2011 9 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
Patch by Jeremy Kloth.
-
Éric Araujo authored
-
Éric Araujo authored
I need this to fix the failing test_command_install_dist.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
I need this to fix the failing test_install.
-
Nadeem Vawda authored
-