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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
Dustin Spicuzza
2018-11-23
3
-11/+17
*
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)
Victor Stinner
2018-11-23
3
-4/+20
*
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
takey
2018-11-23
1
-1/+1
*
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Victor Stinner
2018-11-23
7
-108/+138
*
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
nierob
2018-11-23
3
-23/+73
*
bpo-35296: make install now installs the internal API (GH-10665)
Victor Stinner
2018-11-23
2
-0/+12
*
Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487)
Mathieu Dupuy
2018-11-23
1
-20/+0
*
bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666)
Victor Stinner
2018-11-23
1
-0/+2
*
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Victor Stinner
2018-11-23
8
-12/+18
*
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
Victor Stinner
2018-11-23
3
-4/+29
*
bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671)
Victor Stinner
2018-11-23
1
-0/+3
*
bpo-35081: Add new internal headers to Makefile (GH-10670)
Victor Stinner
2018-11-23
3
-0/+10
*
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner
2018-11-22
8
-2/+8
*
bpo-9263: Fix _PyObject_Dump() for freed object (#10661)
Victor Stinner
2018-11-22
1
-0/+5
*
bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
Victor Stinner
2018-11-22
1
-5/+1
*
bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655)
Victor Stinner
2018-11-22
2
-10/+10
*
bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656)
Victor Stinner
2018-11-22
1
-4/+2
*
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
4
-11/+17
*
bpo-35059: Cleanup usage of Python macros (GH-10648)
Victor Stinner
2018-11-22
4
-90/+114
*
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
3
-42/+68
*
bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
Victor Stinner
2018-11-21
3
-14/+20
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
34
-50/+93
*
bpo-35189: Fix eintr_tester.py (GH-10637)
Victor Stinner
2018-11-21
1
-22/+18
*
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
Zhiming Wang
2018-11-21
3
-1/+2
*
bpo-35290: Add debug info to test_c_locale_coercion (GH-10631)
Victor Stinner
2018-11-21
1
-6/+15
*
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)
Julien Palard
2018-11-21
1
-1/+2
*
bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626)
Victor Stinner
2018-11-20
1
-3/+3
*
bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039)
Brendan Gerrity
2018-11-20
2
-4/+6
*
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
2
-54/+88
*
bpo-35169: Improve error messages for forbidden assignments. (GH-10342)
Serhiy Storchaka
2018-11-20
6
-96/+140
*
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-1...
Serhiy Storchaka
2018-11-20
3
-0/+7
*
bpo-31146: Don't fallback switcher to english on not-yet pusblished languages...
Julien Palard
2018-11-20
1
-0/+6
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner
2018-11-20
8
-60/+145
*
bpo-18859: Document --with-valgrind option in README.valgrind (#10591)
Sanyam Khurana
2018-11-20
1
-0/+8
*
Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598)
Donald Stufft
2018-11-19
5
-2/+3
*
bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10...
Zackery Spytz
2018-11-18
2
-1/+3
*
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab...
Steve Dower
2018-11-18
6
-33/+74
*
bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH...
Windson yang
2018-11-17
1
-1/+2
*
Add --tempdir option for test run (GH-10322)
Steve Dower
2018-11-17
3
-11/+9
*
bpo-35202: Remove more unused imports in idlelib (GH-10573)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-11-17
4
-4/+3
*
bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules ...
Stefano Rivera
2018-11-16
2
-0/+5
*
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)
Zackery Spytz
2018-11-16
1
-1/+3
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
17
-18/+1
*
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
2
-8/+8
*
Fix outdated info in datamodel about dicts (GH-9807)
wim glenn
2018-11-16
1
-2/+2
*
bpo-33816: Remove outdated metaclass example (GH-7566)
Andrés Delfino
2018-11-16
1
-34/+2
[prev]
[next]