- 27 Aug, 2011 2 commits
-
-
Antoine Pitrou authored
-
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 2 commits
-
-
Éric Araujo authored
The doc already points to argparse.
-
Éric Araujo authored
-
- 25 Aug, 2011 6 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
Initial patch by Yue Shuaijie.
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
- 23 Aug, 2011 5 commits
-
-
É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.
-
Antoine Pitrou authored
-
Charles-François Natali authored
-
Antoine Pitrou authored
Also added some tests.
-
Antoine Pitrou authored
(this broken -F with e.g. test_multiprocessing)
-
- 22 Aug, 2011 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
#9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds.
-
- 21 Aug, 2011 5 commits
-
-
Nadeem Vawda authored
Patch by Jeremy Kloth.
-
Éric Araujo authored
-
Éric Araujo authored
I need this to fix the failing test_install.
-
Éric Araujo authored
-
Éric Araujo authored
-
- 20 Aug, 2011 12 commits
-
-
Sandro Tosi authored
-
Éric Araujo authored
-
Éric Araujo 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 BufferedRandom streams.
-
Antoine Pitrou authored
-
Victor Stinner authored
Even if Python is compiled on Linux 3.
-
Éric Araujo authored
-
É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
-
É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.
-
- 19 Aug, 2011 6 commits
-
-
Sandro Tosi authored
-
Antoine Pitrou authored
-
Sandro Tosi authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
I added a link from the term “virtual subclass” to the glossary entry for ABCs but this was not enough, now the glossary briefly defines “virtual” and links to the abc module doc which contains more mentions of virtual subclasses.
-