- 30 Aug, 2011 4 commits
-
-
Antoine Pitrou authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
some functions like file.write().
-
Éric Araujo authored
-
- 29 Aug, 2011 3 commits
-
-
Antoine Pitrou authored
the C pickle implementation.
-
Antoine Pitrou authored
(more than 2**31 items). Instead, in most cases, an OverflowError is raised.
-
Éric Araujo authored
-
- 28 Aug, 2011 2 commits
-
-
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 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
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 7 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
-