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-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
*
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
Alexey Izbyshev
2018-10-28
3
-5/+5
*
bpo-34672: fix a compiler warning in timemodule.c (GH-10176)
Xiang Zhang
2018-10-28
1
-1/+1
*
bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112)
Victor Stinner
2018-10-26
1
-46/+56
*
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Victor Stinner
2018-10-26
1
-5/+5
*
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
Victor Stinner
2018-10-25
1
-0/+3
*
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
Victor Stinner
2018-10-25
2
-9/+13
*
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner
2018-10-25
1
-0/+22
*
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner
2018-10-25
1
-51/+84
*
bpo-34794: Fix a leak in Tkinter. (GH-10025)
Serhiy Storchaka
2018-10-23
1
-3/+1
*
Fix error handling bugs in _elementtree.c. (GH-10060)
Zackery Spytz
2018-10-23
1
-11/+11
*
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
Paul Ganssle
2018-10-22
1
-72/+93
[next]