- 29 Aug, 2011 3 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Nadeem Vawda authored
-
- 28 Aug, 2011 3 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
greater than FD_SETSIZE.
-
Nadeem Vawda authored
If the version of zlib used to compile the zlib module is incompatible with the one that is actually linked in, then calls into zlib will fail. This can leave attributes of the z_stream uninitialized, so we must take care to avoid segfaulting by trying to use an invalid pointer. Fix by Richard M. Tew.
-
- 27 Aug, 2011 1 commit
-
-
Antoine Pitrou authored
-
- 26 Aug, 2011 3 commits
-
-
Éric Araujo authored
The doc already points to argparse.
-
Éric Araujo authored
-
Éric Araujo authored
-
- 25 Aug, 2011 1 commit
-
-
Éric Araujo authored
-
- 26 Aug, 2011 4 commits
-
-
Éric Araujo authored
Initial patch by Yue Shuaijie.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 25 Aug, 2011 4 commits
-
-
Éric Araujo authored
I need to copy the xxmodule.c file in other tests, so I moved the support code to distutils.tests.support and improved it: - don’t skip when run from the Lib/distutils/tests directory - use proper skip machinery instead of custom print/return/test suite fiddling. I also took out the fixup_build_ext function, which is needed for tests to pass on Unix shared builds and Windows debug builds. Finally, I cleaned up a few things: - don’t remove directories in tearDown when the parent class’ tearDown has already registered the directories for removal - simplify restoration of sys.path - remove a few unused names found by pyflakes.
-
Charles-François Natali authored
them being inherited by other subprocesses.
-
Georg Brandl authored
-
Raymond Hettinger authored
-
- 24 Aug, 2011 1 commit
-
-
Antoine Pitrou authored
This bug doesn't seem to exist on 3.2, where daemon threads are killed before Py_Finalize() is entered.
-
- 23 Aug, 2011 2 commits
-
-
Antoine Pitrou authored
Also added some tests.
-
Charles-François Natali authored
-
- 22 Aug, 2011 1 commit
-
-
Ezio Melotti authored
-
- 21 Aug, 2011 2 commits
-
-
Nadeem Vawda authored
Patch by Jeremy Kloth.
-
Éric Araujo authored
-
- 20 Aug, 2011 5 commits
-
-
Sandro Tosi authored
-
Antoine Pitrou authored
same object as reader and writer, and deemphasize it in document order.
-
Sandro Tosi authored
-
Antoine Pitrou authored
could appear on io.BufferedRandom streams.
-
Victor Stinner authored
Even if Python is compiled on Linux 3.
-
- 19 Aug, 2011 10 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Suggested by Terry J. Reedy.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
The line about the test suite will still get printed for changes in Tools for example, which aren’t covered by the test suite, but it’s not a big deal IMO.
-
Éric Araujo authored
-