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-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
*
bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH...
Alexey Izbyshev
2018-10-23
1
-0/+40
*
bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)
Andrei Petre
2018-10-23
1
-5/+6
*
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
Paul Ganssle
2018-10-22
3
-76/+106
*
Fix issue 34551 - remove redundant store (#9009)
Eric Lippert
2018-10-22
1
-1/+1
*
bpo-29843: raise AttributeError if given negative _length_ (GH-10029)
Tal Einat
2018-10-22
3
-10/+43
*
bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)
Xtreak
2018-10-21
3
-2/+3
*
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)
Xtreak
2018-10-21
1
-1/+0
*
bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9...
Serhiy Storchaka
2018-10-21
3
-6/+25
*
bpo-34973: Fix crash in bytes constructor. (GH-9841)
Serhiy Storchaka
2018-10-21
3
-35/+88
*
bpo-8525: help() on a type now shows builtin subclasses (GH-5066)
Sanyam Khurana
2018-10-21
3
-0/+140
*
bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999)
Serhiy Storchaka
2018-10-21
3
-11/+42
*
Update codeowners to match experts list change (#10022)
Nick Coghlan
2018-10-21
1
-1/+1
*
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...
Max Bélanger
2018-10-21
2
-0/+6
*
Remove ">>>" from testsetup. (GH-10017)
Benjamin Peterson
2018-10-20
1
-1/+1
*
bpo-35020: Link to sorting examples from list.sort() (GH-9931)
Xtreak
2018-10-20
2
-2/+14
*
bpo-34576 - Fix the formatting for security considerations in http.server.rst...
Senthil Kumaran
2018-10-20
1
-5/+5
*
Encrypt Zulip webhook address (GH-10010)
Zachary Ware
2018-10-20
1
-5/+8
*
bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)
Stéphane Wirtel
2018-10-20
1
-24/+0
*
bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)
Stéphane Wirtel
2018-10-20
1
-7/+11
*
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...
Sergey Fedoseev
2018-10-20
3
-28/+28
*
bpo-34909: NEWS entry (GH-9995)
Ned Deily
2018-10-20
1
-0/+2
*
bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)
Alexey Izbyshev
2018-10-20
1
-3/+9
*
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
Pablo Galindo
2018-10-20
5
-3/+36
*
bpo-34573: Simplify __reduce__() of set and dict iterators. (GH-9050)
Sergey Fedoseev
2018-10-20
2
-59/+7
*
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs...
Pablo Galindo
2018-10-20
1
-4/+5
*
bpo-21196: Clarify name mangling rules in tutorial (GH-5667)
Berker Peksag
2018-10-20
1
-0/+5
*
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...
Alexey Izbyshev
2018-10-20
3
-3/+27
*
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev
2018-10-20
11
-28/+88
[next]