summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Refactor to remove duplicated nan/inf parsing code inMark Dickinson2009-05-201-0/+2
* Remove trailing whitespace.Georg Brandl2009-05-171-3/+3
* Merged revisions 72698-72699 via svnmerge fromHirokazu Yamamoto2009-05-171-6/+2
* these builtins have to be initializedBenjamin Peterson2009-05-092-0/+15
* Merged revisions 72461 via svnmerge fromBenjamin Peterson2009-05-081-0/+1
* post release updatesBenjamin Peterson2009-05-061-1/+1
* bump version to 3.1b1v3.1b1Benjamin Peterson2009-05-061-3/+3
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-057-27/+72
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-0/+6
* Issue #5915: Implement PEP 383, Non-decodable Bytes inMartin v. Löwis2009-05-051-19/+29
* Merged revisions 72283-72284 via svnmerge fromAntoine Pitrou2009-05-041-4/+2
* Issue #5914: Add new C-API function PyOS_string_to_double, to complementMark Dickinson2009-05-031-0/+3
* Issue #1588: Add complex.__format__.Eric Smith2009-04-301-0/+6
* Include files missed in r72044.Eric Smith2009-04-271-0/+28
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-272-22/+14
* Don't try to use x87 assembly on OS X universal builds.Mark Dickinson2009-04-251-0/+3
* Merged revisions 71734,71738-71739 via svnmerge fromBenjamin Peterson2009-04-202-0/+3
* Add comments to pyport.h explaining how to enable support for shortMark Dickinson2009-04-191-5/+30
* Merged revisions 71743 via svnmerge fromRonald Oussoren2009-04-191-0/+12
* The SSE2 detection and enabling could potentially causeMark Dickinson2009-04-181-1/+1
* Add check for C99 round function to configure, and defineMark Dickinson2009-04-181-0/+4
* Issue #5781: Only use legacy string<->double conversions whenMark Dickinson2009-04-181-2/+4
* The comments at the top of intobject.h say that it will be removed in 3.1.Mark Dickinson2009-04-181-36/+0
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-163-28/+43
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-165-0/+74
* Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecateGeorg Brandl2009-04-121-0/+4
* Merged revisions 71229,71271 via svnmerge fromMatthias Klose2009-04-071-7/+9
* bump version for 3.1a2+Benjamin Peterson2009-04-041-1/+1
* bump version to 3.1a2Benjamin Peterson2009-04-041-2/+2
* Merged revisions 71163 via svnmerge fromBenjamin Peterson2009-04-041-7/+5
* Merged revisions 71159 via svnmerge fromMatthias Klose2009-04-041-5/+7
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-032-2/+25
* Merged revisions 71031 via svnmerge fromBrett Cannon2009-04-021-1/+1
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-014-2/+6
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-233-0/+13
* Merged revisions 70489 via svnmerge fromMark Dickinson2009-03-201-7/+11
* Add ..versionadded for sys.int_info, update py3k version ofMark Dickinson2009-03-201-1/+1
* Issue #4258: Make it possible to use 30-bit digits for PyLongs:Mark Dickinson2009-03-183-15/+105
* Issue #5392: when a very low recursion limit was set, the interpreter wouldAntoine Pitrou2009-03-131-5/+4
* let's get cracking on 3.1a2!Benjamin Peterson2009-03-071-1/+1
* bump version to 3.1a1v3.1a1Benjamin Peterson2009-03-071-2/+2
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-022-0/+3
* http://bugs.python.org/issue4715Jeffrey Yasskin2009-02-251-3/+5
* A few more type fixes for py3k that were missed in r69635Mark Dickinson2009-02-151-0/+1
* Merged revisions 69634 via svnmerge fromMark Dickinson2009-02-151-2/+1
* Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-131-0/+11
* Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1.Mark Dickinson2009-02-112-4/+9
* Merged revisions 69459 via svnmerge fromMark Dickinson2009-02-091-5/+24
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-021-1/+1
* Change type of tp_reserved from cmpfunc to (void *); remove definitionMark Dickinson2009-02-021-2/+1