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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
1
-1/+1
*
bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689)
Zackery Spytz
2018-11-23
1
-0/+1
*
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
nierob
2018-11-23
1
-23/+32
*
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner
2018-11-22
1
-0/+1
*
bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
Victor Stinner
2018-11-22
1
-5/+1
*
bpo-9566: Fix compiler warnings in pyexpat.c (GH-10654)
Victor Stinner
2018-11-22
1
-2/+4
*
cjkcodecs: Fix compiler warning (GH-10651)
Victor Stinner
2018-11-22
1
-2/+2
*
bpo-35059: Cast void* to PyObject* (GH-10650)
Victor Stinner
2018-11-22
2
-5/+7
*
bpo-35059: Cleanup usage of Python macros (GH-10648)
Victor Stinner
2018-11-22
3
-89/+112
*
bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643)
Victor Stinner
2018-11-22
1
-6/+7
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
8
-1/+9
*
bpo-25750: Fix a compiler warning introduced in GH-9084. (GH-10234)
Serhiy Storchaka
2018-11-20
1
-5/+5
*
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
Serhiy Storchaka
2018-11-20
1
-48/+51
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner
2018-11-20
2
-17/+94
*
Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)
Zackery Spytz
2018-11-14
1
-2/+4
*
bpo-35233: InitConfigTests tests more config vars (GH-10541)
Victor Stinner
2018-11-14
1
-35/+39
*
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner
2018-11-13
1
-4/+12
*
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
Victor Stinner
2018-11-13
2
-14/+81
*
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)
Victor Stinner
2018-11-13
1
-0/+6
*
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (G...
Eddie Elizondo
2018-11-13
2
-41/+80
*
bpo-35081: Make some _PyGC macros internal (GH-10507)
Victor Stinner
2018-11-13
1
-1/+1
*
bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416)
Paul Ganssle
2018-11-13
1
-8/+21
*
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Gregory P. Smith
2018-11-13
2
-4/+4
*
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith
2018-11-12
3
-1/+19
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
8
-12/+12
*
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner
2018-11-11
1
-3/+2
*
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner
2018-11-09
2
-4/+4
*
bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)
Victor Stinner
2018-11-09
1
-0/+1
*
Fixing wording in comment. (GH-10425)
Raymond Hettinger
2018-11-09
1
-1/+1
*
bpo-35194: Fix a wrong constant in cp932 codec (GH-10420)
Alexey Izbyshev
2018-11-09
1
-1/+1
*
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner
2018-11-06
1
-0/+1
*
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
Victor Stinner
2018-11-06
1
-147/+5
*
Fix possible crashes in pwdmodule.c. (GH-10331)
Zackery Spytz
2018-11-05
1
-0/+2
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
3
-4/+4
*
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
Max Bélanger
2018-11-04
2
-21/+134
*
bpo-35161: Fix stack-use-after-scope in grp.getgr{nam,gid} and pwd.getpw{nam,...
Alexey Izbyshev
2018-11-04
2
-4/+8
*
bpo-29341: Clarify that path-like objects are accepted in some os methods (GH...
BNMetrics
2018-11-02
2
-31/+31
*
bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290)
Christopher Thorne
2018-11-02
1
-5/+22
*
closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ...
Max Bélanger
2018-11-02
1
-1/+1
*
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
Christopher Thorne
2018-11-01
4
-22/+273
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
3
-5/+9
*
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner
2018-11-01
2
-2/+2
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
1
-1/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
11
-21/+21
*
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner
2018-10-31
1
-0/+1
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Xiang Zhang
2018-10-31
1
-1/+1
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
6
-78/+0
*
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner
2018-10-30
1
-0/+2
*
bpo-31680: Add curses.ncurses_version. (GH-4217)
Serhiy Storchaka
2018-10-30
1
-0/+77
*
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
Zackery Spytz
2018-10-29
1
-2/+2
[next]