| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15784: Modify OSError.__str__() to better distinguish between | Richard Oudkerk | 2012-08-28 | 1 | -2/+2 |
|
|
* | Issue #15778: Coerce ImportError.args to a string when it isn't | Brett Cannon | 2012-08-24 | 1 | -1/+1 |
|
|
* | Issue #1692335: Move initial args assignment to BaseException.__new__ | Richard Oudkerk | 2012-07-28 | 1 | -1/+10 |
|
|
* | Issue #15229: An OSError subclass whose __init__ doesn't call back | Antoine Pitrou | 2012-06-30 | 1 | -0/+6 |
|
|
* | Issue #13783: the PEP 380 implementation no longer expands the public C API | Nick Coghlan | 2012-06-17 | 1 | -6/+0 |
|
|
* | Fix build failure. | Antoine Pitrou | 2012-05-16 | 1 | -1/+2 |
|
|
* | PEP 415: Implement suppression of __context__ display with an exception attri... | Benjamin Peterson | 2012-05-15 | 1 | -19/+20 |
|
|
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -0/+28 |
|
|
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -6/+2 |
|
|
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError. | Brett Cannon | 2012-04-13 | 1 | -2/+97 |
|
|
* | Close issue #6210: Implement PEP 409 | Nick Coghlan | 2012-02-26 | 1 | -11/+18 |
|
|
* | use new generic __dict__ descriptor implementations | Benjamin Peterson | 2012-02-20 | 1 | -31/+1 |
|
|
* | merge 3.2 | Benjamin Peterson | 2012-02-10 | 1 | -1/+1 |
|\ |
|
| * | this is only a borrowed ref in Brett's branch | Benjamin Peterson | 2012-02-10 | 1 | -1/+1 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-02-06 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | bltinmod is borrowed, so it shouldn't be decrefed | Benjamin Peterson | 2012-02-06 | 1 | -1/+0 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-02-04 | 1 | -5/+10 |
|\ \
| |/ |
|
| * | put returns on their own lines | Benjamin Peterson | 2012-02-04 | 1 | -5/+10 |
|
|
* | | Fix some of the remaining test_capi leaks | Antoine Pitrou | 2012-01-18 | 1 | -3/+5 |
|
|
* | | Fix some of the remaining test_capi refleaks | Antoine Pitrou | 2012-01-18 | 1 | -0/+2 |
|
|
* | | Fix some of the refleaks in test_capi (ported from 3.2) | Antoine Pitrou | 2012-01-18 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | Fix refleaks in test_capi | Antoine Pitrou | 2012-01-18 | 1 | -3/+7 |
|
|
* | | Merge refleak fixes from 3.2 | Antoine Pitrou | 2012-01-18 | 1 | -21/+23 |
|\ \
| |/ |
|
| * | Fix leaking a RuntimeError objects when creating sub-interpreters | Antoine Pitrou | 2012-01-18 | 1 | -21/+23 |
|
|
* | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -2/+64 |
|
|
* | | Fix OSError.__init__ and OSError.__new__ so that each of them can be | Antoine Pitrou | 2011-12-15 | 1 | -57/+159 |
|
|
* | | Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() | Victor Stinner | 2011-11-21 | 1 | -2/+2 |
|
|
* | | UnicodeTranslateError uses the new Unicode API | Victor Stinner | 2011-11-21 | 1 | -3/+3 |
|
|
* | | UnicodeEncodeError uses the new Unicode API | Victor Stinner | 2011-11-20 | 1 | -3/+3 |
|
|
* | | Port error handlers from Py_UNICODE indexing to code point indexing. | Martin v. Löwis | 2011-11-04 | 1 | -0/+5 |
|
|
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -184/+349 |
|
|
* | | Fix my_basename(): make the string ready | Victor Stinner | 2011-10-05 | 1 | -2/+7 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -10/+16 |
|
|
* | | SystemExit_init(): avoid an useless test | Victor Stinner | 2011-05-26 | 1 | -1/+1 |
|/ |
|
* | Issue #5437: A preallocated MemoryError instance should not hold traceback | Antoine Pitrou | 2010-10-28 | 1 | -10/+87 |
|
|
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -0/+10 |
|
|
* | Merged revisions 82157 via svnmerge from | Benjamin Peterson | 2010-06-22 | 1 | -3/+0 |
|
|
* | Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# | Victor Stinner | 2010-06-07 | 1 | -2/+2 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -22/+22 |
|
|
* | Don't decode/recode the unicode filename in SyntaxError_str() | Victor Stinner | 2010-04-28 | 1 | -20/+34 |
|
|
* | plug reference leak | Benjamin Peterson | 2010-02-25 | 1 | -1/+1 |
|
|
* | Merged revisions 78418 via svnmerge from | Eric Smith | 2010-02-24 | 1 | -34/+79 |
|
|
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -2/+2 |
|
|
* | Merged revisions 73447-73448 via svnmerge from | Georg Brandl | 2009-06-16 | 1 | -1/+0 |
|
|
* | Fix segfaults when running test_exceptions with coverage tracing, caused by w... | Georg Brandl | 2009-03-31 | 1 | -9/+57 |
|
|
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,... | Benjamin Peterson | 2009-02-13 | 1 | -34/+0 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | #3295 actually define PyExc_BufferError | Benjamin Peterson | 2008-07-05 | 1 | -0/+2 |
|
|