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-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649)
Miss Islington (bot)
2018-06-11
1
-13/+25
*
bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (G...
Miss Islington (bot)
2018-06-11
1
-9/+0
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600)
Miss Islington (bot)
2018-06-10
1
-2/+1
*
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
Miss Islington (bot)
2018-06-10
1
-1/+2
*
Fix typo in object.__getnewargs__() documentation (GH-7554)
Miss Islington (bot)
2018-06-10
1
-1/+1
*
doc: Fix typo in asyncio-eventloop.rst (GH-7345)
Miss Islington (bot)
2018-06-09
1
-2/+2
*
bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) (GH-7546)
Miss Islington (bot)
2018-06-08
1
-3/+1
*
bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawCo...
Miss Islington (bot)
2018-06-08
1
-2/+9
*
bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)
Miss Islington (bot)
2018-06-08
2
-32/+69
*
bpo-33798: Update csv document about dict order (GH-7490)
Miss Islington (bot)
2018-06-08
1
-3/+1
*
bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346)
Miss Islington (bot)
2018-06-08
1
-0/+3
*
bpo-33609: small wording fixes to dict ordering docs (#7497)
Miss Islington (bot)
2018-06-08
1
-5/+5
*
bpo-17909: Document that json.load can accept a binary IO (GH-7366)
Miss Islington (bot)
2018-06-07
1
-3/+7
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)
Miss Islington (bot)
2018-06-07
1
-4/+4
*
bpo-28240: timeit: Update repeat() doc (GH-7419) (GH-7457)
Miss Islington (bot)
2018-06-06
1
-4/+10
*
bpo-32392: Document env keyword argument of subprocess.run() (GH-7289)
Miss Islington (bot)
2018-06-05
1
-1/+6
*
bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093)
Miss Islington (bot)
2018-06-04
1
-0/+23
*
bpo-27902: Add compatibility note to Profile docs (GH-7295)
Miss Islington (bot)
2018-06-04
1
-5/+6
*
bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)
Miss Islington (bot)
2018-06-04
1
-6/+7
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396)
Miss Islington (bot)
2018-06-04
1
-4/+4
*
bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...
Miss Islington (bot)
2018-06-02
1
-2/+3
*
bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-729...
Miss Islington (bot)
2018-06-01
1
-2/+1
*
bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documen...
Miss Islington (bot)
2018-06-01
2
-12/+12
*
bpo-33641: Convert RFC references into links. (GH-7103)
Miss Islington (bot)
2018-05-31
18
-50/+46
*
bpo-31368: Enhance os.preadv() documentation (GH-7254)
Miss Islington (bot)
2018-05-30
1
-95/+114
*
[3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH...
Miss Islington (bot)
2018-05-30
1
-0/+3
*
[3.7] bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name ...
Julien Palard
2018-05-30
1
-2/+2
*
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Miss Islington (bot)
2018-05-29
1
-1/+8
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Miss Islington (bot)
2018-05-29
1
-0/+4
*
bpo-30935: update get_event_loop docs (GH-2731)
Miss Islington (bot)
2018-05-29
1
-1/+4
*
bpo-32911: Revert bpo-29463. (GH-7121)
Serhiy Storchaka
2018-05-29
1
-4/+0
*
bpo-32878: Adds documentation for st_ino on Windows (GH-5764) (#7189)
Miss Islington (bot)
2018-05-29
1
-1/+11
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Miss Islington (bot)
2018-05-29
1
-2/+5
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Miss Islington (bot)
2018-05-28
1
-5/+12
*
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 860...
Miss Islington (bot)
2018-05-28
2
-9/+10
*
Document typing.NoReturn (GH-7107)
Miss Islington (bot)
2018-05-25
1
-0/+12
*
bpo-33109: argparse subparsers are once again not required by default (GH-691...
Miss Islington (bot)
2018-05-24
1
-1/+1
*
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
Miss Islington (bot)
2018-05-24
1
-2/+7
*
[3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082)
Miss Islington (bot)
2018-05-23
1
-1/+27
*
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
Miss Islington (bot)
2018-05-23
2
-6/+45
*
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
Miss Islington (bot)
2018-05-22
1
-1/+1
*
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
Miss Islington (bot)
2018-05-22
1
-5/+3
*
bpo-30940: Updating round() docs. (GH-6342) (GH-7009)
Miss Islington (bot)
2018-05-20
1
-4/+5
*
[3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998)
Elvis Pranskevichus
2018-05-20
2
-4/+1
*
bpo-19950: Clarify unittest TestCase instance use. (GH-6875) (GH-6938)
Miss Islington (bot)
2018-05-19
1
-9/+15
*
bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979)
Miss Islington (bot)
2018-05-18
1
-4/+3
*
asyncio/docs: Mark asyncio.run() as provisional in 3.7. (GH-6946) (GH-6949)
Miss Islington (bot)
2018-05-17
1
-0/+2
*
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...
Miss Islington (bot)
2018-05-17
1
-7/+15
*
bpo-32216: Update dataclasses documentation (GH-6913) (#6918)
Miss Islington (bot)
2018-05-16
1
-75/+79
*
[3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877)
Miss Islington (bot)
2018-05-16
1
-0/+9
[next]