| Commit message (Expand) | Author | Age | Files | Lines |
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -983/+983 |
|
|
* | Revert a change where an expression is not needed now, but could be in the fu... | Brett Cannon | 2010-05-05 | 1 | -0/+1 |
|
|
* | Remove an unnecessary variable assignment. | Brett Cannon | 2010-05-05 | 1 | -1/+0 |
|
|
* | Correct typo in comment. | Mark Dickinson | 2010-01-22 | 1 | -1/+1 |
|
|
* | Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement... | Mark Dickinson | 2009-10-31 | 1 | -2/+12 |
|
|
* | Finished removing _PyOS_double_to_string, as mentioned in issue 7117. | Eric Smith | 2009-10-26 | 1 | -135/+0 |
|
|
* | Issue #7117 (backport py3k float repr) continued: | Mark Dickinson | 2009-10-26 | 1 | -93/+699 |
|
|
* | Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio... | Eric Smith | 2009-05-05 | 1 | -7/+6 |
|
|
* | Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware. | Mark Dickinson | 2009-05-03 | 1 | -3/+16 |
|
|
* | Eliminate some locale-dependent calls to isspace and tolower. | Mark Dickinson | 2009-05-03 | 1 | -1/+1 |
|
|
* | Remove format_float and use _PyOS_double_to_string instead. | Mark Dickinson | 2009-04-29 | 1 | -0/+14 |
|
|
* | Issue #5864: format(1234.5, '.4') gives misleading result | Mark Dickinson | 2009-04-29 | 1 | -11/+104 |
|
|
* | Silence warning on Windows. | Eric Smith | 2009-04-28 | 1 | -1/+1 |
|
|
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k.... | Eric Smith | 2009-04-27 | 1 | -15/+9 |
|
|
* | Fix typo in function name | Mark Dickinson | 2009-04-26 | 1 | -3/+3 |
|
|
* | Backport r71967 changes from py3k to trunk. | Mark Dickinson | 2009-04-26 | 1 | -30/+57 |
|
|
* | Issue #5835, deprecate PyOS_ascii_formatd. | Eric Smith | 2009-04-25 | 1 | -45/+109 |
|
|
* | Issue #5816: | Mark Dickinson | 2009-04-24 | 1 | -2/+3 |
|
|
* | Backport of some of the work in r71665 to trunk. This reworks much of | Eric Smith | 2009-04-22 | 1 | -57/+130 |
|
|
* | Fix issue 3411: default float format spec fails on negative numbers. | Eric Smith | 2008-07-19 | 1 | -0/+4 |
|
|
* | Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip... | Eric Smith | 2008-06-24 | 1 | -1/+1 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -1/+1 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Addresses issue 2802: 'n' formatting for integers. | Eric Smith | 2008-05-11 | 1 | -45/+4 |
|
|
* | Issue 2526, float.__format__ 'n' specifier does not support thousands grouping. | Eric Smith | 2008-04-30 | 1 | -128/+229 |
|
|
* | Reformated lines > 79 chars. | Eric Smith | 2008-03-17 | 1 | -8/+12 |
|
|
* | Issue 2264: empty float presentation type needs to have at least one digit pa... | Eric Smith | 2008-03-17 | 1 | -17/+61 |
|
|
* | Trim leading zeros from a floating point exponent, per C99. See issue 1600. ... | Eric Smith | 2008-02-20 | 1 | -27/+127 |
|
|
* | Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000 | Guido van Rossum | 2008-01-05 | 1 | -22/+52 |
|
|
* | Bug #1417699: Reject locale-specific decimal point in float() | Martin v. Löwis | 2006-07-03 | 1 | -0/+7 |
|
|
* | Fix compiler warning. | Georg Brandl | 2006-05-29 | 1 | -1/+1 |
|
|
* | Handle PyMem_Malloc failure in pystrtod.c. Closes #1494671. | Georg Brandl | 2006-05-29 | 1 | -0/+7 |
|
|
* | Swap out bare malloc()/free() use for PyMem_MALLOC()/PyMem_FREE() . | Brett Cannon | 2006-05-25 | 1 | -2/+2 |
|
|
* | Some more changes to make code compile under a C++ compiler. | Anthony Baxter | 2006-04-11 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+1 |
|
|
* | Fix icc warnings: strlen() returns size_t | Neal Norwitz | 2006-01-08 | 1 | -3/+2 |
|
|
* | Fix compiler warnings | Neal Norwitz | 2005-12-18 | 1 | -2/+2 |
|
|
* | Get float() to be more portable across platforms. Disable hex strings. | Neal Norwitz | 2005-12-18 | 1 | -48/+25 |
|
|
* | Patch #774665: Make Python LC_NUMERIC agnostic. | Martin v. Löwis | 2004-06-08 | 1 | -0/+258 |
|
|