index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
_warnings.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __na...
Oren Milman
2017-09-24
1
-3/+4
*
bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explic...
Oren Milman
2017-09-24
1
-3/+1
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-6/+1
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
1
-1/+4
*
bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnin...
Oren Milman
2017-09-11
1
-3/+16
*
bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not...
Oren Milman
2017-09-11
1
-1/+7
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-41/+39
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-38/+41
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-41/+38
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-4/+1
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-15/+4
*
Issue #20185: Convert _warnings.warn() to Argument Clinic
Victor Stinner
2016-12-09
1
-16/+21
*
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner
2016-12-09
1
-1/+1
*
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner
2016-12-05
1
-1/+1
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-1/+1
*
Replace PyObject_CallFunction() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-7/+7
|
\
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-7/+7
*
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-1/+1
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
*
|
get_warnings_attr(): Fix coverity warning
Victor Stinner
2016-03-23
1
-4/+3
*
|
_warnings.warn_explicit(): try to import warnings
Victor Stinner
2016-03-22
1
-14/+36
*
|
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-22
1
-5/+6
*
|
On ResourceWarning, log traceback where the object was allocated
Victor Stinner
2016-03-19
1
-29/+62
*
|
Add _showwarnmsg() and _formatwarnmsg() to warnings
Victor Stinner
2016-03-18
1
-25/+53
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-1/+1
|
/
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-2/+1
*
Issue #24305: Prevent import subsystem stack frames from being counted
Larry Hastings
2015-09-06
1
-2/+70
*
merge 3.4 (#24096)
Benjamin Peterson
2015-05-03
1
-10/+27
|
\
|
*
merge 3.3 (#24096)
Benjamin Peterson
2015-05-03
1
-10/+27
|
|
\
|
|
*
be more robust against the filters list changing under us (closes #24096)
Benjamin Peterson
2015-05-03
1
-6/+16
*
|
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-3/+2
*
|
|
Issue #4180: The warnings registries are now reset when the filters are modif...
Antoine Pitrou
2014-09-18
1
-6/+35
|
\
\
\
|
|
/
/
|
*
|
Issue #4180: The warnings registries are now reset when the filters are modif...
Antoine Pitrou
2014-09-18
1
-6/+35
*
|
|
Issue #16382: Improve exception message of warnings.warn() for bad category.
Berker Peksag
2014-07-11
1
-6/+7
|
/
/
*
|
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner
2013-11-07
1
-2/+4
*
|
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner
2013-11-06
1
-2/+2
*
|
Close #19442: warn_explicit() does nothing when called late during Python shu...
Victor Stinner
2013-10-31
1
-9/+9
*
|
Issue #19437: Fix show_warning() of _warnings, stop at the first error to not
Victor Stinner
2013-10-31
1
-10/+16
*
|
Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass()
Victor Stinner
2013-10-31
1
-2/+10
*
|
Issue #19442: Fix warnings emitted during Python shutdown
Victor Stinner
2013-10-29
1
-5/+12
*
|
Issue #19424: Fix the warnings module to accept filename containing surrogate
Victor Stinner
2013-10-29
1
-47/+55
*
|
Issue #19421: fix a check in warnings.warn() to be able to use it during Python
Victor Stinner
2013-10-28
1
-1/+3
*
|
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner
2013-08-26
1
-11/+20
*
|
Issue #18408: Fix show_warning(), clear also the exception raised by
Victor Stinner
2013-07-15
1
-3/+3
*
|
Issue #1545463: At shutdown, defer finalization of codec modules so that stde...
Antoine Pitrou
2013-05-08
1
-2/+45
|
/
*
Finally fix all test_capi refleaks
Antoine Pitrou
2012-01-18
1
-9/+16
[next]