| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Document the (very small) public API for importlib. As time goes on and some | Brett Cannon | 2009-01-20 | 2 | -30/+30 |
|
|
* | 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 |
|
|
* | Remove a debugging print statement that accidentally got left in. | Brett Cannon | 2009-01-19 | 1 | -1/+0 |
|
|
* | Fix a typo in some code that is not tested or supported yet. | Brett Cannon | 2009-01-19 | 1 | -1/+1 |
|
|
* | Merged revisions 68546 via svnmerge from | Benjamin Peterson | 2009-01-18 | 1 | -1/+46 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 2 | -3/+3 |
|
|