aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_float.py
Commit message (Expand)AuthorAge
* Restrict format presentation types to those specified in the 'Standard Format...Eric Smith2008-01-27
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-19
* Merged revisions 59450-59464 via svnmerge fromChristian Heimes2007-12-11
* Issue #1580: New free format floating point representation based on "Floating...Christian Heimes2007-12-10
* Rename buffer -> bytearray.Guido van Rossum2007-11-21
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Fixed test name.Eric Smith2007-08-31
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-25
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-24
* Make tset_float pass. float(<unicode>) was never very good -- it usedGuido van Rossum2007-05-15
* Whitespace normalization.Tim Peters2005-06-03
* This is my patch:Michael W. Hudson2005-05-27