FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/sysmodule.c - 180909/cpython · GitHub
180909
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
sysmodule.c
on
doc-link-https
User selector
Datepicker
Commit history
Commits on Oct 5, 2022
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
markshannon
authored
7644935
View commit details
Copy full SHA for 7644935
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Show description for 116fa62
vstinner
authored
116fa62
View commit details
Copy full SHA for 116fa62
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Show description for b0f89cb
gpshead
authored
b0f89cb
View commit details
Copy full SHA for b0f89cb
View code at this point
Browse repository at this point
Commits on Sep 7, 2022
gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289)
zooba
authored
de33df2
View commit details
Copy full SHA for de33df2
View code at this point
Browse repository at this point
Commits on Sep 2, 2022
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Show description for 511ca94
gpshead
authored
511ca94
View commit details
Copy full SHA for 511ca94
View code at this point
Browse repository at this point
Commits on Aug 30, 2022
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Show description for 6d791a9
pablogsal
authored
6d791a9
View commit details
Copy full SHA for 6d791a9
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Show description for e34c82a
pablogsal
authored
e34c82a
View commit details
Copy full SHA for e34c82a
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
gh-95853: Add script to automate WASM build (GH-95828)
Show description for 32ac98e
tiran
and
brettcannon
authored
32ac98e
View commit details
Copy full SHA for 32ac98e
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Show description for 4a1dd73
ericsnowcurrently
authored
4a1dd73
View commit details
Copy full SHA for 4a1dd73
View code at this point
Browse repository at this point
Commits on Jul 17, 2022
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
zooba
authored
044a593
View commit details
Copy full SHA for 044a593
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371)
markshannon
authored
544531d
View commit details
Copy full SHA for 544531d
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime. (GH-93843)
markshannon
authored
6f8875e
View commit details
Copy full SHA for 6f8875e
View code at this point
Browse repository at this point
Commits on Jun 19, 2022
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Show description for 27b9894
vstinner
authored
27b9894
View commit details
Copy full SHA for 27b9894
View code at this point
Browse repository at this point
Commits on May 27, 2022
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
kumaraditya303
authored
cb04a09
View commit details
Copy full SHA for cb04a09
View code at this point
Browse repository at this point
Commits on May 7, 2022
gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (#92428)
serhiy-storchaka
authored
bd030b6
View commit details
Copy full SHA for bd030b6
View code at this point
Browse repository at this point
Commits on May 5, 2022
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Show description for ada8b6d
vstinner
authored
ada8b6d
View commit details
Copy full SHA for ada8b6d
View code at this point
Browse repository at this point
Commits on Apr 23, 2022
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
tiran
authored
9b5ca54
View commit details
Copy full SHA for 9b5ca54
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
bpo-35134: Remove the Include/code.h header file (GH-32385)
Show description for 85addfb
vstinner
authored
85addfb
View commit details
Copy full SHA for 85addfb
View code at this point
Browse repository at this point
Commits on Apr 4, 2022
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Show description for 4216dce
methane
and
ericsnowcurrently
authored
4216dce
View commit details
Copy full SHA for 4216dce
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Show description for f0bc694
vstinner
authored
f0bc694
View commit details
Copy full SHA for f0bc694
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH-32055)
Show description for d7163bb
markshannon
authored
d7163bb
View commit details
Copy full SHA for d7163bb
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018)
Show description for 9087243
vstinner
authored
9087243
View commit details
Copy full SHA for 9087243
View code at this point
Browse repository at this point
bpo-46850: Remove _PyEval_SetAsyncGenFinalizer() (GH-32017)
Show description for 332b04b
vstinner
authored
332b04b
View commit details
Copy full SHA for 332b04b
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
corona10
authored
bb1c543
View commit details
Copy full SHA for bb1c543
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Show description for 87af12b
vstinner
authored
87af12b
View commit details
Copy full SHA for 87af12b
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Show description for 9bbdde2
vstinner
authored
9bbdde2
View commit details
Copy full SHA for 9bbdde2
View code at this point
Browse repository at this point
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
Show description for 1f45536
ericsnowcurrently
authored
1f45536
View commit details
Copy full SHA for 1f45536
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
bpo-46072: Merge dxpairs into py_stats. (GH-31197)
markshannon
authored
9c979d7
View commit details
Copy full SHA for 9c979d7
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55
vstinner
authored
1781d55
View commit details
Copy full SHA for 1781d55
View code at this point
Browse repository at this point
bpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eab
vstinner
authored
e9e3eab
View commit details
Copy full SHA for e9e3eab
View code at this point
Browse repository at this point
Commits on Jan 13, 2022
bpo-46328: Add sys.exception() (GH-30514)
iritkatriel
authored
c590b58
View commit details
Copy full SHA for c590b58
View code at this point
Browse repository at this point
Commits on Dec 10, 2021
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
Show description for 3f398a7
neonene
authored
3f398a7
View commit details
Copy full SHA for 3f398a7
View code at this point
Browse repository at this point
Commits on Dec 7, 2021
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879)
Show description for 8319114
markshannon
authored
8319114
View commit details
Copy full SHA for 8319114
View code at this point
Browse repository at this point
Commits on Nov 25, 2021
bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions. (GH-29627)
iritkatriel
authored
c456dfa
View commit details
Copy full SHA for c456dfa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL