summaryrefslogtreecommitdiff
path: root/Lib/test/test_sundry.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.Steve Dower2015-05-231-2/+0
* Issue #19990: Added tests for the imghdr module.Serhiy Storchaka2014-01-261-21/+16
|\
| * merge from 3.3: Increase the test coverage of macurl2path module. Patch by Co...Senthil Kumaran2013-10-231-1/+2
| |\
| * | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-4/+1
| * | #9607: Add tests for the keyword module.R David Murray2013-04-191-1/+1
| * | #17484: add tests for getpass.R David Murray2013-04-081-1/+1
| * | Clean up test_sundry and have it error out when a module has grownBrett Cannon2012-11-141-18/+14
| * | Closes #16135: Removal of OS/2 support (distutils) (II)Jesus Cea2012-10-111-1/+0
| * | Closes #16135: Removal of OS/2 supportJesus Cea2012-10-051-1/+0
* | | Issue #19990: Added tests for the imghdr module.Serhiy Storchaka2014-01-261-1/+0
* | | #18116: backport fix to 3.3 since real-world failure mode demonstrated.R David Murray2013-12-271-1/+0
| |/ |/|
* | Increase the coverage of macurl2path. Patch by Colin Williams.Senthil Kumaran2013-10-231-1/+0
|/
* Issue #12643: Respect sys.excepthook in code.InteractiveConsoleNick Coghlan2012-08-201-1/+0
* #11578: add unit tests for timeit module.R David Murray2011-03-161-1/+0
* remove some things that are now testedBenjamin Peterson2010-11-021-8/+0
* Issue #9496: Provide a test suite for the rlcompleter module. Patch byAntoine Pitrou2010-08-041-1/+0
* issue #8687: provides a test suite for sched.py moduleGiampaolo Rodolà2010-08-041-1/+0
* pdb now has its own tests.Georg Brandl2010-07-301-1/+0
* Now that sunau has some tests, remove it from test_sundry.R. David Murray2010-06-081-1/+0
* (partially)Florent Xicluna2010-04-021-3/+1
* Merged revisions 72100-72101 via svnmerge fromR. David Murray2009-04-291-1/+0
* Merged revisions 70779 via svnmerge fromR. David Murray2009-03-311-0/+1
* Merged revisions 68933 via svnmerge fromTarek Ziadé2009-01-251-1/+0
* forward port r66386Benjamin Peterson2008-10-161-1/+1
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-091-1/+1
* Remove the sunaudio module.Brett Cannon2008-07-251-1/+0
* Create http package. #2883.Georg Brandl2008-05-261-1/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-171-1/+1
* Remove the statvfs module.Brett Cannon2008-05-161-1/+0
* The ihooks module has been removed.Brett Cannon2008-05-101-1/+0
* Remove the user module.Brett Cannon2008-05-081-4/+0
* Remove the imputil module.Brett Cannon2008-05-081-1/+0
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-25/+0
* Merged revisions 62486-62487 via svnmerge fromAmaury Forgeot d'Arc2008-04-241-1/+0
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-101/+109
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-1/+0
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-2/+2
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-2/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+48
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-5/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-68/+65
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-1/+0
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-1/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-5/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-37/+17
* Suppress new deprecation warnings when running theTim Peters2006-02-181-0/+5
* Patch #1049151: adding bool support to xdrlib.py.Martin v. Löwis2005-02-241-1/+0
* Removed deprecated tzparse module.Raymond Hettinger2004-12-051-1/+0