- 03 Eyl, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 23 Agu, 2011 1 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.
-
- 21 Agu, 2011 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
Patch by Jeremy Kloth.
-
Éric Araujo yazdı
-
- 20 Agu, 2011 2 kayıt (commit)
-
-
É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ı
-
- 21 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
I need this to fix the failing test_install.
-
- 20 Agu, 2011 1 kayıt (commit)
-
-
É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.
-
- 03 Eyl, 2011 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 02 Eyl, 2011 2 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Sandro Tosi yazdı
-
- 01 Eyl, 2011 5 kayıt (commit)
-
-
Éric Araujo yazdı
Text adapted from the PEP. Addition requested by Terry J. Reedy on 2011-02-23 on python-dev.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Benjamin Peterson yazdı
This is a temporary kludge and all is well in 3.3.
-
- 03 Eyl, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 30 Agu, 2011 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
some functions like file.write().
-
- 28 Agu, 2011 1 kayıt (commit)
-
-
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 1 kayıt (commit)
-
-
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 1 kayıt (commit)
-
-
Éric Araujo yazdı
The doc already points to argparse.
-
- 25 Agu, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
-
Georg Brandl yazdı
-
- 23 Agu, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
(this broken -F with e.g. test_multiprocessing)
-
- 21 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 20 Agu, 2011 3 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Antoine Pitrou yazdı
same object as reader and writer, and deemphasize it in document order.
-
Victor Stinner yazdı
Even if Python is compiled on Linux 3.
-
- 19 Agu, 2011 3 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Eli Bendersky yazdı
-
- 16 Agu, 2011 2 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Éric Araujo yazdı
-
- 14 Agu, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Agu, 2011 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-