FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/initconfig.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
initconfig.c
on
3.13
User selector
Datepicker
Commit history
Commits on Mar 25, 2026
[3.13] gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure (GH-146246) (GH-146433)
Show description for fc4b422
miss-islington
and
Wulian233
authored
fc4b422
View commit details
Copy full SHA for fc4b422
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
[3.13] gh-145990: sort --help-env first section by name (others and xoptions already sorted) (GH-146003)
Show description for 102cd61
gpshead
authored
102cd61
View commit details
Copy full SHA for 102cd61
View code at this point
Browse repository at this point
Commits on Dec 25, 2025
[3.13] gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136) (GH-143168)
Show description for e132893
StanFromIreland
authored
e132893
View commit details
Copy full SHA for e132893
View code at this point
Browse repository at this point
Commits on Mar 28, 2025
[3.13] gh-131818: Add imply `-P` in `-I`'s help message (GH-131819) (#131822)
Show description for 5547c89
miss-islington
and
bebound
authored
5547c89
View commit details
Copy full SHA for 5547c89
View code at this point
Browse repository at this point
Commits on Mar 13, 2025
[3.13] gh-130940: Remove PyConfig.use_system_logger (#131129)
Show description for 589f422
freakboy3742
authored
589f422
View commit details
Copy full SHA for 589f422
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556)
Show description for 7c1b76f
serhiy-storchaka
authored
7c1b76f
View commit details
Copy full SHA for 7c1b76f
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
[3.13] Update manpage environment variables and command line arguments (GH-129623) (#130078)
Show description for 9e23e0a
authored
9e23e0a
View commit details
Copy full SHA for 9e23e0a
View code at this point
Browse repository at this point
Commits on Dec 9, 2024
[3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754)
Show description for 075c41d
freakboy3742
authored
075c41d
View commit details
Copy full SHA for 075c41d
View code at this point
Browse repository at this point
Commits on Sep 6, 2024
[3.13] gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (gh-123276) (gh-123753)
Show description for 92b9c44
miss-islington
and
ZeroIntensity
authored
92b9c44
View commit details
Copy full SHA for 92b9c44
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693)
hugovk
authored
0485922
View commit details
Copy full SHA for 0485922
View code at this point
Browse repository at this point
Commits on May 6, 2024
gh-118518: Correct type of perf_profiling in config (#118646)
pablogsal
authored
09871c9
View commit details
Copy full SHA for 09871c9
View code at this point
Browse repository at this point
Commits on May 5, 2024
gh-118518: Allow perf to work without frame pointers (#112254)
pablogsal
authored
1b22d80
View commit details
Copy full SHA for 1b22d80
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Show description for f341d60
ericsnowcurrently
authored
f341d60
View commit details
Copy full SHA for f341d60
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
gh-117041: Add "-X gil" in the Python CLI help (GH-117042)
serhiy-storchaka
authored
2d17309
View commit details
Copy full SHA for 2d17309
View code at this point
Browse repository at this point
gh-90300: Improve the Python CLI help output (GH-115853)
Show description for b85572c
authored
b85572c
View commit details
Copy full SHA for b85572c
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765)
serhiy-storchaka
authored
19ac28b
View commit details
Copy full SHA for 19ac28b
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
gh-90300: Document equivalent -X options for envvars in the Python CLI help (GH-116756)
serhiy-storchaka
authored
8c6db45
View commit details
Copy full SHA for 8c6db45
View code at this point
Browse repository at this point
gh-90300: Sort the -X options and some envvars in the Python CLI help (GH-116739)
serhiy-storchaka
authored
e54bdea
View commit details
Copy full SHA for e54bdea
View code at this point
Browse repository at this point
gh-90300: Fix cmdline.rst (GH-116721)
Show description for 33662d4
serhiy-storchaka
authored
33662d4
View commit details
Copy full SHA for 33662d4
View code at this point
Browse repository at this point
Commits on Mar 11, 2024
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Show description for 2731913
swtaarrs
authored
2731913
View commit details
Copy full SHA for 2731913
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Show description for 2b37996
vstinner
authored
2b37996
View commit details
Copy full SHA for 2b37996
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
gh-90300: Reformat the Python CLI help output (GH-93415)
serhiy-storchaka
authored
2e92ffd
View commit details
Copy full SHA for 2e92ffd
View code at this point
Browse repository at this point
Commits on Jan 8, 2024
gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798)
Show description for e5d0316
hugovk
and
serhiy-storchaka
authored
e5d0316
View commit details
Copy full SHA for e5d0316
View code at this point
Browse repository at this point
Commits on Jan 7, 2024
gh-73965: New environment variable PYTHON_HISTORY (#13208)
Show description for f19b93f
authored
f19b93f
View commit details
Copy full SHA for f19b93f
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
gh-112730: Use color to highlight error locations (gh-112732)
Show description for 16448ca
pablogsal
and
ambv
authored
16448ca
View commit details
Copy full SHA for 16448ca
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_modules`. (#111411)
Show description for 45a36d5
yilei
and
hugovk
authored
45a36d5
View commit details
Copy full SHA for 45a36d5
View code at this point
Browse repository at this point
Commits on Oct 14, 2023
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
ambv
authored
84b7e9e
View commit details
Copy full SHA for 84b7e9e
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Show description for 0362cbf
authored
0362cbf
View commit details
Copy full SHA for 0362cbf
View code at this point
Browse repository at this point
Commits on Oct 2, 2023
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Show description for a040a32
ericsnowcurrently
authored
a040a32
View commit details
Copy full SHA for a040a32
View code at this point
Browse repository at this point
Commits on Sep 30, 2023
gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)
Show description for f3bb00e
vstinner
authored
f3bb00e
View commit details
Copy full SHA for f3bb00e
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
gh-108753: Enhance pystats (#108754)
Show description for a0773b8
vstinner
and
mdboom
authored
a0773b8
View commit details
Copy full SHA for a0773b8
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Show description for b936cf4
vstinner
authored
b936cf4
View commit details
Copy full SHA for b936cf4
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Show description for b32d4ca
vstinner
authored
b32d4ca
View commit details
Copy full SHA for b32d4ca
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
gh-108308: config_dict_get() uses PyDict_GetItemRef() (#108371)
Show description for ec3527d
vstinner
authored
ec3527d
View commit details
Copy full SHA for ec3527d
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Show description for 615f6e9
vstinner
authored
615f6e9
View commit details
Copy full SHA for 615f6e9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL