| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 31 | -200/+207 |
|
|
* | 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 |
|
|
* | Issue 5021: doctest.testfile should set __name__ | Raymond Hettinger | 2009-01-27 | 2 | -1/+5 |
|
|
* | 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 |
|
|
* | Initial take on importlib.test.loader_tests. | Brett Cannon | 2009-01-27 | 2 | -8/+66 |
|
|
* | 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 |
|
|
* | Followup of #4705: we can't skip the binary buffering layer for stdin because... | Antoine Pitrou | 2009-01-26 | 1 | -0/+10 |
|
|
* | Merged revisions 68951 via svnmerge from | Tarek Ziadé | 2009-01-26 | 2 | -11/+70 |
|
|
* | 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 | 4 | -62/+2 |
|
|
* | Update NOTES for importlib. | Brett Cannon | 2009-01-26 | 1 | -18/+8 |
|
|
* | Merged revisions 68933 via svnmerge from | Tarek Ziadé | 2009-01-25 | 1 | -1/+0 |
|
|
* | Merged revisions 68929 via svnmerge from | Tarek Ziadé | 2009-01-25 | 2 | -248/+0 |
|
|
* | 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 | 2 | -8/+2 |
|
|
* | merge r68915 to py3k | Jesse Noller | 2009-01-25 | 2 | -13/+26 |
|
|
* | Merged revisions 68903,68906 via svnmerge from | Mark Dickinson | 2009-01-24 | 2 | -5/+15 |
|
|
* | 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 | 1 | -0/+35 |
|
|
* | Merged revisions 68885 via svnmerge from | Martin v. Löwis | 2009-01-24 | 3 | -4/+45 |
|
|
* | Add a test for UNC import paths, see issue 3677 | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+21 |
|
|
* | Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from | Benjamin Peterson | 2009-01-23 | 1 | -1/+1 |
|
|
* | Add some comment markers to more clearly delineate what different parts of the | Brett Cannon | 2009-01-22 | 1 | -1/+5 |
|
|
* | Add importlib.machinery with its first tenants, BuitinImporter and | Brett Cannon | 2009-01-22 | 7 | -75/+68 |
|
|
* | 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 |
|
|
* | Update comments and add an optimized path for Counter.update(). | Raymond Hettinger | 2009-01-22 | 1 | -3/+5 |
|
|
* | 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 | 2 | -10/+11 |
|
|
* | merge r68839 forward to py3k | Jesse Noller | 2009-01-21 | 2 | -3/+5 |
|
|
* | Merged revisions 68835 via svnmerge from | Antoine Pitrou | 2009-01-21 | 1 | -0/+11 |
|
|
* | Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat... | Vinay Sajip | 2009-01-21 | 2 | -13/+16 |
|
|
* | Revert part of r68799 which unintentionally updated this file. | Raymond Hettinger | 2009-01-20 | 1 | -0/+0 |
|
|
* | 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 | 3 | -120/+124 |
|
|
* | Merged revisions 68797,68801 via svnmerge from | Benjamin Peterson | 2009-01-20 | 1 | -1/+1 |
|
|
* | Issue 4998: Decimal should not subclass or register with numbers.Real. | Raymond Hettinger | 2009-01-20 | 2 | -6/+5 |
|
|
* | Forward port r68792 and r68789 putting Counter in __all__ and adding Counter ... | Raymond Hettinger | 2009-01-20 | 2 | -10/+136 |
|
|