summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-052-15/+35
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-33/+13
* Issue #5915: Implement PEP 383, Non-decodable Bytes inMartin v. Löwis2009-05-052-16/+105
* Merged revisions 72257 via svnmerge fromMark Dickinson2009-05-031-3/+16
* Issue #5914: Add new C-API function PyOS_string_to_double, to complementMark Dickinson2009-05-034-39/+124
* Make PyCodec_SurrogateErrors static.Martin v. Löwis2009-05-021-1/+4
* Issue #3672: Reject surrogates in utf-8 codec; add surrogates errorMartin v. Löwis2009-05-022-2/+96
* Issue #5859: Remove use of fixed-length buffers for float formattingMark Dickinson2009-05-011-25/+69
* Issue #1588: Add complex.__format__.Eric Smith2009-04-301-3/+4
* Issue #5864: Fix problem with empty code formatting for floats,Mark Dickinson2009-04-291-78/+114
* Include files missed in r72044.Eric Smith2009-04-271-0/+214
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-15/+9
* Issue #5835: Deprecate PyOS_ascii_formatd.Eric Smith2009-04-261-3/+19
* Merged revisions 71976 via svnmerge fromMark Dickinson2009-04-261-2/+2
* Internal plumbing changes for float parsing:Mark Dickinson2009-04-261-30/+57
* Issue #5816: Simplify code for parsing and printing of complex numbers.Mark Dickinson2009-04-231-10/+13
* Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775.Eric Smith2009-04-211-27/+41
* The SSE2 detection and enabling could potentially causeMark Dickinson2009-04-181-5/+1
* Merged revisions 71705 via svnmerge fromMark Dickinson2009-04-181-1/+1
* Add check for C99 round function to configure, and defineMark Dickinson2009-04-181-0/+13
* Removed unused files.Eric Smith2009-04-182-206/+0
* Issue 5780: Fix test_float failures for legacy style float repr.Mark Dickinson2009-04-171-4/+61
* Silence compiler warnings on VS8.0Mark Dickinson2009-04-171-6/+6
* Add reminder to dtoa.c to check for updates regularly.Mark Dickinson2009-04-171-2/+10
* Make sure that marshal and pickle continue to output 17Mark Dickinson2009-04-171-3/+3
* Simplify PyOS_double_to_string.Eric Smith2009-04-161-33/+31
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-162-64/+558
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-163-0/+2678
* Merged revisions 71024,71058 via svnmerge fromGeorg Brandl2009-04-111-1/+9
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-1/+1
* Removed unused #include.Eric Smith2009-04-071-1/+0
* Revert removal of atof.c and strtod.c in r71341. We're not quiteMark Dickinson2009-04-072-0/+206
* Removed unused files in preparation for merging py3k-short-float-repr.Eric Smith2009-04-072-206/+0
* Merged revisions 71152 via svnmerge fromMatthias Klose2009-04-041-2/+3
* Py_BuildValue's 'c' code should use byte strings #5666Benjamin Peterson2009-04-031-1/+1
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-1/+1
* Merged revisions 71031 via svnmerge fromBrett Cannon2009-04-021-2/+2
* remove unused variableBenjamin Peterson2009-04-021-1/+0
* rewrite error handling to make senseBenjamin Peterson2009-04-021-3/+7
* fix ref leaksBenjamin Peterson2009-04-021-0/+2
* make 'c' only accept bytes and 'C' only unicode #5499Benjamin Peterson2009-04-021-10/+4
* Merged revisions 70965 via svnmerge fromBrett Cannon2009-04-011-16/+30
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-013-97/+103
* Merged revisions 70908 via svnmerge fromJesse Noller2009-03-311-0/+1
* Fix a leaking "pathname" in import.cKristján Valur Jónsson2009-03-311-0/+1
* get_file() no longer leaks a FILE structure. If given a file descriptor, it ...Kristján Valur Jónsson2009-03-311-9/+19
* Merged revisions 70801,70809 via svnmerge fromJeremy Hylton2009-03-311-20/+94
* Issue #5604: non-ASCII characters in module name passed toGuido van Rossum2009-03-301-16/+41
* Issue #4258: Make it possible to use 30-bit digits for PyLongs:Mark Dickinson2009-03-182-40/+109
* Merged revisions 70378 via svnmerge fromNick Coghlan2009-03-151-12/+12