| Commit message (Expand) | Author | Age | Files | Lines |
* | correctly lookup __trunc__ and __floor__ | Benjamin Peterson | 2010-07-01 | 1 | -0/+3 |
|
|
* | Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. | Ezio Melotti | 2010-07-01 | 2 | -10/+165 |
|
|
* | Merged revisions 82403 via svnmerge from | Benjamin Peterson | 2010-06-30 | 1 | -0/+1 |
|
|
* | Issue 9110. Adding ContextDecorator to contextlib. This enables the creation ... | Michael Foord | 2010-06-30 | 1 | -0/+163 |
|
|
* | Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. | Mark Dickinson | 2010-06-30 | 1 | -0/+17 |
|
|
* | Merged revisions 82356 via svnmerge from | Mark Dickinson | 2010-06-29 | 1 | -1/+1 |
|
|
* | Merged revisions 82332 via svnmerge from | Benjamin Peterson | 2010-06-28 | 1 | -1/+1 |
|
|
* | Merged revisions 82330 via svnmerge from | Benjamin Peterson | 2010-06-28 | 1 | -1/+3 |
|
|
* | Merged revisions 82303 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -0/+4 |
|
|
* | Merged revisions 81499,81506 via svnmerge from | Benjamin Peterson | 2010-06-27 | 2 | -4/+6 |
|
|
* | Merged revisions 81380 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -0/+11 |
|
|
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 | 2 | -0/+16 |
|
|
* | Merged revisions 80712,81651 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -0/+2 |
|
|
* | Merged revisions 82242 via svnmerge from | R. David Murray | 2010-06-26 | 1 | -1/+1 |
|
|
* | Merged revisions 82233 via svnmerge from | R. David Murray | 2010-06-26 | 1 | -0/+5 |
|
|
* | fix typos | Benjamin Peterson | 2010-06-25 | 1 | -2/+2 |
|
|
* | Merged revisions 82229 via svnmerge from | Benjamin Peterson | 2010-06-25 | 1 | -0/+1 |
|
|
* | Merged revisions 82225 via svnmerge from | Benjamin Peterson | 2010-06-25 | 1 | -0/+1 |
|
|
* | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 2 | -2/+10 |
|
|
* | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 1 | -8/+12 |
|
|
* | Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use | Victor Stinner | 2010-06-25 | 1 | -0/+10 |
|
|
* | PyArg_Parse*() functions: factorize code for s/z and u/Z formats | Victor Stinner | 2010-06-24 | 1 | -1/+1 |
|
|
* | Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes | Victor Stinner | 2010-06-24 | 1 | -1/+1 |
|
|
* | Merged revisions 82189 via svnmerge from | Benjamin Peterson | 2010-06-24 | 1 | -2/+4 |
|
|
* | Added more test cases | Alexander Belopolsky | 2010-06-23 | 1 | -1/+13 |
|
|
* | Test future pickle protocols. Thanks Antoine Pitrou for suggestion. | Alexander Belopolsky | 2010-06-23 | 1 | -2/+3 |
|
|
* | Issue #9051: Instances of timezone class can now be pickled. | Alexander Belopolsky | 2010-06-23 | 1 | -14/+19 |
|
|
* | Merged revisions 82167 via svnmerge from | Benjamin Peterson | 2010-06-22 | 1 | -4/+3 |
|
|
* | Merged revisions 82165 via svnmerge from | Benjamin Peterson | 2010-06-22 | 1 | -1/+3 |
|
|
* | Added more test cases | Alexander Belopolsky | 2010-06-22 | 1 | -0/+25 |
|
|
* | Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. | Alexander Belopolsky | 2010-06-21 | 1 | -23/+19 |
|
|
* | Merged revisions 82117 via svnmerge from | Mark Dickinson | 2010-06-20 | 2 | -102/+6 |
|
|
* | Revert r82089. Commit was intended for a branch. | Jean-Paul Calderone | 2010-06-19 | 1 | -203/+2 |
|
|
* | merge forward from the python 2.x branch | Jean-Paul Calderone | 2010-06-19 | 1 | -2/+203 |
|
|
* | Merged revisions 82075 via svnmerge from | Jean-Paul Calderone | 2010-06-18 | 1 | -2/+0 |
|
|
* | Issue #6641: Original commit for this issue, r82053, introduced a | Alexander Belopolsky | 2010-06-18 | 1 | -3/+16 |
|
|
* | Issue #6641: The datetime.strptime method now supports the %z directive. | Alexander Belopolsky | 2010-06-17 | 1 | -2/+34 |
|
|
* | Don't use os.normcase when the result we are expecting is None. | R. David Murray | 2010-06-17 | 1 | -1/+1 |
|
|
* | Issue #9011: Remove buggy and unnecessary ST->AST compilation code | Mark Dickinson | 2010-06-17 | 1 | -1/+11 |
|
|
* | Merged revisions 82039 via svnmerge from | R. David Murray | 2010-06-17 | 1 | -0/+15 |
|
|
* | Issue #850997: mbcs encoding (Windows only) handles errors argument: strict | Victor Stinner | 2010-06-16 | 1 | -6/+1 |
|
|
* | Minor changes to the choice of assert methods | Alexander Belopolsky | 2010-06-15 | 1 | -26/+26 |
|
|
* | Switch the __import__ state check from using __builtins__ to builtins to be | Brett Cannon | 2010-06-14 | 1 | -8/+3 |
|
|
* | Issue 6280: Tests and simpler implementation for calendar.timegm | Alexander Belopolsky | 2010-06-14 | 1 | -2/+10 |
|
|
* | Issue #5094: The ``datetime`` module now has a simple concrete class | Alexander Belopolsky | 2010-06-14 | 1 | -13/+108 |
|
|
* | Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" | Victor Stinner | 2010-06-13 | 1 | -1/+129 |
|
|
* | Merged revisions 81967 via svnmerge from | Mark Dickinson | 2010-06-13 | 2 | -0/+47 |
|
|
* | Merged revisions 80578 via svnmerge from | Nick Coghlan | 2010-06-12 | 1 | -0/+71 |
|
|
* | When dealing with __import__ for detecting a global state change made by a | Brett Cannon | 2010-06-12 | 1 | -2/+8 |
|
|
* | Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode | Victor Stinner | 2010-06-11 | 1 | -5/+4 |
|
|