FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/preconfig.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
preconfig.c
on
doc-link-https
User selector
Datepicker
Commit history
Commits on Jun 17, 2022
gh-77782: Deprecate global configuration variable (#93943)
Show description for 0ff626f
vstinner
authored
0ff626f
View commit details
Copy full SHA for 0ff626f
View code at this point
Browse repository at this point
Commits on May 27, 2022
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Show description for caa279d
ericsnowcurrently
authored
caa279d
View commit details
Copy full SHA for caa279d
View code at this point
Browse repository at this point
Commits on May 24, 2022
gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)
Show description for 32b7bcf
vstinner
authored
32b7bcf
View commit details
Copy full SHA for 32b7bcf
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Show description for aac29af
vstinner
authored
aac29af
View commit details
Copy full SHA for aac29af
View code at this point
Browse repository at this point
Commits on Sep 27, 2021
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Show description for ae7839b
ericsnowcurrently
authored
ae7839b
View commit details
Copy full SHA for ae7839b
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Show description for 4827483
methane
authored
4827483
View commit details
Copy full SHA for 4827483
View code at this point
Browse repository at this point
Commits on Nov 2, 2020
bpo-42236: Enhance init and encoding documentation (GH-23109)
Show description for 4b9aad4
vstinner
authored
4b9aad4
View commit details
Copy full SHA for 4b9aad4
View code at this point
Browse repository at this point
Commits on Jun 10, 2020
_PyPreConfig_Read() decodes argv at each iteration (GH-20786)
Show description for 8eb4aea
vstinner
authored
8eb4aea
View commit details
Copy full SHA for 8eb4aea
View code at this point
Browse repository at this point
Commits on May 5, 2020
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
Show description for c5fa364
vstinner
authored
c5fa364
View commit details
Copy full SHA for c5fa364
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Show description for 4f98f46
vstinner
authored
4f98f46
View commit details
Copy full SHA for 4f98f46
View code at this point
Browse repository at this point
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
vstinner
authored
d9ea5ca
View commit details
Copy full SHA for d9ea5ca
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
vstinner
authored
e5014be
View commit details
Copy full SHA for e5014be
View code at this point
Browse repository at this point
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Show description for 4a3fe08
vstinner
authored
4a3fe08
View commit details
Copy full SHA for 4a3fe08
View code at this point
Browse repository at this point
Commits on Oct 1, 2019
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Show description for 3c30a76
vstinner
authored
3c30a76
View commit details
Copy full SHA for 3c30a76
View code at this point
Browse repository at this point
Commits on Sep 29, 2019
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Show description for fb4ae15
vstinner
authored
fb4ae15
View commit details
Copy full SHA for fb4ae15
View code at this point
Browse repository at this point
Commits on Sep 28, 2019
bpo-38304: Add PyConfig.struct_size (GH-16451)
Show description for 441b10c
vstinner
authored
441b10c
View commit details
Copy full SHA for 441b10c
View code at this point
Browse repository at this point
Commits on May 27, 2019
bpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5
vstinner
authored
331a6a5
View commit details
Copy full SHA for 331a6a5
View code at this point
Browse repository at this point
Commits on May 23, 2019
bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518)
Show description for 20e1e25
vstinner
authored
20e1e25
View commit details
Copy full SHA for 20e1e25
View code at this point
Browse repository at this point
Commits on May 22, 2019
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Show description for 022be02
vstinner
authored
022be02
View commit details
Copy full SHA for 022be02
View code at this point
Browse repository at this point
Commits on May 20, 2019
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)
Show description for 0f72147
vstinner
authored
0f72147
View commit details
Copy full SHA for 0f72147
View code at this point
Browse repository at this point
bpo-36763: Fix Python preinitialization (GH-13432)
Show description for 6d1c467
vstinner
authored
6d1c467
View commit details
Copy full SHA for 6d1c467
View code at this point
Browse repository at this point
Commits on May 18, 2019
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Show description for bab0db6
vstinner
authored
bab0db6
View commit details
Copy full SHA for bab0db6
View code at this point
Browse repository at this point
Commits on May 17, 2019
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Show description for b594784
vstinner
authored
b594784
View commit details
Copy full SHA for b594784
View code at this point
Browse repository at this point
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
Show description for bcfbbd7
vstinner
authored
bcfbbd7
View commit details
Copy full SHA for bcfbbd7
View code at this point
Browse repository at this point
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Show description for cab5d07
vstinner
authored
cab5d07
View commit details
Copy full SHA for cab5d07
View code at this point
Browse repository at this point
bpo-36763: Add PyMemAllocatorName (GH-13387)
Show description for b16b4e4
vstinner
authored
b16b4e4
View commit details
Copy full SHA for b16b4e4
View code at this point
Browse repository at this point
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
Show description for 870b035
vstinner
authored
870b035
View commit details
Copy full SHA for 870b035
View code at this point
Browse repository at this point
Commits on May 2, 2019
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Show description for 709d23d
vstinner
authored
709d23d
View commit details
Copy full SHA for 709d23d
View code at this point
Browse repository at this point
Commits on May 1, 2019
bpo-36763: Rework _PyInitError API (GH-13031)
Show description for db71975
vstinner
authored
db71975
View commit details
Copy full SHA for db71975
View code at this point
Browse repository at this point
Commits on Apr 5, 2019
bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695)
Show description for 6a8c313
vstinner
authored
6a8c313
View commit details
Copy full SHA for 6a8c313
View code at this point
Browse repository at this point
Commits on Mar 27, 2019
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Show description for d929f18
vstinner
authored
d929f18
View commit details
Copy full SHA for d929f18
View code at this point
Browse repository at this point
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
vstinner
authored
5ac27a5
View commit details
Copy full SHA for 5ac27a5
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Show description for f8ba6f5
vstinner
authored
f8ba6f5
View commit details
Copy full SHA for f8ba6f5
View code at this point
Browse repository at this point
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Show description for 2000495
vstinner
authored
2000495
View commit details
Copy full SHA for 2000495
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
bpo-36301: Add _Py_GetEnv() function (GH-12542)
Show description for f78a5e9
vstinner
authored
f78a5e9
View commit details
Copy full SHA for f78a5e9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL