summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-07-253-3/+59
* Specialize assertTrue checks when possible.Alexandre Vassalotti2009-07-221-64/+61
* Use assertGreater instead of assertTrue(x > y).Alexandre Vassalotti2009-07-221-1/+1
* Clean up test_curses.Alexandre Vassalotti2009-07-221-5/+6
* Issue 6542: Make sure that TestInvalidFD.test_closerange does notR. David Murray2009-07-221-1/+12
* Merged revisions 74167 via svnmerge fromGeorg Brandl2009-07-221-0/+5
* Merged revisions 74163 via svnmerge fromTarek Ziadé2009-07-221-4/+5
* Use unittest.SkipTest to skip tests in test_threading.Alexandre Vassalotti2009-07-221-21/+11
* Remove erroneous print statement.Alexandre Vassalotti2009-07-221-3/+3
* Only skip test_nis on Solaris.Alexandre Vassalotti2009-07-221-1/+3
* Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-222-9/+150
* Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-222-1/+11
* Issue #6360: Simplify string decoding in xmlrpc.client.Alexandre Vassalotti2009-07-221-17/+4
* Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.Alexandre Vassalotti2009-07-221-0/+7
* Make test_normalization verify the version of the correct test data file.Alexandre Vassalotti2009-07-221-4/+6
* Fix open_urlresource() to pass its arguments to open() when the resource is c...Alexandre Vassalotti2009-07-221-1/+1
* Merged revisions 74117,74123 via svnmerge fromBenjamin Peterson2009-07-213-2/+4
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-1/+15
* Merged revisions 73683,73786 via svnmerge fromAlexandre Vassalotti2009-07-211-13/+2
* Remove apparently unneeded and un-cleaned-up munging of sys.path fromR. David Murray2009-07-201-3/+0
* Merged revisions 74114 via svnmerge fromBenjamin Peterson2009-07-2018-140/+405
* Implement the PEP 302 protocol for get_filename() asBrett Cannon2009-07-204-22/+95
* Importlib's documentation said that importlib.abc.PyLoader inherited fromBrett Cannon2009-07-202-15/+62
* Remove custom test-skipping code in importlib tests for unittest code.Brett Cannon2009-07-201-13/+14
* Some tests in importlib.test.source.test_abc_loader were testing what happensBrett Cannon2009-07-201-8/+16
* Update importlib.test.source.test_abc_loader to new features added in Python ...Brett Cannon2009-07-191-17/+19
* merging revision 74100 from trunk:Kristján Valur Jónsson2009-07-191-1/+1
* porting revision 74098 from trunk:Kristján Valur Jónsson2009-07-193-6/+25
* skip test when distutils is not made for py3kBenjamin Peterson2009-07-191-2/+2
* Merged revisions 74095 via svnmerge fromBenjamin Peterson2009-07-1913-928/+948
* Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-192-6/+10
* Issue #6431: Fix Fraction comparisons to return NotImplemented whenMark Dickinson2009-07-182-30/+158
* Merged revisions 73694,73708,73738 via svnmerge fromAlexandre Vassalotti2009-07-172-2/+71
* Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge fromAlexandre Vassalotti2009-07-171-1/+29
* Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 ...Alexandre Vassalotti2009-07-172-7/+6
* Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge...Alexandre Vassalotti2009-07-177-16/+63
* Merged revisions 74040,74042 via svnmerge fromHirokazu Yamamoto2009-07-171-0/+14
* Merged revisions 74024 via svnmerge fromTarek Ziadé2009-07-166-113/+232
* Don't check 64-bit test cases on 32-bit machine.Alexandre Vassalotti2009-07-151-1/+15
* Issue #2389: Implement a portable mechanism for pickling array objects.Alexandre Vassalotti2009-07-151-10/+140
* Merged revisions 74011 via svnmerge fromEzio Melotti2009-07-151-127/+127
* PEP-8-ify r73389.R. David Murray2009-07-151-1/+2
* Importlib was using custom code to discover all test modules in importlib.test.Brett Cannon2009-07-153-37/+15
* Oops, really pass a bytes string to the ctypes function.Amaury Forgeot d'Arc2009-07-131-27/+27
* Merged revisions 74000-74001 via svnmerge fromAmaury Forgeot d'Arc2009-07-131-0/+311
* Issue #6314: logging: Extra checks on the "level" argument.Vinay Sajip2009-07-131-8/+15
* merging revision 73986 from trunk:Kristján Valur Jónsson2009-07-121-4/+41
* Merged revisions 73952 via svnmerge fromAmaury Forgeot d'Arc2009-07-125-9/+9
* Fixed #6438: distutils.cygwinccompiler.get_versions was trying to use a re st...Tarek Ziadé2009-07-122-10/+13
* merging revision 73932 from trunk:Kristján Valur Jónsson2009-07-111-2/+8