Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a9df651eb4c18a07ec309df190419613e95cba7b
/
Include
a9df651
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
by Victor Stinner
· 6 years ago
d8b3a98
bpo-36187: Remove NamedStore. (GH-12167)
by Serhiy Storchaka
· 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
6dcb542
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
by Victor Stinner
· 6 years ago
cad1f74
bpo-36142: Add _PyPreConfig structure (GH-12172)
by Victor Stinner
· 6 years ago
4d61e6e
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
by Victor Stinner
· 6 years ago
f4b0a1c
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
by pxinwr
· 6 years ago
bcfa450
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003)
by Eric Snow
· 6 years ago
1f24a71
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
by Pablo Galindo
· 6 years ago
bda918bf
bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. (gh-12062)
by Eric Snow
· 6 years ago
91b9ecf
bpo-36142: Add preconfig.c (GH-12128)
by Victor Stinner
· 6 years ago
95e2cbf
bpo-36142: Move command line parsing to coreconfig.c (GH-12123)
by Victor Stinner
· 6 years ago
62be763
bpo-36142: Remove _PyMain structure (GH-12120)
by Victor Stinner
· 6 years ago
dfe8847
bpo-36142: Rework error reporting in pymain_main() (GH-12113)
by Victor Stinner
· 6 years ago
f684d83
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
by Victor Stinner
· 6 years ago
32f5fdd
bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968)
by pxinwr
· 6 years ago
f1b9abe
bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032)
by Sergey Fedoseev
· 6 years ago
b5853e2
Post v3.8.0a2
by Łukasz Langa
· 6 years ago
3025a7e
Merge tag 'v3.8.0a2'
by Łukasz Langa
· 6 years ago
234531b
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
by Sergey Fedoseev
· 6 years ago
a24107b
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
by Serhiy Storchaka
· 6 years ago
6a44f6e
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
by Serhiy Storchaka
· 6 years ago
23f4589
v3.8.0a2
by Łukasz Langa
· 6 years ago
ef4ac96
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617)
by Eric Snow
· 6 years ago
64d6cc8
bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-11530)
by Eric Snow
· 6 years ago
be3b295
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
by Eric Snow
· 6 years ago
38f11cc
bpo-1054041: Exit properly after an uncaught ^C. (#11862)
by Gregory P. Smith
· 6 years ago
ca7d293
Post 3.8.0a1
by Łukasz Langa
· 6 years ago
e75eeb0
v3.8.0a1
by Łukasz Langa
· 6 years ago
dcfcd14
bpo-35766: Merge typed_ast back into CPython (GH-11645)
by Guido van Rossum
· 6 years ago
8f59ee0
bpo-35224: PEP 572 Implementation (#10497)
by Emily Morehouse
· 6 years ago
ab67281
bpo-35713: Reorganize sys module initialization (GH-11658)
by Victor Stinner
· 6 years ago
6d43f6f
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
by Victor Stinner
· 6 years ago
bf4ac2d
bpo-35713: Rework Python initialization (GH-11647)
by Victor Stinner
· 6 years ago
9932a22
bpo-33416: Add end positions to Python AST (GH-11605)
by Ivan Levkivskyi
· 6 years ago
7a23680
bpo-35758: Fix building on ARM + MSVC (gh-11531)
by Minmin Gong
· 6 years ago
fdf282d
bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972)
by Eric Snow
· 6 years ago
4fa9591
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
by Serhiy Storchaka
· 6 years ago
387512c
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
by Gregory P. Smith
· 6 years ago
32d96a2
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
by Serhiy Storchaka
· 6 years ago
8ac6581
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370)
by Serhiy Storchaka
· 6 years ago
3e8f962
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620)
by Arthur Neufeld
· 6 years ago
bb86bf4
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
by Serhiy Storchaka
· 6 years ago
54ba556
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
by Victor Stinner
· 6 years ago
9bdd2de
bpo-35134: Don't define types twice in header files (GH-10754)
by Victor Stinner
· 6 years ago
f2a9d5c
bpo-35134: Create Include/cpython/pystate.h (GH-10733)
by Victor Stinner
· 6 years ago
ffedd9a
bpo-35134: Create Include/cpython/dictobject.h (GH-10732)
by Victor Stinner
· 6 years ago
dd12aa0
bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731)
by Victor Stinner
· 6 years ago
4060283
bpo-35134: Create Include/cpython/abstract.h (GH-10728)
by Victor Stinner
· 6 years ago
5a8c240
bpo-35134: Add Include/cpython/pyerrors.h (GH-10727)
by Victor Stinner
· 6 years ago
75e4699
bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680)
by Victor Stinner
· 6 years ago
6eb9966
bpo-35134: Create Include/cpython/object.h (GH-10679)
by Victor Stinner
· 6 years ago
59423e3
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
by Victor Stinner
· 6 years ago
df108dc
Add assertion to _PyTuple_CAST(op) (GH-10712)
by Victor Stinner
· 6 years ago
ec13b93
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
by Victor Stinner
· 6 years ago
8ac6539
bpo-35081: Add _PyTuple_CAST() (GH-10704)
by Victor Stinner
· 6 years ago
e421106
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
by Victor Stinner
· 6 years ago
b509d52
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
by Victor Stinner
· 6 years ago
353933e
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
by Victor Stinner
· 6 years ago
3bb183d
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
by Victor Stinner
· 6 years ago
4d73ae7
bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655)
by Victor Stinner
· 6 years ago
2ff8fb7
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
by Victor Stinner
· 6 years ago
271753a
bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643)
by Victor Stinner
· 6 years ago
f1d002c
bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
by Victor Stinner
· 6 years ago
bcda8f1
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
by Victor Stinner
· 6 years ago
3e21ad1
bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626)
by Victor Stinner
· 6 years ago
02e6bf7
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
by Victor Stinner
· 6 years ago
177a41a
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860)
by Steve Dower
· 6 years ago
01de89c
bpo-35233: InitConfigTests tests more config vars (GH-10541)
by Victor Stinner
· 6 years ago
a757649
bpo-35230: dict: Remove some macros (GH-10513)
by INADA Naoki
· 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
1a6be91
bpo-35081: Make some _PyGC macros internal (GH-10507)
by Victor Stinner
· 6 years ago
0d12672
bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416)
by Paul Ganssle
· 6 years ago
3015fb8
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
by Gregory P. Smith
· 6 years ago
1584a00
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
by Gregory P. Smith
· 6 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 6 years ago
5f2df88
bpo-35177: Add dependencies between header files (GH-10361)
by Victor Stinner
· 6 years ago
d17a693
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
by Victor Stinner
· 6 years ago
130893d
bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)
by Victor Stinner
· 6 years ago
9fc57a3
bpo-35081: Add pycore_fileutils.h (GH-10371)
by Victor Stinner
· 6 years ago
5ed6995
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
by Victor Stinner
· 6 years ago
6531bf6
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
by Rémi Lapeyre
· 6 years ago
e2ed5ad
bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
by Alexey Izbyshev
· 6 years ago
a1c249c
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
by Victor Stinner
· 6 years ago
e281f7d
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
by Victor Stinner
· 6 years ago
50b4857
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
by Victor Stinner
· 6 years ago
27e2d1f
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
by Victor Stinner
· 6 years ago
2be00d9
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
by Victor Stinner
· 6 years ago
31368a4
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
by Victor Stinner
· 6 years ago
9204fb8
bpo-35081: Cleanup pystate.c and pystate.h (GH-10240)
by Victor Stinner
· 6 years ago
3c09dca
bpo-35059: Convert _Py_Dealloc() to static inline function (GH-10223)
by Victor Stinner
· 6 years ago
e1b2995
bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236)
by Victor Stinner
· 6 years ago
905f1ac
bpo-34523: Fix config_init_fs_encoding() for ASCII (GH-10232)
by Victor Stinner
· 6 years ago
3e429dc
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
by Serhiy Storchaka
· 6 years ago
541497e
bpo-35059: Convert Py_XINCREF() to static inline function (GH-10224)
by Victor Stinner
· 6 years ago
542497a
bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
by Victor Stinner
· 6 years ago
2aaf0c1
bpo-35059: Convert Py_INCREF() to static inline function (GH-10079)
by Victor Stinner
· 6 years ago
49c75a8
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152)
by Pablo Galindo
· 6 years ago
Next »