| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #4704: remove use of cmp() in pybench, bump its version number to 2.1, | Antoine Pitrou | 2009-02-07 | 7 | -19/+40 |
|
|
* | Add the missing importlib.test.extension.util. | Brett Cannon | 2009-02-07 | 1 | -0/+21 |
|
|
* | Merged revisions 69404 via svnmerge from | Guilherme Polo | 2009-02-07 | 2 | -37/+42 |
|
|
* | Update NOTES for importlib now that a replacement for functools.wraps is | Brett Cannon | 2009-02-07 | 1 | -1/+1 |
|
|
* | Create a simple substitute for functools.wraps to use in importlib._bootstrap. | Brett Cannon | 2009-02-07 | 2 | -5/+10 |
|
|
* | Factor out helper code from importlib.test.extension.test_path_hook. | Brett Cannon | 2009-02-07 | 6 | -42/+21 |
|
|
* | Add a note for importlib about backporting some of functools.wraps functional... | Brett Cannon | 2009-02-07 | 1 | -1/+4 |
|
|
* | Move importlib completely over to using rpartition and accepting the empty | Brett Cannon | 2009-02-07 | 4 | -15/+22 |
|
|
* | Move importlib's built-in importer to use rpartition for __package__. | Brett Cannon | 2009-02-07 | 2 | -2/+4 |
|
|
* | Move importlib's frozen importer over to rpartition for setting __package__. | Brett Cannon | 2009-02-07 | 2 | -5/+4 |
|
|
* | Blocked revisions 69373-69374,69389,69394 via svnmerge | Benjamin Peterson | 2009-02-07 | 0 | -0/+0 |
|
|
* | Rewrite the code implementing __import__ for importlib. Now it is much simpler | Brett Cannon | 2009-02-07 | 9 | -498/+113 |
|
|
* | long -> int | Guilherme Polo | 2009-02-07 | 1 | -1/+1 |
|
|
* | Merged revisions 69385 via svnmerge from | Tarek Ziadé | 2009-02-07 | 2 | -16/+47 |
|
|
* | Merged revisions 69376-69377 via svnmerge from | Guilherme Polo | 2009-02-06 | 2 | -18/+33 |
|
|
* | Fixing changes from the last merge. | Guilherme Polo | 2009-02-06 | 2 | -2/+3 |
|
|
* | Make test_build_ext.py use sysconfig "srcdir" to find the source for | Neil Schemenauer | 2009-02-06 | 2 | -5/+23 |
|
|
* | #5173: StandardError wasn't removed in 2.6. | Georg Brandl | 2009-02-06 | 1 | -1/+1 |
|
|
* | Replace references to python-3000 mailing list with python-dev in | Mark Dickinson | 2009-02-06 | 1 | -2/+2 |
|
|
* | Merged revisions 69366 via svnmerge from | Tarek Ziadé | 2009-02-06 | 1 | -0/+6 |
|
|
* | Merged revisions 69360 via svnmerge from | Tarek Ziadé | 2009-02-06 | 2 | -1/+39 |
|
|
* | Merged revisions 69356 via svnmerge from | Tarek Ziadé | 2009-02-06 | 0 | -0/+0 |
|
|
* | Merged revisions 69141,69211-69212 via svnmerge from | Benjamin Peterson | 2009-02-06 | 3 | -32/+29 |
|
|
* | Initial, untested stab at writing a common denominator function for __import__ | Brett Cannon | 2009-02-06 | 2 | -0/+56 |
|
|
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,... | Benjamin Peterson | 2009-02-06 | 17 | -38/+149 |
|
|
* | Blocked revisions 69240,69242,69252-69253,69257,69262,69271-69273,69302-69305... | Benjamin Peterson | 2009-02-06 | 0 | -0/+0 |
|
|
* | Merged revisions 69331 via svnmerge from | Eric Smith | 2009-02-06 | 4 | -24/+100 |
|
|
* | Merged revisions 69342 via svnmerge from | Tarek Ziadé | 2009-02-06 | 3 | -3/+31 |
|
|
* | Merged revisions 69332 via svnmerge from | Tarek Ziadé | 2009-02-06 | 2 | -6/+6 |
|
|
* | Merged revisions 69330 via svnmerge from | Tarek Ziadé | 2009-02-06 | 1 | -16/+5 |
|
|
* | Merged revisions 69324 via svnmerge from | Tarek Ziadé | 2009-02-06 | 5 | -24/+188 |
|
|
* | Distutils apparently requires an absolute path so provide one. | Neil Schemenauer | 2009-02-06 | 1 | -1/+1 |
|
|
* | Finish implementing tests for importlib.machinery.PathFinder by testing that | Brett Cannon | 2009-02-06 | 2 | -14/+31 |
|
|
* | Add tests for using sys.path_hooks by importlib.machinery.PathFinder. | Brett Cannon | 2009-02-05 | 2 | -3/+11 |
|
|
* | Merged revisions 69316 via svnmerge from | Tarek Ziadé | 2009-02-05 | 3 | -3/+29 |
|
|
* | Implement test for sys.path_importer_cache having None for | Brett Cannon | 2009-02-05 | 1 | -2/+14 |
|
|
* | Make setup.py work when building in a directory other than the | Neil Schemenauer | 2009-02-05 | 1 | -24/+9 |
|
|
* | Since sysconfig.get_python_inc() now works when building in a | Neil Schemenauer | 2009-02-05 | 1 | -21/+4 |
|
|
* | Fix get_python_inc() to work when building in a directory separate from | Neil Schemenauer | 2009-02-05 | 1 | -5/+8 |
|
|
* | Blocked revisions 69295 via svnmerge | Georg Brandl | 2009-02-05 | 0 | -0/+0 |
|
|
* | #4992: next() method -> next() function. | Georg Brandl | 2009-02-05 | 1 | -3/+3 |
|
|
* | #5096: document PyErr_PrintEx(). | Georg Brandl | 2009-02-05 | 1 | -1/+10 |
|
|
* | #5107: document that default encoding is the same as locale.getpreferredencod... | Georg Brandl | 2009-02-05 | 1 | -3/+8 |
|
|
* | #5130: replace "unicode" by "bytes" in examples for sequence types. | Georg Brandl | 2009-02-05 | 1 | -1/+1 |
|
|
* | Merged revisions 69285 via svnmerge from | Tarek Ziadé | 2009-02-05 | 1 | -6/+1 |
|
|
* | Update NOTES for importlib about PathFinder. | Brett Cannon | 2009-02-05 | 1 | -0/+2 |
|
|
* | Begin writing tests for importlib.machinery.PathFinder. | Brett Cannon | 2009-02-05 | 1 | -1/+57 |
|
|
* | Check in the fact that importlib.machinery.PathFinder now exists. | Brett Cannon | 2009-02-05 | 1 | -0/+1 |
|
|
* | Rename importlib._bootstrap.SysPathFinder to PathFinder and expose off of | Brett Cannon | 2009-02-05 | 1 | -18/+16 |
|
|
* | Blocked revisions 69276 via svnmerge | Benjamin Peterson | 2009-02-05 | 0 | -0/+0 |
|
|