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
*
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
1
-3/+2
*
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner
2023-08-24
1
-0/+2
*
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner
2023-07-24
1
-0/+1
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-2/+2
*
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner
2023-07-04
1
-1/+2
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
1
-1/+1
*
gh-105375: Improve PyErr_WarnExplicit() error handling (#105610)
Erlend E. Aasland
2023-06-11
1
-12/+16
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
1
-3/+0
*
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Kumar Aditya
2023-05-26
1
-0/+14
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
1
-1/+1
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
1
-9/+2
*
gh-39615: fix warning on return type mismatch (#101407)
Irit Katriel
2023-01-30
1
-1/+1
*
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith
2023-01-28
1
-24/+103
*
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner
2022-11-22
1
-4/+2
*
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner
2022-11-10
1
-8/+4
*
gh-97841: Add methoddef for _filters_mutated (gh-98115)
Dong-hee Na
2022-10-09
1
-3/+8
*
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...
Barry Warsaw
2022-10-07
1
-3/+10
*
gh-91102: Port 8-argument _warnings.warn_explicit to Argument Clinic (#92891)
Oleg Iarygin
2022-07-20
1
-24/+23
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
1
-1/+0
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
1
-16/+0
*
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner
2022-03-31
1
-3/+3
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
1
-21/+2
*
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow
2022-02-15
1
-2/+2
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-113/+150
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-4/+2
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-1/+1
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
1
-1/+2
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
1
-2/+2
*
bpo-1635741: Port _warnings to the multi-phase init (GH-23379)
Victor Stinner
2020-11-18
1
-40/+30
*
bpo-40998: Fix a refleak in create_filter() (GH-23365)
Victor Stinner
2020-11-18
1
-3/+5
*
bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
Victor Stinner
2020-11-12
1
-23/+7
*
bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151)
Victor Stinner
2020-11-04
1
-8/+3
*
bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)
Victor Stinner
2020-11-02
1
-1/+1
*
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Victor Stinner
2020-10-27
1
-2/+3
*
bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
Victor Stinner
2020-06-10
1
-6/+6
*
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
Victor Stinner
2020-04-29
1
-6/+12
*
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner
2020-04-28
1
-1/+5
*
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
Victor Stinner
2020-04-28
1
-4/+0
*
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner
2020-04-28
1
-5/+13
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1/+1
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
1
-2/+2
*
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner
2020-04-14
1
-0/+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-2/+2
*
bpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source (GH-19247)
Victor Stinner
2020-03-31
1
-3/+20
*
bpo-39585: Delete a pending comment in _warning.c (GH-18414)
Hai Shi
2020-03-14
1
-1/+2
*
bpo-39831: Remove outdated comment. (GH-18764)
Serhiy Storchaka
2020-03-03
1
-3/+1
*
bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750)
Serhiy Storchaka
2020-03-02
1
-2/+3
*
bpo-39796: Fix _warnings module initialization (GH-18739)
Victor Stinner
2020-03-02
1
-13/+24
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-4/+4
[next]