| Commit message (Expand) | Author | Age | Files | Lines |
* | don't ignore exceptions from PyObject_IsTrue | Benjamin Peterson | 2010-07-07 | 1 | -0/+6 |
|
|
* | this needn't be in the loop | Benjamin Peterson | 2010-07-07 | 1 | -2/+2 |
|
|
* | Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError. | Mark Dickinson | 2010-07-07 | 2 | -8/+72 |
|
|
* | Issue #9000: datetime.timezone objects now have eval-friendly repr. | Alexander Belopolsky | 2010-07-06 | 1 | -0/+9 |
|
|
* | Fix test_xmlrpc_net to no longer fail since there are no more buildbots for t... | Brett Cannon | 2010-07-05 | 1 | -1/+1 |
|
|
* | Added two more test cases for datetime | Alexander Belopolsky | 2010-07-05 | 1 | -0/+6 |
|
|
* | looking up on the type is correct, so this isn't an XXX | Benjamin Peterson | 2010-07-05 | 1 | -7/+0 |
|
|
* | Added more tests for utctimetuple() | Alexander Belopolsky | 2010-07-05 | 1 | -1/+21 |
|
|
* | pydoc still has a silly encoding | Benjamin Peterson | 2010-07-05 | 1 | -1/+1 |
|
|
* | Issue #9130: Validate ellipsis tokens in relative imports. | Mark Dickinson | 2010-07-04 | 1 | -0/+6 |
|
|
* | Fix symbol numbers in test_parser test. | Mark Dickinson | 2010-07-04 | 1 | -8/+8 |
|
|
* | Issue #9130: Fix validation of relative imports in parser module. | Mark Dickinson | 2010-07-04 | 1 | -0/+20 |
|
|
* | Issue #9128: Fix validation of class decorators in parser module. | Mark Dickinson | 2010-07-04 | 1 | -0/+7 |
|
|
* | Make importlib.abc.SourceLoader the primary mechanism for importlib. | Brett Cannon | 2010-07-03 | 1 | -2/+9 |
|
|
* | Fix Issue5468 - urlencode to handle bytes and other alternate encodings. | Senthil Kumaran | 2010-07-03 | 1 | -0/+110 |
|
|
* | Merged revisions 82492 via svnmerge from | Victor Stinner | 2010-07-03 | 1 | -0/+33 |
|
|
* | Issue 6507: accept source strings directly in dis.dis(). Original patch by Da... | Nick Coghlan | 2010-07-03 | 1 | -0/+45 |
|
|
* | Make test_import a little bit more robust for cleaning up after itself in the | Brett Cannon | 2010-07-03 | 1 | -6/+8 |
|
|
* | Merged revisions 82461 via svnmerge from | Benjamin Peterson | 2010-07-02 | 1 | -42/+29 |
|
|
* | fix lookup of __ceil__ | Benjamin Peterson | 2010-07-02 | 1 | -0/+1 |
|
|
* | 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 |
|
|