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
*
Fix checking for bugfix Tcl version. (GH-10185)
Serhiy Storchaka
2018-10-28
1
-1/+1
*
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
Alexey Izbyshev
2018-10-28
3
-5/+5
*
bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169)
Terry Jan Reedy
2018-10-28
2
-3/+39
*
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
Sebastian Rittau
2018-10-28
2
-16/+11
*
bpo-34672: fix a compiler warning in timemodule.c (GH-10176)
Xiang Zhang
2018-10-28
1
-1/+1
*
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-1...
Pablo Galindo
2018-10-28
7
-31/+31
*
bpo-32892: Support subclasses of base types in isinstance checks for AST cons...
Serhiy Storchaka
2018-10-28
2
-1/+5
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
30
-190/+223
*
Fix mistakes on function coroutines related definitions (GH-9871)
Andrés Delfino
2018-10-28
1
-8/+8
*
bpo-35088: Update idlelib.help.copy_string docstring (#10164)
Terry Jan Reedy
2018-10-28
2
-17/+19
*
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
Terry Jan Reedy
2018-10-28
3
-78/+100
*
bpo-34751: improved hash function for tuples (GH-9471)
jdemeyer
2018-10-28
3
-43/+143
*
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
Steve Dower
2018-10-27
14
-1240/+35
*
unittest documentation: Spell pytest without the dot (GH-9820)
Andreas Pelme
2018-10-27
1
-1/+1
*
Fix typo in zipfile documentation. (GH-10151)
nsrip
2018-10-27
1
-1/+1
*
bpo-33710: Deprecate l*gettext() and related functions in the gettext module....
Serhiy Storchaka
2018-10-27
5
-67/+233
*
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
Terry Jan Reedy
2018-10-27
2
-3/+6
*
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Stéphane Wirtel
2018-10-26
40
-94/+95
*
bpo-35024: Remove redundant and possibly incorrect verbose message after writ...
Quentin Agren
2018-10-26
3
-1346/+1346
*
Fix a typo in asyncio-dev.rst. (GH-10133)
Benjamin Peterson
2018-10-26
1
-1/+1
*
bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108)
Victor Stinner
2018-10-26
3
-52/+64
*
bpo-9263: Use _PyObject_ASSERT() in typeobject.c (GH-10111)
Victor Stinner
2018-10-26
1
-10/+13
*
bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112)
Victor Stinner
2018-10-26
1
-46/+56
*
bpo-9263: Use _PyObject_ASSERT() in object.c (GH-10110)
Victor Stinner
2018-10-26
1
-18/+22
*
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Victor Stinner
2018-10-26
1
-5/+5
*
bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576)
Andrés Delfino
2018-10-26
4
-5/+38
*
bpo-35017, socketserver: don't accept request after shutdown (GH-9952)
Denis Ledoux
2018-10-26
2
-0/+6
*
Simplify the warning for http.server. (#10116)
Senthil Kumaran
2018-10-26
1
-4/+2
*
bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094)
Victor Stinner
2018-10-26
2
-0/+6
*
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Victor Stinner
2018-10-26
8
-16/+33
*
bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfuncti...
Pablo Galindo
2018-10-26
6
-12/+61
*
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel
2018-10-26
17
-17/+19
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
26
-64/+466
*
bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109)
Victor Stinner
2018-10-26
2
-10/+8
*
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
Victor Stinner
2018-10-25
3
-4/+7
*
bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960)
Max Bélanger
2018-10-25
4
-0/+18
*
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...
Stéphane Wirtel
2018-10-25
2
-3/+2
*
Fix grammar in using/unix build instruction docs (GH-10009)
Stéphane Wirtel
2018-10-25
1
-4/+4
*
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
Victor Stinner
2018-10-25
6
-13/+179
*
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner
2018-10-25
6
-38/+94
*
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
Tim Graham
2018-10-25
3
-1/+5
*
bpo-32321: Add pure Python fallback for functools.reduce (GH-8548)
madman-bob
2018-10-25
3
-36/+80
*
bpo-35053: Add Include/tracemalloc.h (GH-10091)
Victor Stinner
2018-10-25
7
-37/+54
*
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner
2018-10-25
7
-51/+157
*
importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)
Quentin
2018-10-25
2
-1500/+1500
*
bpo-28015: Support LTO build with clang (GH-9908)
serge-sans-paille
2018-10-24
4
-83/+235
*
configparser doc: Properly label ConfigParser attributes (GH-9930)
Ned Batchelder
2018-10-24
1
-3/+3
*
importlib doc: Fix approximated import_module() code (GH-9945)
orlnub123
2018-10-24
1
-1/+1
*
bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-1...
TilmanK
2018-10-24
1
-3/+2
*
turtledemo/penrose.py: remove unused clock() calls (GH-10033)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-10-24
1
-3/+0
[next]