| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1717, stage 2: remove uses of tp_compare in Modules and most | Mark Dickinson | 2009-02-01 | 3 | -2/+103 |
|
|
* | 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 |
|
|
* | Merged revisions 68840,68881,68943,68945 via svnmerge from | Benjamin Peterson | 2009-01-30 | 1 | -0/+5 |
|
|
* | Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from | Benjamin Peterson | 2009-01-30 | 3 | -32/+70 |
|
|
* | The trace module was trying to turn ints into ints since co_lnotab was changed | Brett Cannon | 2009-01-30 | 1 | -1/+1 |
|
|
* | Merge testing ABCs for importlib into importlib.test.abc. | Brett Cannon | 2009-01-30 | 6 | -47/+45 |
|
|
* | Merged revisions 69106 via svnmerge from | Tarek Ziadé | 2009-01-29 | 1 | -9/+6 |
|
|
* | Merged revisions 69100 via svnmerge from | Antoine Pitrou | 2009-01-29 | 2 | -1/+29 |
|
|
* | Fix issue5076: bdist_wininst fails on py3k | Mark Hammond | 2009-01-29 | 2 | -0/+0 |
|
|
* | Merged revisions 69094 via svnmerge from | Mark Hammond | 2009-01-29 | 2 | -0/+0 |
|
|
* | Beef-up tests for collections ABCs. | Raymond Hettinger | 2009-01-28 | 2 | -3/+64 |
|
|
* | Issue #4707: round(x, n) now returns an integer when x is an integer. | Mark Dickinson | 2009-01-28 | 2 | -3/+78 |
|
|
* | Merged revisions 69060-69063 via svnmerge from | Guilherme Polo | 2009-01-28 | 5 | -9/+43 |
|
|
* | Merged revisions 69050 via svnmerge from | Guilherme Polo | 2009-01-28 | 12 | -0/+3668 |
|
|
* | Fix an occurrence of cmp that was missed in r69025 | Mark Dickinson | 2009-01-27 | 1 | -5/+9 |
|
|
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 31 | -200/+207 |
|
|
* | Add more tests for the powerset() recipe. | Raymond Hettinger | 2009-01-27 | 1 | -0/+6 |
|
|
* | Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r... | Raymond Hettinger | 2009-01-27 | 1 | -0/+2 |
|
|
* | More exhaustive combinatoric checks. | Raymond Hettinger | 2009-01-27 | 1 | -16/+28 |
|
|
* | Issue 5021: doctest.testfile should set __name__ | Raymond Hettinger | 2009-01-27 | 2 | -1/+5 |
|
|
* | Stronger tests for combinatoric relationships. | Raymond Hettinger | 2009-01-27 | 1 | -1/+5 |
|
|
* | Add tests to verify combinatoric relationships. | Raymond Hettinger | 2009-01-27 | 1 | -0/+26 |
|
|
* | Beautify grouper() recipe in docs. | Raymond Hettinger | 2009-01-27 | 1 | -1/+1 |
|
|
* | Forward port r69001: itertools.combinations_with_replacement(). | Raymond Hettinger | 2009-01-27 | 1 | -38/+78 |
|
|
* | Initial take on importlib.test.loader_tests. | Brett Cannon | 2009-01-27 | 2 | -8/+66 |
|
|
* | 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 |
|
|
* | Followup of #4705: we can't skip the binary buffering layer for stdin because... | Antoine Pitrou | 2009-01-26 | 1 | -0/+10 |
|
|
* | Merged revisions 68951 via svnmerge from | Tarek Ziadé | 2009-01-26 | 2 | -11/+70 |
|
|
* | Forward port r68941 adding itertools.compress(). | Raymond Hettinger | 2009-01-26 | 1 | -8/+32 |
|
|
* | Backport r68942: update powerset() recipe. | Raymond Hettinger | 2009-01-26 | 1 | -7/+5 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 4 | -62/+2 |
|
|
* | Update NOTES for importlib. | Brett Cannon | 2009-01-26 | 1 | -18/+8 |
|
|