| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #5094: The ``datetime`` module now has a simple concrete class | Alexander Belopolsky | 2010-06-14 | 1 | -12/+82 |
|
|
* | Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" | Victor Stinner | 2010-06-13 | 1 | -0/+2 |
|
|
* | Issue #8469: Reorder struct module sections for clarity; other minor tweaks. | Mark Dickinson | 2010-06-12 | 1 | -75/+79 |
|
|
* | Issue #8469: add standard sizes to struct docs table. | Mark Dickinson | 2010-06-12 | 1 | -40/+40 |
|
|
* | More struct module docs and docstring tweaks. | Mark Dickinson | 2010-06-12 | 1 | -21/+21 |
|
|
* | Merged revisions 80578 via svnmerge from | Nick Coghlan | 2010-06-12 | 1 | -11/+29 |
|
|
* | Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode | Victor Stinner | 2010-06-11 | 1 | -4/+4 |
|
|
* | Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. | Victor Stinner | 2010-06-11 | 1 | -2/+2 |
|
|
* | Fix some bugs in c-api/arg.rst documentation | Victor Stinner | 2010-06-11 | 1 | -16/+15 |
|
|
* | Issue #8188: Comparisons between Decimal objects and other numeric | Mark Dickinson | 2010-06-11 | 1 | -15/+9 |
|
|
* | Merged revisions 81864 via svnmerge from | Alexander Belopolsky | 2010-06-09 | 1 | -1/+1 |
|
|
* | http://bugs.python.org/issue8832 | Kristján Valur Jónsson | 2010-06-09 | 1 | -0/+7 |
|
|
* | Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format | Victor Stinner | 2010-06-08 | 2 | -7/+3 |
|
|
* | Fix #8946. Extra PyObject* parameter documented which doesn't exist. | Brian Curtin | 2010-06-08 | 1 | -3/+3 |
|
|
* | Merged revisions 81489 via svnmerge from | Alexander Belopolsky | 2010-06-08 | 1 | -7/+10 |
|
|
* | Issue #8925: fix types of Py_Parse*() and Py_BuildValue() functions | Victor Stinner | 2010-06-07 | 1 | -89/+91 |
|
|
* | Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# | Victor Stinner | 2010-06-07 | 1 | -4/+2 |
|
|
* | Merged revisions 81788 via svnmerge from | Tarek Ziadé | 2010-06-06 | 1 | -1/+1 |
|
|
* | bltn-file-objects don't exist in python3 | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 |
|
|
* | reST indentation nit | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 |
|
|