| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | This fixes issue3883 (text on the buttons in the preferences panel for IDLE d... | Ronald Oussoren | 2009-02-12 | 1 | -4/+14 |
|
|
* | This fixes issue5143 and includes a test. | Ronald Oussoren | 2009-02-12 | 1 | -0/+34 |
|
|
* | Fix for issue5194, based on a patch by Ned Deily. | Ronald Oussoren | 2009-02-12 | 5 | -6/+13 |
|
|
* | One more test. | Raymond Hettinger | 2009-02-12 | 1 | -0/+3 |
|
|
* | Add an extra testcase. | Raymond Hettinger | 2009-02-12 | 1 | -0/+3 |
|
|
* | Fixes Issue #3745: Fix hashlib to always reject unicode and non | Gregory P. Smith | 2009-02-12 | 1 | -0/+12 |
|
|
* | Issue 5032: added a step argument to itertools.count() and allowed non-integ... | Raymond Hettinger | 2009-02-12 | 1 | -1/+36 |
|
|
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | Antoine Pitrou | 2009-02-11 | 8 | -21/+47 |
|
|
* | Merged revisions 69498 via svnmerge from | Mark Dickinson | 2009-02-10 | 1 | -2/+2 |
|
|
* | Merged revisions 69485 via svnmerge from | Tarek Ziadé | 2009-02-10 | 2 | -3/+5 |
|
|
* | Merged revisions 69466,69480 via svnmerge from | Benjamin Peterson | 2009-02-10 | 2 | -2/+23 |
|
|
* | Merged revisions 69481 via svnmerge from | Brett Cannon | 2009-02-10 | 2 | -7/+78 |
|
|
* | Add a NOTE that alternative VMs should be supported by importlib in a nicer | Brett Cannon | 2009-02-09 | 1 | -0/+4 |
|
|
* | Merged revisions 69460,69467,69470 via svnmerge from | Guilherme Polo | 2009-02-09 | 5 | -21/+84 |
|
|
* | Merged revisions 69461 via svnmerge from | Guilherme Polo | 2009-02-09 | 1 | -2/+3 |
|
|
* | fix len() when __len__() returns a non number type #5137 | Benjamin Peterson | 2009-02-08 | 1 | -0/+12 |
|
|
* | Fix broken socket.makefile emulation in test_urllib | Nick Coghlan | 2009-02-08 | 1 | -1/+2 |
|
|
* | Merged revisions 69425 via svnmerge from | Nick Coghlan | 2009-02-08 | 1 | -6/+6 |
|
|
* | Merged revisions 69419-69420 via svnmerge from | Nick Coghlan | 2009-02-08 | 2 | -7/+76 |
|
|
* | revert 69416; it didn't help much | Benjamin Peterson | 2009-02-08 | 1 | -1/+1 |
|
|
* | fix typo and test_urllib failures | Benjamin Peterson | 2009-02-07 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Rewrite the code implementing __import__ for importlib. Now it is much simpler | Brett Cannon | 2009-02-07 | 8 | -495/+106 |
|
|
* | long -> int | Guilherme Polo | 2009-02-07 | 1 | -1/+1 |
|
|
* | Merged revisions 69385 via svnmerge from | Tarek Ziadé | 2009-02-07 | 2 | -16/+47 |
|
|
* | 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 |
|
|
* | 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 69141,69211-69212 via svnmerge from | Benjamin Peterson | 2009-02-06 | 2 | -9/+6 |
|
|
* | 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 | 5 | -10/+47 |
|
|
* | Merged revisions 69331 via svnmerge from | Eric Smith | 2009-02-06 | 1 | -1/+13 |
|
|
* | Merged revisions 69342 via svnmerge from | Tarek Ziadé | 2009-02-06 | 2 | -3/+28 |
|
|
* | 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 | 4 | -24/+185 |
|
|
* | 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 | 2 | -3/+26 |
|
|
* | Implement test for sys.path_importer_cache having None for | Brett Cannon | 2009-02-05 | 1 | -2/+14 |
|
|
* | Since sysconfig.get_python_inc() now works when building in a | Neil Schemenauer | 2009-02-05 | 1 | -21/+4 |
|
|