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-34909: keep searching mixins until base class is found (GH-9737)
Ethan Furman
2018-10-06
2
-3/+22
*
bpo-34158: Documentation UTC offset update (GH-8377)
Christophe Nanteuil
2018-10-05
1
-20/+21
*
bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-...
Zackery Spytz
2018-10-05
1
-1/+1
*
Fix a compiler warning added in bpo-34872. (GH-9722)
Serhiy Storchaka
2018-10-05
1
-1/+1
*
Use assertEqual() instead of assertEquals(). (GH-9721)
Serhiy Storchaka
2018-10-05
2
-2/+2
*
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
Steve Dower
2018-10-05
2
-2/+2
*
Simplify flags checks in sre_compile.py. (GH-9718)
Serhiy Storchaka
2018-10-05
1
-5/+5
*
bpo-34825: Add more entries to os to pathlib reference table (GH-9608)
Xtreak
2018-10-05
1
-20/+27
*
bpo-34906: Doc: Fix typos (GH-9712)
Stéphane Wirtel
2018-10-05
6
-6/+6
*
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4...
E. M. Bray
2018-10-05
2
-0/+48
*
Fix a typo ssl.py docstring (GH-9697)
Matt Eaton
2018-10-05
1
-1/+1
*
bpo-34871: inspect: Don't pollute sys.modules (GH-9696)
INADA Naoki
2018-10-04
2
-1/+3
*
bpo-34871: Fix two typos in test_inspect.py (GH-9698)
Chih-Hsuan Yen
2018-10-04
1
-2/+2
*
bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421)
Serhiy Storchaka
2018-10-04
1
-35/+34
*
bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420)
Serhiy Storchaka
2018-10-04
1
-24/+19
*
closes bpo-34869: Remove LDLAST. (GH-9667)
Benjamin Peterson
2018-10-04
3
-14/+8
*
bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679)
Elvis Pranskevichus
2018-10-03
3
-3/+45
*
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
Zackery Spytz
2018-10-03
2
-1/+3
*
Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRai...
Benjamin Peterson
2018-10-03
1
-3/+3
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)
tzickel
2018-10-02
3
-24/+57
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
14
-206/+192
*
Remove recent from logging cookbook (GH-9636)
Cheryl Sabella
2018-10-02
1
-3/+2
*
closes bpo-34862: Guard definition of convert_sched_param with POSIX_SPAWN_SE...
William Orr
2018-10-02
2
-7/+9
*
Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670)
Benjamin Peterson
2018-10-02
1
-1/+1
*
closes bpo-34868: Improve error message with '_' is combined with an invalid ...
Benjamin Peterson
2018-10-02
2
-8/+12
*
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662)
Ezio Melotti
2018-10-02
1
-1/+1
*
bpo-30167: Add test for module.__cached__ is None (GH-7617)
INADA Naoki
2018-10-01
1
-0/+11
*
bpo-34476: Document that asyncio.sleep() always suspends. (#9643)
Hrvoje Nikšić
2018-10-01
1
-0/+3
*
bpo-30156: Remove property_descr_get() optimization (GH-9541)
Victor Stinner
2018-10-01
2
-28/+9
*
Fix name of argument in docs for functools.reduce(). (#9634)
Brendan Jurd
2018-10-01
1
-6/+6
*
bpo-34850: Replace is with == in idlelib.iomenu (GH-9649)
Terry Jan Reedy
2018-09-30
1
-2/+2
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Serhiy Storchaka
2018-09-30
3
-5/+11
*
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...
Andrew Svetlov
2018-09-30
3
-47/+4
*
Speed-up math.dist() by 30% (GH-9628)
Raymond Hettinger
2018-09-29
2
-6/+12
*
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
Zackery Spytz
2018-09-29
2
-9/+10
*
bpo-31370: Remove references to threadless builds (#8805)
Zackery Spytz
2018-09-29
4
-19/+10
*
Fix astuple in dataclasses documentation (GH-9631)
방성범 (Bang Seongbeom)
2018-09-29
1
-1/+1
*
Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630)
Zackery Spytz
2018-09-29
1
-1/+1
*
bpo-34797: Convert heapq to the argument clinic (GH-9560)
Pablo Galindo
2018-09-28
2
-67/+296
*
bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623)
Victor Stinner
2018-09-28
3
-17/+0
*
bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPAC...
Pablo Galindo
2018-09-28
1
-1/+1
*
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
Tal Einat
2018-09-28
2
-4/+12
*
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
Zsolt Cserna
2018-09-27
5
-2/+18
*
bpo-34802: Fix asyncio.iscoroutine() docs (GH-9611)
Yury Selivanov
2018-09-27
1
-2/+1
*
bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609)
Yury Selivanov
2018-09-27
2
-12/+11
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
20
-678/+337
*
bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (G...
orlnub123
2018-09-27
2
-4/+5
*
Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)
Pablo Galindo
2018-09-27
1
-2/+3
*
bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595)
Tal Einat
2018-09-26
2
-2/+2
*
Clarify that Type[SomeTypeVar] is legal (#9585)
Michael Lee
2018-09-26
1
-3/+6
[next]