Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d7d607c000a28432f87d24d2a5a9315c51017041
/
Include
adc0e31
Post v3.8.0b3
by Łukasz Langa
· 5 years ago
4336222
Python 3.8.0b3
by Łukasz Langa
· 5 years ago
bf8e82f
[3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782)
by Jeroen Demeyer
· 5 years ago
cf9a63c
bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778)
by Miss Islington (bot)
· 5 years ago
50dc82e
Post v3.8.0b2
by Łukasz Langa
· 5 years ago
21dd01d
Python 3.8.0b2
by Łukasz Langa
· 5 years ago
96f581c
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
by Miss Islington (bot)
· 5 years ago
cb083f7
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505)
by Miss Islington (bot)
· 5 years ago
323e743
bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467)
by Steve Dower
· 6 years ago
d917cfe
[3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)
by Jeroen Demeyer
· 6 years ago
8cb8d5d
bpo-37189: Export old PyRun_XXX() functions (GH-14142)
by Miss Islington (bot)
· 6 years ago
886d83e
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
by Miss Islington (bot)
· 6 years ago
032bf30
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
by Miss Islington (bot)
· 6 years ago
92e836c
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
by Miss Islington (bot)
· 6 years ago
c9ca96d
bpo-37160: Thread native ID NetBSD support (GH-13835)
by Miss Islington (bot)
· 6 years ago
9689f80
bpo-37191: Avoid declaration-after-statement in header included from Python.h (GH-13887)
by Petr Viktorin
· 6 years ago
267a389
Post v3.8.0b1
by Łukasz Langa
· 6 years ago
3b5deb0
Python 3.8.0b1
by Łukasz Langa
· 6 years ago
0fd2c30
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
by Victor Stinner
· 6 years ago
e225beb
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780)
by Victor Stinner
· 6 years ago
0b9956e
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
by David Carlier
· 6 years ago
91234a1
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
by Inada Naoki
· 6 years ago
6a150bc
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)
by Eric Snow
· 6 years ago
396e0a8
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
by Eric Snow
· 6 years ago
37788bc
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
by Jeroen Demeyer
· 6 years ago
c145f3b
bpo-36974: remove _PyObject_HasFastCall (GH-13460)
by Jeroen Demeyer
· 6 years ago
ada319b
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
by Antoine Pitrou
· 6 years ago
0c2f930
bpo-22385: Support output separators in hex methods. (#13578)
by Gregory P. Smith
· 6 years ago
aacc77f
bpo-36974: implement PEP 590 (GH-13185)
by Jeroen Demeyer
· 6 years ago
4154069
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
by Dino Viehland
· 6 years ago
33ce3f0
Fix comments in initconfig.h (GH-13636)
by MandarJKulkarni
· 6 years ago
3c8724f
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
by Zackery Spytz
· 6 years ago
eb65e24
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
by Jeroen Demeyer
· 6 years ago
3880f26
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
by Matthias Bussonnier
· 6 years ago
cd590a7
bpo-1230540: Add threading.excepthook() (GH-13515)
by Victor Stinner
· 6 years ago
6f6ff8a
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597)
by Eric V. Smith
· 6 years ago
331a6a5
bpo-36763: Implement the PEP 587 (GH-13592)
by Victor Stinner
· 6 years ago
71c52e3
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
by Victor Stinner
· 6 years ago
91f4380
bpo-36785: PEP 574 implementation (GH-7076)
by Antoine Pitrou
· 6 years ago
438a12d
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
by Victor Stinner
· 6 years ago
b3a9843
Support Py_UNUSED() on clang (GH-13544)
by Victor Stinner
· 6 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 6 years ago
df22c03
bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507)
by Victor Stinner
· 6 years ago
022be02
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
by Victor Stinner
· 6 years ago
b121f63
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
by Jake Tesler
· 6 years ago
933e150
bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)
by Michael J. Sullivan
· 6 years ago
ef9d9b6
bpo-36829: Add sys.unraisablehook() (GH-13187)
by Victor Stinner
· 6 years ago
565b4f1
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
by Matthias Bussonnier
· 6 years ago
d12e757
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458)
by Victor Stinner
· 6 years ago
0f72147
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)
by Victor Stinner
· 6 years ago
6d1c467
bpo-36763: Fix Python preinitialization (GH-13432)
by Victor Stinner
· 6 years ago
ed48866
bpo-35134: Split traceback.h header (GH-13430)
by Victor Stinner
· 6 years ago
a5119e7
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
by Serhiy Storchaka
· 6 years ago
410759f
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
by Victor Stinner
· 6 years ago
bab0db6
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
by Victor Stinner
· 6 years ago
b594784
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
by Victor Stinner
· 6 years ago
871ff77
bpo-36763: Add _PyInitError functions (GH-13395)
by Victor Stinner
· 6 years ago
1208328
bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390)
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
870b035
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
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
dbacfc2
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
by Victor Stinner
· 6 years ago
410b85a
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
by Victor Stinner
· 6 years ago
d5d9e81
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
by Victor Stinner
· 6 years ago
4959c33
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
by Jake Tesler
· 6 years ago
09532fe
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
by Victor Stinner
· 6 years ago
86ea581
bpo-36737: Use the module state C-API for warnings. (gh-13159)
by Eric Snow
· 6 years ago
351c674
bpo-35983: skip trashcan for subclasses (GH-11841)
by Jeroen Demeyer
· 6 years ago
9a4135e
bpo-36817: Add f-string debugging using '='. (GH-13123)
by Eric V. Smith
· 6 years ago
14987d4
Post v3.8.0a4
by Łukasz Langa
· 6 years ago
c1004b8
Python 3.8.0a4
by Łukasz Langa
· 6 years ago
c664b34
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
by Victor Stinner
· 6 years ago
4631da1
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
by Victor Stinner
· 6 years ago
70005ac
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
by Victor Stinner
· 6 years ago
709d23d
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
by Victor Stinner
· 6 years ago
373893c
bpo-36763: Add _PyCoreConfig._config_version (GH-13065)
by Victor Stinner
· 6 years ago
43fc3bb
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
by Victor Stinner
· 6 years ago
e251095
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
by Victor Stinner
· 6 years ago
cb9fbd3
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
by Victor Stinner
· 6 years ago
1a9f0d8
bpo-36763: Add _PyCoreConfig_SetString() (GH-13035)
by Victor Stinner
· 6 years ago
db71975
bpo-36763: Rework _PyInitError API (GH-13031)
by Victor Stinner
· 6 years ago
5f38b84
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
by Victor Stinner
· 6 years ago
8c77b8c
bpo-36540: PEP 570 -- Implementation (GH-12701)
by Pablo Galindo
· 6 years ago
99fcc61
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
by Victor Stinner
· 6 years ago
b36e5d6
bpo-36356: Destroy the GIL at exit (GH-12453)
by Victor Stinner
· 6 years ago
6d13e5b
bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973)
by Victor Stinner
· 6 years ago
4cb525a
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
by Victor Stinner
· 6 years ago
87d23a0
bpo-36724: Add _PyWarnings_Fini() (#12963)
by Victor Stinner
· 6 years ago
9db0324
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
by Victor Stinner
· 6 years ago
f4e4703
bpo-36465: Make release and debug ABI compatible (GH-12615)
by Victor Stinner
· 6 years ago
4312522
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
by Victor Stinner
· 6 years ago
8e91c24
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
by Victor Stinner
· 6 years ago
b930a2d
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
by Victor Stinner
· 6 years ago
8bb3230
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
by Victor Stinner
· 6 years ago
09415ff
fix warnings by adding more const (GH-12924)
by Inada Naoki
· 6 years ago
Next »