| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 72871-72872 via svnmerge from | Benjamin Peterson | 2009-05-23 | 1 | -1/+1 |
|
|
* | Refactor to remove duplicated nan/inf parsing code in | Mark Dickinson | 2009-05-20 | 2 | -89/+60 |
|
|
* | Merged revisions 72698-72699 via svnmerge from | Hirokazu Yamamoto | 2009-05-17 | 1 | -6/+2 |
|
|
* | Merged revisions 72597 via svnmerge from | R. David Murray | 2009-05-13 | 1 | -7/+79 |
|
|
* | fix error handling of PyNumber_InPlaceOr #6000 | Benjamin Peterson | 2009-05-12 | 1 | -16/+26 |
|
|
* | bytes -> bytearray | Benjamin Peterson | 2009-05-10 | 1 | -1/+1 |
|
|
* | Rename utf8b error handler to surrogateescape. | Martin v. Löwis | 2009-05-10 | 1 | -6/+6 |
|
|
* | Rename the surrogates error handler to surrogatepass. | Martin v. Löwis | 2009-05-10 | 2 | -8/+8 |
|
|
* | Merged revisions 72508 via svnmerge from | Benjamin Peterson | 2009-05-09 | 1 | -12/+8 |
|
|
* | these builtins have to be initialized | Benjamin Peterson | 2009-05-09 | 1 | -6/+0 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 2 | -15/+35 |
|
|
* | Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio... | Eric Smith | 2009-05-05 | 1 | -33/+13 |
|
|
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 | 2 | -16/+105 |
|
|
* | Merged revisions 72257 via svnmerge from | Mark Dickinson | 2009-05-03 | 1 | -3/+16 |
|
|
* | Issue #5914: Add new C-API function PyOS_string_to_double, to complement | Mark Dickinson | 2009-05-03 | 4 | -39/+124 |
|
|
* | Make PyCodec_SurrogateErrors static. | Martin v. Löwis | 2009-05-02 | 1 | -1/+4 |
|
|
* | Issue #3672: Reject surrogates in utf-8 codec; add surrogates error | Martin v. Löwis | 2009-05-02 | 2 | -2/+96 |
|
|
* | Issue #5859: Remove use of fixed-length buffers for float formatting | Mark Dickinson | 2009-05-01 | 1 | -25/+69 |
|
|
* | Issue #1588: Add complex.__format__. | Eric Smith | 2009-04-30 | 1 | -3/+4 |
|
|
* | Issue #5864: Fix problem with empty code formatting for floats, | Mark Dickinson | 2009-04-29 | 1 | -78/+114 |
|
|
* | Include files missed in r72044. | Eric Smith | 2009-04-27 | 1 | -0/+214 |
|
|
* | Merged revisions 72040 via svnmerge from | Eric Smith | 2009-04-27 | 1 | -15/+9 |
|
|
* | Issue #5835: Deprecate PyOS_ascii_formatd. | Eric Smith | 2009-04-26 | 1 | -3/+19 |
|
|
* | Merged revisions 71976 via svnmerge from | Mark Dickinson | 2009-04-26 | 1 | -2/+2 |
|
|
* | Internal plumbing changes for float parsing: | Mark Dickinson | 2009-04-26 | 1 | -30/+57 |
|
|
* | Issue #5816: Simplify code for parsing and printing of complex numbers. | Mark Dickinson | 2009-04-23 | 1 | -10/+13 |
|
|
* | Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775. | Eric Smith | 2009-04-21 | 1 | -27/+41 |
|
|
* | The SSE2 detection and enabling could potentially cause | Mark Dickinson | 2009-04-18 | 1 | -5/+1 |
|
|
* | Merged revisions 71705 via svnmerge from | Mark Dickinson | 2009-04-18 | 1 | -1/+1 |
|
|
* | Add check for C99 round function to configure, and define | Mark Dickinson | 2009-04-18 | 1 | -0/+13 |
|
|
* | Removed unused files. | Eric Smith | 2009-04-18 | 2 | -206/+0 |
|
|
* | Issue 5780: Fix test_float failures for legacy style float repr. | Mark Dickinson | 2009-04-17 | 1 | -4/+61 |
|
|
* | Silence compiler warnings on VS8.0 | Mark Dickinson | 2009-04-17 | 1 | -6/+6 |
|
|
* | Add reminder to dtoa.c to check for updates regularly. | Mark Dickinson | 2009-04-17 | 1 | -2/+10 |
|
|
* | Make sure that marshal and pickle continue to output 17 | Mark Dickinson | 2009-04-17 | 1 | -3/+3 |
|
|
* | Simplify PyOS_double_to_string. | Eric Smith | 2009-04-16 | 1 | -33/+31 |
|
|
* | The other half of Issue #1580: use short float repr where possible. | Eric Smith | 2009-04-16 | 2 | -64/+558 |
|
|
* | Issue #1580: use short float repr where possible. | Mark Dickinson | 2009-04-16 | 3 | -0/+2678 |
|
|
* | Merged revisions 71024,71058 via svnmerge from | Georg Brandl | 2009-04-11 | 1 | -1/+9 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -1/+1 |
|
|
* | Removed unused #include. | Eric Smith | 2009-04-07 | 1 | -1/+0 |
|
|
* | Revert removal of atof.c and strtod.c in r71341. We're not quite | Mark Dickinson | 2009-04-07 | 2 | -0/+206 |
|
|
* | Removed unused files in preparation for merging py3k-short-float-repr. | Eric Smith | 2009-04-07 | 2 | -206/+0 |
|
|
* | Merged revisions 71152 via svnmerge from | Matthias Klose | 2009-04-04 | 1 | -2/+3 |
|
|
* | Py_BuildValue's 'c' code should use byte strings #5666 | Benjamin Peterson | 2009-04-03 | 1 | -1/+1 |
|
|
* | Added ',' thousands grouping to int.__format__. See PEP 378. | Eric Smith | 2009-04-03 | 1 | -1/+1 |
|
|
* | Merged revisions 71031 via svnmerge from | Brett Cannon | 2009-04-02 | 1 | -2/+2 |
|
|
* | remove unused variable | Benjamin Peterson | 2009-04-02 | 1 | -1/+0 |
|
|
* | rewrite error handling to make sense | Benjamin Peterson | 2009-04-02 | 1 | -3/+7 |
|
|
* | fix ref leaks | Benjamin Peterson | 2009-04-02 | 1 | -0/+2 |
|
|