- 22 Feb, 2010 2 commits
-
-
Andrew M. Kuchling authored
#7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki.
-
Andrew M. Kuchling authored
-
- 21 Feb, 2010 5 commits
-
-
Michael Foord authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
complex.__coerce__. Thanks Meador Inge for the patch.
-
R. David Murray authored
message/rfc822 it turns it into an object whose body consists of a list containing a single Message object. HeaderParser, on the other hand, just copies the body as a string. Generator.flatten has a special handler for the message mime type that expected the body to be the one item list. This fails if the message was parsed by HeaderParser. So we now check to see if the body is a string first, and if so just we just emit it.
-
- 20 Feb, 2010 4 commits
-
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 19 Feb, 2010 4 commits
-
-
Vinay Sajip authored
-
Georg Brandl authored
-
Senthil Kumaran authored
-
Fred Drake authored
- add corresponding documentation
-
- 18 Feb, 2010 7 commits
-
-
Michael Foord authored
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode issues when constructing failure messages. Issue 7956
-
Michael Foord authored
-
Mark Dickinson authored
Doctest fixes for decimal.py: add an integer-argument doctest for logical_invert; don't use integer literals with a leading zero.
-
Mark Dickinson authored
of the 'canonical' and 'is_canonical' methods) now consistently accept integer arguments wherever a Decimal instance is accepted. Thanks Juan José Conti for the patch.
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Visual Studio 2010, as msvcr100.dll is not a platform assembly anymore.
-
- 16 Feb, 2010 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
R. David Murray authored
and check_call into links.
-
- 15 Feb, 2010 3 commits
-
-
Martin v. Löwis authored
-
Eric Smith authored
-
Martin v. Löwis authored
-
- 14 Feb, 2010 6 commits
-
-
Mark Dickinson authored
-
Georg Brandl authored
-
Mark Dickinson authored
Silence more compiler warnings; fix an instance of potential undefined behaviour from signed overflow.
-
Mark Dickinson authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
- 12 Feb, 2010 1 commit
-
-
Mark Dickinson authored
-
- 11 Feb, 2010 5 commits
-
-
Ezio Melotti authored
-
Michael Foord authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
build (all other definition where correct).
-
Ronald Oussoren authored
compilition with libedit on OSX 10.5
-