- 06 Sep, 2011 1 commit
-
-
Vinay Sajip authored
-
- 05 Sep, 2011 5 commits
-
-
Victor Stinner authored
Backport from Python 3.2 (e11b4c945f7e).
-
Victor Stinner authored
sys.platform is now always 'linux2' on Linux (even on Linux 3)
-
Senthil Kumaran authored
merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
-
Éric Araujo authored
-
Lars Gustäbel authored
tarfile unnecessarily checked the existence of numerical user and group ids on extraction. If one of them did not exist the respective id of the current user (i.e. root) was used for the file and ownership information was lost. (Patch by Sebastien Luttringer)
-
- 02 Sep, 2011 6 commits
-
-
Éric Araujo authored
sdist used to crash with a full traceback dump instead of printing a nice warning with the faulty line number.
-
Éric Araujo authored
-
Sandro Tosi authored
-
Amaury Forgeot d'Arc authored
a string.
-
Sandro Tosi authored
-
Éric Araujo authored
-
- 01 Sep, 2011 8 commits
-
-
Victor Stinner authored
-
Éric Araujo authored
-
Éric Araujo authored
Backport of R. David Murray’s 3.2 patch. The code is ugly, with print statements split across lines, but the output is readable.
-
Éric Araujo authored
Text adapted from the PEP. Addition requested by Terry J. Reedy on 2011-02-23 on python-dev.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Ezio Melotti authored
-
- 31 Aug, 2011 1 commit
-
-
Éric Araujo authored
Patch by Hallvard B Furuseth.
-
- 30 Aug, 2011 2 commits
-
-
Amaury Forgeot d'Arc authored
some functions like file.write().
-
Sandro Tosi authored
-
- 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 2 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.
-