COMMITS
/ Python/_warnings.c May 3, 2015
B
merge 3.4 (#24096)
Benjamin Peterson committed
B
merge 3.3 (#24096)
Benjamin Peterson committed
B
be more robust against the filters list changing under us (closes #24096)
Benjamin Peterson committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
September 18, 2014
A
Issue #4180: The warnings registries are now reset when the filters are modified.
Antoine Pitrou committed
A
Issue #4180: The warnings registries are now reset when the filters are modified.
Antoine Pitrou committed
July 11, 2014
B
Issue #16382: Improve exception message of warnings.warn() for bad category.
Berker Peksag committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner committed
October 31, 2013
V
Close #19442: warn_explicit() does nothing when called late during Python shutdown
Victor Stinner committed
V
Issue #19437: Fix show_warning() of _warnings, stop at the first error to not
Victor Stinner committed
V
Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass()
Victor Stinner committed
October 29, 2013
V
Issue #19442: Fix warnings emitted during Python shutdown
Victor Stinner committed
V
Issue #19424: Fix the warnings module to accept filename containing surrogate
Victor Stinner committed
October 28, 2013
V
Issue #19421: fix a check in warnings.warn() to be able to use it during Python
Victor Stinner committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
July 15, 2013
V
Issue #18408: Fix show_warning(), clear also the exception raised by
Victor Stinner committed
May 8, 2013
A
Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable.
Antoine Pitrou committed
January 18, 2012
A
Finally fix all test_capi refleaks
Antoine Pitrou committed
January 12, 2012
B
remove some usage of Py_UNICODE_TOUPPER/LOWER
Benjamin Peterson committed
December 9, 2011
F
Remove obsolete py3k comment.
Florent Xicluna committed
November 21, 2011
V
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
Victor Stinner committed
November 7, 2011
M
Make _PyUnicode_FromId return borrowed references.
Martin v. Löwis committed
October 14, 2011
M
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis committed
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
October 6, 2011
V
Fix _warnings.c: make the filename string ready
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
July 18, 2011
B
Make warnings accept a callable for showwarnings instead of
Brett Cannon committed
July 5, 2011
B
start out this branch always with filename NULL
Benjamin Peterson committed
July 4, 2011
B
plug refleak
Benjamin Peterson committed
V
Issue #12467: warnings: fix a race condition if a warning is emitted at
Victor Stinner committed
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
December 27, 2010
V
Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
Victor Stinner committed
October 24, 2010
G
September 4, 2010
B
_warnings exposed two variables with the name 'default_action' and
Brett Cannon committed
August 13, 2010
V
Issue #9425: Create PyErr_WarnFormat() function
Victor Stinner committed
August 8, 2010
V
Issue #9425: fix setup_context() for non-ascii filenames
Victor Stinner committed
June 28, 2010
B
Merged revisions 77402,77505,77510 via svnmerge from
Benjamin Peterson committed
June 17, 2010
V
Merged revisions 82059,82061 via svnmerge from
Victor Stinner committed
V
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Victor Stinner committed
May 20, 2010
V
Recorded merge of revisions 81364 via svnmerge from
Victor Stinner committed
May 19, 2010
V
Issue #8766: Initialize _warnings module before importing the first module.
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
July 21, 2009
A
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti committed
July 17, 2009
H
Merged revisions 74046 via svnmerge from
Hirokazu Yamamoto committed