114 Commits (b507cbaac5921023c17068b616efdbbecbd89920)

Author SHA1 Message Date
Nick Coghlan 5b1fdc1e37 Issue #21669: Special case print & exec syntax errors 12 years ago
Victor Stinner 69598d4ccf Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format 12 years ago
Benjamin Peterson 9b09ba1234 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) 12 years ago
Larry Hastings 8f9f0f12e8 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. 12 years ago
Larry Hastings b082731fbb Issue #20517: Functions in the os module that accept two filenames 12 years ago
Nick Coghlan 77b286b2cc Close #20105: set __traceback__ when chaining exceptions in C 12 years ago
Christian Heimes af01f66817 Issue #16136: Remove VMS support and VMS-related code 12 years ago
Nick Coghlan f1de55fb33 Also chain codec exceptions that allow weakrefs 12 years ago
Nick Coghlan 4b9b936429 Don't decref exc too soon 12 years ago
Victor Stinner 46ef31953e Issue #19429, #19437: fix error handling in the OSError constructor 12 years ago
Benjamin Peterson e109ee8205 fix refleaks 12 years ago
Benjamin Peterson 079c998872 adjust style 12 years ago
Christian Heimes 6a3db25c70 Issue #17828: _PyObject_GetDictPtr() may return NULL instead of a PyObject** 12 years ago
Christian Heimes 507eabdf11 Issue #17828: va_start() must be accompanied by va_end() 12 years ago
Nick Coghlan 8b097b4ed7 Close #17828: better handling of codec errors 12 years ago
Serhiy Storchaka c679227e31 Issue #1772673: The type of `char*` arguments now changed to `const char*`. 12 years ago
Brett Cannon 679ecb565b Issue #15767: back out 8a0ed9f63c6e, finishing the removal of 13 years ago
Brett Cannon b1611e2772 Issue #15767: Introduce ModuleNotFoundError, a subclass of 13 years ago
Antoine Pitrou 7faf70512a Issue #17591: Use lowercase filenames when including Windows header files. 13 years ago
Mark Dickinson 7cac1c25a1 Issue #16445: Fix potential segmentation fault when deleting an exception message. 13 years ago
R David Murray 1cb0cb2fcd #17296: backport fix for issue 1692335, naive exception pickling. 13 years ago
Richard Oudkerk ea62bd50a3 Issue #15784: Modify OSError.__str__() to better distinguish between 14 years ago
Richard Oudkerk 30147710e8 Issue #15784: Modify OSError.__str__() to better distinguish between 14 years ago
Brett Cannon 07c6e71689 Issue #15778: Coerce ImportError.args to a string when it isn't 14 years ago
Richard Oudkerk 5562d9dc5d Issue #1692335: Move initial args assignment to BaseException.__new__ 14 years ago
Antoine Pitrou f87289bb58 Issue #15229: An OSError subclass whose __init__ doesn't call back 14 years ago
Nick Coghlan c40bc09942 Issue #13783: the PEP 380 implementation no longer expands the public C API 14 years ago
Antoine Pitrou 32bc80c523 Fix build failure. 14 years ago
Benjamin Peterson d5a1c44455 PEP 415: Implement suppression of __context__ display with an exception attribute 14 years ago
Brian Curtin 401f9f3d32 Fix #13210. Port the Windows build from VS2008 to VS2010. 14 years ago
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__(). 14 years ago
Brett Cannon 79ec55e980 Issue #1559549: Add 'name' and 'path' attributes to ImportError. 14 years ago
Nick Coghlan ab7bf2143e Close issue #6210: Implement PEP 409 14 years ago
Benjamin Peterson 23d7f12ffb use new generic __dict__ descriptor implementations 14 years ago
Benjamin Peterson efe7c9d4d7 this is only a borrowed ref in Brett's branch 14 years ago
Benjamin Peterson 0f7e2df2f1 this is only a borrowed ref in Brett's branch 14 years ago
Benjamin Peterson cec6a61d30 bltinmod is borrowed, so it shouldn't be decrefed 14 years ago
Benjamin Peterson 2f9c71bbba bltinmod is borrowed, so it shouldn't be decrefed 14 years ago
Benjamin Peterson 90b13583bc put returns on their own lines 14 years ago
Benjamin Peterson 4c79aec716 put returns on their own lines 14 years ago
Antoine Pitrou ac456a1839 Fix some of the remaining test_capi leaks 14 years ago
Antoine Pitrou 8b0a74e936 Fix some of the remaining test_capi refleaks 14 years ago
Antoine Pitrou 55f217f22d Fix refleaks in test_capi 14 years ago
Antoine Pitrou 1c7ade5284 Fix leaking a RuntimeError objects when creating sub-interpreters 14 years ago
Nick Coghlan 1f7ce62bd6 Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
Antoine Pitrou e0e2735f41 Fix OSError.__init__ and OSError.__new__ so that each of them can be 14 years ago
Victor Stinner 9e30aa52fd Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() 14 years ago
Victor Stinner 53b33e767d UnicodeTranslateError uses the new Unicode API 14 years ago
Victor Stinner da1ddf37c6 UnicodeEncodeError uses the new Unicode API 14 years ago
Martin v. Löwis b09af03b8a Port error handlers from Py_UNICODE indexing to code point indexing. 14 years ago