summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* #5037 proxy __unicode__ correctlyBenjamin Peterson2009-11-191-0/+11
* Issue #7117, continued: Change round implementation to use the correctly-rou...Mark Dickinson2009-11-181-1/+139
* Correctly escape arbitrary error message text in the runpy unit testsNick Coghlan2009-11-181-2/+2
* Allow for backslashes in file paths passed to the regex engineNick Coghlan2009-11-161-0/+2
* Account for another cache when hunting ref leaksNick Coghlan2009-11-161-3/+16
* Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP usingAntoine Pitrou2009-11-151-5/+213
* Issue #4969: The mimetypes module now reads the MIME database fromAntoine Pitrou2009-11-151-1/+25
* Avoid signed overflow in some xrange calculations, and extendMark Dickinson2009-11-151-0/+68
* Issue #6816: expose the zipfile and directory execution mechanism to Python c...Nick Coghlan2009-11-155-163/+309
* Remove 'g' from regrtest getopt argument string, since there's noR. David Murray2009-11-151-1/+1
* Issue 7324: add a sanity check to regrtest argument parsing toR. David Murray2009-11-151-0/+4
* Issue #7312 (new feature): Add a -F flag to run the selected tests inR. David Murray2009-11-141-27/+50
* fix several compile() issues by translating newlines in the tokenizerBenjamin Peterson2009-11-123-7/+16
* Issue #7295: Do not use a hardcoded file name in test_tarfile.Antoine Pitrou2009-11-111-7/+3
* Issue #7197: Allow unittest.TextTestRunner objects to be pickled andAntoine Pitrou2009-11-101-1/+15
* Add extra information to a test_signal failure message to aid diagnosis of bu...Mark Dickinson2009-11-091-1/+3
* Issue #7251: Break out round tests for large values into a separateMark Dickinson2009-11-091-3/+22
* Issue #7282: Fix a memory leak when an RLock was used in a thread otherAntoine Pitrou2009-11-092-4/+15
* Kill a small potential leak in test_threading.Antoine Pitrou2009-11-081-0/+2
* Add test for runpy.run_module package execution and use something other than ...Nick Coghlan2009-11-071-5/+32
* Issue #7270: Add some dedicated unit tests for multi-thread synchronizationAntoine Pitrou2009-11-063-18/+568
* Issue #7211: Allow 64-bit values for the `ident` and `data` fields of keventAntoine Pitrou2009-11-041-0/+11
* Make test_shutil clean up after itselfAntoine Pitrou2009-11-041-53/+57
* Try to make test_wsgiref less fragile against environment changes by other testsAntoine Pitrou2009-11-031-1/+8
* Add acceptance of long ints to test_memoryio.pyAntoine Pitrou2009-11-021-3/+11
* enable test_parser in lib2to3Benjamin Peterson2009-11-021-2/+3