- 13 Nis, 2010 2 kayıt (commit)
-
-
Brian Curtin yazdı
These failures occur on a Windows Server 2003 machine I test on.
-
Andrew M. Kuchling yazdı
-
- 12 Nis, 2010 14 kayıt (commit)
-
-
Brian Curtin yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
- note early on that the result of struct.pack includes padding bytes by default - add examples showing how order of struct fields can affect size (due to padding) - better headers and references; introduction to format strings - integrate packing notes into table Many thanks to Meador Inge for the patch.
-
Brian Curtin yazdı
-
R. David Murray yazdı
Instead of spaces between the filename and date (or whatever the string is that follows the filename, if any) use tabs. This is what the unix 'diff' command does, for example, and difflib was intended to follow the 'standard' way of doing diffs. This improves compatibility with patch tools. The docs and examples are also changed to recommended that the date format used be the ISO 8601 format, which is what modern diff tools emit by default. Patch by Anatoly Techtonik.
-
Stefan Krah yazdı
-
Barry Warsaw yazdı
-
R. David Murray yazdı
Fixed a typo in the email.encoders module so that messages output using an ISO-2022 character set will use a content-transfer-encoding of 7bit consistently. Previously if the input data had any eight bit characters the output data would get marked as 8bit even though it was actually 7bit.
-
Senthil Kumaran yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
When such extra options include "-x testname", subsequent arguments are all taken as test names to ignore. Therefore, standard options must be passed before *TESTOPTS. (witnessed on the ARM buildbots)
-
- 11 Nis, 2010 15 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
to cover recent locale changes and additions.
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
Stefan Krah yazdı
1. The assumptions in check_node() were too restrictive: - Hardware addresses with universal_local_bit=1 are valid (locally administered). - Many of the tested functions (including uuid.getnode()) may return valid RFC 4122 random node IDs. These are pretty much random 48-bit values with the multicast bit set to 1. 2. _unixdll_getnode() calls _uuid_generate_time(), which may be None on some platforms. The resulting TypeError is now caught.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
- 10 Nis, 2010 9 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Philip Jenvey yazdı
its tests
-
Jean-Paul Calderone yazdı
The test_classify_oldstyle and test_classify_newstyle methods of test.test_inspect.TestClassesAndFunctions were previously almost identical (aside from irrelevant whitespace and one semantic difference). They now share a single helper. Fixes issue #8363.
-
Philip Jenvey yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-