summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement InspectLoader for FrozenImporter.Brett Cannon2009-03-151-0/+33
* Fix a typo in a comment.Brett Cannon2009-03-081-1/+1
* Issue #5273: Fixed import failure on unicode path. (especially on windows)Hirokazu Yamamoto2009-03-041-4/+6
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-1/+1
* instead of hacking __locals__ in during bytecode generation, put it in the sy...Benjamin Peterson2009-03-032-22/+6
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-022-10/+20
* Fix 2 oversights from r69961.Jeffrey Yasskin2009-02-281-3/+5
* Merged revisions 69811,69947 via svnmerge fromBenjamin Peterson2009-02-261-1/+4
* http://bugs.python.org/issue4715Jeffrey Yasskin2009-02-255-110/+162
* Merged revisions 69459 via svnmerge fromMark Dickinson2009-02-091-0/+13
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-6/+6
* Merged revisions 69331 via svnmerge fromEric Smith2009-02-061-22/+79
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-025-7/+7
* Issue #1717: remove the cmp builtin function, the C-API functionsMark Dickinson2009-02-011-20/+0
* Make Python/makeopcodetargets runnable with Python 2.3. With any luck, thisMark Dickinson2009-01-311-1/+4