1. 98ed08f update to new C roles and directives by Sandro Tosi · 13 years ago
  2. 09823a2 Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. by Mark Dickinson · 15 years ago
  3. a985a3a Issue #5920: Changed format.__float__ and complex.__float__ to use a 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. by Eric Smith · 15 years ago
  4. f254aab Note that the caller is resposible for freeing the result of PyOS_double_to_string. by Eric Smith · 15 years ago
  5. afb0d6e Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. by Georg Brandl · 15 years ago
  6. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  7. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  8. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 16 years ago
  9. 79e3d55 Missed one big file to split up. by Georg Brandl · 17 years ago