| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,... | Benjamin Peterson | 2009-02-06 | 4 | -9/+46 |
|
|
* | Merged revisions 69331 via svnmerge from | Eric Smith | 2009-02-06 | 1 | -1/+13 |
|
|
* | Minor doc fixes. | Raymond Hettinger | 2009-02-04 | 1 | -3/+6 |
|
|
* | r69209 caused the fp of HTTPResponse objects to be a io.BufferedReader instea... | Kristján Valur Jónsson | 2009-02-03 | 1 | -4/+4 |
|
|
* | Register decimals as numbers.Number | Raymond Hettinger | 2009-02-03 | 1 | -0/+7 |
|
|
* | Validate that __length_hint__ returns a usable result. | Raymond Hettinger | 2009-02-03 | 1 | -0/+10 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 1 | -0/+24 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -3/+1 |
|
|
* | Issue #1717, stage 2: remove uses of tp_compare in Modules and most | Mark Dickinson | 2009-02-01 | 3 | -2/+103 |
|
|
* | Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from | Benjamin Peterson | 2009-01-30 | 1 | -1/+10 |
|
|
* | Merged revisions 69100 via svnmerge from | Antoine Pitrou | 2009-01-29 | 1 | -0/+22 |
|
|
* | Beef-up tests for collections ABCs. | Raymond Hettinger | 2009-01-28 | 1 | -2/+63 |
|
|
* | Issue #4707: round(x, n) now returns an integer when x is an integer. | Mark Dickinson | 2009-01-28 | 2 | -3/+78 |
|
|
* | Merged revisions 69060-69063 via svnmerge from | Guilherme Polo | 2009-01-28 | 3 | -4/+28 |
|
|
* | Merged revisions 69050 via svnmerge from | Guilherme Polo | 2009-01-28 | 2 | -0/+22 |
|
|
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 20 | -152/+110 |
|
|
* | Add more tests for the powerset() recipe. | Raymond Hettinger | 2009-01-27 | 1 | -0/+6 |
|
|
* | Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r... | Raymond Hettinger | 2009-01-27 | 1 | -0/+2 |
|
|
* | More exhaustive combinatoric checks. | Raymond Hettinger | 2009-01-27 | 1 | -16/+28 |
|
|
* | Stronger tests for combinatoric relationships. | Raymond Hettinger | 2009-01-27 | 1 | -1/+5 |
|
|
* | Add tests to verify combinatoric relationships. | Raymond Hettinger | 2009-01-27 | 1 | -0/+26 |
|
|
* | Beautify grouper() recipe in docs. | Raymond Hettinger | 2009-01-27 | 1 | -1/+1 |
|
|
* | Forward port r69001: itertools.combinations_with_replacement(). | Raymond Hettinger | 2009-01-27 | 1 | -38/+78 |
|
|
* | Fix test so as to also pass in debug mode | Antoine Pitrou | 2009-01-26 | 1 | -1/+1 |
|
|
* | Followup of #4705: we can't skip the binary buffering layer for stdin because... | Antoine Pitrou | 2009-01-26 | 1 | -0/+10 |
|
|
* | Forward port r68941 adding itertools.compress(). | Raymond Hettinger | 2009-01-26 | 1 | -8/+32 |
|
|
* | Backport r68942: update powerset() recipe. | Raymond Hettinger | 2009-01-26 | 1 | -7/+5 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 3 | -60/+0 |
|
|
* | Merged revisions 68933 via svnmerge from | Tarek Ziadé | 2009-01-25 | 1 | -1/+0 |
|
|
* | Merged revisions 68903,68906 via svnmerge from | Mark Dickinson | 2009-01-24 | 1 | -0/+10 |
|
|
* | Merged revisions 68897 via svnmerge from | Mark Dickinson | 2009-01-24 | 1 | -3/+6 |
|
|
* | Merged revisions 68885 via svnmerge from | Martin v. Löwis | 2009-01-24 | 2 | -1/+25 |
|
|
* | Add a test for UNC import paths, see issue 3677 | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+21 |
|
|
* | Followup of #4874: also fix multibytecodec.c | Antoine Pitrou | 2009-01-22 | 1 | -1/+11 |
|
|
* | Issue #4874: Most builtin decoders now reject unicode input. | Antoine Pitrou | 2009-01-22 | 1 | -0/+31 |
|
|
* | Tighten-up the docs for Counter(). | Raymond Hettinger | 2009-01-21 | 1 | -0/+5 |
|
|
* | Simplify explanation of multiset operations by removing restrictions on negat... | Raymond Hettinger | 2009-01-21 | 1 | -8/+9 |
|
|
* | merge r68839 forward to py3k | Jesse Noller | 2009-01-21 | 1 | -0/+2 |
|
|
* | Merged revisions 68835 via svnmerge from | Antoine Pitrou | 2009-01-21 | 1 | -0/+11 |
|
|
* | Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. | Mark Dickinson | 2009-01-20 | 1 | -0/+10 |
|
|
* | Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the | Mark Dickinson | 2009-01-20 | 1 | -81/+81 |
|
|
* | Forward port r68792 and r68789 putting Counter in __all__ and adding Counter ... | Raymond Hettinger | 2009-01-20 | 1 | -2/+44 |
|
|
* | Merged revisions 68779 via svnmerge from | Benjamin Peterson | 2009-01-19 | 3 | -15/+32 |
|
|
* | Merged revisions 68763,68773 via svnmerge from | Benjamin Peterson | 2009-01-19 | 1 | -2/+1 |
|
|
* | merge r68768 to py3k | Jesse Noller | 2009-01-19 | 1 | -1/+15 |
|
|
* | reenable the invalid fd test for fdopen | Benjamin Peterson | 2009-01-19 | 1 | -1/+1 |
|
|
* | Merged revisions 68755 via svnmerge from | Benjamin Peterson | 2009-01-19 | 1 | -0/+4 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
|
|
* | Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge... | Benjamin Peterson | 2009-01-18 | 4 | -34/+132 |
|
|
* | Merge r68708 to py3k, fixes 4449 | Jesse Noller | 2009-01-18 | 1 | -2/+14 |
|
|