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-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner
2019-11-14
1
-3/+5
*
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
Hansraj Das
2019-10-08
1
-1/+1
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-1/+1
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-4/+4
*
bpo-36737: Use the module state C-API for warnings. (gh-13159)
Eric Snow
2019-05-10
1
-119/+198
*
bpo-36724: Add _PyWarnings_Fini() (#12963)
Victor Stinner
2019-04-26
1
-16/+27
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-5/+16
*
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka
2018-12-11
1
-1/+5
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-1/+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
1
-1/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson
2018-09-12
1
-1/+1
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
1
-2/+2
*
bpo-33375: Fix GCC warning in Python/_warnings.c (GH-7556)
Zackery Spytz
2018-06-09
1
-1/+0
*
bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
Thomas Kluyver
2018-06-08
1
-66/+4
*
bpo-33509: Fix _warnings for module_globals=None (#6833)
Victor Stinner
2018-05-15
1
-1/+8
*
bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337)
Nathaniel J. Smith
2018-01-26
1
-0/+7
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-8/+2
*
bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263)
Yury Selivanov
2018-01-22
1
-5/+4
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-0/+47
*
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
2018-01-08
1
-7/+33
*
bpo-32030: Fix compiler warnings (#4921)
Victor Stinner
2017-12-19
1
-13/+4
*
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
2017-12-12
1
-51/+22
*
bpo-27535: Fix memory leak with warnings ignore (#4489)
Victor Stinner
2017-11-27
1
-4/+9
*
bpo-32089: Use default action for ResourceWarning (#4584)
Victor Stinner
2017-11-27
1
-3/+2
*
bpo-27535: Cleanup create_filter() (#4516)
Victor Stinner
2017-11-23
1
-38/+18
*
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
Victor Stinner
2017-11-23
1
-6/+14
*
bpo-27535: Optimize warnings.warn() (#4508)
Victor Stinner
2017-11-22
1
-42/+33
*
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner
2017-11-21
1
-10/+27
*
bpo-32088: Display Deprecation in debug mode (#4474)
Victor Stinner
2017-11-20
1
-0/+7
*
bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731)
Serhiy Storchaka
2017-11-11
1
-68/+89
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
bpo-31285: Remove splitlines identifier from Python/_warnings.c (#3803)
Oren Milman
2017-09-29
1
-3/+0
*
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
[next]