Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.0b5
/
Doc
tag
6f05d12b03c4681d6488645e027b5bc5c19ce406
tagger
Ned Deily <nad@python.org>
Wed May 30 23:51:34 2018
object
abb88023896f545b18d20c7d0d5934b11230a12f
Python 3.7.0b5
0e823c6
bpo-31368: Enhance os.preadv() documentation (GH-7254)
by Miss Islington (bot)
· 7 years ago
5191892
3.6 what's new: fix a reference to PEP 528 (GH-7113) (#7256)
by Miss Islington (bot)
· 7 years ago
ea1982a
bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242)
by Miss Islington (bot)
· 7 years ago
f952694
[3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217) (#7227)
by Miss Islington (bot)
· 7 years ago
4f53e2a
[3.7] bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) (GH-7219)
by Julien Palard
· 7 years ago
d8948c5
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
by Miss Islington (bot)
· 7 years ago
0364342
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) (#7222)
by Miss Islington (bot)
· 7 years ago
ca64f3e
bpo-30935: update get_event_loop docs (GH-2731)
by Miss Islington (bot)
· 7 years ago
2641ee5
bpo-32911: Revert bpo-29463. (GH-7121)
by Serhiy Storchaka
· 7 years ago
78e14f8
bpo-32878: Adds documentation for st_ino on Windows (GH-5764) (#7189)
by Miss Islington (bot)
· 7 years ago
1827615
bpo-33670: Expose Sphinx errorlevel (GH-7156)
by Miss Islington (bot)
· 7 years ago
a379dea
bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163)
by Miss Islington (bot)
· 7 years ago
ddc613f
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
by Miss Islington (bot)
· 7 years ago
bc3a002
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
by Miss Islington (bot)
· 7 years ago
eb8516b
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) (GH-6704)
by Miss Islington (bot)
· 7 years ago
e69657d
[3.7] bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829) (#7127)
by Andrés Delfino
· 7 years ago
82d727f
Document typing.NoReturn (GH-7107)
by Miss Islington (bot)
· 7 years ago
dd7a255
bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089)
by Miss Islington (bot)
· 7 years ago
fa286ed
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
by Miss Islington (bot)
· 7 years ago
72ef4fc
[3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082)
by Miss Islington (bot)
· 7 years ago
2fc443c
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
by Miss Islington (bot)
· 7 years ago
2751dcc
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
by Miss Islington (bot)
· 7 years ago
cd57b48
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
by Miss Islington (bot)
· 7 years ago
1f22a30
[3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061)
by Serhiy Storchaka
· 7 years ago
afec2d5
bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033)
by Miss Islington (bot)
· 7 years ago
3718f92
Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038)
by Miss Islington (bot)
· 7 years ago
e1a78ca
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
by Miss Islington (bot)
· 7 years ago
d9055f8
Fix lambda parameters being refered as arguments (GH-7037)
by Miss Islington (bot)
· 7 years ago
2b4ed5d
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
by Miss Islington (bot)
· 7 years ago
4ecdc11
bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991) (GH-7012)
by Miss Islington (bot)
· 7 years ago
98a18de
Add idlelib and IDLE section to What's New in 3.7. (GH-7019) (GH-7020)
by Miss Islington (bot)
· 7 years ago
736e3b3
bpo-30940: Updating round() docs. (GH-6342) (GH-7009)
by Miss Islington (bot)
· 7 years ago
296b60a
Docs: be less specific about python versions (GH-6985) (GH-7008)
by Miss Islington (bot)
· 7 years ago
f0af69f
bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) (GH-7000)
by Miss Islington (bot)
· 7 years ago
15f3d0c
[3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998)
by Elvis Pranskevichus
· 7 years ago
436972e
bpo-19950: Clarify unittest TestCase instance use. (GH-6875) (GH-6938)
by Miss Islington (bot)
· 7 years ago
a3a554a
[3.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860) (#6934)
by Andrés Delfino
· 7 years ago
09ca590
bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979)
by Miss Islington (bot)
· 7 years ago
bef7031
Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)
by Miss Islington (bot)
· 7 years ago
efa6427
bpo-33559: Attribute changed repr of exceptions (GH-6954)
by Miss Islington (bot)
· 7 years ago
f34ade3
asyncio/docs: Mark asyncio.run() as provisional in 3.7. (GH-6946) (GH-6949)
by Miss Islington (bot)
· 7 years ago
54fc497
bpo-33559: Document changed repr of exceptions (GH-6943) (GH-6950)
by Miss Islington (bot)
· 7 years ago
8965d75
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)
by Miss Islington (bot)
· 7 years ago
d504108
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928)
by Miss Islington (bot)
· 7 years ago
0c62e09
bpo-32216: Update dataclasses documentation (GH-6913) (#6918)
by Miss Islington (bot)
· 7 years ago
e2db6ad
[3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877)
by Miss Islington (bot)
· 7 years ago
51b2f6d
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) (GH-6872)
by Miss Islington (bot)
· 7 years ago
81defcc
Minor tweaks to dataclasses docs. (GH-6903)
by Miss Islington (bot)
· 7 years ago
04e96da
bpo-32216: Add documentation for dataclasses (GH-6886)
by Miss Islington (bot)
· 7 years ago
f4fdb61
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862)
by Miss Islington (bot)
· 7 years ago
cc598ae
Add AsyncContextManager to typing module documentation. (GH-6822)
by Miss Islington (bot)
· 7 years ago
e8f968d
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837)
by Miss Islington (bot)
· 7 years ago
8e633a4
bpo-20104: Remove posix_spawn from 3.7 (GH-6794)
by Pablo Galindo
· 7 years ago
c6348cf
Add versionchanged in create_datagram_endpoint doc (GH-4697)
by Miss Islington (bot)
· 7 years ago
050e041
bpo-22069: Update TextIO documentation (GH-6609)
by Miss Islington (bot)
· 7 years ago
22df418
bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)
by Miss Islington (bot)
· 7 years ago
8ffff34
bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)
by Miss Islington (bot)
· 7 years ago
c587235
Fix superfluous if in documentation. (GH-6728)
by Miss Islington (bot)
· 7 years ago
101d0d5
bpo-32717: Document PEP 560 (GH-6726)
by Miss Islington (bot)
· 7 years ago
77fa783
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332)
by Miss Islington (bot)
· 7 years ago
2e5fa38
bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467)
by Miss Islington (bot)
· 7 years ago
cebce2e
bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
by Miss Islington (bot)
· 7 years ago
1487c37
bpo-33378: Add Korean to the language switcher. (GH-6627)
by Miss Islington (bot)
· 7 years ago
b94d739
Change "non-local state" to "content-local state". (GH-6617)
by Miss Islington (bot)
· 7 years ago
53d36cc
bpo-33280: Reorganize external Tcl/Tk references. (GH-6473)
by Miss Islington (bot)
· 7 years ago
6a1799e
bpo-33314: Fix rendering issues in the documentation for the os module (GH-6525) (GH-6597)
by Miss Islington (bot)
· 7 years ago
1985849
Mention both relevant PEPs in function annotations tutorial (GH-6304)
by Miss Islington (bot)
· 7 years ago
f900503
bpo-33297: Mention Pillow to work with more image formats. (GH-6505)
by Miss Islington (bot)
· 7 years ago
3e0d23c
Clarify that __path__ can't be just any value (GH-6554)
by Miss Islington (bot)
· 7 years ago
3295529
Spelling fixes to docs, docstrings, and comments (GH-6374)
by Miss Islington (bot)
· 7 years ago
198c0c0
Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)
by Miss Islington (bot)
· 7 years ago
b88f737
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)
by Miss Islington (bot)
· 7 years ago
7899153
fix pydoc-topics to work with Sphinx 1.7 (GH-6475)
by Miss Islington (bot)
· 7 years ago
3b4e756
Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH-6494) (GH-6495)
by Miss Islington (bot)
· 7 years ago
f20eca7
Remove to-be-deprecated urllib.request.urlretrieve function reference (GH-6454)
by Miss Islington (bot)
· 7 years ago
986eaa8
bpo-33185: Improve wording and markup (GH-6477)
by Miss Islington (bot)
· 7 years ago
d7ffa58
bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)
by Miss Islington (bot)
· 7 years ago
3715176
[3.7] bpo-33217: deprecate non-Enum lookups in Enums (GH-6392)
by Ethan Furman
· 7 years ago
cbbf746
Fix error messages in argparse examples (GH-6435)
by Miss Islington (bot)
· 7 years ago
4dc3c8f
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)
by Miss Islington (bot)
· 7 years ago
b571958
Improve highlighting of some code blocks. (GH-6401)
by Miss Islington (bot)
· 7 years ago
8a72266
Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6421)
by Miss Islington (bot)
· 7 years ago
31f1b52
bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6411)
by Miss Islington (bot)
· 7 years ago
98e8ac8
[3.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) (GH-6404)
by Miss Islington (bot)
· 7 years ago
a09bb87
[3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) (GH-6403)
by Brett Cannon
· 7 years ago
252f10c
fixed capitalization of class name (GH-6396) (GH-6397)
by Miss Islington (bot)
· 7 years ago
b8fc2d6
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
by Miss Islington (bot)
· 7 years ago
9216dff
bpo-32337: Update documentats about dict order (GH-4973)
by Miss Islington (bot)
· 7 years ago
0c53357
bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)
by Miss Islington (bot)
· 7 years ago
f6d1d65
closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH-6335)
by Miss Islington (bot)
· 7 years ago
ab84572
bpo-20104: Add os.posix_spawn documentation. (GH-6334)
by Miss Islington (bot)
· 7 years ago
7dcfd6c
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
by Miss Islington (bot)
· 7 years ago
a470b74
Fix typos '.::' should typically just be '::'. (GH-6165) (GH-6300)
by Miss Islington (bot)
· 7 years ago
a48614b
FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207) (GH-6302)
by Miss Islington (bot)
· 7 years ago
fd93666
[3.7] Fix duplicating words words. (GH-6296) (GH-6297)
by Serhiy Storchaka
· 7 years ago
6124d8e
bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6294)
by Miss Islington (bot)
· 7 years ago
6cb556f
s/the the/the/ (GH-6287)
by Miss Islington (bot)
· 7 years ago
211c0db
Fix senfile typo (GH-6265) (#6274)
by Miss Islington (bot)
· 7 years ago
f328caf
bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (#GH-6266)
by Miss Islington (bot)
· 7 years ago
d01a805
Corrected link targets in collections.rst (GH-1052)
by Miss Islington (bot)
· 7 years ago
Next »