- 29 Agu, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
the C pickle implementation.
-
Antoine Pitrou yazdı
(more than 2**31 items). Instead, in most cases, an OverflowError is raised.
-
- 28 Agu, 2011 2 kayıt (commit)
-
-
Charles-François Natali yazdı
greater than FD_SETSIZE.
-
Nadeem Vawda yazdı
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 Agu, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Nadeem Vawda yazdı
-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 Agu, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
The doc already points to argparse.
-
Éric Araujo yazdı
-
- 25 Agu, 2011 6 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Initial patch by Yue Shuaijie.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
- 23 Agu, 2011 5 kayıt (commit)
-
-
Éric Araujo yazdı
- 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 yazdı
-
Charles-François Natali yazdı
-
Antoine Pitrou yazdı
Also added some tests.
-
Antoine Pitrou yazdı
(this broken -F with e.g. test_multiprocessing)
-
- 22 Agu, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds.
-
- 21 Agu, 2011 5 kayıt (commit)
-
-
Nadeem Vawda yazdı
Patch by Jeremy Kloth.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
I need this to fix the failing test_install.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 20 Agu, 2011 12 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
same object as reader and writer, and deemphasize it in document order.
-
Sandro Tosi yazdı
-
Antoine Pitrou yazdı
could appear on BufferedRandom streams.
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
Even if Python is compiled on Linux 3.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
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 yazdı
-
Éric Araujo yazdı
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.
-