summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/conversion.rst
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the ↵Mark Dickinson2009-10-311-2/+43
| | | | replacement function PyOS_string_to_double.
* Issue #5920: Changed format.__float__ and complex.__float__ to use a ↵Eric Smith2009-05-051-4/+4
| | | | precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
* Note that the caller is resposible for freeing the result of ↵Eric Smith2009-04-261-1/+2
| | | | PyOS_double_to_string.
* Mostly formatting nits, and "and-ed together" -> "or-ed together" flags.Georg Brandl2009-04-261-22/+23
|
* Issue #5835, deprecate PyOS_ascii_formatd.Eric Smith2009-04-251-0/+35
| | | | | | If anyone wants to clean up the documentation, feel free. It's my first documentation foray, and it's not that great. Will port to py3k with a different strategy.
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
|
* fix various doc typos #3320Benjamin Peterson2008-07-121-4/+4
|
* Missed one big file to split up.Georg Brandl2008-01-191-0/+103