| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | make 'c' only accept bytes and 'C' only unicode #5499 | Benjamin Peterson | 2009-04-02 | 1 | -10/+4 |
|
|
* | Merged revisions 70965 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -16/+30 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 3 | -97/+103 |
|
|
* | Merged revisions 70908 via svnmerge from | Jesse Noller | 2009-03-31 | 1 | -0/+1 |
|
|
* | Fix a leaking "pathname" in import.c | Kristján Valur Jónsson | 2009-03-31 | 1 | -0/+1 |
|
|
* | get_file() no longer leaks a FILE structure. If given a file descriptor, it ... | Kristján Valur Jónsson | 2009-03-31 | 1 | -9/+19 |
|
|
* | Merged revisions 70801,70809 via svnmerge from | Jeremy Hylton | 2009-03-31 | 1 | -20/+94 |
|
|
* | Issue #5604: non-ASCII characters in module name passed to | Guido van Rossum | 2009-03-30 | 1 | -16/+41 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 2 | -40/+109 |
|
|
* | Merged revisions 70378 via svnmerge from | Nick Coghlan | 2009-03-15 | 1 | -12/+12 |
|
|