summaryrefslogtreecommitdiff
path: root/Lib/fpformat.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984)Jamie Davis2018-03-051-1/+2
* Deprecate the fpformat module for removal in 3.0.Brett Cannon2008-05-101-0/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
* more __all__ updatesSkip Montanaro2001-01-201-0/+2
* Whitespace normalization.Tim Peters2001-01-141-1/+0
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-103/+103
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-9/+9
* 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