| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the importlib_only test decorator to work again; don't capture the flag v... | Brett Cannon | 2009-08-30 | 1 | -1/+3 |
| * | Use the public API, not a private one. | Brett Cannon | 2009-08-30 | 1 | -1/+1 |
| * | Allow importlib.__import__ to accept any iterable for fromlist. Discovered when | Brett Cannon | 2009-08-30 | 3 | -2/+12 |
| * | Provide module docstrings for the two main test drivers in importlib that | Brett Cannon | 2009-08-30 | 2 | -2/+11 |
| * | Tweak importlib.test.regrtest to only specify the implicit tests to exclude | Brett Cannon | 2009-08-30 | 1 | -4/+6 |
| * | Document the import semantics that if None is found in sys.modules for a modu... | Brett Cannon | 2009-08-30 | 2 | -1/+6 |
| * | Have importlib raise ImportError if None is found in sys.modules. This matches | Brett Cannon | 2009-08-30 | 3 | -5/+22 |
| * | Merged revisions 74581 via svnmerge from | Amaury Forgeot d'Arc | 2009-08-29 | 3 | -4/+33 |
| * | Blocked revisions 72880,74098,74100,74463,74522,74537,74543,74569-74570 via s... | Benjamin Peterson | 2009-08-29 | 0 | -0/+0 |
| * | Blocked revisions 74575 via svnmerge | Mark Dickinson | 2009-08-28 | 0 | -0/+0 |
| * | Merged revisions 74571 via svnmerge from | Lars Gustäbel | 2009-08-28 | 3 | -29/+84 |
| * | Merged revisions 74564 via svnmerge from | Mark Dickinson | 2009-08-28 | 3 | -2/+24 |
| * | Add a test file to importlib that runs regrtest using importlib.__import__. | Brett Cannon | 2009-08-27 | 1 | -0/+33 |
| * | Add support for a --builtin argument to importlib.test to trigger running | Brett Cannon | 2009-08-27 | 1 | -0/+5 |
| * | Move over to using assertRaises as a context manager for importlib tests. | Brett Cannon | 2009-08-27 | 9 | -24/+36 |
| * | Make __package__ setting tests specific to importlib. Also move to assertRais... | Brett Cannon | 2009-08-27 | 1 | -4/+5 |
| * | Move a test-skipping decorator over to unittest.skipIf. | Brett Cannon | 2009-08-27 | 1 | -10/+3 |
| * | the old buffer object doesn't exist in Python 3 #6659 | Benjamin Peterson | 2009-08-26 | 1 | -5/+15 |
| * | Merged revisions 74533 via svnmerge from | Tarek Ziadé | 2009-08-21 | 2 | -4/+12 |
| * | Added section on exceptions raised during logging. | Vinay Sajip | 2009-08-20 | 1 | -0/+22 |
| * | Merged revisions 74526 via svnmerge from | Tarek Ziadé | 2009-08-20 | 4 | -36/+154 |
| * | Blocked revisions 74503 via svnmerge | Tarek Ziadé | 2009-08-20 | 0 | -0/+0 |
| * | Clean up a minor bit of wording. | Brett Cannon | 2009-08-18 | 1 | -2/+2 |
| * | Merged revisions 74507-74511,74517 via svnmerge from | Guilherme Polo | 2009-08-18 | 3 | -21/+134 |
| * | missing module ref (issue6723) | Skip Montanaro | 2009-08-18 | 1 | -1/+1 |
| * | Merged revisions 74501 via svnmerge from | Tarek Ziadé | 2009-08-18 | 2 | -3/+45 |
| * | Merged revisions 74495 via svnmerge from | Tarek Ziadé | 2009-08-17 | 1 | -16/+20 |
| * | Merged revisions 74493 via svnmerge from | Tarek Ziadé | 2009-08-17 | 2 | -8/+10 |
| * | Further refined section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-17 | 1 | -0/+3 |
| * | Merged revisions 74479 via svnmerge from | Gregory P. Smith | 2009-08-16 | 1 | -33/+33 |
| * | Merged revisions 74477 via svnmerge from | Frank Wierzbicki | 2009-08-16 | 1 | -0/+19 |
| * | Merged revisions 74475 via svnmerge from | Gregory P. Smith | 2009-08-16 | 3 | -2/+13 |
| * | Moved entry about issue #1135 to the proper place. | Guilherme Polo | 2009-08-16 | 1 | -3/+3 |
| * | Merged revisions 74471-74472 via svnmerge from | Guilherme Polo | 2009-08-16 | 2 | -2/+4 |
| * | Fixing Issue6711 - macurl2path has typos that raise AttributeError | Senthil Kumaran | 2009-08-16 | 1 | -3/+3 |
| * | Refined section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-15 | 1 | -0/+6 |
| * | Added section on logging to one file from multiple processes. | Vinay Sajip | 2009-08-15 | 1 | -0/+15 |
| * | Blocked revisions 74445 via svnmerge | Benjamin Peterson | 2009-08-15 | 0 | -0/+0 |
| * | Merged revisions 74457 via svnmerge from | Benjamin Peterson | 2009-08-15 | 3 | -3/+8 |
| * | Merged revisions 74446-74449 via svnmerge from | Guilherme Polo | 2009-08-14 | 7 | -150/+74 |
| * | Recorded merge of revisions 74429 via svnmerge from | Georg Brandl | 2009-08-14 | 0 | -0/+0 |
| * | Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right ... | Brett Cannon | 2009-08-13 | 4 | -3/+25 |
| * | Merged revisions 74411 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -5/+2 |
| * | Merged revisions 74404 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
| * | Fix duplicate sentence. | Georg Brandl | 2009-08-13 | 1 | -3/+1 |
| * | #6694: fix old function names. | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
| * | Merged revisions 74328,74332-74333,74365 via svnmerge from | Georg Brandl | 2009-08-13 | 4 | -21/+16 |
| * | #6126: fix pdb stepping and breakpoints by giving the executed code the corre... | Georg Brandl | 2009-08-13 | 2 | -2/+5 |
| * | search through db.h in binary #6680 | Benjamin Peterson | 2009-08-12 | 1 | -4/+4 |
| * | fix typo in c++ ifdef | Benjamin Peterson | 2009-08-12 | 1 | -1/+1 |