- 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 10 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
-
Benjamin Peterson authored
This fixes the use of Unicode identifiers outside the BMP in narrow builds.
-
- 12 Aug, 2011 6 commits
-
-
Sandro Tosi authored
-
Éric Araujo authored
-
Éric Araujo authored
Changes to crlf originally by Victor Stinner for 3.3, copied to lfcr by me. Manually tested.
-
Sandro Tosi 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
-
- 11 Aug, 2011 4 commits
-
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine.
-
- 10 Aug, 2011 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 09 Aug, 2011 2 commits
-
-
Benjamin Peterson authored
-
Éric Araujo authored
That pipes.quote thinks all non-ASCII characters need to be quoted may be a bug, but right now I’m committing this test to make sure I haven’t introduced a behavior change in 3.3 when I simplified the code to use a regex (in 5966eeb0457d).
-