- 02 Mar, 2010 17 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
method->d2i(): OpenSSL API changed in OpenSSL 0.9.6m. Patch written by Daniel Black.
-
Florent Xicluna yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Michael Foord yazdı
-
Andrew M. Kuchling yazdı
-
Steven Bethard yazdı
Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
-
- 01 Mar, 2010 16 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Barry Warsaw yazdı
because I did this in the wrong order and couldn't smack svnmerge into submission.
-
Florent Xicluna yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
R. David Murray yazdı
Since this module is unmaintained in the library and gone in py3k, this patch skips the remainder of the replication test if a second timeout occurs, as it randomly does. This should improve buildbot stability.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
a -1 parameter on some platforms such as OS X.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
thread could raise an incorrect RuntimeError about not holding the import lock. The import lock is now reinitialized after fork.
-
Gregory P. Smith yazdı
os.waitpid and os.read system calls where appropriate.
-
- 28 Şub, 2010 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Gregory P. Smith yazdı
instance stuck in initial state and present in threading.enumerate().
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#8030: make builtin type docstrings more consistent: use "iterable" instead of "seq(uence)", use "new" to show that set() always returns a new object.
-
Ezio Melotti yazdı
-
- 27 Şub, 2010 2 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a custom helper assertStderrEqual.
-