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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
Cheryl Sabella
2018-01-31
1
-1/+1
*
Make site documentation more clear (#5461)
Xiang Zhang
2018-01-31
1
-6/+8
*
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann
2018-01-31
2
-2/+9
*
bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)
Stéphane Wirtel
2018-01-30
1
-5/+8
*
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
John Jolly
2018-01-30
1
-3/+3
*
bpo-31961: subprocess now accepts path-like args (GH-4329)
Anders Lorentsen
2018-01-30
1
-6/+10
*
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
Bo Bayles
2018-01-30
1
-8/+11
*
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
Bo Bayles
2018-01-30
1
-12/+32
*
bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401)
Julien Palard
2018-01-30
1
-3/+4
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
2
-7/+2
*
bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes
2018-01-29
1
-4/+9
*
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Pablo Galindo
2018-01-29
1
-0/+28
*
bpo-25988: Deprecate exposing collections.abc in collections GH-5414
Raymond Hettinger
2018-01-29
2
-2/+7
*
bpo-31429: Define TLS cipher suite on build time (#3532)
Christian Heimes
2018-01-29
1
-0/+6
*
bpo-31233, bpo-31151: Document socketserver changes (#5417)
Victor Stinner
2018-01-29
2
-0/+23
*
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner
2018-01-29
1
-40/+23
*
Fix minor markup typo (#5407)
cocoatomo
2018-01-29
1
-1/+1
*
bpo-32251: Fix docs (#5408)
Yury Selivanov
2018-01-29
1
-2/+3
*
Document the error return of PyLong_As* APIs. (#5396)
Gregory P. Smith
2018-01-29
1
-0/+34
*
bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399)
Steve Dower
2018-01-28
1
-4/+4
*
bpo-32373: Add socket.getblocking() method. (#4926)
Yury Selivanov
2018-01-28
1
-0/+10
*
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov
2018-01-28
1
-4/+71
*
Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (...
Yury Selivanov
2018-01-28
1
-15/+0
*
bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5...
larryhastings
2018-01-28
1
-2/+13
*
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
Yury Selivanov
2018-01-28
1
-6/+9
*
Fix PyTrace_RETURN documentation (GH-5384)
Xiang Zhang
2018-01-28
1
-1/+1
*
Add example for PEP 557. (GH-5383)
Eric V. Smith
2018-01-28
1
-0/+11
*
bpo-32659: Solaris "stat" should support "st_fstype" (#5307)
jcea
2018-01-28
1
-0/+10
*
bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360)
Xiang Zhang
2018-01-28
1
-9/+20
*
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...
Xiang Zhang
2018-01-28
1
-2/+2
*
Pep 557 What's New (GH-5371)
Eric V. Smith
2018-01-28
1
-0/+18
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)
Коренберг Марк
2018-01-27
1
-0/+15
*
bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368)
Elvis Pranskevichus
2018-01-27
1
-1/+1
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
1
-0/+31
*
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo
2018-01-27
1
-0/+84
*
bpo-32532: Improve documentation of settrace and setprofile (#5359)
Xiang Zhang
2018-01-27
1
-1/+5
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
2
-4/+72
*
bpo-32454: socket closefd (#5048)
Christian Heimes
2018-01-27
1
-0/+8
*
bpo-32433: Optimized HMAC digest (#5023)
Christian Heimes
2018-01-27
2
-0/+22
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
1
-0/+19
*
bpo-27505: Add change notes in module attribute docs (GH-5320)
Cheryl Sabella
2018-01-27
1
-0/+11
*
bpo-32670: Enforce PEP 479. (#5327)
Yury Selivanov
2018-01-26
2
-5/+15
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
5
-19/+94
*
bpo-29237: Create enum for pstats sorting options (GH-5103)
mwidjaja
2018-01-26
1
-53/+62
*
bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)
Bo Bayles
2018-01-26
1
-0/+5
*
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
Yury Selivanov
2018-01-25
1
-5/+82
*
bpo-29302: Implement contextlib.AsyncExitStack. (#4790)
Ilya Kulakov
2018-01-25
2
-0/+41
*
bpo-29708: Add What's New entries for SOURCE_DATE_EPOCH and py_compile (GH-5306)
Brett Cannon
2018-01-25
1
-15/+31
*
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
Andrew Svetlov
2018-01-24
1
-0/+15
*
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle
2018-01-24
2
-11/+43
[next]