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
path:
root
/
Lib
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
*
Use assertEqual() instead of assertEquals(). (GH-9721)
Serhiy Storchaka
2018-10-05
2
-2/+2
*
Simplify flags checks in sre_compile.py. (GH-9718)
Serhiy Storchaka
2018-10-05
1
-5/+5
*
bpo-34906: Doc: Fix typos (GH-9712)
Stéphane Wirtel
2018-10-05
1
-1/+1
*
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
1
-1/+1
*
bpo-34871: Fix two typos in test_inspect.py (GH-9698)
Chih-Hsuan Yen
2018-10-04
1
-2/+2
*
bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679)
Elvis Pranskevichus
2018-10-03
1
-0/+36
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)
tzickel
2018-10-02
2
-24/+56
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
14
-206/+192
*
closes bpo-34868: Improve error message with '_' is combined with an invalid ...
Benjamin Peterson
2018-10-02
1
-0/+3
*
bpo-30167: Add test for module.__cached__ is None (GH-7617)
INADA Naoki
2018-10-01
1
-0/+11
*
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
1
-1/+2
*
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...
Andrew Svetlov
2018-09-30
2
-47/+1
*
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
Zackery Spytz
2018-09-29
1
-4/+4
*
bpo-31370: Remove references to threadless builds (#8805)
Zackery Spytz
2018-09-29
1
-3/+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
1
-1/+5
*
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
Zsolt Cserna
2018-09-27
2
-0/+13
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
6
-80/+236
*
bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (G...
orlnub123
2018-09-27
1
-4/+4
*
Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)
Pablo Galindo
2018-09-27
1
-2/+3
*
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson
2018-09-26
1
-0/+41
*
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
INADA Naoki
2018-09-26
3
-0/+56
*
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
Cheryl Sabella
2018-09-25
2
-2/+18
*
asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579)
Yury Selivanov
2018-09-25
1
-6/+6
*
bpo-5950: Support reading zips with comments in zipimport (#9548)
Zackery Spytz
2018-09-25
2
-5/+46
*
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
Terry Jan Reedy
2018-09-25
1
-0/+7
*
bpo-33937: Catch ENOMEM error in test_socket (#9557)
Victor Stinner
2018-09-25
1
-2/+13
*
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner
2018-09-25
3
-3/+4
*
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
Joe Pamer
2018-09-25
1
-0/+1
*
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Tal Einat
2018-09-25
10
-29/+971
*
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
Terry Jan Reedy
2018-09-25
1
-2/+15
*
bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549)
Terry Jan Reedy
2018-09-24
1
-0/+5
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
5
-8/+47
*
bpo-34791: xml package obeys ignore env flags (GH-9544)
Christian Heimes
2018-09-24
2
-2/+4
*
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
Victor Stinner
2018-09-24
1
-0/+19
*
bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
Steve Dower
2018-09-24
1
-6/+17
*
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
João Júnior
2018-09-24
2
-3/+45
*
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Lisa Roach
2018-09-24
1
-0/+6
*
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
Tal Einat
2018-09-23
2
-9/+11
*
Use in-memory streams instead of NamedTemporaryFile. (GH-9508)
Serhiy Storchaka
2018-09-23
1
-4/+6
*
bpo-17239: Disable external entities in SAX parser (GH-9217)
Christian Heimes
2018-09-23
4
-3/+79
*
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes
2018-09-23
2
-1/+201
*
bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126)
Serhiy Storchaka
2018-09-23
2
-24/+29
*
Fix pickletools doc for NEWFALSE. (GH-9432)
Krzysztof Wroblewski
2018-09-22
1
-6/+2
*
bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)
Nathaniel J. Smith
2018-09-22
1
-0/+41
*
bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328)
Ethan Furman
2018-09-22
2
-31/+218
*
bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509)
David Cuthbert
2018-09-22
1
-1/+10
[next]