| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix error in docs. The source says proto 2 is the default. | Raymond Hettinger | 2009-01-29 | 1 | -1/+1 |
|
|
* | Merged revisions 69100 via svnmerge from | Antoine Pitrou | 2009-01-29 | 3 | -1/+33 |
|
|
* | Fix issue5076: bdist_wininst fails on py3k | Mark Hammond | 2009-01-29 | 3 | -7/+40 |
|
|
* | Merged revisions 69094 via svnmerge from | Mark Hammond | 2009-01-29 | 4 | -91/+92 |
|
|
* | Merged revisions 69078-69080 via svnmerge from | Brett Cannon | 2009-01-29 | 2 | -2/+4 |
|
|
* | Blocked revisions 69085,69087 via svnmerge | Benjamin Peterson | 2009-01-29 | 0 | -0/+0 |
|
|
* | Fix typo. | Raymond Hettinger | 2009-01-29 | 1 | -6/+6 |
|
|
* | Update itertools.__doc__ to include all tools. | Raymond Hettinger | 2009-01-29 | 1 | -4/+11 |
|
|
* | Blocked revisions 68521 via svnmerge | Benjamin Peterson | 2009-01-29 | 0 | -0/+0 |
|
|
* | Blocked revisions 69070,69074 via svnmerge | Benjamin Peterson | 2009-01-29 | 0 | -0/+0 |
|
|
* | Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t... | Raymond Hettinger | 2009-01-29 | 1 | -15/+13 |
|
|
* | Beef-up tests for collections ABCs. | Raymond Hettinger | 2009-01-28 | 2 | -3/+64 |
|
|
* | Issue #4707: round(x, n) now returns an integer when x is an integer. | Mark Dickinson | 2009-01-28 | 5 | -33/+217 |
|
|
* | Merged revisions 69060-69063 via svnmerge from | Guilherme Polo | 2009-01-28 | 6 | -9/+49 |
|
|
* | Merged revisions 69053 via svnmerge from | Guilherme Polo | 2009-01-28 | 16 | -0/+1196 |
|
|
* | Merged revisions 69050 via svnmerge from | Guilherme Polo | 2009-01-28 | 15 | -2/+5074 |
|
|
* | Merged revisions 69038 via svnmerge from | Mark Hammond | 2009-01-27 | 2 | -2/+76 |
|
|
* | Blocked revisions 69001,69010,69012,69014,69018,69023 via svnmerge | Benjamin Peterson | 2009-01-27 | 0 | -0/+0 |
|
|
* | Fix an occurrence of cmp that was missed in r69025 | Mark Dickinson | 2009-01-27 | 1 | -5/+9 |
|
|
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 32 | -216/+210 |
|
|
* | 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 |
|
|
* | Add executable property to Python/makeopcodetargets.py | Antoine Pitrou | 2009-01-27 | 1 | -0/+0 |
|
|
* | More exhaustive combinatoric checks. | Raymond Hettinger | 2009-01-27 | 1 | -16/+28 |
|
|
* | Issue 5021: doctest.testfile should set __name__ | Raymond Hettinger | 2009-01-27 | 3 | -1/+11 |
|
|
* | 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 | 2 | -2/+2 |
|
|
* | Put functions back in alphabetical order. | Raymond Hettinger | 2009-01-27 | 1 | -39/+38 |
|
|
* | Forward port r69001: itertools.combinations_with_replacement(). | Raymond Hettinger | 2009-01-27 | 5 | -59/+379 |
|
|
* | Blocked revisions 68998 via svnmerge | Benjamin Peterson | 2009-01-27 | 0 | -0/+0 |
|
|
* | Initial take on importlib.test.loader_tests. | Brett Cannon | 2009-01-27 | 2 | -8/+66 |
|
|
* | Tweak column alignment in collections docs. | Raymond Hettinger | 2009-01-27 | 1 | -33/+26 |
|
|
* | Blocked revisions 68964,68985 via svnmerge | Benjamin Peterson | 2009-01-27 | 0 | -0/+0 |
|
|
* | Update importlib NOTES. | Brett Cannon | 2009-01-27 | 1 | -2/+9 |
|
|
* | Move importlib.test.frozen.test_finder over to importlib.test.finder_tests. | Brett Cannon | 2009-01-27 | 1 | -5/+8 |
|
|
* | Move importlib.test.builtin.test_finder over to importlib.test.finder_tests. | Brett Cannon | 2009-01-27 | 1 | -8/+27 |
|
|
* | Make importlib.test.finder_tests an ABC. | Brett Cannon | 2009-01-27 | 1 | -14/+14 |
|
|
* | Move importlib.test.extension.test_finder over to importlib.test.finder_tests. | Brett Cannon | 2009-01-27 | 1 | -2/+19 |
|
|
* | Forward port r68985: Idle startup message. | Raymond Hettinger | 2009-01-27 | 1 | -12/+2 |
|
|
* | Fix test so as to also pass in debug mode | Antoine Pitrou | 2009-01-26 | 1 | -1/+1 |
|
|
* | Merged revisions 68974-68975 via svnmerge from | Mark Dickinson | 2009-01-26 | 1 | -8/+9 |
|
|
* | Followup of #4705: we can't skip the binary buffering layer for stdin because... | Antoine Pitrou | 2009-01-26 | 2 | -2/+17 |
|
|
* | Merged revisions 68951 via svnmerge from | Tarek Ziadé | 2009-01-26 | 3 | -11/+73 |
|
|
* | Fix signed/unsigned mismatch. | Raymond Hettinger | 2009-01-26 | 1 | -1/+1 |
|
|
* | Blocked revisions 68941-68942 via svnmerge | Benjamin Peterson | 2009-01-26 | 0 | -0/+0 |
|
|
* | Forward port r68941 adding itertools.compress(). | Raymond Hettinger | 2009-01-26 | 5 | -13/+206 |
|
|
* | Backport r68942: update powerset() recipe. | Raymond Hettinger | 2009-01-26 | 2 | -12/+8 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 7 | -153/+6 |
|
|
* | Update NOTES for importlib. | Brett Cannon | 2009-01-26 | 1 | -18/+8 |
|
|