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-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
9
-30/+63
*
bpo-31853: Replaced socket.method calls with super() in SSLSocket. (#4048)
Mads Jensen
2018-01-27
1
-20/+19
*
bpo-32454: socket closefd (#5048)
Christian Heimes
2018-01-27
1
-0/+16
*
bpo-32433: Optimized HMAC digest (#5023)
Christian Heimes
2018-01-27
2
-0/+80
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
4
-1/+15
*
bpo-32678: inspect: Import ast lazily (GH-5344)
INADA Naoki
2018-01-27
1
-1/+3
*
bpo-32670: Enforce PEP 479. (#5327)
Yury Selivanov
2018-01-26
2
-24/+9
*
bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337)
Nathaniel J. Smith
2018-01-26
1
-0/+22
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
2
-7/+176
*
bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823)
bennorth
2018-01-26
2
-0/+29
*
bpo-32662: Try making test_asyncio.test_server more reliable (#5338)
Yury Selivanov
2018-01-26
1
-1/+12
*
bpo-29237: Create enum for pstats sorting options (GH-5103)
mwidjaja
2018-01-26
2
-8/+80
*
bpo-32596: Make lazy-load portable (GH-5316)
INADA Naoki
2018-01-26
1
-4/+6
*
bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)
Bo Bayles
2018-01-26
2
-2/+26
*
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
José Melero Fernández
2018-01-25
2
-2/+60
*
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
Yury Selivanov
2018-01-25
4
-30/+249
*
bpo-29302: Implement contextlib.AsyncExitStack. (#4790)
Ilya Kulakov
2018-01-25
3
-81/+409
*
bpo-32667: Fix tests when $PATH contains a file (#5322)
Victor Stinner
2018-01-25
2
-9/+8
*
bpo-32360: Remove OrderedDict usage from json.tool (GH-5315)
INADA Naoki
2018-01-25
1
-6/+1
*
bpo-32652: Defer pymain_set_global_config() call (#5303)
Victor Stinner
2018-01-25
1
-0/+15
*
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
Andrew Svetlov
2018-01-24
2
-10/+57
*
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle
2018-01-24
1
-0/+181
*
bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)
Bernhard M. Wiedemann
2018-01-24
2
-0/+14
*
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...
Barry Warsaw
2018-01-24
1
-67/+83
*
bpo-32636: Fix two bugs in test_asyncio (#5302)
Victor Stinner
2018-01-24
2
-1/+2
*
bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291)
Nathaniel J. Smith
2018-01-24
2
-1/+19
*
bpo-32410: Improve sock_sendfile tests (#5294)
Andrew Svetlov
2018-01-24
1
-16/+19
*
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
Yury Selivanov
2018-01-24
4
-47/+21
*
bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-01-24
1
-9/+2
*
bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
Bo Bayles
2018-01-24
2
-6/+36
*
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269)
Xiang Zhang
2018-01-23
1
-3/+2
*
bpo-32633: Fix some warnings in test_asyncio.test_tasks (#5280)
Nathaniel J. Smith
2018-01-23
1
-2/+8
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
13
-59/+1241
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
10
-50/+5
*
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
Yury Selivanov
2018-01-22
1
-2/+48
*
bpo-31801: Enum: add _ignore_ as class option (#5237)
Ethan Furman
2018-01-22
2
-1/+52
*
urllib.request: Remove unused import (GH-5268)
INADA Naoki
2018-01-22
1
-1/+0
*
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
Yury Selivanov
2018-01-21
4
-15/+122
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
5
-96/+176
*
bpo-32503: Avoid creating too small frames in pickles. (#5127)
Serhiy Storchaka
2018-01-20
2
-42/+52
*
bpo-32602: Test ECDSA certs (#5247)
Christian Heimes
2018-01-20
20
-440/+1048
*
bpo-32226: PEP 560: improve typing module (#4906)
Ivan Levkivskyi
2018-01-20
5
-1626/+757
*
bpo-32028: Fix suggestions for indented print statements (GH-4688)
Sanyam Khurana
2018-01-20
1
-0/+9
*
bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241)
INADA Naoki
2018-01-20
1
-2/+33
*
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
Andrew Svetlov
2018-01-19
5
-24/+29
*
bpo-32588: Move _findvs into its own module and add missing _queue module to ...
Steve Dower
2018-01-18
2
-7/+6
*
bpo-32576: use queue.SimpleQueue in critical places (#5216)
Antoine Pitrou
2018-01-18
2
-9/+12
*
Use assertCountEqual instead of assertEqual. (#5223)
Gregory P. Smith
2018-01-17
1
-3/+3
*
pythoninfo: add time.time and datetime.datetime.now (#5214)
Victor Stinner
2018-01-17
1
-1/+13
*
bpo-32248: Fix test_importlib.test_open() (#5213)
Victor Stinner
2018-01-17
1
-2/+2
[next]