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-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
*
Use f-strings in asyncio-task code examples (GH-10035)
Mariatta
2018-10-24
1
-6/+6
*
bpo-32797: improve documentation of linecache.getline (GH-9540)
jdemeyer
2018-10-24
1
-4/+7
*
bpo-33899: Mention tokenize behavior change in What's New (GH-10073)
Tal Einat
2018-10-24
3
-0/+21
*
bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (...
Serhiy Storchaka
2018-10-23
2
-123/+123
*
bpo-34794: Fix a leak in Tkinter. (GH-10025)
Serhiy Storchaka
2018-10-23
2
-3/+3
*
Fix error handling bugs in _elementtree.c. (GH-10060)
Zackery Spytz
2018-10-23
1
-11/+11
*
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)
Victor Stinner
2018-10-23
4
-24/+75
*
Add macos-team as a code owner (GH-10045)
Ned Deily
2018-10-23
1
-0/+4
*
bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)
Jeremy Kloth
2018-10-23
1
-10/+25
*
bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523)
Zsolt Cserna
2018-10-23
2
-6/+12
*
bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)
matthewbelisle-wf
2018-10-23
2
-18/+24
*
bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042)
Josh Snyder
2018-10-23
1
-2/+2
[next]