aboutsummaryrefslogtreecommitdiff
path: root/Include/warnings.h
AgeCommit message (Expand)Author
2021-10-19bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)Victor Stinner
2018-01-21bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith
2017-12-19bpo-32030: Fix compiler warnings (#4921)Victor Stinner
2017-11-23bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)Victor Stinner
2016-12-27Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka
2016-03-19On ResourceWarning, log traceback where the object was allocatedVictor Stinner
2014-01-03Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis
2013-08-26Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner
2013-05-08Issue #1545463: At shutdown, defer finalization of codec modules so that stde...Antoine Pitrou
2010-12-27Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner
2010-12-27Issue #9738: Document encodings of error and warning functionsVictor Stinner
2010-12-03Merge branches/pep-0384.Martin v. Löwis
2010-08-13Issue #9425: Create PyErr_WarnFormat() functionVictor Stinner
2008-06-11Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis
2008-04-13Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes