- 20 Aug, 2011 2 commits
-
-
Éric Araujo authored
I made a note a month ago that install --record wrote incorrect entries for extension modules (I think the problem was that the first character of the file was stripped), so I’m now adding a test to try to reproduce that in the current versions.
-
Éric Araujo authored
-
- 21 Aug, 2011 1 commit
-
-
Éric Araujo authored
I need this to fix the failing test_install.
-
- 20 Aug, 2011 1 commit
-
-
Éric Araujo authored
I need to copy this file in another test too, 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.
-
- 03 Sep, 2011 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 02 Sep, 2011 2 commits
-
-
Łukasz Langa authored
-
Sandro Tosi authored
-
- 01 Sep, 2011 5 commits
-
-
É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
-
Benjamin Peterson authored
This is a temporary kludge and all is well in 3.3.
-
- 03 Sep, 2011 1 commit
-
-
Georg Brandl authored
-
- 30 Aug, 2011 1 commit
-
-
Amaury Forgeot d'Arc authored
some functions like file.write().
-
- 28 Aug, 2011 1 commit
-
-
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
-
-
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 1 commit
-
-
Éric Araujo authored
The doc already points to argparse.
-
- 25 Aug, 2011 2 commits
-
-
Éric Araujo authored
-
Georg Brandl authored
-
- 23 Aug, 2011 1 commit
-
-
Antoine Pitrou authored
(this broken -F with e.g. test_multiprocessing)
-
- 21 Aug, 2011 1 commit
-
-
Éric Araujo authored
-
- 20 Aug, 2011 3 commits
-
-
Sandro Tosi authored
-
Antoine Pitrou authored
same object as reader and writer, and deemphasize it in document order.
-
Victor Stinner authored
Even if Python is compiled on Linux 3.
-
- 19 Aug, 2011 3 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Eli Bendersky authored
-
- 16 Aug, 2011 2 commits
-
-
Sandro Tosi authored
-
Éric Araujo authored
-
- 14 Aug, 2011 1 commit
-
-
Ezio Melotti authored
-
- 13 Aug, 2011 9 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
normalization is different between unicode builds, so use a new non-BMP char and add normalization test
-