| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 6507: accept source strings directly in dis.dis(). Original patch by Da... | Nick Coghlan | 2010-07-03 | 1 | -4/+7 |
|
|
* | 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 | 2 | -8/+12 |
|
|
* | Merged revisions 82446 via svnmerge from | Mark Dickinson | 2010-07-02 | 1 | -35/+61 |
|
|
* | Merged revisions 82441 via svnmerge from | Nick Coghlan | 2010-07-02 | 1 | -7/+0 |
|
|
* | Merged revisions 82439 via svnmerge from | Nick Coghlan | 2010-07-02 | 1 | -6/+6 |
|
|
* | Merged revisions 82433 via svnmerge from | Georg Brandl | 2010-07-02 | 1 | -15/+15 |
|
|
* | Merged revisions 82420 via svnmerge from | Benjamin Peterson | 2010-07-01 | 1 | -1/+1 |
|
|
* | Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ... | Michael Foord | 2010-06-30 | 1 | -0/+57 |
|
|
* | Merged revisions 82379 via svnmerge from | Mark Dickinson | 2010-06-29 | 1 | -1/+5 |
|
|
* | update for nonlocal keyword | Benjamin Peterson | 2010-06-29 | 1 | -4/+6 |
|
|
* | Make a sentence a little less awkward. | Brett Cannon | 2010-06-29 | 1 | -2/+1 |
|
|
* | note that byte strings can be raw, too #9114 | Benjamin Peterson | 2010-06-29 | 1 | -9/+9 |
|
|
* | Added information about pickle security and SocketHandler, and some cross-ref... | Vinay Sajip | 2010-06-29 | 1 | -2/+34 |
|
|
* | rephrase and remove uneeded statement | Benjamin Peterson | 2010-06-29 | 1 | -6/+4 |
|
|
* | Merged revisions 82334 via svnmerge from | Senthil Kumaran | 2010-06-28 | 1 | -2/+2 |
|
|
* | Move importlib.abc.SourceLoader to _bootstrap. | Brett Cannon | 2010-06-28 | 1 | -1/+2 |
|
|
* | fix versionchanged | Benjamin Peterson | 2010-06-28 | 2 | -3/+3 |
|
|
* | Merged revisions 77402,77505,77510 via svnmerge from | Benjamin Peterson | 2010-06-28 | 1 | -9/+35 |
|
|
* | Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. | Brett Cannon | 2010-06-27 | 1 | -111/+107 |
|
|
* | Merged revisions 81499,81506 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -0/+2 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 26 | -450/+1744 |
|
|
* | Add a link to PEP 3147 from the importlib docs. | Brett Cannon | 2010-06-27 | 1 | -0/+3 |
|
|
* | Merged revisions 81881-81882 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -4/+4 |
|
|
* | Issue #9089: PyNumber_Int is no more. Remove it from the docs. | Mark Dickinson | 2010-06-27 | 2 | -15/+0 |
|
|
* | Wording fix. | Georg Brandl | 2010-06-27 | 1 | -4/+1 |
|
|
* | #9064: accept number of frames for "up" and "down" commands in pdb. | Georg Brandl | 2010-06-27 | 1 | -4/+6 |
|
|
* | #9078: fix some Unicode C API descriptions, in comments and docs. | Georg Brandl | 2010-06-27 | 1 | -4/+4 |
|
|
* | Merged revisions 82251 via svnmerge from | Alexander Belopolsky | 2010-06-26 | 1 | -1/+2 |
|
|
* | Merged revisions 82236 via svnmerge from | Alexander Belopolsky | 2010-06-26 | 1 | -3/+3 |
|
|
* | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 1 | -0/+1 |
|
|
* | Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use | Victor Stinner | 2010-06-25 | 2 | -17/+8 |
|
|
* | Minor comment formatting. | Senthil Kumaran | 2010-06-22 | 1 | -1/+1 |
|
|
* | Minor docs issue. | Senthil Kumaran | 2010-06-22 | 1 | -1/+1 |
|
|
* | Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. | Alexander Belopolsky | 2010-06-21 | 1 | -4/+4 |
|
|
* | Revert r82089. Commit was intended for a branch. | Jean-Paul Calderone | 2010-06-19 | 1 | -78/+3 |
|
|
* | merge forward from the python 2.x branch | Jean-Paul Calderone | 2010-06-19 | 1 | -3/+78 |
|
|
* | Issue #8939: Improve arg.rst | Victor Stinner | 2010-06-18 | 1 | -5/+5 |
|
|
* | Added a new line at the end of the file. | Alexander Belopolsky | 2010-06-18 | 1 | -1/+1 |
|
|
* | Issue #6641: The datetime.strptime method now supports the %z directive. | Alexander Belopolsky | 2010-06-17 | 1 | -0/+7 |
|
|
* | Add note about changes to the `round` function between 2.x and 3.x. | Mark Dickinson | 2010-06-17 | 1 | -0/+9 |
|
|
* | Issue #850997: mbcs encoding (Windows only) handles errors argument: strict | Victor Stinner | 2010-06-16 | 1 | -0/+17 |
|
|
* | Merged revisions 82026 via svnmerge from | Senthil Kumaran | 2010-06-16 | 1 | -2/+4 |
|
|
* | Merged revisions 82018 via svnmerge from | Senthil Kumaran | 2010-06-16 | 1 | -1/+23 |
|
|
* | Remove versionadded accidentally introduced by r82008. | R. David Murray | 2010-06-16 | 1 | -4/+0 |
|
|
* | Merged revisions 81634 via svnmerge from | R. David Murray | 2010-06-15 | 1 | -6/+17 |
|
|
* | Issue 5094: minor documentation fixes | Alexander Belopolsky | 2010-06-15 | 1 | -22/+22 |
|
|
* | Further refinements to the C file API. | Antoine Pitrou | 2010-06-15 | 1 | -10/+14 |
|
|
* | Fixes to the PyFile_FromFd() doc, by Renato Cunha. | Antoine Pitrou | 2010-06-15 | 1 | -4/+5 |
|
|
* | Merged revisions 81992 via svnmerge from | Mark Dickinson | 2010-06-15 | 1 | -30/+33 |
|
|