summaryrefslogtreecommitdiffstats
path: root/Lib/fpformat.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR#74 -- use int() instead of eval() to extract the exponent.Guido van Rossum1999-09-101-1/+1
* Define NotANumber as a subclass of ValueError when using class-basedFred Drake1999-06-291-2/+6
* re -> regex conversions by Sjoerd.Guido van Rossum1997-10-241-6/+6
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-7/+6
* Initial revisionGuido van Rossum1992-03-151-0/+138