- 12 Apr, 2010 7 commits
-
-
Stefan Krah authored
-
Barry Warsaw authored
-
R. David Murray authored
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 authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
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 Apr, 2010 15 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
to cover recent locale changes and additions.
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Stefan Krah authored
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 authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
- 10 Apr, 2010 15 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Philip Jenvey authored
its tests
-
Jean-Paul Calderone authored
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 authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system)
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
- 09 Apr, 2010 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
with earlier versions.
-