summaryrefslogtreecommitdiffstats
path: root/Lib/test/formatfloat_testcases.txt
Commit message (Collapse)AuthorAgeFilesLines
* Issue #3382: Make '%F' and float.__format__('F') convert results to upper ↵Eric Smith2009-11-291-0/+24
| | | | case. Much of the patch came from Mark Dickinson.
* Issue #7117: Update float formatting testcases to match those in py3k.Mark Dickinson2009-11-241-21/+21
|
* Restored a test that was erroneously removed. See issue 6198.Eric Smith2009-06-091-1/+1
|
* Removed tests so that test_float pass on Windows. See issue 6198.Eric Smith2009-06-051-21/+21
|
* Backport some of the float formatting tests from py3k.Mark Dickinson2009-04-291-0/+356