| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -1/+1 |
|
|
* | Merge revision 71222 from trunk: #5615: make it possible to configure --witho... | Georg Brandl | 2009-04-05 | 1 | -0/+6 |
|
|
* | Resolves issue 5690: accidentally skipping code in non-debug build. | Eric Smith | 2009-04-04 | 1 | -2/+2 |
|
|
* | Added ',' thousands grouping to int.__format__. See PEP 378. | Eric Smith | 2009-04-03 | 6 | -85/+153 |
|
|
* | Removed mixed tabs and whitespace. | Eric Smith | 2009-04-03 | 1 | -96/+96 |
|
|
* | Optimize slicing of bytes and bytearray by avoiding useless copying. | Alexandre Vassalotti | 2009-04-03 | 2 | -12/+10 |
|
|
* | Rewrap some long lines. | Mark Dickinson | 2009-04-02 | 1 | -2/+4 |
|
|
* | Fix segfaults when running test_exceptions with coverage tracing, caused by w... | Georg Brandl | 2009-03-31 | 1 | -9/+57 |
|
|
* | Merged revisions 70682,70684 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -0/+9 |
|
|
* | Merged revisions 70678 via svnmerge from | Mark Dickinson | 2009-03-29 | 2 | -2/+2 |
|
|
* | fix isprintable() on space characters #5126 | Benjamin Peterson | 2009-03-26 | 1 | -1027/+1029 |
|
|
* | Merged revisions 70550 via svnmerge from | Antoine Pitrou | 2009-03-23 | 2 | -3/+4 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 2 | -1/+135 |
|
|
* | Merged revisions 70542 via svnmerge from | Mark Dickinson | 2009-03-23 | 1 | -94/+152 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 2 | -8/+10 |
|
|
* | Merged revisions 70499 via svnmerge from | Hirokazu Yamamoto | 2009-03-21 | 1 | -1/+1 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 1 | -3/+59 |
|
|
* | Issue 4474: On platforms with sizeof(wchar_t) == 4 and | Mark Dickinson | 2009-03-18 | 1 | -0/+64 |
|
|
* | Merged revisions 70364 via svnmerge from | Eric Smith | 2009-03-14 | 1 | -44/+129 |
|
|
* | Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,... | Benjamin Peterson | 2009-03-09 | 1 | -5/+5 |
|
|
* | Give dict views a helpful __repr__. | Raymond Hettinger | 2009-03-03 | 1 | -3/+18 |
|
|
* | Merged revisions 69974 via svnmerge from | Mark Dickinson | 2009-02-25 | 1 | -1/+1 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 4 | -4/+4 |
|
|
* | Merged revisions 69806 via svnmerge from | Eric Smith | 2009-02-20 | 1 | -17/+31 |
|
|
* | Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-... | Benjamin Peterson | 2009-02-19 | 1 | -3/+3 |
|
|
* | Fix more places in Objects/longobject.c where it's silently assumed that | Mark Dickinson | 2009-02-15 | 1 | -5/+5 |
|
|
* | A few more type fixes for py3k that were missed in r69635 | Mark Dickinson | 2009-02-15 | 1 | -12/+13 |
|
|
* | Merged revisions 69634 via svnmerge from | Mark Dickinson | 2009-02-15 | 1 | -56/+45 |
|
|
* | Merged revisions 69582-69583 via svnmerge from | Antoine Pitrou | 2009-02-13 | 1 | -15/+7 |
|
|
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,... | Benjamin Peterson | 2009-02-13 | 1 | -34/+0 |
|
|
* | Merged revisions 69498 via svnmerge from | Mark Dickinson | 2009-02-10 | 1 | -1/+1 |
|
|
* | fix len() when __len__() returns a non number type #5137 | Benjamin Peterson | 2009-02-08 | 1 | -1/+1 |
|
|
* | Merged revisions 69436 via svnmerge from | Mark Dickinson | 2009-02-08 | 1 | -1/+1 |
|
|
* | remove memoryview.__str__ #5182 | Benjamin Peterson | 2009-02-08 | 1 | -17/+1 |
|
|
* | Issue #1717: add a DeprecationWarning in 3.x on type initialization | Mark Dickinson | 2009-02-08 | 1 | -0/+15 |
|
|
* | Validate that __length_hint__ returns a usable result. | Raymond Hettinger | 2009-02-03 | 1 | -1/+1 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 3 | -14/+27 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 33 | -72/+72 |
|
|
* | Remove exception for non-NULL tp_compare that was introduced in r69188. | Mark Dickinson | 2009-02-01 | 1 | -7/+0 |
|
|
* | Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations | Mark Dickinson | 2009-02-01 | 2 | -32/+18 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 3 | -117/+1 |
|
|
* | Issue #1717, stage 2: remove uses of tp_compare in Modules and most | Mark Dickinson | 2009-02-01 | 4 | -41/+119 |
|
|
* | fix indentation again | Benjamin Peterson | 2009-01-31 | 1 | -2497/+2497 |
|
|
* | detabify Objects/unicodeobject.c | Benjamin Peterson | 2009-01-31 | 1 | -3092/+3092 |
|
|
* | Issue #4707: round(x, n) now returns an integer when x is an integer. | Mark Dickinson | 2009-01-28 | 1 | -20/+128 |
|
|
* | Merged revisions 68974-68975 via svnmerge from | Mark Dickinson | 2009-01-26 | 1 | -8/+9 |
|
|
* | Merged revisions 68947 via svnmerge from | Mark Dickinson | 2009-01-25 | 1 | -1/+1 |
|
|
* | Merged revisions 68890 via svnmerge from | Mark Dickinson | 2009-01-24 | 1 | -23/+20 |
|
|
* | Some minor cleanups in PyLong_FromLong: | Mark Dickinson | 2009-01-24 | 1 | -12/+15 |
|
|
* | Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from | Benjamin Peterson | 2009-01-23 | 1 | -1/+1 |
|
|