| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Raise TypeError if the name given to importlib.__import__() lacks an rpartition | Brett Cannon | 2009-08-30 | 1 | -0/+4 |
|
|
* | Allow importlib.__import__ to accept any iterable for fromlist. Discovered when | Brett Cannon | 2009-08-30 | 1 | -0/+2 |
|
|
* | Document the import semantics that if None is found in sys.modules for a modu... | Brett Cannon | 2009-08-30 | 1 | -0/+3 |
|
|
* | Have importlib raise ImportError if None is found in sys.modules. This matches | Brett Cannon | 2009-08-30 | 1 | -0/+2 |
|
|
* | Merged revisions 74581 via svnmerge from | Amaury Forgeot d'Arc | 2009-08-29 | 1 | -0/+3 |
|
|
* | Merged revisions 74571 via svnmerge from | Lars Gustäbel | 2009-08-28 | 1 | -0/+2 |
|
|
* | Merged revisions 74564 via svnmerge from | Mark Dickinson | 2009-08-28 | 1 | -0/+3 |
|
|
* | Merged revisions 74533 via svnmerge from | Tarek Ziadé | 2009-08-21 | 1 | -0/+6 |
|
|
* | Merged revisions 74526 via svnmerge from | Tarek Ziadé | 2009-08-20 | 1 | -0/+2 |
|
|
* | Merged revisions 74507-74511,74517 via svnmerge from | Guilherme Polo | 2009-08-18 | 1 | -0/+9 |
|
|
* | Merged revisions 74475 via svnmerge from | Gregory P. Smith | 2009-08-16 | 1 | -0/+2 |
|
|
* | 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 | 1 | -0/+2 |
|
|
* | Merged revisions 74457 via svnmerge from | Benjamin Peterson | 2009-08-15 | 1 | -0/+2 |
|
|
* | Merged revisions 74446-74449 via svnmerge from | Guilherme Polo | 2009-08-14 | 1 | -0/+3 |
|
|
* | Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right ... | Brett Cannon | 2009-08-13 | 2 | -1/+4 |
|
|
* | #6126: fix pdb stepping and breakpoints by giving the executed code the corre... | Georg Brandl | 2009-08-13 | 1 | -0/+2 |
|
|
* | Fix typo | Antoine Pitrou | 2009-08-06 | 1 | -1/+1 |
|
|
* | Merged revisions 74336 via svnmerge from | Antoine Pitrou | 2009-08-06 | 1 | -0/+5 |
|
|
* | Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. | Mark Dickinson | 2009-08-06 | 1 | -0/+3 |
|
|
* | Issues #2715, #6621: Remove unused and undefined references to FSSpec | Mark Dickinson | 2009-08-02 | 1 | -0/+2 |
|
|
* | Merged revisions 74285 via svnmerge from | Mark Dickinson | 2009-08-02 | 1 | -0/+1 |
|
|
* | Issue #6595: Allow Decimal constructor to accept non-European decimal digits,... | Mark Dickinson | 2009-08-02 | 1 | -0/+4 |
|
|
* | - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with | Sean Reifscheider | 2009-08-01 | 1 | -0/+3 |
|
|
* | Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from | Alexandre Vassalotti | 2009-07-29 | 1 | -6/+18 |
|
|
* | Merged revisions 74245 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-28 | 1 | -1/+4 |
|
|
* | Issue #6561: '\d' in a regular expression should match only Unicode | Mark Dickinson | 2009-07-28 | 1 | -0/+4 |
|
|
* | Issue 6573: Fix set.union() for cases where self is in the argument chain. | Raymond Hettinger | 2009-07-27 | 1 | -0/+3 |
|
|
* | - belated ACK for issue #6106 | Jack Diederich | 2009-07-27 | 1 | -0/+1 |
|
|
* | - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT | Jack Diederich | 2009-07-26 | 2 | -0/+4 |
|
|
* | Fixing module names in the NEWS entry. | Senthil Kumaran | 2009-07-26 | 1 | -2/+3 |
|
|
* | Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. | Senthil Kumaran | 2009-07-25 | 1 | -0/+3 |
|
|
* | Recorded merge of revisions 74185 via svnmerge from | Georg Brandl | 2009-07-23 | 1 | -1/+1 |
|
|
* | Merged revisions 74167 via svnmerge from | Georg Brandl | 2009-07-22 | 1 | -0/+2 |
|
|
* | Merged revisions 74163 via svnmerge from | Tarek Ziadé | 2009-07-22 | 1 | -0/+3 |
|
|
* | Issue #6151: Make PyDescr_COMMON conform to standard C. | Alexandre Vassalotti | 2009-07-22 | 1 | -1/+7 |
|
|
* | Issue #6218: Make io.BytesIO and io.StringIO picklable. | Alexandre Vassalotti | 2009-07-22 | 1 | -0/+2 |
|
|
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -0/+9 |
|
|
* | Implement the PEP 302 protocol for get_filename() as | Brett Cannon | 2009-07-20 | 1 | -0/+5 |
|
|
* | Importlib's documentation said that importlib.abc.PyLoader inherited from | Brett Cannon | 2009-07-20 | 1 | -0/+4 |
|
|
* | Some tests in importlib.test.source.test_abc_loader were testing what happens | Brett Cannon | 2009-07-20 | 1 | -0/+4 |
|
|
* | Merged revisions 74095 via svnmerge from | Benjamin Peterson | 2009-07-19 | 1 | -0/+2 |
|
|
* | News item for issue 6070 fix that was omitted from r74058 merge. | R. David Murray | 2009-07-19 | 1 | -0/+3 |
|
|
* | Merged revisions 74083 via svnmerge from | Mark Dickinson | 2009-07-18 | 1 | -0/+1 |
|
|
* | Issue #6431: Fix Fraction comparisons to return NotImplemented when | Mark Dickinson | 2009-07-18 | 1 | -0/+4 |
|
|
* | Merged revisions 73694,73708,73738 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 1 | -0/+3 |
|
|
* | Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 ... | Alexandre Vassalotti | 2009-07-17 | 1 | -3/+0 |
|
|
* | Merged revisions 73985-73986,73988-73991,73994 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 2 | -25/+26 |
|
|
* | Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 2 | -0/+12 |
|
|
* | Merged revisions 74040,74042 via svnmerge from | Hirokazu Yamamoto | 2009-07-17 | 1 | -0/+2 |
|
|