- 27 Agu, 2011 2 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).
-
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 5 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
The doc already points to argparse.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 25 Agu, 2011 14 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Initial patch by Yue Shuaijie.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
to be used if the private key is encrypted. Patch by Adam Simpkins.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 24 Agu, 2011 6 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
automatic storage class.
-
Charles-François Natali yazdı
by Joel Stanley.
-
Éric Araujo yazdı
See the distutils commit message for more detail.
-
- 23 Agu, 2011 13 kayıt (commit)
-
-
Éric Araujo yazdı
-
É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.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-
Charles-François Natali yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Also added some tests.
-
Charles-François Natali yazdı
-
Antoine Pitrou yazdı
Also added some tests.
-
Antoine Pitrou yazdı
(this broken -F with e.g. test_multiprocessing)
-
Nick Coghlan yazdı
Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests and documentation in conjunction with lack of any known use cases (see issue #6560 for details)
-
Victor Stinner yazdı
Patch written by Remi Pointel.
-