| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue #9130: Validate ellipsis tokens in relative imports. | Mark Dickinson | 2010-07-04 | 1 | -6/+6 |
|
|
* | Issue #9130: Fix validation of relative imports in parser module. | Mark Dickinson | 2010-07-04 | 1 | -3/+4 |
|
|
* | Issue #9128: Fix validation of class decorators in parser module. | Mark Dickinson | 2010-07-04 | 1 | -8/+9 |
|
|
* | 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 |
|
|
* | Merged revisions 82492 via svnmerge from | Victor Stinner | 2010-07-03 | 1 | -73/+71 |
|
|
* | Merged revisions 82466 via svnmerge from | Alexander Belopolsky | 2010-07-03 | 1 | -2/+1 |
|
|
* | Style/consistency nit: make math_floor and math_ceil code look the same. | Mark Dickinson | 2010-07-02 | 1 | -6/+4 |
|
|
* | fix lookup of __ceil__ | Benjamin Peterson | 2010-07-02 | 1 | -9/+9 |
|
|
* | account for different ref counting semantics of _PyObject_LookupSpecial | Benjamin Peterson | 2010-07-02 | 1 | -4/+8 |
|
|
* | correctly lookup __trunc__ and __floor__ | Benjamin Peterson | 2010-07-01 | 1 | -20/+11 |
|
|
* | 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 |
|
|