summaryrefslogtreecommitdiff
path: root/Lib/test/test___future__.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 73781 via svnmerge fromBenjamin Peterson2009-07-021-0/+3
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-52/+56
* Allow both string and Unicode objects in levels.Martin v. Löwis2002-11-091-2/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Expose the CO_xxx flags via the "new" module (re-solving a problem "theTim Peters2001-08-181-0/+13
* A self-contained piece of Michael Hudson's patchTim Peters2001-08-171-1/+6
* Make names in __future__.py bind to class instances instead of 2-tuples.Tim Peters2001-03-021-3/+2
* Add __future__.py to std library, + dull test to verify that assignmentsTim Peters2001-02-261-0/+42