summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 74477 via svnmerge fromFrank Wierzbicki2009-08-161-0/+19
* Merged revisions 74475 via svnmerge fromGregory P. Smith2009-08-161-1/+10
* Merged revisions 74457 via svnmerge fromBenjamin Peterson2009-08-151-0/+1
* Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right ...Brett Cannon2009-08-131-1/+20
* Merged revisions 74336 via svnmerge fromAntoine Pitrou2009-08-061-0/+20
* Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop.Mark Dickinson2009-08-061-3/+10
* Issue 5449: Fix io.BytesIO to not accept arbitrary keywordsAlexandre Vassalotti2009-08-041-0/+5
* Issue 6637: defaultdict.copy() failed with an empty factory.Raymond Hettinger2009-08-041-0/+7
* Merged revisions 74291 via svnmerge fromFrank Wierzbicki2009-08-021-0/+116
* Issue #6595: Allow Decimal constructor to accept non-European decimal digits,...Mark Dickinson2009-08-021-3/+9
* Merged revisions 74245 via svnmerge fromAmaury Forgeot d'Arc2009-07-281-0/+10
* Issue #6561: '\d' in a regular expression should match only UnicodeMark Dickinson2009-07-281-0/+21
* Issue 6573: Fix set.union() for cases where self is in the argument chain.Raymond Hettinger2009-07-271-0/+4
* - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONTJack Diederich2009-07-261-0/+46
* Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-07-251-0/+17
* 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
* 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-221-9/+145
* Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-221-0/+8
* 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 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
* porting revision 74098 from trunk:Kristján Valur Jónsson2009-07-191-1/+5
* Merged revisions 74095 via svnmerge fromBenjamin Peterson2009-07-194-23/+26
* Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-2/+6
* Issue #6431: Fix Fraction comparisons to return NotImplemented whenMark Dickinson2009-07-181-0/+126
* Merged revisions 73694,73708,73738 via svnmerge fromAlexandre Vassalotti2009-07-171-1/+69
* 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-171-5/+4
* Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge...Alexandre Vassalotti2009-07-173-9/+22
* Merged revisions 74040,74042 via svnmerge fromHirokazu Yamamoto2009-07-171-0/+14
* 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
* Importlib was using custom code to discover all test modules in importlib.test.Brett Cannon2009-07-151-6/+1
* merging revision 73986 from trunk:Kristján Valur Jónsson2009-07-121-4/+41
* merging revision 73932 from trunk:Kristján Valur Jónsson2009-07-111-2/+8
* Merged revisions 73931 via svnmerge fromEzio Melotti2009-07-111-90/+93
* #6358: Merge r73933: Add basic tests for the return value of os.popen().close().Amaury Forgeot d'Arc2009-07-111-0/+7
* Merged revisions 73916 via svnmerge fromAmaury Forgeot d'Arc2009-07-091-1/+1
* Merged revisions 73907-73908 via svnmerge fromR. David Murray2009-07-091-1/+1