index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
Gregory P. Smith
2018-12-30
1
-0/+10
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
1
-0/+2
*
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...
Serhiy Storchaka
2018-12-22
1
-8/+3
*
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620)
Arthur Neufeld
2018-12-20
1
-0/+2
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
2
-4/+3
*
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
Victor Stinner
2018-11-28
2
-33/+41
*
bpo-35134: Don't define types twice in header files (GH-10754)
Victor Stinner
2018-11-27
2
-29/+36
*
bpo-35134: Create Include/cpython/pystate.h (GH-10733)
Victor Stinner
2018-11-26
2
-281/+275
*
bpo-35134: Create Include/cpython/dictobject.h (GH-10732)
Victor Stinner
2018-11-26
2
-119/+124
*
bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731)
Victor Stinner
2018-11-26
2
-97/+102
*
bpo-35134: Create Include/cpython/abstract.h (GH-10728)
Victor Stinner
2018-11-26
2
-281/+285
*
bpo-35134: Add Include/cpython/pyerrors.h (GH-10727)
Victor Stinner
2018-11-26
2
-168/+182
*
bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680)
Victor Stinner
2018-11-26
2
-1286/+1251
*
bpo-35134: Create Include/cpython/object.h (GH-10679)
Victor Stinner
2018-11-26
2
-485/+460
*
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
Victor Stinner
2018-11-26
1
-3/+3
*
Add assertion to _PyTuple_CAST(op) (GH-10712)
Victor Stinner
2018-11-26
1
-2/+2
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
2
-4/+18
*
bpo-35081: Add _PyTuple_CAST() (GH-10704)
Victor Stinner
2018-11-25
1
-4/+7
*
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Victor Stinner
2018-11-23
2
-105/+116
*
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Victor Stinner
2018-11-23
1
-2/+8
*
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
Victor Stinner
2018-11-23
1
-0/+8
*
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner
2018-11-22
1
-1/+1
*
bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655)
Victor Stinner
2018-11-22
1
-1/+1
*
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
Victor Stinner
2018-11-22
5
-23/+29
*
bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643)
Victor Stinner
2018-11-22
2
-36/+61
*
bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
Victor Stinner
2018-11-21
1
-3/+5
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
2
-45/+56
*
bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626)
Victor Stinner
2018-11-20
1
-3/+3
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner
2018-11-20
2
-5/+7
*
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab...
Steve Dower
2018-11-18
2
-9/+12
*
bpo-35233: InitConfigTests tests more config vars (GH-10541)
Victor Stinner
2018-11-14
2
-2/+3
*
bpo-35230: dict: Remove some macros (GH-10513)
INADA Naoki
2018-11-14
1
-2/+0
*
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner
2018-11-13
1
-0/+1
*
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
Victor Stinner
2018-11-13
1
-0/+2
*
bpo-35081: Make some _PyGC macros internal (GH-10507)
Victor Stinner
2018-11-13
2
-29/+46
*
bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416)
Paul Ganssle
2018-11-13
1
-21/+7
*
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Gregory P. Smith
2018-11-13
1
-2/+2
*
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith
2018-11-12
1
-0/+9
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
5
-2/+2
*
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner
2018-11-11
4
-3/+23
*
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner
2018-11-09
1
-0/+4
*
bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)
Victor Stinner
2018-11-09
14
-12/+44
*
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner
2018-11-06
2
-46/+49
*
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
Victor Stinner
2018-11-06
2
-2/+7
*
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
RĂ©mi Lapeyre
2018-11-06
1
-0/+3
*
bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
Alexey Izbyshev
2018-11-02
1
-3/+3
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
5
-89/+120
*
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner
2018-11-01
1
-9/+7
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
2
-25/+65
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
12
-9/+9
[next]