| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9130: Validate ellipsis tokens in relative imports. | Mark Dickinson | 2010-07-04 | 2 | -6/+12 |
|
|
* | Fix symbol numbers in test_parser test. | Mark Dickinson | 2010-07-04 | 1 | -8/+8 |
|
|
* | Issue #9130: Fix validation of relative imports in parser module. | Mark Dickinson | 2010-07-04 | 3 | -3/+26 |
|
|
* | Fixed the test | Alexander Belopolsky | 2010-07-04 | 1 | -1/+1 |
|
|
* | Fixed doctests | Alexander Belopolsky | 2010-07-04 | 1 | -12/+10 |
|
|
* | Issue #9118: help(None) will now return NoneType doc instead of | Alexander Belopolsky | 2010-07-04 | 1 | -2/+3 |
|
|
* | Merged revisions 81478,82530-82531 via svnmerge from | Benjamin Peterson | 2010-07-04 | 2 | -2/+9 |
|
|
* | Initialized merge tracking via "svnmerge" with revisions "0-80937" from | Benjamin Peterson | 2010-07-04 | 0 | -0/+0 |
|
|
* | Removed merge tracking for "svnmerge" for | Benjamin Peterson | 2010-07-04 | 0 | -0/+0 |
|
|
* | Initialized merge tracking via "svnmerge" with revisions "0-80937" from | Benjamin Peterson | 2010-07-04 | 0 | -0/+0 |
|
|
* | Issue #9128: Fix validation of class decorators in parser module. | Mark Dickinson | 2010-07-04 | 3 | -8/+18 |
|
|
* | Removed merge tracking for "svnmerge" for | Benjamin Peterson | 2010-07-04 | 0 | -0/+0 |
|
|
* | Issue #9152: Removed dead code in datetime module | Alexander Belopolsky | 2010-07-04 | 1 | -5/+0 |
|
|
* | Fix refleak in Modules/audioop.c. | Mark Dickinson | 2010-07-04 | 1 | -2/+7 |
|
|
* | Remove old and unsafe Dbm demo class. | Georg Brandl | 2010-07-04 | 1 | -66/+0 |
|
|
* | Made minimal modifications to pass included tests | Alexander Belopolsky | 2010-07-03 | 1 | -17/+7 |
|
|
* | Make importlib.abc.SourceLoader the primary mechanism for importlib. | Brett Cannon | 2010-07-03 | 2 | -27/+38 |
|
|
* | Make importlib.abc.SourceLoader the primary mechanism for importlib. | Brett Cannon | 2010-07-03 | 3 | -1/+32 |
|
|
* | Issue #9151: Demo/classes/Dates.py does not work in 3.x Converted | Alexander Belopolsky | 2010-07-03 | 1 | -49/+48 |
|
|
* | Fix a spelling mistake in a comment. | Brett Cannon | 2010-07-03 | 1 | -1/+1 |
|
|
* | Trailing whitespace is bad for .rst files. | Brett Cannon | 2010-07-03 | 1 | -1/+1 |
|
|
* | Make importlib.abc.SourceLoader the primary mechanism for importlib. | Brett Cannon | 2010-07-03 | 17 | -544/+420 |
|
|
* | Issue #9151: Demo/classes/Dates.py does not work in 3.x | Alexander Belopolsky | 2010-07-03 | 1 | -9/+10 |
|
|
* | Ignore __pycache__. | Brett Cannon | 2010-07-03 | 0 | -0/+0 |
|
|
* | Remove nonexistent tools from Tools README. | Mark Dickinson | 2010-07-03 | 1 | -11/+0 |
|
|
* | Issue #9094: Make python -m pickletools disassemble pickles given in | Alexander Belopolsky | 2010-07-03 | 2 | -1/+44 |
|
|
* | Fix Issue5468 - urlencode to handle bytes and other alternate encodings. | Senthil Kumaran | 2010-07-03 | 4 | -25/+166 |
|
|
* | Removed merge tracking for "svnmerge" for | Benjamin Peterson | 2010-07-03 | 0 | -0/+0 |
|
|
* | Merged revisions 82492 via svnmerge from | Victor Stinner | 2010-07-03 | 3 | -74/+108 |
|
|
* | Remove the need for a "()" empty argument list after opcodes. | Georg Brandl | 2010-07-03 | 2 | -67/+76 |
|
|
* | Fix markup. | Georg Brandl | 2010-07-03 | 1 | -1/+0 |
|
|
* | Merged revisions 82483 via svnmerge from | Georg Brandl | 2010-07-03 | 1 | -0/+3 |
|
|
* | Recorded merge of revisions 82474 via svnmerge from | Georg Brandl | 2010-07-03 | 0 | -0/+0 |
|
|
* | Use the right role. | Georg Brandl | 2010-07-03 | 1 | -1/+1 |
|
|
* | Wrap and use the correct directive. | Georg Brandl | 2010-07-03 | 1 | -1/+7 |
|
|
* | Merged revisions 82476 via svnmerge from | Mark Dickinson | 2010-07-03 | 1 | -1/+1 |
|
|
* | Issue 6507: missing patch submitter from NEWS entry in previous checkin | Nick Coghlan | 2010-07-03 | 1 | -1/+2 |
|
|
* | Issue 6507: accept source strings directly in dis.dis(). Original patch by Da... | Nick Coghlan | 2010-07-03 | 5 | -6/+79 |
|
|
* | Update comment about surrogates. | Ezio Melotti | 2010-07-03 | 1 | -5/+5 |
|
|
* | Merged revisions 82466 via svnmerge from | Alexander Belopolsky | 2010-07-03 | 1 | -2/+1 |
|
|
* | Make test_import a little bit more robust for cleaning up after itself in the | Brett Cannon | 2010-07-03 | 1 | -6/+8 |
|
|
* | Merged revisions 82461 via svnmerge from | Benjamin Peterson | 2010-07-02 | 1 | -42/+29 |
|
|
* | Merged revisions 82455,82457,82459 via svnmerge from | Ezio Melotti | 2010-07-02 | 1 | -24/+155 |
|
|
* | Some people have mistaken Python bytecode as being stable and unchanging. In | Brett Cannon | 2010-07-02 | 3 | -8/+15 |
|
|
* | Merged revisions 82446 via svnmerge from | Mark Dickinson | 2010-07-02 | 1 | -35/+61 |
|
|
* | Merged revisions 82447 via svnmerge from | Benjamin Peterson | 2010-07-02 | 1 | -1/+1 |
|
|
* | Merged revisions 82441 via svnmerge from | Nick Coghlan | 2010-07-02 | 1 | -7/+0 |
|
|
* | Style/consistency nit: make math_floor and math_ceil code look the same. | Mark Dickinson | 2010-07-02 | 1 | -6/+4 |
|
|
* | Merged revisions 82439 via svnmerge from | Nick Coghlan | 2010-07-02 | 1 | -6/+6 |
|
|
* | fix lookup of __ceil__ | Benjamin Peterson | 2010-07-02 | 3 | -11/+12 |
|
|