| 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 |
|
|
* | 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 |
|
|
* | Some minor cleanups in PyLong_FromLong: | Mark Dickinson | 2009-01-24 | 1 | -12/+15 |
|
|
* | Merged revisions 68885 via svnmerge from | Martin v. Löwis | 2009-01-24 | 4 | -4/+48 |
|
|
* | Add a test for UNC import paths, see issue 3677 | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+21 |
|
|
* | Issue 3677: Release the path string on py3k | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+1 |
|
|
* | Factor common branch in load_long(). | Alexandre Vassalotti | 2009-01-24 | 1 | -5/+2 |
|
|
* | merge 68874 to py3kwq! | Jesse Noller | 2009-01-23 | 2 | -3/+10 |
|
|
* | Merged revisions 68457 via svnmerge from | Hirokazu Yamamoto | 2009-01-23 | 1 | -14/+18 |
|
|
* | Clean up pickle usage examples. | Alexandre Vassalotti | 2009-01-23 | 1 | -31/+18 |
|
|
* | Issue 2980: Protocol 0 is not truly restricted to ASCII. | Alexandre Vassalotti | 2009-01-23 | 1 | -2/+2 |
|
|
* | Remove obsolete note on binary-mode vs. text-mode file. | Alexandre Vassalotti | 2009-01-23 | 1 | -10/+0 |
|
|
* | Remove unnecessary copying in load_long(). | Alexandre Vassalotti | 2009-01-23 | 1 | -11/+3 |
|
|
* | Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from | Benjamin Peterson | 2009-01-23 | 6 | -62/+64 |
|
|
* | Ignore pyc and pyo files. | Brett Cannon | 2009-01-22 | 0 | -0/+0 |
|
|
* | 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 |
|
|
* | merge r68862 to py3k | Jesse Noller | 2009-01-22 | 1 | -1/+3 |
|
|
* | Blocked revisions 68850,68853 via svnmerge | Benjamin Peterson | 2009-01-22 | 0 | -0/+0 |
|
|
* | Fix markup for arguments in importlib docs. | Brett Cannon | 2009-01-22 | 1 | -2/+2 |
|
|