- 22 Şub, 2010 9 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Ezio Melotti yazdı
-
Andrew M. Kuchling yazdı
-
Mark Dickinson yazdı
Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0.
-
Andrew M. Kuchling yazdı
Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'.
-
Andrew M. Kuchling yazdı
-
Senthil Kumaran yazdı
server to resource in the 405 response msg.
-
Andrew M. Kuchling yazdı
#7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki.
-
Andrew M. Kuchling yazdı
-
- 21 Şub, 2010 5 kayıt (commit)
-
-
Michael Foord yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
complex.__coerce__. Thanks Meador Inge for the patch.
-
R. David Murray yazdı
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 Şub, 2010 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 19 Şub, 2010 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
-
Fred Drake yazdı
- add corresponding documentation
-
- 18 Şub, 2010 7 kayıt (commit)
-
-
Michael Foord yazdı
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode issues when constructing failure messages. Issue 7956
-
Michael Foord yazdı
-
Mark Dickinson yazdı
Doctest fixes for decimal.py: add an integer-argument doctest for logical_invert; don't use integer literals with a leading zero.
-
Mark Dickinson yazdı
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 yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Visual Studio 2010, as msvcr100.dll is not a platform assembly anymore.
-
- 16 Şub, 2010 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
R. David Murray yazdı
and check_call into links.
-
- 15 Şub, 2010 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Eric Smith yazdı
-
Martin v. Löwis yazdı
-
- 14 Şub, 2010 5 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
Silence more compiler warnings; fix an instance of potential undefined behaviour from signed overflow.
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-