| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Merged revisions 71159 via svnmerge from | Matthias Klose | 2009-04-04 | 1 | -5/+7 |
|
|
* | Added ',' thousands grouping to int.__format__. See PEP 378. | Eric Smith | 2009-04-03 | 2 | -2/+25 |
|
|
* | Merged revisions 71031 via svnmerge from | Brett Cannon | 2009-04-02 | 1 | -1/+1 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 4 | -2/+6 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 3 | -0/+13 |
|
|
* | Merged revisions 70489 via svnmerge from | Mark Dickinson | 2009-03-20 | 1 | -7/+11 |
|
|
* | Add ..versionadded for sys.int_info, update py3k version of | Mark Dickinson | 2009-03-20 | 1 | -1/+1 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 3 | -15/+105 |
|
|
* | Issue #5392: when a very low recursion limit was set, the interpreter would | Antoine Pitrou | 2009-03-13 | 1 | -5/+4 |
|
|
* | let's get cracking on 3.1a2! | Benjamin Peterson | 2009-03-07 | 1 | -1/+1 |
|
|
* | bump version to 3.1a1v3.1a1 | Benjamin Peterson | 2009-03-07 | 1 | -2/+2 |
|
|
* | ignore the coding cookie in compile(), exec(), and eval() if the source is a ... | Benjamin Peterson | 2009-03-02 | 2 | -0/+3 |
|
|
* | http://bugs.python.org/issue4715 | Jeffrey Yasskin | 2009-02-25 | 1 | -3/+5 |
|
|
* | A few more type fixes for py3k that were missed in r69635 | Mark Dickinson | 2009-02-15 | 1 | -0/+1 |
|
|
* | Merged revisions 69634 via svnmerge from | Mark Dickinson | 2009-02-15 | 1 | -2/+1 |
|
|
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,... | Benjamin Peterson | 2009-02-13 | 1 | -0/+11 |
|
|
* | Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. | Mark Dickinson | 2009-02-11 | 2 | -4/+9 |
|
|
* | Merged revisions 69459 via svnmerge from | Mark Dickinson | 2009-02-09 | 1 | -5/+24 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 1 | -1/+1 |
|
|
* | Change type of tp_reserved from cmpfunc to (void *); remove definition | Mark Dickinson | 2009-02-02 | 1 | -2/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations | Mark Dickinson | 2009-02-01 | 2 | -3/+1 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -23/+0 |
|
|