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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHan...
Vinay Sajip
2019-07-01
1
-7/+9
*
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
Christian Heimes
2019-07-01
1
-0/+5
*
bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)
Krishna Oza
2019-07-01
1
-1/+1
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Andrew Svetlov
2019-06-30
2
-17/+71
*
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
tmblweed
2019-06-30
1
-0/+3
*
Make StreamHandler.terminator more discoverable (GH-14359)
Andre Delfino
2019-06-29
1
-7/+11
*
Fix indentation in logging.handlers.setStream (GH-14358)
Andre Delfino
2019-06-29
1
-2/+1
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
26
-86/+123
*
bpo-37376: pprint support for SimpleNamespace (GH-14318)
Carl Bordum Hansen
2019-06-26
1
-0/+3
*
bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. ...
Serhiy Storchaka
2019-06-26
1
-1/+1
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Victor Stinner
2019-06-26
1
-0/+5
*
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
2019-06-25
1
-0/+14
*
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
2019-06-25
1
-23/+0
*
bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...
David K. Hess
2019-06-24
1
-0/+4
*
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
Xtreak
2019-06-24
3
-65/+280
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
19
-9/+93
*
bpo-37345: Add formal UDPLITE support (GH-14258)
Gabe Appleton
2019-06-24
1
-0/+17
*
asyncio: Fix docs for default event loop (#14308)
Ben Darnell
2019-06-22
1
-1/+1
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Jörn Heissler
2019-06-22
1
-1/+3
*
Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14...
Harmon
2019-06-19
1
-1/+1
*
bpo-37331: Clarify format of socket handler messages in the documentation. (G...
Vinay Sajip
2019-06-19
1
-4/+14
*
bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...
Vinay Sajip
2019-06-19
1
-3/+5
*
Document typing.ForwardRef (GH-14216)
Ivan Levkivskyi
2019-06-19
1
-0/+7
*
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Mike Gleen
2019-06-18
1
-15/+20
*
bpo-5680: IDLE: Customize running a module (GH-13763)
Cheryl Sabella
2019-06-18
1
-1/+15
*
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
Victor Stinner
2019-06-17
2
-14/+0
*
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)
Tal Einat
2019-06-17
1
-1/+4
*
bpo-34556: Add --upgrade-deps to venv module (#13100)
Cooper Lees
2019-06-17
1
-1/+6
*
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...
Vinay Sajip
2019-06-17
2
-8/+44
*
bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147)
Serhiy Storchaka
2019-06-17
1
-0/+3
*
bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)
Victor Stinner
2019-06-17
3
-44/+0
*
Update link in colorsys docs to be https (GH-14062)
Alex Gaynor
2019-06-15
1
-1/+1
*
Update weakref.rst (GH-14098)
Géry Ogam
2019-06-15
1
-5/+6
*
bpo-36707: Document "m" removal from sys.abiflags (GH-14090)
Victor Stinner
2019-06-15
1
-0/+4
*
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner
2019-06-14
1
-0/+8
*
bpo-37261: Document sys.unraisablehook corner cases (GH-14059)
Victor Stinner
2019-06-14
3
-10/+22
*
Update concurrent.futures.rst (GH-14061)
Géry Ogam
2019-06-14
1
-6/+8
*
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Michael Felt
2019-06-13
2
-2/+2
*
bpo-6689: os.path.commonpath raises ValueError for different drives isn't doc...
Makdon
2019-06-13
1
-3/+4
*
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
Victor Stinner
2019-06-13
1
-0/+12
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
David Carlier
2019-06-12
2
-2/+2
*
bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)
Yao Zuo
2019-06-12
1
-4/+4
*
bpo-35766: Change format for feature_version to (major, minor) (GH-13992)
Guido van Rossum
2019-06-12
1
-6/+7
*
Do not use explicit inheritance from object in the documentation. (GH-13936)
Serhiy Storchaka
2019-06-10
2
-2/+2
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905)
Raymond Hettinger
2019-06-08
1
-1/+4
*
bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-...
Pablo Galindo
2019-06-06
1
-2/+2
*
bpo-37134: Use PEP570 syntax for sum() (GH-13851)
Pablo Galindo
2019-06-05
1
-3/+3
*
bpo-35551: encodings update (GH-11446)
Ashwin Ramaswami
2019-06-05
1
-1/+2
*
bpo-37134: Add PEP570 notation to the documentation (GH-13743)
Pablo Galindo
2019-06-05
2
-3/+3
*
bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841)
Victor Stinner
2019-06-05
1
-2/+3
[next]