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
/
initconfig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] gh-102567: Add missing newline to `--help-all` (GH-136391) (GH-136403)
Miss Islington (bot)
2025-07-08
1
-1/+1
*
[3.14] gh-133336: Remove comment about reserved -J in ``initconfig.c`` (GH-13...
Miss Islington (bot)
2025-05-10
1
-2/+0
*
gh-102567: Add -X importtime=2 for logging an importtime message for already-...
Noah Kim
2025-05-06
1
-7/+43
*
gh-107954: Add audit event to PyConfig_Set() (#132958)
Victor Stinner
2025-04-25
1
-0/+4
*
gh-107954: Allow setting cpu_count in PyConfig_Set() (#132954)
Victor Stinner
2025-04-25
1
-7/+23
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-0/+97
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
1
-0/+35
*
gh-131818: Add imply `-P` in `-I`'s help message (#131819)
Hang
2025-03-28
1
-1/+1
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
1
-0/+1
*
gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable ...
Russell Keith-Magee
2025-03-13
1
-3/+12
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
1
-16/+9
*
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross
2025-02-20
1
-26/+48
*
Update manpage environment variables and command line arguments (#129623)
Stefano Rivera
2025-02-12
1
-0/+2
*
gh-126925: Make PyConfig.use_system_logger read-only (#129124)
Victor Stinner
2025-01-21
1
-1/+1
*
gh-126925: Modify how iOS test results are gathered (#127592)
Russell Keith-Magee
2024-12-09
1
-0/+15
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
1
-2/+47
*
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
RUANG (Roy James)
2024-10-15
1
-0/+3
*
gh-107954: Fix configuration type for the perf profiler (#124636)
Pablo Galindo Salgado
2024-09-27
1
-1/+1
*
gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (...
Peter Bierma
2024-09-05
1
-4/+8
*
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner
2024-09-04
1
-0/+35
*
gh-107954, PEP 741: Adjust Python initialization config (#123663)
Victor Stinner
2024-09-04
1
-3/+9
*
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner
2024-09-03
1
-8/+485
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
1
-125/+769
*
gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)
devdanzin
2024-06-18
1
-0/+17
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
1
-2/+2
*
gh-118518: Correct type of perf_profiling in config (#118646)
Pablo Galindo Salgado
2024-05-06
1
-1/+1
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
1
-0/+14
*
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow
2024-04-02
1
-22/+3
*
gh-117041: Add "-X gil" in the Python CLI help (GH-117042)
Serhiy Storchaka
2024-03-19
1
-0/+5
*
gh-90300: Improve the Python CLI help output (GH-115853)
Serhiy Storchaka
2024-03-19
1
-78/+40
*
gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765)
Serhiy Storchaka
2024-03-14
1
-0/+3
*
gh-90300: Document equivalent -X options for envvars in the Python CLI help (...
Serhiy Storchaka
2024-03-13
1
-29/+31
*
gh-90300: Sort the -X options and some envvars in the Python CLI help (GH-116...
Serhiy Storchaka
2024-03-13
1
-40/+43
*
gh-90300: Fix cmdline.rst (GH-116721)
Serhiy Storchaka
2024-03-13
1
-2/+2
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
1
-0/+45
*
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner
2024-03-06
1
-40/+50
*
gh-90300: Reformat the Python CLI help output (GH-93415)
Serhiy Storchaka
2024-02-23
1
-108/+106
*
gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798)
Hugo van Kemenade
2024-01-08
1
-1/+1
*
gh-73965: New environment variable PYTHON_HISTORY (#13208)
Zackery Spytz
2024-01-07
1
-0/+1
*
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado
2023-12-06
1
-0/+2
*
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...
Yilei Yang
2023-11-01
1
-1/+17
*
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
Ćukasz Langa
2023-10-14
1
-0/+54
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-1/+57
*
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Eric Snow
2023-10-02
1
-0/+3
*
gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)
Victor Stinner
2023-09-30
1
-320/+257
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
1
-2/+32
*
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner
2023-09-01
1
-7/+20
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
1
-1/+1
*
gh-108308: config_dict_get() uses PyDict_GetItemRef() (#108371)
Victor Stinner
2023-08-23
1
-6/+19
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
1
-0/+1
[next]