| Commit message (Expand) | Author | Age | Files | Lines |
* | Added missing white space | Alexander Belopolsky | 2010-06-28 | 1 | -1/+1 |
|
|
* | Merged revisions 79894-79895,80098,80120 via svnmerge from | Benjamin Peterson | 2010-06-27 | 2 | -2/+2 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -1/+2 |
|
|
* | Issue #9089: Remove references to intobject.c and intobject.h from comments. | Mark Dickinson | 2010-06-27 | 1 | -1/+1 |
|
|
* | Merged revisions 82150 via svnmerge from | Ronald Oussoren | 2010-06-27 | 1 | -1/+1 |
|
|
* | Merged revisions 82221 via svnmerge from | Mark Dickinson | 2010-06-25 | 1 | -11/+11 |
|
|
* | Merged revisions 82210 via svnmerge from | Antoine Pitrou | 2010-06-25 | 1 | -1/+0 |
|
|
* | Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use | Victor Stinner | 2010-06-25 | 1 | -0/+23 |
|
|
* | Issue #8682: The ssl module now temporary increments the reference count of | Antoine Pitrou | 2010-06-24 | 1 | -19/+42 |
|
|
* | Issue #9051: Instances of timezone class can now be pickled. | Alexander Belopolsky | 2010-06-23 | 1 | -0/+11 |
|
|
* | Merged revisions 82126-82127 via svnmerge from | Thomas Heller | 2010-06-21 | 13 | -297/+1898 |
|
|
* | Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. | Alexander Belopolsky | 2010-06-21 | 1 | -9/+3 |
|
|
* | Revert r82089. Commit was intended for a branch. | Jean-Paul Calderone | 2010-06-19 | 1 | -180/+0 |
|
|
* | merge forward from the python 2.x branch | Jean-Paul Calderone | 2010-06-19 | 1 | -0/+180 |
|
|
* | Issue #6641: Original commit for this issue, r82053, introduced a | Alexander Belopolsky | 2010-06-18 | 1 | -2/+2 |
|
|
* | Fixed a typo in a comment. | 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 | -66/+7 |
|
|
* | Merged revisions 82047 via svnmerge from | Senthil Kumaran | 2010-06-17 | 1 | -1/+1 |
|
|
* | Issue #9012: "Separate compilation of time and datetime modules." | Alexander Belopolsky | 2010-06-16 | 3 | -26/+31 |
|
|
* | Issue 5094: minor documentation fixes | Alexander Belopolsky | 2010-06-15 | 1 | -3/+3 |
|
|
* | Issue #5094: The ``datetime`` module now has a simple concrete class | Alexander Belopolsky | 2010-06-14 | 1 | -1/+284 |
|
|
* | Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" | Victor Stinner | 2010-06-13 | 1 | -1/+165 |
|
|
* | Merged revisions 81967 via svnmerge from | Mark Dickinson | 2010-06-13 | 1 | -6/+16 |
|
|
* | Remove unnecessary brackets from docstring optional arguments. | Mark Dickinson | 2010-06-13 | 1 | -2/+2 |
|
|
* | Issue #8973: Expanded Struct.__doc__. | Alexander Belopolsky | 2010-06-12 | 1 | -1/+5 |
|
|
* | More struct module docs and docstring tweaks. | Mark Dickinson | 2010-06-12 | 1 | -4/+4 |
|
|
* | Issue #8973: Improve struct module docstrings. | Mark Dickinson | 2010-06-12 | 1 | -22/+37 |
|
|
* | Remove accidental (yet-to-be-reviewed) docstring changes included in r81947. | Mark Dickinson | 2010-06-12 | 1 | -28/+21 |
|
|
* | Issue #8973: Add __all__ to struct module, so that help(struct) correctly | Mark Dickinson | 2010-06-12 | 1 | -21/+28 |
|
|
* | Remove unused variable. | Mark Dickinson | 2010-06-12 | 1 | -1/+1 |
|
|
* | Issue #8981: Remove _struct.__version__. | Mark Dickinson | 2010-06-12 | 1 | -6/+0 |
|
|
* | readline: use PyUnicode_FSConverter() to parse filenames | Victor Stinner | 2010-06-11 | 1 | -10/+32 |
|
|
* | locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filename | Victor Stinner | 2010-06-11 | 1 | -5/+17 |
|
|
* | Issue #8966: If a ctypes structure field is an array of c_char, convert its | Victor Stinner | 2010-06-11 | 1 | -1/+1 |
|
|
* | Fix more undefined-behaviour inducing overflow checks in struct module. | Mark Dickinson | 2010-06-11 | 1 | -19/+23 |
|
|
* | Fix an incorrect return type. | Mark Dickinson | 2010-06-11 | 1 | -1/+1 |
|
|
* | Avoid possible undefined behaviour from signed overflow. | Mark Dickinson | 2010-06-11 | 1 | -3/+6 |
|
|
* | Issue #3129: Trailing digits in format string are no longer ignored. | Alexander Belopolsky | 2010-06-11 | 1 | -2/+5 |
|
|
* | Merged revisions 81889 via svnmerge from | Ezio Melotti | 2010-06-11 | 1 | -1/+1 |
|
|
* | Merged revisions 81860 via svnmerge from | Antoine Pitrou | 2010-06-09 | 1 | -98/+98 |
|
|
* | Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format | Victor Stinner | 2010-06-08 | 1 | -16/+0 |
|
|
* | Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# | Victor Stinner | 2010-06-07 | 1 | -1/+1 |
|
|
* | Fix naming inconsistency. | Mark Dickinson | 2010-06-07 | 1 | -1/+1 |
|
|
* | Merged revisions 81756 via svnmerge from | Alexander Belopolsky | 2010-06-05 | 1 | -10/+16 |
|
|
* | Merged revisions 81692 via svnmerge from | Martin v. Löwis | 2010-06-04 | 1 | -0/+6 |
|
|
* | Issue8810: Clearing up docstring for tzinfo.utcoffset. | Sean Reifscheider | 2010-06-04 | 1 | -2/+2 |
|
|
* | #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. | R. David Murray | 2010-06-01 | 1 | -0/+2 |
|
|
* | Issue #1289118: datetime.timedelta objects can now be multiplied by float | Alexander Belopolsky | 2010-05-31 | 1 | -1/+112 |
|
|
* | Merged revisions 81602 via svnmerge from | Mark Dickinson | 2010-05-29 | 1 | -16/+16 |
|
|
* | Merged revisions 81566 via svnmerge from | Alexander Belopolsky | 2010-05-27 | 1 | -13/+16 |
|
|