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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32373: Add socket.getblocking() method. (#4926)
Yury Selivanov
2018-01-28
1
-3/+60
*
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov
2018-01-28
3
-3/+450
*
Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (...
Yury Selivanov
2018-01-28
1
-44/+0
*
bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5...
larryhastings
2018-01-28
1
-0/+47
*
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
Yury Selivanov
2018-01-28
1
-3/+2
*
bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
Nitish Chandra
2018-01-28
1
-0/+17
*
bpo-32685: Improve suggestion for print statement (GH-5375)
Nitish Chandra
2018-01-28
1
-0/+17
*
bpo-32206: Update pdb usage to include new module option (GH-5111)
Mario Corchero
2018-01-28
1
-1/+4
*
bpo-30306: release arguments of contextmanager (GH-1500)
Martin Teichmann
2018-01-28
1
-0/+47
*
bpo-32677: Optimize str.isascii() (GH-5356)
INADA Naoki
2018-01-28
1
-0/+7
*
bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366)
Eric V. Smith
2018-01-28
1
-212/+452
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)
Коренберг Марк
2018-01-27
1
-0/+44
*
Fix tests if Python compiled without SSL (#5367)
Andrew Svetlov
2018-01-27
1
-0/+2
*
bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364)
Yury Selivanov
2018-01-27
1
-0/+9
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
2
-4/+308
*
bpo-32630: Use contextvars in decimal (GH-5278)
Yury Selivanov
2018-01-27
1
-0/+29
*
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo
2018-01-27
1
-0/+50
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
6
-7/+41
*
bpo-32454: socket closefd (#5048)
Christian Heimes
2018-01-27
1
-0/+16
*
bpo-32433: Optimized HMAC digest (#5023)
Christian Heimes
2018-01-27
1
-0/+38
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
3
-1/+14
*
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
1
-0/+163
*
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
1
-0/+42
*
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
José Melero Fernández
2018-01-25
1
-0/+50
*
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
Yury Selivanov
2018-01-25
1
-0/+117
*
bpo-29302: Implement contextlib.AsyncExitStack. (#4790)
Ilya Kulakov
2018-01-25
2
-35/+204
*
bpo-32667: Fix tests when $PATH contains a file (#5322)
Victor Stinner
2018-01-25
2
-9/+8
*
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
1
-1/+30
*
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
1
-0/+12
*
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
1
-0/+17
*
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
2
-29/+3
*
bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
Bo Bayles
2018-01-24
1
-0/+26
*
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
5
-23/+1182
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
9
-42/+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
1
-0/+33
*
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
Yury Selivanov
2018-01-21
2
-0/+87
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
2
-30/+137
*
bpo-32503: Avoid creating too small frames in pickles. (#5127)
Serhiy Storchaka
2018-01-20
1
-37/+45
*
bpo-32602: Test ECDSA certs (#5247)
Christian Heimes
2018-01-20
20
-440/+1048
[next]