| Commit message (Expand) | Author | Age | Files | Lines |
* | The default shelve pickle protocol should have been 3. | Raymond Hettinger | 2009-02-03 | 3 | -2/+4 |
|
|
* | Blocked revisions 69242 via svnmerge | Benjamin Peterson | 2009-02-03 | 0 | -0/+0 |
|
|
* | Register decimals as numbers.Number | Raymond Hettinger | 2009-02-03 | 2 | -0/+14 |
|
|
* | Blocked revisions 69237 via svnmerge | Benjamin Peterson | 2009-02-03 | 0 | -0/+0 |
|
|
* | Validate that __length_hint__ returns a usable result. | Raymond Hettinger | 2009-02-03 | 2 | -1/+11 |
|
|
* | Blocked revisions 68532,69161,69227 via svnmerge | Benjamin Peterson | 2009-02-03 | 0 | -0/+0 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 6 | -15/+55 |
|
|
* | Issue #1717, continued: Doc fixes and other cleanup related | Mark Dickinson | 2009-02-02 | 9 | -36/+25 |
|
|
* | Merged revisions 69217,69219 via svnmerge from | Guilherme Polo | 2009-02-02 | 2 | -2/+3 |
|
|
* | Change type of tp_reserved from cmpfunc to (void *); remove definition | Mark Dickinson | 2009-02-02 | 1 | -2/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 99 | -216/+215 |
|
|
* | Add some notes for importlib to package up what is in Python 2.7 as well as m... | Brett Cannon | 2009-02-02 | 1 | -0/+8 |
|
|
* | To prevent another screw-up on my part where my prototype gets lost thanks to | Brett Cannon | 2009-02-02 | 1 | -0/+76 |
|
|
* | merging / reimplementing r68532 from the trunk to Py3k | Kristján Valur Jónsson | 2009-02-02 | 2 | -24/+7 |
|
|
* | Merged revisions 69205 via svnmerge from | Martin v. Löwis | 2009-02-02 | 2 | -0/+10 |
|
|
* | Merged revisions 69200 via svnmerge from | Hirokazu Yamamoto | 2009-02-02 | 0 | -0/+0 |
|
|
* | Note to move __package__ stuff over to rpartition to make Nick happy. Also make | Brett Cannon | 2009-02-02 | 1 | -0/+4 |
|
|
* | Recorded merge of revisions 69195 via svnmerge from | Guilherme Polo | 2009-02-02 | 4 | -16/+34 |
|
|
* | Remove exception for non-NULL tp_compare that was introduced in r69188. | Mark Dickinson | 2009-02-01 | 1 | -7/+0 |
|
|
* | Issue #1717: documentation fixes related to the cmp removal. | Mark Dickinson | 2009-02-01 | 6 | -36/+45 |
|
|
* | Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations | Mark Dickinson | 2009-02-01 | 5 | -38/+24 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 8 | -184/+6 |
|
|
* | Issue #1717, stage 2: remove uses of tp_compare in Modules and most | Mark Dickinson | 2009-02-01 | 15 | -113/+385 |
|
|
* | Simplify write_bytecode for importlib. | Brett Cannon | 2009-02-01 | 1 | -30/+7 |
|
|
* | Update importlib notes. | Brett Cannon | 2009-02-01 | 1 | -12/+11 |
|
|
* | Ditch read_source() and read_bytecode() and replace with *_path() and | Brett Cannon | 2009-02-01 | 2 | -40/+8 |
|
|
* | Expose source_path and bytecode_path on _PyFileLoader. | Brett Cannon | 2009-02-01 | 2 | -11/+13 |
|
|
* | Remove an outdated todo item from importlib. | Brett Cannon | 2009-02-01 | 1 | -6/+0 |
|
|
* | Move import semantic util code to importlib.test.import_.util. | Brett Cannon | 2009-02-01 | 10 | -92/+99 |
|
|
* | Rename importlib.test.support to importlib.test.util. | Brett Cannon | 2009-02-01 | 22 | -191/+163 |
|
|
* | Do not execute the .pyc/.pyo files as well as the .py files. | Brett Cannon | 2009-02-01 | 1 | -1/+4 |
|
|
* | Split out support code that is specific to source tests out of | Brett Cannon | 2009-02-01 | 8 | -113/+123 |
|
|
* | Move source loader tests (including reload tests) over to | Brett Cannon | 2009-02-01 | 3 | -77/+72 |
|
|
* | Fix importlib.machinery.FrozenImporter.load_module() to set __package__ | Brett Cannon | 2009-02-01 | 3 | -20/+57 |
|
|
* | Move extension module loader tests over to importlib.test.abc.LoaderTests. | Brett Cannon | 2009-02-01 | 2 | -4/+22 |
|
|
* | Move built-in loader tests to importlib.test.abc.LoaderTests. | Brett Cannon | 2009-02-01 | 2 | -5/+24 |
|
|
* | documentation wording fix for issue4903 | Gregory P. Smith | 2009-02-01 | 2 | -6/+6 |
|
|
* | Blocked revisions 69146,69149 via svnmerge | Benjamin Peterson | 2009-01-31 | 0 | -0/+0 |
|
|
* | fix indentation again | Benjamin Peterson | 2009-01-31 | 1 | -2497/+2497 |
|
|
* | Blocked revisions 69134 via svnmerge | Benjamin Peterson | 2009-01-31 | 0 | -0/+0 |
|
|
* | detabify Objects/unicodeobject.c | Benjamin Peterson | 2009-01-31 | 1 | -3092/+3092 |
|
|
* | Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this | Mark Dickinson | 2009-01-31 | 1 | -1/+4 |
|
|
* | comprehrensions now have proper scoping #5106 | Benjamin Peterson | 2009-01-31 | 1 | -2/+2 |
|
|
* | Merged revisions 68840,68881,68943,68945 via svnmerge from | Benjamin Peterson | 2009-01-30 | 2 | -13/+91 |
|
|
* | Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from | Benjamin Peterson | 2009-01-30 | 6 | -37/+89 |
|
|
* | Issue #5041: Fixed memory leak. | Hirokazu Yamamoto | 2009-01-30 | 1 | -2/+4 |
|
|
* | Blocked revisions 68772,68892,69039 via svnmerge | Benjamin Peterson | 2009-01-30 | 0 | -0/+0 |
|
|
* | fix a case of set_daemon #5087 | Benjamin Peterson | 2009-01-30 | 1 | -1/+1 |
|
|
* | The trace module was trying to turn ints into ints since co_lnotab was changed | Brett Cannon | 2009-01-30 | 2 | -1/+4 |
|
|
* | Merge testing ABCs for importlib into importlib.test.abc. | Brett Cannon | 2009-01-30 | 6 | -47/+45 |
|
|