Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b76302ddd0896cb39ce69909349b53db6e7776e2
/
Programs
331a6a5
bpo-36763: Implement the PEP 587 (GH-13592)
by Victor Stinner
· 6 years ago
cccc11b
Fix warning in _testembed.c (GH-13533)
by Pablo Galindo
· 6 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 6 years ago
20e1e25
bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518)
by Victor Stinner
· 6 years ago
5edcf26
bpo-36763: Rename private Python initialization functions (GH-13511)
by Victor Stinner
· 6 years ago
022be02
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
by Victor Stinner
· 6 years ago
425717f
bpo-36763: Fix encoding/locale tests in test_embed (GH-13443)
by Victor Stinner
· 6 years ago
6d1c467
bpo-36763: Fix Python preinitialization (GH-13432)
by Victor Stinner
· 6 years ago
bab0db6
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
by Victor Stinner
· 6 years ago
871ff77
bpo-36763: Add _PyInitError functions (GH-13395)
by Victor Stinner
· 6 years ago
bcfbbd7
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
by Victor Stinner
· 6 years ago
cab5d07
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
by Victor Stinner
· 6 years ago
b16b4e4
bpo-36763: Add PyMemAllocatorName (GH-13387)
by Victor Stinner
· 6 years ago
fed02e1
bpo-36763: Remove _PyCoreConfig.program (GH-13373)
by Victor Stinner
· 6 years ago
54b43bb
bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363)
by Victor Stinner
· 6 years ago
9ef5dca
bpo-36763: Add _Py_InitializeMain() (GH-13362)
by Victor Stinner
· 6 years ago
ae239f6
bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)
by Victor Stinner
· 6 years ago
5eb8b07
bpo-36763: InitConfigTests tests all core config (GH-13331)
by Victor Stinner
· 6 years ago
91c9987
bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275)
by Victor Stinner
· 6 years ago
1a2252e
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
by Zackery Spytz
· 6 years ago
4631da1
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
by Victor Stinner
· 6 years ago
709d23d
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
by Victor Stinner
· 6 years ago
cb9fbd3
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
by Victor Stinner
· 6 years ago
23bace2
bpo-36635: Add _testinternalcapi module (GH-12841)
by Victor Stinner
· 6 years ago
2f54908
bpo-36471: Add _Py_RunMain() (GH-12618)
by Victor Stinner
· 6 years ago
d929f18
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
by Victor Stinner
· 6 years ago
5ac27a5
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
by Victor Stinner
· 6 years ago
484f20d
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
by Victor Stinner
· 6 years ago
6da20a4
bpo-36301: Test Python init with isolated (GH-12569)
by Victor Stinner
· 6 years ago
f8ba6f5
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
by Victor Stinner
· 6 years ago
2000495
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
by Victor Stinner
· 6 years ago
1075d16
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
by Victor Stinner
· 6 years ago
74f6568
bpo-36301: Add _PyWstrList structure (GH-12343)
by Victor Stinner
· 6 years ago
25d13f3
bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)
by Victor Stinner
· 6 years ago
a9df651
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
by Victor Stinner
· 6 years ago
b35be4b
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
by Victor Stinner
· 6 years ago
5a02e0d
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
by Victor Stinner
· 6 years ago
cad1f74
bpo-36142: Add _PyPreConfig structure (GH-12172)
by Victor Stinner
· 6 years ago
dfe8847
bpo-36142: Rework error reporting in pymain_main() (GH-12113)
by Victor Stinner
· 6 years ago
be3b295
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
by Eric Snow
· 6 years ago
01de89c
bpo-35233: InitConfigTests tests more config vars (GH-10541)
by Victor Stinner
· 6 years ago
7ddd56f
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
by Victor Stinner
· 6 years ago
00b137c
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
by Victor Stinner
· 6 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 6 years ago
a1c249c
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
by Victor Stinner
· 6 years ago
06e7608
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
by Victor Stinner
· 6 years ago
79d1c2e
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
by Serhiy Storchaka
· 6 years ago
7a0791b
bpo-34589: C locale coercion off by default (GH-9073)
by Victor Stinner
· 6 years ago
188ebfa
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
by Victor Stinner
· 6 years ago
3d4226a
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
by Victor Stinner
· 6 years ago
b2457ef
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
by Victor Stinner
· 6 years ago
dfe0dc7
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)
by Victor Stinner
· 6 years ago
9e4994d
bpo-34485: Enhance init_sys_streams() (GH-8978)
by Victor Stinner
· 6 years ago
5a953fd
bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658)
by Victor Stinner
· 6 years ago
caba55b
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
by Victor Stinner
· 6 years ago
80b762f
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
by Victor Stinner
· 6 years ago
ea68d83
bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)
by Victor Stinner
· 6 years ago
9851227
bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)
by Victor Stinner
· 6 years ago
b75d7e2
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
by Victor Stinner
· 6 years ago
56b29b6
bpo-34170, test_embed: write Py_Initialize() tests (GH-8484)
by Victor Stinner
· 6 years ago
d145775
bpo-34170: Cleanup pymain_read_conf() (GH-8476)
by Victor Stinner
· 6 years ago
1dc6e39
bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
by Victor Stinner
· 6 years ago
fb47bca
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
by Victor Stinner
· 6 years ago
209abf7
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
by Victor Stinner
· 7 years ago
69f5c73
bpo-33182: Fix pointer types in _testembed (GH-6310)
by Nick Coghlan
· 7 years ago
bc77eff
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
by Nick Coghlan
· 7 years ago
776407f
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
by Marcel Plch
· 7 years ago
6efcb6d
bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)
by Victor Stinner
· 7 years ago
9454060
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
by Victor Stinner
· 7 years ago
91106cd
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
by Victor Stinner
· 7 years ago
b4d1e1f
bpo-20891: Fix PyGILState_Ensure() (#4650)
by Victor Stinner
· 7 years ago
5d39e04
bpo-32030: Rework memory allocators (#4625)
by Victor Stinner
· 7 years ago
4274609
bpo-32096: Ensure new embedding test can find the encodings module (GH-4566)
by Nick Coghlan
· 7 years ago
9e87e77
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
by Victor Stinner
· 7 years ago
f7e5b56
bpo-32030: Split Py_Main() into subfunctions (#4399)
by Victor Stinner
· 7 years ago
1588be6
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
by xdegaye
· 7 years ago
031c4bf
bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecycle.h (GH-4134)
by Erik Bray
· 7 years ago
13ad3b7
bpo-31462: Remove trailing whitespaces. (#3564)
by Serhiy Storchaka
· 7 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 7 years ago
6ea4186
bpo-28180: Implementation for PEP 538 (#659)
by Nick Coghlan
· 8 years ago
d1c3c13
bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791)
by Eric Snow
· 8 years ago
e377416
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
by Eric Snow
· 8 years ago
ea74f0c
Issue #24932: Use proper command line parsing in _testembed
by Steve Dower
· 8 years ago
a439191
Fix some warnings from MSVC
by Steve Dower
· 8 years ago
1cce732
Issue #27713: merge from 3.5
by Ned Deily
· 8 years ago
17cfc86
Issue #27713: Surpress spurious build warnings when updating importlib's
by Ned Deily
· 8 years ago
939231b
Issue #27736: Improve the existing embedded interpreter init/fini test
by Ned Deily
· 8 years ago
abe4d52
Merge doc and comment fixes from 3.5
by Martin Panter
· 9 years ago
8f26565
Fix spelling (inital), grammar (may translates) in documentation, comments
by Martin Panter
· 9 years ago
34be807
Add PYTHONMALLOC env var
by Victor Stinner
· 9 years ago
7172f50
Replace fpgetmask() with fedisableexcept()
by Victor Stinner
· 9 years ago
3350700
Remove an unnecessary flag.
by Eric Snow
· 10 years ago
32439d6
Issue #23911: Move path-based bootstrap code to a separate frozen module.
by Eric Snow
· 10 years ago
e134a7f
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
by Victor Stinner
· 10 years ago
b48af34
Silenced minor GCC warnings.
by Serhiy Storchaka
· 10 years ago
f2f373f
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
by Steve Dower
· 10 years ago
da8cef4
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
by Berker Peksag
· 10 years ago
f6a271a
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
by Victor Stinner
· 10 years ago
973fe0b
Issue #18093: Factor out the programs that embed the runtime
by Nick Coghlan
· 10 years ago