summaryrefslogtreecommitdiffstats
path: root/Python/_warnings.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #24305: Prevent import subsystem stack frames from being countedLarry Hastings2015-09-061-2/+70
* merge 3.4 (#24096)Benjamin Peterson2015-05-031-10/+27
|\
| * merge 3.3 (#24096)Benjamin Peterson2015-05-031-10/+27
| |\
| | * be more robust against the filters list changing under us (closes #24096)Benjamin Peterson2015-05-031-6/+16
* | | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-3/+2
* | | Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-181-6/+35
|\ \ \ | |/ /
| * | Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-181-6/+35
* | | Issue #16382: Improve exception message of warnings.warn() for bad category.Berker Peksag2014-07-111-6/+7
|/ /
* | Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner2013-11-071-2/+4
* | Issue #19512: add some common identifiers to only create common strings once,Victor Stinner2013-11-061-2/+2
* | Close #19442: warn_explicit() does nothing when called late during Python shu...Victor Stinner2013-10-311-9/+9
* | Issue #19437: Fix show_warning() of _warnings, stop at the first error to notVictor Stinner2013-10-311-10/+16
* | Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass()Victor Stinner2013-10-311-2/+10
* | Issue #19442: Fix warnings emitted during Python shutdownVictor Stinner2013-10-291-5/+12
* | Issue #19424: Fix the warnings module to accept filename containing surrogateVictor Stinner2013-10-291-47/+55
* | Issue #19421: fix a check in warnings.warn() to be able to use it during PythonVictor Stinner2013-10-281-1/+3
* | Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-11/+20
* | Issue #18408: Fix show_warning(), clear also the exception raised byVictor Stinner2013-07-151-3/+3
* | Issue #1545463: At shutdown, defer finalization of codec modules so that stde...Antoine Pitrou2013-05-081-2/+45
|/
* Finally fix all test_capi refleaksAntoine Pitrou2012-01-181-9/+16
* remove some usage of Py_UNICODE_TOUPPER/LOWERBenjamin Peterson2012-01-121-4/+5
* Merge 3.2Florent Xicluna2011-12-091-1/+0
|\
| * Remove obsolete py3k comment.Florent Xicluna2011-12-091-1/+0
* | Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()Victor Stinner2011-11-211-5/+5
* | Make _PyUnicode_FromId return borrowed references.Martin v. Löwis2011-11-071-2/+0
* | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.Martin v. Löwis2011-10-141-17/+15
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-2/+2
* | Use identifier API for PyObject_GetAttrString.Martin v. Löwis2011-10-101-1/+2
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-1/+2
* | Fix _warnings.c: make the filename string readyVictor Stinner2011-10-061-3/+10
* | Implement PEP 393.Martin v. Löwis2011-09-281-7/+9
* | Make warnings accept a callable for showwarnings instead ofBrett Cannon2011-07-181-2/+2
|/
* start out this branch always with filename NULLBenjamin Peterson2011-07-051-1/+1
* plug refleakBenjamin Peterson2011-07-041-0/+1
* Issue #12467: warnings: fix a race condition if a warning is emitted atVictor Stinner2011-07-041-1/+1
* #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Merged revisions 82059,82061 via svnmerge fromVictor Stinner2010-06-171-2/+1
| * Recorded merge of revisions 81364 via svnmerge fromVictor Stinner2010-05-201-1/+1
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-40/+40
| * Merged revisions 74046 via svnmerge fromHirokazu Yamamoto2009-07-171-0/+2
* | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-1/+1
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-241-3/+19
* | _warnings exposed two variables with the name 'default_action' andBrett Cannon2010-09-041-2/+2
* | Issue #9425: Create PyErr_WarnFormat() functionVictor Stinner2010-08-131-6/+40
* | Issue #9425: fix setup_context() for non-ascii filenamesVictor Stinner2010-08-081-13/+11
* | Merged revisions 77402,77505,77510 via svnmerge fromBenjamin Peterson2010-06-281-10/+17
* | Issue #6543: Write the traceback in the terminal encoding instead of utf-8.Victor Stinner2010-06-171-2/+1
* | Issue #8766: Initialize _warnings module before importing the first module.Victor Stinner2010-05-191-1/+1
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-40/+40