summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_float.py
Commit message (Expand)AuthorAgeFilesLines
* Restrict format presentation types to those specified in the 'Standard Format...Eric Smith2008-01-271-3/+12
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-1/+72
* Merged revisions 59450-59464 via svnmerge fromChristian Heimes2007-12-111-1/+2
* Issue #1580: New free format floating point representation based on "Floating...Christian Heimes2007-12-101-1/+16
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-4/+4
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-4/+4
* Fixed test name.Eric Smith2007-08-311-1/+1
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-1/+33
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-0/+15
* Make tset_float pass. float(<unicode>) was never very good -- it usedGuido van Rossum2007-05-151-9/+9
* Whitespace normalization.Tim Peters2005-06-031-1/+1
* This is my patch:Michael W. Hudson2005-05-271-0/+110