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-33618: Enable TLS 1.3 in tests (GH-7079)
Christian Heimes
2018-05-23
1
-1/+27
*
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
Yury Selivanov
2018-05-23
2
-6/+45
*
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
*
bpo-30940: Updating round() docs. (GH-6342)
Lisa Roach
2018-05-20
1
-4/+5
*
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
Elvis Pranskevichus
2018-05-20
2
-4/+1
*
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
*
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-13631: Fix the order of initialization for readline libedit on macOS. (GH...
Zvezdan Petkovic
2018-05-17
1
-7/+15
*
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
7
-19/+19
*
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)
Matthias Bussonnier
2018-05-15
1
-2/+4
*
Add AsyncContextManager to typing module documentation. (GH-6822)
Travis DePrato
2018-05-14
1
-0/+6
*
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in Fi...
Amber Brown
2018-05-14
1
-3/+3
*
Add versionchanged in create_datagram_endpoint doc (#4697)
Romuald Brunet
2018-05-14
1
-0/+3
*
bpo-22069: Update TextIO documentation (GH-6609)
Elena Oat
2018-05-14
1
-1/+1
*
bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)
Serhiy Storchaka
2018-05-10
1
-8/+6
*
Fix superfluous if in documentation. (GH-6728)
Julien Palard
2018-05-09
1
-1/+1
*
bpo-32717: Document PEP 560 (GH-6726)
Ivan Levkivskyi
2018-05-08
1
-1/+18
*
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 860...
Vinay Sajip
2018-05-04
2
-9/+10
*
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou
2018-05-04
1
-2/+11
*
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...
Serhiy Storchaka
2018-05-01
1
-11/+27
*
bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-...
Stéphane Wirtel
2018-05-01
1
-8/+6
*
bpo-33254: do not return an empty list when asking for the contents of a name...
Brett Cannon
2018-04-30
1
-4/+4
*
bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
Bo Bayles
2018-04-29
1
-11/+17
*
Change "non-local state" to "content-local state". (GH-6617)
Tom Christie
2018-04-27
1
-1/+1
*
Clarify the inspect.getmembers predicate parameter (#6615)
Brian Curtin
2018-04-26
1
-3/+4
*
bpo-33280: Reorganize external Tcl/Tk references. (GH-6473)
Andrés Delfino
2018-04-25
1
-22/+27
*
Fix rendering issues in the documentation for the os module (#6525)
Pablo Galindo
2018-04-25
1
-4/+16
*
bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)
Chris Bradbury
2018-04-23
1
-0/+5
*
bpo-33297: Mention Pillow to work with more image formats. (#6505)
Andrés Delfino
2018-04-21
1
-0/+4
*
bpo-25427: Remove pyvenv (GH-5962)
Brett Cannon
2018-04-20
1
-4/+0
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
2
-2/+2
*
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)
Andrés Delfino
2018-04-17
1
-4/+5
*
Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494)
Łukasz Langa
2018-04-17
1
-4/+0
*
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
Antoine Pitrou
2018-04-14
1
-0/+19
*
itemgetter add dict example (GH-1280)
WeizhongTu
2018-04-13
1
-0/+2
*
Fix error messages in argparse examples (GH-6435)
suic86
2018-04-11
1
-2/+2
*
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka
2018-04-08
8
-29/+41
*
Add a prepend() recipe to teach a chain() idiom (GH-6415)
Raymond Hettinger
2018-04-08
1
-0/+5
*
bpo-29613: Added support for SameSite cookies (GH-6413)
Alex Gaynor
2018-04-07
1
-0/+8
[prev]
[next]