| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Blocked revisions 68953 via svnmerge | Brett Cannon | 2009-01-26 | 0 | -0/+0 |
|
|
* | Merged revisions 68947 via svnmerge from | Mark Dickinson | 2009-01-25 | 1 | -1/+1 |
|
|
* | use the classmethod directive | Benjamin Peterson | 2009-01-25 | 1 | -4/+4 |
|
|
* | Merged revisions 68933 via svnmerge from | Tarek Ziadé | 2009-01-25 | 2 | -18/+0 |
|
|
* | Merged revisions 68929 via svnmerge from | Tarek Ziadé | 2009-01-25 | 3 | -248/+2 |
|
|
* | Blocked revisions 68927 via svnmerge | Hirokazu Yamamoto | 2009-01-25 | 0 | -0/+0 |
|
|
* | Blocked revisions 68925 via svnmerge | Benjamin Peterson | 2009-01-25 | 0 | -0/+0 |
|
|
* | Issue #4753: By enabling a configure option named '--with-computed-gotos' | Antoine Pitrou | 2009-01-25 | 8 | -4952/+6305 |
|
|
* | Merged revisions 68920 via svnmerge from | Mark Dickinson | 2009-01-25 | 1 | -3/+15 |
|
|
* | Document both importlib.machinery.BuiltinImporter and FrozenImporter. | Brett Cannon | 2009-01-25 | 3 | -9/+49 |
|
|
* | Add the terms "finder", "loader", and "importer" to the glossary. | Brett Cannon | 2009-01-25 | 1 | -0/+14 |
|
|
* | merge r68915 to py3k | Jesse Noller | 2009-01-25 | 5 | -20/+82 |
|
|
* | Merged revisions 68903,68906 via svnmerge from | Mark Dickinson | 2009-01-24 | 4 | -6/+20 |
|
|
* | Merged revisions 68897 via svnmerge from | Mark Dickinson | 2009-01-24 | 1 | -3/+6 |
|
|
* | Merged revisions 68893 via svnmerge from | Martin v. Löwis | 2009-01-24 | 2 | -0/+38 |
|
|
* | Merged revisions 68890 via svnmerge from | Mark Dickinson | 2009-01-24 | 1 | -23/+20 |
|
|