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-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka
2018-05-29
2
-11/+0
*
bpo-32878: Adds documentation for st_ino on Windows (GH-5764)
Steve Dower
2018-05-29
1
-1/+11
*
bpo-33670: Expose Sphinx errorlevel (GH-7156)
Andrés Delfino
2018-05-28
1
-1/+1
*
bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-...
Andrés Delfino
2018-05-28
1
-1/+7
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov
2018-05-28
1
-2/+5
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov
2018-05-28
1
-5/+12
*
bpo-32380: Create functools.singledispatchmethod (#6306)
Ethan Smith
2018-05-26
1
-0/+46
*
Fix typo spotted by Guido (GH-7131)
Andrés Delfino
2018-05-26
1
-1/+1
*
bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829)
Andrés Delfino
2018-05-26
1
-35/+60
*
Document typing.NoReturn (GH-7107)
Ivan Levkivskyi
2018-05-25
1
-0/+12
*
bpo-33109: argparse subparsers are once again not required by default (GH-6919)
Ned Deily
2018-05-24
1
-1/+1
*
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
Victor Stinner
2018-05-24
2
-6/+30
*
bpo-33618: Enable TLS 1.3 in tests (GH-7079)
Christian Heimes
2018-05-23
2
-5/+35
*
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
Yury Selivanov
2018-05-23
3
-6/+56
*
bpo-27300: Add the errors parameter to tempfile classes. (GH-6696)
sth
2018-05-23
1
-4/+13
*
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
Matthias Bussonnier
2018-05-22
1
-1/+1
*
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
Christian Heimes
2018-05-22
1
-5/+3
*
bpo-33516: Add support for __round__ in MagicMock (GH-6880)
John Reese
2018-05-22
1
-1/+1
*
Add missed details of the C API introduced in 3.7. (GH-7047)
Serhiy Storchaka
2018-05-22
1
-0/+76
*
bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033)
Elvis Pranskevichus
2018-05-22
3
-2/+131
*
Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038)
Masayuki Yamamoto
2018-05-22
1
-0/+21
*
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
Serhiy Storchaka
2018-05-22
4
-68/+93
*
Fix lambda parameters being refered as arguments (GH-7037)
Andrés Delfino
2018-05-22
2
-3/+3
*
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
INADA Naoki
2018-05-21
1
-1/+1
*
bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (...
Aaron Hall, MBA
2018-05-20
1
-1/+1
*
Add idlelib and IDLE section to What's New in 3.7. (#7019)
Terry Jan Reedy
2018-05-20
1
-0/+27
*
bpo-33580: Make binary/text file glossary entries follow most common "see als...
Andrés Delfino
2018-05-20
1
-4/+4
*
bpo-30940: Updating round() docs. (GH-6342)
Lisa Roach
2018-05-20
1
-4/+5
*
Docs: be less specific about python versions (GH-6985)
Eitan Adler
2018-05-20
1
-2/+2
*
bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)
Serhiy Storchaka
2018-05-20
2
-2/+6
*
bpo-23722: Fix docs for future __classcell__ changes. (GH-6999)
Serhiy Storchaka
2018-05-20
2
-2/+3
*
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
Elvis Pranskevichus
2018-05-20
4
-594/+1549
*
import secrets module in secrets recipes (#6705)
Daniel Chimeno
2018-05-19
1
-4/+8
*
bpo-28556: Don't simplify unions at runtime (GH-6841)
Ivan Levkivskyi
2018-05-18
1
-4/+3
*
Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)
Serhiy Storchaka
2018-05-18
1
-2/+9
*
bpo-33559: Attribute changed repr of exceptions (GH-6954)
Miro Hrončok
2018-05-17
1
-0/+1
*
bpo-33559: Document changed repr of exceptions (GH-6943)
Miro Hrončok
2018-05-17
1
-0/+3
*
asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946)
Yury Selivanov
2018-05-17
1
-0/+2
*
bpo-19950: Clarify unittest TestCase instance use. (GH-6875)
Gregory P. Smith
2018-05-17
1
-9/+15
*
bpo-33518: Add PEP entry to documentation glossary (GH-6860)
Andrés Delfino
2018-05-17
1
-0/+15
*
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...
Zvezdan Petkovic
2018-05-17
2
-7/+17
*
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
Steve Dower
2018-05-16
1
-4/+6
*
bpo-32216: Update dataclasses documentation (#6913)
Barry Warsaw
2018-05-16
1
-75/+79
*
bpo-28167: Remove platform.linux_distribution (GH-6871)
Petr Viktorin
2018-05-16
1
-27/+0
*
bpo-21475: Support the Sitemap extension in robotparser (GH-6883)
Christopher Beacham
2018-05-16
1
-0/+9
*
Minor tweaks to dataclasses docs. (GH-6903)
Eric V. Smith
2018-05-16
1
-3/+3
*
bpo-32216: Add documentation for dataclasses (GH-6886)
Eric V. Smith
2018-05-16
2
-0/+589
*
bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)
Christian Heimes
2018-05-15
1
-0/+9
*
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...
Stéphane Wirtel
2018-05-15
23
-44/+44
*
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)
Matthias Bussonnier
2018-05-15
1
-2/+4
[next]