| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #4910, patch 3/3: rename nb_long to nb_reserved | Mark Dickinson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -0/+9 |
|
|
* | remove duplicate definition of PyExc_BufferError #4950 | Benjamin Peterson | 2009-01-16 | 1 | -1/+0 |
|
|
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 2 | -1/+3 |
|
|
* | Issue #4910: replace "long" with "int" in docstring for __long__ slot and | Mark Dickinson | 2009-01-10 | 1 | -8/+2 |
|
|
* | Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line | Antoine Pitrou | 2009-01-09 | 1 | -0/+1 |
|
|
* | Merged revisions 68167,68276,68292-68293,68344 via svnmerge from | Benjamin Peterson | 2009-01-09 | 1 | -10/+28 |
|
|
* | Reduce the size of the _PyLong_DigitValue table. | Raymond Hettinger | 2009-01-09 | 1 | -1/+1 |
|
|
* | Merged revisions 68311 via svnmerge from | Mark Dickinson | 2009-01-05 | 1 | -1/+3 |
|
|
* | Merged revisions 68304 via svnmerge from | Mark Dickinson | 2009-01-04 | 1 | -2/+2 |
|
|
* | Merged revisions 68302 via svnmerge from | Mark Dickinson | 2009-01-04 | 1 | -2/+2 |
|
|
* | Merged revisions 68296,68299 via svnmerge from | Mark Dickinson | 2009-01-04 | 1 | -2/+2 |
|
|
* | Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backpo... | Antoine Pitrou | 2009-01-03 | 1 | -35/+35 |
|
|
* | Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. | Antoine Pitrou | 2009-01-03 | 1 | -10/+12 |
|
|
* | Merged revisions 67982,67988,67990 via svnmerge from | Benjamin Peterson | 2008-12-30 | 1 | -0/+14 |
|
|
* | Merged revisions 67970-67971 via svnmerge from | Alexandre Vassalotti | 2008-12-28 | 1 | -8/+8 |
|
|
* | Merged revisions 67818 via svnmerge from | Antoine Pitrou | 2008-12-18 | 1 | -2/+4 |
|
|
* | Prep for Python 3.1! | Barry Warsaw | 2008-12-03 | 1 | -4/+4 |
|
|
* | post-3.0rc3 | Barry Warsaw | 2008-11-21 | 1 | -1/+1 |
|
|
* | Bump to 3.0rc3v3.0rc3 | Barry Warsaw | 2008-11-21 | 1 | -2/+2 |
|
|