COMMITS
/ Python/_warnings.c April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
March 23, 2016
V
get_warnings_attr(): Fix coverity warning
Victor Stinner committed
March 22, 2016
V
_warnings.warn_explicit(): try to import warnings
Victor Stinner committed
V
Add a source parameter to warnings.warn()
Victor Stinner committed
March 19, 2016
V
On ResourceWarning, log traceback where the object was allocated
Victor Stinner committed
March 18, 2016
V
Add _showwarnmsg() and _formatwarnmsg() to warnings
Victor Stinner committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
September 6, 2015
L
Issue #24305: Prevent import subsystem stack frames from being counted
Larry Hastings committed
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