summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix possible integer overflow in lchown and fchown functions. For issue1747858.Gregory P. Smith2009-12-231-25/+48
* Issue #7553: test_long_future wasn't testing properly. Thanks Florent XiclunaMark Dickinson2009-12-211-9/+7
* Issue #7554: Various fixups in test_cmath.py: remove code duplication,Mark Dickinson2009-12-201-63/+50
* Silence -3 warnings. Thanks Florent Xicluna.Mark Dickinson2009-12-201-2/+4
* Fix for consistency with py3k keyword-only version of assertAlmostEqualMark Dickinson2009-12-201-4/+4
* Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent Xicl...Mark Dickinson2009-12-201-2/+2
* Add missing tests for PyArg_Parse* with format 'h'Mark Dickinson2009-12-201-1/+18
* Fix for issue 7291 - urllib2 cannot handle https with proxy requiring authSenthil Kumaran2009-12-201-31/+74
* Issue #3366: Add error function and complementary error function toMark Dickinson2009-12-191-0/+82
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-162-7/+76
* Issue #7396: fix -s, which was broken by the -j enhancement.R. David Murray2009-12-161-11/+9
* remove lib2to3 resourceBenjamin Peterson2009-12-161-2/+0
* Issue #7498: make test_multiprocessing use test_support.find_unused_portR. David Murray2009-12-141-2/+3
* Issue #1680159: unicode coercion during an 'in' operation was maskingR. David Murray2009-12-141-1/+3
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-132-4/+41
* #7342: make sure that the datetime object in test_fraction always has a numbe...Ezio Melotti2009-12-131-3/+4
* make StringIO like other file objects in that readline(-1) has no effect #7348Benjamin Peterson2009-12-131-0/+2
* fix the ignoring of __cmp__ method on metaclasses #7491Benjamin Peterson2009-12-131-0/+9
* Issue #7466: segmentation fault when the garbage collector is calledAntoine Pitrou2009-12-121-0/+3
* Issue #3366: Add lgamma function to math module.Mark Dickinson2009-12-112-5/+150
* Add a reverse() method to collections.deque().Raymond Hettinger2009-12-101-0/+12
* Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d)Raymond Hettinger2009-12-101-0/+11
* Skip new imaplib SSL tests if ssl is not available.R. David Murray2009-12-091-14/+31
* Issue 5949: fixed IMAP4_SSL hang when the IMAP server response isR. David Murray2009-12-091-3/+163
* Make test_pipes a little bit more robust.Antoine Pitrou2009-12-081-3/+6
* Fix the transient refleaks in test_zipimport_support.Antoine Pitrou2009-12-081-1/+2
* fix test_parser from tokenizer tweakBenjamin Peterson2009-12-061-4/+4
* Issue 7431: use TESTFN in test_linecache instead of trying to create aR. David Murray2009-12-031-36/+32
* Issue #7333: The `posix` module gains an `initgroups()` function providingAntoine Pitrou2009-12-021-0/+22
* Issue #4482: Add tests for special float value formatting.Eric Smith2009-12-021-0/+35
* #7419: Fix a crash on Windows in locale.setlocale() when the categoryAmaury Forgeot d'Arc2009-12-011-0/+11
* Issue 7410: deepcopy of itertools.count resets the countRaymond Hettinger2009-11-301-0/+9
* Issue #3382: Make '%F' and float.__format__('F') convert results to upper cas...Eric Smith2009-11-293-2/+55
* Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert...Antoine Pitrou2009-11-281-0/+11
* Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.Martin v. Löwis2009-11-271-0/+42
* Issue #6845: Add restart support for binary upload in ftplib. TheAntoine Pitrou2009-11-271-1/+27
* When open_urlresource() fails, HTTPException is another possible errorAntoine Pitrou2009-11-262-2/+4
* Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method ...Antoine Pitrou2009-11-251-0/+7
* Issue 7128: Removed reference to the non-existent copyreg module.Alexandre Vassalotti2009-11-241-0/+10
* Issue #7117: Update float formatting testcases to match those in py3k.Mark Dickinson2009-11-241-21/+21
* comment out test added in r76438, which caused refleaksJesse Noller2009-11-241-18/+18
* round(0, "ermintrude") succeeded instead of producing a TypeError. Fix this.Mark Dickinson2009-11-241-0/+5
* Issue #7117, continued: Remove substitution of %g-style formatting forMark Dickinson2009-11-231-4/+19
* Remove restriction on precision when formatting floats. This is theMark Dickinson2009-11-231-8/+1
* Fix for issue1488943 - difflib.Differ() doesn't always add hints for tabSenthil Kumaran2009-11-231-0/+8
* Add a testcase that checks if the TarFile constructor successfullyLars Gustäbel2009-11-231-0/+18
* Issue #6123: Fix opening empty archives and files.Lars Gustäbel2009-11-221-5/+80
* issue6615: Additional test for logging support in multiprocessingJesse Noller2009-11-211-0/+20
* Issue #7272: Add configure test to detect whether sem_open worksMark Dickinson2009-11-201-1/+1
* improve several corner cases related with argument names in parenthesisBenjamin Peterson2009-11-192-1/+17