summaryrefslogtreecommitdiff
path: root/Lib/test/test___all__.py
Commit message (Expand)AuthorAgeFilesLines
* Issues #29273: Merge test___all__ from 3.5Martin Panter2017-01-231-11/+0
|\
| * Issue #29273: Remove unneeded workaround to restore localeMartin Panter2017-01-231-11/+0
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-0/+2
|/
* #22751: fix test___all__ warning about modified environment in the tests. Pa...Ezio Melotti2014-11-021-3/+4
* Issue #15767: Excise the remaining instances of ModuleNotFoundErrorBrett Cannon2013-07-041-1/+1
* Move test___all__ over to unittest.main() and use ModuleNotFoundErrorBrett Cannon2013-06-121-5/+2
* #11078: test___all__ now checks for duplicates in __all__. Initial patch by ...Ezio Melotti2013-05-011-11/+14
* test___all__ ignores ResourceWarning as wellAntoine Pitrou2010-10-291-2/+4
* (partially)Florent Xicluna2010-04-021-4/+2
* Merged revisions 75312 via svnmerge fromAntoine Pitrou2009-10-101-127/+79
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-0/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* add io and _pyio to test___all__Benjamin Peterson2009-04-021-0/+2
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-091-2/+2
* Make a new urllib package .Jeremy Hylton2008-06-181-3/+1
* Remove last traces of mimetools.Georg Brandl2008-06-121-2/+0
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-011-2/+0
* The commands module has been removed. The getoutput() and getstatusoutput()Brett Cannon2008-05-261-1/+0
* Create http package. #2883.Georg Brandl2008-05-261-6/+4
* Merged revisions 63698 via svnmerge fromBenjamin Peterson2008-05-261-0/+1
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-1/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-161-1/+1
* Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-...Alexandre Vassalotti2008-05-151-1/+2
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-1/+1
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-1/+1
* The __all__ value for 'collections' was missing UserList and UserString.Brett Cannon2008-05-121-0/+1
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-1/+1
* Remove the imputil module.Brett Cannon2008-05-081-1/+0
* Merged revisions 62792,62799-62800 via svnmerge fromChristian Heimes2008-05-061-7/+10
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Move UserString to collections.Raymond Hettinger2008-02-211-1/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+0
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-2/+0
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-3/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-5/+0
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-3/+0
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-0/+2
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-2/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-7/+5
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-1/+0
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-1/+0
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-4/+0
* Merge trunk up to 43069, putting re.py back and hopefully making the branchThomas Wouters2006-04-211-1/+0
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-3/+0
* Suppress new deprecation warnings when running theTim Peters2006-02-181-0/+4
* Remove the deprecated statcache module.Raymond Hettinger2004-12-051-3/+0