summaryrefslogtreecommitdiff
path: root/Lib/test/test___future__.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* test that compile() accepts the future flagBenjamin Peterson2009-07-021-0/+3
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* Whitespace normalization.Tim Peters2006-11-031-1/+1
* Port test___future__ to unittest.Walter Dörwald2006-10-221-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