summaryrefslogtreecommitdiff
path: root/Lib/test/test_frozen.py
Commit message (Expand)AuthorAgeFilesLines
* Add a minimal unit test for Python/frozen.c. (#2995)Neil Schemenauer2017-12-021-0/+30
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-77/+0
* Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-3/+1
* frozen modules now apparently have empty __path__Benjamin Peterson2013-05-311-1/+1
* issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-241-1/+1
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-5/+21
* (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch writtenVictor Stinner2011-05-161-24/+30
|\
| * Issue #11614: import __hello__ prints "Hello World!". Patch written by AndreasVictor Stinner2011-05-161-23/+29
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* | Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-7/+6
* | PEP 3147Barry Warsaw2010-04-171-5/+5
* | Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+1
|/
* fix #4211: the __path__ of a frozen package should be a list.Benjamin Peterson2008-11-051-0/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-1/+0
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-0/+12
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-5/+5
* Another fix for #1414Christian Heimes2007-11-121-1/+0
* Fix for refleak tests through regrtest.py -R:: bug #1414Christian Heimes2007-11-121-28/+32
* Make it possible to run this test stand-alone.Guido van Rossum2007-10-151-0/+3
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-23/+36
* Duh. Delete the outdated comment too.Guido van Rossum2007-06-121-7/+0
* Seems this test is just fine. It fails because __phello__.spamGuido van Rossum2007-06-121-2/+0
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-101-0/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-0/+7
* n the Mac the frozen import that should fail actually succeeds, and we know i...Jack Jansen2003-01-081-6/+7
* [SF bug 631713] use the import exeption message in the TestFailedFinn Bock2002-11-011-3/+3
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Fix the frozen bytecode for __hello__ (betcha didn't know that existedGuido van Rossum2001-10-181-0/+26