| Commit message (Expand) | Author | Age | Files | Lines |
* | remove duplicate declartions #6405 | Benjamin Peterson | 2009-07-03 | 1 | -2/+0 |
|
|
* | a little more fiddling to make flags like 2.x | Benjamin Peterson | 2009-07-02 | 2 | -1/+3 |
|
|
* | the old CO_FUTURE flags can't be commented out | Benjamin Peterson | 2009-07-02 | 2 | -3/+3 |
|
|
* | remove comment about PyNumber_Int | Benjamin Peterson | 2009-07-01 | 1 | -6/+0 |
|
|
* | remove PyCObject | Benjamin Peterson | 2009-07-01 | 2 | -62/+0 |
|
|
* | Merged revisions 73701 via svnmerge from | Mark Dickinson | 2009-06-30 | 1 | -0/+6 |
|
|
* | Merged revisions 73660 via svnmerge from | Mark Dickinson | 2009-06-28 | 2 | -8/+0 |
|
|
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 2 | -8/+5 |
|
|
* | Merged revisions 72912,72920,72940 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -1/+3 |
|
|
* | fix mistake in version bump | Benjamin Peterson | 2009-06-27 | 1 | -2/+2 |
|
|
* | bump to 3.2a0 | Benjamin Peterson | 2009-06-27 | 1 | -2/+2 |
|
|
* | bump version to 3.1 final :) | Benjamin Peterson | 2009-06-26 | 1 | -3/+3 |
|
|
* | post release version bumps | Benjamin Peterson | 2009-06-13 | 1 | -1/+1 |
|
|
* | bump version to 3.1rc2 | Benjamin Peterson | 2009-06-13 | 1 | -2/+2 |
|
|
* | #5735: Modules compiled with incompatible settings (--with-pydebug when pytho... | Amaury Forgeot d'Arc | 2009-06-01 | 1 | -2/+2 |
|
|
* | post-release updates | Benjamin Peterson | 2009-05-30 | 1 | -1/+1 |
|
|
* | bump to 3.1rc1 | Benjamin Peterson | 2009-05-30 | 1 | -2/+2 |
|
|
* | Issue #6012: Add cleanup support to O& argument parsing. | Martin v. Löwis | 2009-05-29 | 1 | -0/+2 |
|
|
* | #6115: remove entries for the already removed PyNumber_Divide and PyNumber_In... | Georg Brandl | 2009-05-26 | 1 | -15/+0 |
|
|
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -1/+1 |
|
|
* | Refactor to remove duplicated nan/inf parsing code in | Mark Dickinson | 2009-05-20 | 1 | -0/+2 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-05-17 | 1 | -3/+3 |
|
|
* | Merged revisions 72698-72699 via svnmerge from | Hirokazu Yamamoto | 2009-05-17 | 1 | -6/+2 |
|
|
* | these builtins have to be initialized | Benjamin Peterson | 2009-05-09 | 2 | -0/+15 |
|
|
* | Merged revisions 72461 via svnmerge from | Benjamin Peterson | 2009-05-08 | 1 | -0/+1 |
|
|
* | post release updates | Benjamin Peterson | 2009-05-06 | 1 | -1/+1 |
|
|
* | bump version to 3.1b1v3.1b1 | Benjamin Peterson | 2009-05-06 | 1 | -3/+3 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 7 | -27/+72 |
|
|
* | Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio... | Eric Smith | 2009-05-05 | 1 | -0/+6 |
|
|
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 | 1 | -19/+29 |
|
|
* | Merged revisions 72283-72284 via svnmerge from | Antoine Pitrou | 2009-05-04 | 1 | -4/+2 |
|
|
* | Issue #5914: Add new C-API function PyOS_string_to_double, to complement | Mark Dickinson | 2009-05-03 | 1 | -0/+3 |
|
|
* | Issue #1588: Add complex.__format__. | Eric Smith | 2009-04-30 | 1 | -0/+6 |
|
|
* | Include files missed in r72044. | Eric Smith | 2009-04-27 | 1 | -0/+28 |
|
|
* | Merged revisions 72040 via svnmerge from | Eric Smith | 2009-04-27 | 2 | -22/+14 |
|
|
* | Don't try to use x87 assembly on OS X universal builds. | Mark Dickinson | 2009-04-25 | 1 | -0/+3 |
|
|
* | Merged revisions 71734,71738-71739 via svnmerge from | Benjamin Peterson | 2009-04-20 | 2 | -0/+3 |
|
|
* | Add comments to pyport.h explaining how to enable support for short | Mark Dickinson | 2009-04-19 | 1 | -5/+30 |
|
|
* | Merged revisions 71743 via svnmerge from | Ronald Oussoren | 2009-04-19 | 1 | -0/+12 |
|
|
* | The SSE2 detection and enabling could potentially cause | 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/+4 |
|
|
* | Issue #5781: Only use legacy string<->double conversions when | Mark Dickinson | 2009-04-18 | 1 | -2/+4 |
|
|
* | The comments at the top of intobject.h say that it will be removed in 3.1. | Mark Dickinson | 2009-04-18 | 1 | -36/+0 |
|
|
* | The other half of Issue #1580: use short float repr where possible. | Eric Smith | 2009-04-16 | 3 | -28/+43 |
|
|
* | Issue #1580: use short float repr where possible. | Mark Dickinson | 2009-04-16 | 5 | -0/+74 |
|
|
* | Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate | Georg Brandl | 2009-04-12 | 1 | -0/+4 |
|
|
* | Merged revisions 71229,71271 via svnmerge from | Matthias Klose | 2009-04-07 | 1 | -7/+9 |
|
|
* | bump version for 3.1a2+ | Benjamin Peterson | 2009-04-04 | 1 | -1/+1 |
|
|
* | bump version to 3.1a2 | Benjamin Peterson | 2009-04-04 | 1 | -2/+2 |
|
|
* | Merged revisions 71163 via svnmerge from | Benjamin Peterson | 2009-04-04 | 1 | -7/+5 |
|
|