summaryrefslogtreecommitdiff
path: root/Lib/test/test_module.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32225: Implementation of PEP 562 (#4731)Ivan Levkivskyi2017-12-141-0/+51
* Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-1/+3
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-6/+2
* do not override errors from descriptors on modulesBenjamin Peterson2014-04-241-0/+8
* Issue8297: module attribute lookup failures now include module name in error ...Ethan Furman2014-04-241-0/+16
* Make some tests more verbose in the face of failureBrett Cannon2013-11-221-2/+6
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-4/+8
* Add a test for module weakrefabilityAntoine Pitrou2013-08-011-0/+9
* Issue #18214: Improve finalization of Python modules to avoid setting their g...Antoine Pitrou2013-07-311-1/+14
* #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-041-7/+21
* issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-241-0/+91
* fix this test to actually test something (closes #13606)Benjamin Peterson2011-12-151-2/+4
* prefer clearing global objects to obscure module.__dict__ bugs #10068Benjamin Peterson2010-10-121-1/+16
* Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-0/+8
* Merged revisions 74457 via svnmerge fromBenjamin Peterson2009-08-151-0/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-45/+58
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Repair the test (adding a docstring to the module type changed theGuido van Rossum2002-06-041-1/+1
* Surprising fix for SF bug 563060: module can be used as base class.Guido van Rossum2002-06-041-0/+48