- 02 Mar, 2010 9 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Michael Foord authored
-
Andrew M. Kuchling authored
-
Steven Bethard authored
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 commits
-
-
Benjamin Peterson authored
-
Barry Warsaw authored
because I did this in the wrong order and couldn't smack svnmerge into submission.
-
Florent Xicluna authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
R. David Murray authored
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 authored
-
Gregory P. Smith authored
a -1 parameter on some platforms such as OS X.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
thread could raise an incorrect RuntimeError about not holding the import lock. The import lock is now reinitialized after fork.
-
Gregory P. Smith authored
os.waitpid and os.read system calls where appropriate.
-
- 28 Feb, 2010 5 commits
-
-
Ezio Melotti authored
-
Gregory P. Smith authored
instance stuck in initial state and present in threading.enumerate().
-
Georg Brandl authored
-
Georg Brandl authored
#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 authored
-
- 27 Feb, 2010 10 commits
-
-
Florent Xicluna authored
-
Florent Xicluna authored
Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a custom helper assertStderrEqual.
-
Florent Xicluna authored
-
-
Ezio Melotti authored
-
Florent Xicluna authored
-
Ezio Melotti authored
-
Florent Xicluna authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-