summaryrefslogtreecommitdiff
path: root/Include/warnings.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-211-0/+4
* bpo-32030: Fix compiler warnings (#4921)Victor Stinner2017-12-191-3/+0
* bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)Victor Stinner2017-11-231-0/+3
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+2
* On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-191-0/+7
* Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis2014-01-031-0/+4
* Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-0/+7
* Issue #1545463: At shutdown, defer finalization of codec modules so that stde...Antoine Pitrou2013-05-081-0/+6
* Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-1/+1
* Issue #9738: Document encodings of error and warning functionsVictor Stinner2010-12-271-4/+16
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+4
* Issue #9425: Create PyErr_WarnFormat() functionVictor Stinner2010-08-131-0/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-1/+1
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-0/+20