| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 15 | -68/+865 |
|
|
* | Blocked revisions 70454 via svnmerge | Mark Dickinson | 2009-03-18 | 0 | -0/+0 |
|
|
* | Issue 4474: On platforms with sizeof(wchar_t) == 4 and | Mark Dickinson | 2009-03-18 | 3 | -0/+113 |
|
|
* | Merged revisions 70448 via svnmerge from | Hirokazu Yamamoto | 2009-03-18 | 3 | -58/+98 |
|
|
* | Merged revisions 70444 via svnmerge from | Mark Dickinson | 2009-03-18 | 2 | -2/+23 |
|
|
* | Merged revisions 70439 via svnmerge from | Mark Dickinson | 2009-03-17 | 3 | -86/+298 |
|
|
* | Move Misc/NEWS item to the right place. | Mark Dickinson | 2009-03-17 | 1 | -3/+3 |
|
|
* | Merged revisions 70430 via svnmerge from | Mark Dickinson | 2009-03-17 | 3 | -2/+11 |
|
|
* | Fix a doc typo. | Brett Cannon | 2009-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 70397 via svnmerge from | Georg Brandl | 2009-03-15 | 1 | -3/+4 |
|
|
* | Merged revisions 70378 via svnmerge from | Nick Coghlan | 2009-03-15 | 1 | -12/+12 |
|
|
* | Implement InspectLoader for FrozenImporter. | Brett Cannon | 2009-03-15 | 6 | -10/+100 |
|
|
* | Fix docs for __import__ that say the default for 'level' is -1; it's actually | Brett Cannon | 2009-03-15 | 1 | -6/+5 |
|
|
* | Implement InspectLoader for BuiltinImporter. | Brett Cannon | 2009-03-15 | 7 | -32/+91 |
|
|
* | A few more docstring/API cleanups for importlib. | Brett Cannon | 2009-03-15 | 4 | -53/+55 |
|
|
* | Clean up docstring from importlib.util.module_for_loader. | Brett Cannon | 2009-03-15 | 1 | -8/+8 |
|
|
* | Blocked revisions 70368 via svnmerge | Eric Smith | 2009-03-14 | 0 | -0/+0 |
|
|
* | Merged revisions 70364 via svnmerge from | Eric Smith | 2009-03-14 | 3 | -47/+166 |
|
|
* | Merged revisions 70356 via svnmerge from | Antoine Pitrou | 2009-03-14 | 3 | -33/+131 |
|
|
* | Issue #5016: FileIO.seekable() could return False if the file position | Antoine Pitrou | 2009-03-13 | 3 | -6/+21 |
|
|
* | The error detection code in FileIO.close() could fail to reflect the `errno` ... | Antoine Pitrou | 2009-03-13 | 3 | -3/+19 |
|
|
* | Issue #5392: when a very low recursion limit was set, the interpreter would | Antoine Pitrou | 2009-03-13 | 3 | -7/+49 |
|
|
* | #5486: typos. | Georg Brandl | 2009-03-13 | 15 | -27/+27 |
|
|
* | Finish properly hiding importlib implementation code. | Brett Cannon | 2009-03-12 | 12 | -55/+43 |
|
|
* | Last big re-organization of importlib._bootstrap. Should actually be able to ... | Brett Cannon | 2009-03-12 | 1 | -172/+173 |
|
|
* | Do a little bit of reorganization on importlib._bootstrap. | Brett Cannon | 2009-03-12 | 1 | -58/+69 |
|
|
* | Make utility code in importlib._bootstrap private. | Brett Cannon | 2009-03-12 | 1 | -32/+32 |
|
|
* | Define importlib.__init__.__all__. | Brett Cannon | 2009-03-12 | 1 | -1/+3 |
|
|
* | Issue 5477: Fix buglet in the itertools documentation. | Raymond Hettinger | 2009-03-12 | 1 | -3/+4 |
|
|
* | Add reference to solution for a commonly asked question. | Raymond Hettinger | 2009-03-12 | 1 | -0/+3 |
|
|
* | Merged revisions 70308 via svnmerge from | Tarek Ziadé | 2009-03-11 | 2 | -0/+5 |
|
|
* | Add a NOTE for importlib to fill in the docstrings for the ABCs. | Brett Cannon | 2009-03-11 | 1 | -0/+2 |
|
|
* | Blocked revisions 70305 via svnmerge | Brett Cannon | 2009-03-11 | 0 | -0/+0 |
|
|
* | Record version added as 3.1. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
|
|
* | For collections.deque() objects, expose the maxlen parameter as a read-only a... | Raymond Hettinger | 2009-03-10 | 4 | -1/+36 |
|
|
* | Small optimization for corner case where maxlen==0. | Raymond Hettinger | 2009-03-10 | 2 | -1/+41 |
|
|
* | Implement importlib.util.set_loader: a decorator to automatically set | Brett Cannon | 2009-03-10 | 7 | -12/+34 |
|
|
* | Implement get_source for importlib.abc.PyLoader using source_path and get_data. | Brett Cannon | 2009-03-10 | 4 | -10/+59 |
|
|
* | Fix markup. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
|
|
* | fix versionchanged | Benjamin Peterson | 2009-03-09 | 2 | -2/+2 |
|
|
* | Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,... | Benjamin Peterson | 2009-03-09 | 14 | -26/+78 |
|
|
* | Blocked revisions 70261,70267,70271,70273 via svnmerge | Benjamin Peterson | 2009-03-09 | 0 | -0/+0 |
|
|
* | Fix some reST mishaps. | Brett Cannon | 2009-03-09 | 1 | -12/+12 |
|
|
* | Add cross-reference to the collections docs. | Raymond Hettinger | 2009-03-09 | 1 | -0/+6 |
|
|
* | Add consume() recipe to itertools docs. | Raymond Hettinger | 2009-03-09 | 1 | -0/+4 |
|
|
* | Issue 5443: Fix typo. | Raymond Hettinger | 2009-03-09 | 1 | -1/+1 |
|
|
* | Clean up importlib NOTES so it only contains short term goals. | Brett Cannon | 2009-03-09 | 1 | -16/+0 |
|
|
* | Clarify an assumption that importlib.abc.PyLoader makes when importing a | Brett Cannon | 2009-03-09 | 1 | -1/+4 |
|
|
* | Introduce importlib.abc. The module contains various ABCs related to imports | Brett Cannon | 2009-03-09 | 9 | -171/+739 |
|
|
* | fix StringIO constructor docs #5452 | Benjamin Peterson | 2009-03-09 | 1 | -4/+4 |
|
|