- 27 Aug, 2011 6 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nick Coghlan authored
Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on non-POSIX platforms.
-
Nick Coghlan authored
Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrapped sockets (Patch by David Watson)
-
Nadeem Vawda authored
-j doesn't pass the memlimit on to child processes, so this doesn't work at present, and even if it did, running multiple bigmem tests at once would usually not be desirable (since you generally want to devote as much of the available RAM as possible to each test).
-
Nadeem Vawda authored
-j doesn't pass the memlimit on to child processes, so this doesn't work at present, and even if it did, running multiple bigmem tests at once would usually not be desirable (since you generally want to devote as much of the available RAM as possible to each test).
-
- 26 Aug, 2011 5 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
The doc already points to argparse.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 25 Aug, 2011 14 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Initial patch by Yue Shuaijie.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
to be used if the private key is encrypted. Patch by Adam Simpkins.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 24 Aug, 2011 6 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
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 9 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
-