Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.6rc1
/
Doc
tag
9d7889210ba48b6fde9fac464fff1725d2dbdc1d
tagger
Ned Deily <nad@python.org>
Tue Jun 12 04:32:00 2018
object
1015e38be4a52488a506ccb311ab7b23e46f9fa9
Python 3.6.6rc1
e257574
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7652)
by Ned Deily
· 7 years ago
0404d35
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
by Miss Islington (bot)
· 7 years ago
860d8c4
bpo-33831: Make htmlview run again (GH-7628)
by Miss Islington (bot)
· 7 years ago
bbbc3d9
bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (GH-7631) (#7634)
by Miss Islington (bot)
· 7 years ago
1b5731e
bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7622)
by Ned Deily
· 7 years ago
4836dc9
more pypi.python.org -> pypi.org for 3.6 (GH-7616)
by Ned Deily
· 7 years ago
1d4089b
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601)
by Miss Islington (bot)
· 7 years ago
08a1b13
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
by Miss Islington (bot)
· 7 years ago
969759e
bpo-33820: Fix IDLE What's New typo (GH-7594)
by Miss Islington (bot)
· 7 years ago
8ecd7f6
bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589)
by Miss Islington (bot)
· 7 years ago
5c52f48
Remove hyphens from phrase "picks up where it left off" (GH-7410)
by Miss Islington (bot)
· 7 years ago
a5f0a8e
Fix typo in object.__getnewargs__() documentation (GH-7554)
by Miss Islington (bot)
· 7 years ago
1f55698
bpo-33766: Document that end of file or string is a newline (GH-7383)
by Miss Islington (bot)
· 7 years ago
a0accc0
bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346)
by Miss Islington (bot)
· 7 years ago
27956443
[3.6] bpo-32392: Document env keyword argument of subprocess.run() (GH-7289)
by Berker Peksag
· 7 years ago
21f2553
bpo-17909: Document that json.load can accept a binary IO (GH-7366)
by Miss Islington (bot)
· 7 years ago
889a1ef
bpo-27902: Add compatibility note to Profile docs (GH-7295)
by Miss Islington (bot)
· 7 years ago
6a43d5f
bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)
by Miss Islington (bot)
· 7 years ago
db30390
bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316)
by Miss Islington (bot)
· 7 years ago
218eaca
Fix typo in datamodel.rst (GH-6964)
by Miss Islington (bot)
· 7 years ago
1df877c
bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) (GH-7299)
by Miss Islington (bot)
· 7 years ago
461ad59
bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) (GH-7303)
by Miss Islington (bot)
· 7 years ago
55d9e86
[3.6] bpo-33641: Convert RFC references into links. (GH-7103) (GH-7276)
by Serhiy Storchaka
· 7 years ago
7da7a01
3.6 what's new: fix a reference to PEP 528 (GH-7113) (#7257)
by Miss Islington (bot)
· 7 years ago
7301dd9
bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242)
by Miss Islington (bot)
· 7 years ago
3b263e6
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7224)
by Yury Selivanov
· 7 years ago
51bf38f
bpo-30935: update get_event_loop docs (GH-2731)
by Miss Islington (bot)
· 7 years ago
325320d
bpo-32878: Adds documentation for st_ino on Windows (GH-5764) (GH-7190)
by Steve Dower
· 7 years ago
08beaf7
bpo-33670: Expose Sphinx errorlevel (GH-7156)
by Miss Islington (bot)
· 7 years ago
d8af830
bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163)
by Miss Islington (bot)
· 7 years ago
717204f
[3.6] bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829) (GH-7128)
by Andrés Delfino
· 7 years ago
36f066a
Document typing.NoReturn (GH-7107)
by Miss Islington (bot)
· 7 years ago
93e9fb5
[3.6] bpo-5945: Improve mappings and sequences C API docs. (GH-7029). (GH-7049)
by Serhiy Storchaka
· 7 years ago
ab90ea2
Fix lambda parameters being refered as arguments (GH-7037)
by Miss Islington (bot)
· 7 years ago
0c1e7d8
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
by Miss Islington (bot)
· 7 years ago
983e965
bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991)
by Miss Islington (bot)
· 7 years ago
82c9adb
bpo-30940: Updating round() docs. (GH-6342)
by Miss Islington (bot)
· 7 years ago
cef1f87
Docs: be less specific about python versions (GH-6985)
by Miss Islington (bot)
· 7 years ago
10a122c
bpo-23722: Fix docs for future __classcell__ changes. (GH-6999)
by Miss Islington (bot)
· 7 years ago
66b3f53
[3.6] Fix typos '.::' should typically just be '::'. (GH-6165). (GH-6895)
by Julien Palard
· 7 years ago
a5f33a8
bpo-19950: Clarify unittest TestCase instance use. (GH-6875) (GH-6939)
by Miss Islington (bot)
· 7 years ago
fb5d0aa
[3.6] bpo-33518: Add PEP entry to documentation glossary (GH-6860) (#6935)
by Andrés Delfino
· 7 years ago
e6e440a
Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)
by Miss Islington (bot)
· 7 years ago
0d8f83f
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6925)
by Steve Dower
· 7 years ago
e4cd12d
[3.6] bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) (GH-6885)
by Stéphane Wirtel
· 7 years ago
e618e96
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6864)
by Petr Viktorin
· 7 years ago
295465d
Add AsyncContextManager to typing module documentation. (GH-6823)
by Travis DePrato
· 7 years ago
914bad6
Add versionchanged in create_datagram_endpoint doc (GH-4697)
by Miss Islington (bot)
· 7 years ago
9fd5b5f
bpo-22069: Update TextIO documentation (GH-6609)
by Miss Islington (bot)
· 7 years ago
7488c79
bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)
by Miss Islington (bot)
· 7 years ago
fa40fc0
bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)
by Miss Islington (bot)
· 7 years ago
6079b60
Fix superfluous if in documentation. (GH-6728)
by Miss Islington (bot)
· 7 years ago
eb5abdc
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6703)
by Miss Islington (bot)
· 7 years ago
dc5c92f
bpo-33378: Add Korean to the language switcher. (GH-6627)
by Miss Islington (bot)
· 7 years ago
9a039d5
bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
by Miss Islington (bot)
· 7 years ago
4533494
[3.6] bpo-33280: Reorganize external Tcl/Tk references. (GH-6473). (#6602)
by Andrés Delfino
· 7 years ago
0d19fa9
Mention both relevant PEPs in function annotations tutorial (GH-6304)
by Miss Islington (bot)
· 7 years ago
5c0a8bb
bpo-33297: Mention Pillow to work with more image formats. (GH-6505)
by Miss Islington (bot)
· 7 years ago
82de43f
[3.6] Spelling fixes to docs, docstrings, and comments (GH-6374) (#6558)
by Terry Jan Reedy
· 7 years ago
0eadb42
Clarify that __path__ can't be just any value (GH-6554)
by Miss Islington (bot)
· 7 years ago
f44ce35
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)
by Miss Islington (bot)
· 7 years ago
7095545
fix pydoc-topics to work with Sphinx 1.7 (GH-6475)
by Miss Islington (bot)
· 7 years ago
c0a0c64
Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH-6494) (GH-6496)
by Miss Islington (bot)
· 7 years ago
ab99475
Remove to-be-deprecated urllib.request.urlretrieve function reference (GH-6454)
by Miss Islington (bot)
· 7 years ago
e98e338
Fix error messages in argparse examples (GH-6435)
by Miss Islington (bot)
· 7 years ago
1429ac9
[3.6] Improve highlighting of some code blocks. (GH-6401). (GH-6424)
by Serhiy Storchaka
· 7 years ago
280a767
Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6422)
by Miss Islington (bot)
· 7 years ago
b603609
[3.6] bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6412)
by Antoine Pitrou
· 7 years ago
70c4446
[3.6] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) (GH-6406)
by Miss Islington (bot)
· 7 years ago
29bc6f6
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
by INADA Naoki
· 7 years ago
fa5157e
closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH-6335)
by Miss Islington (bot)
· 7 years ago
ddc9971
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
by Miss Islington (bot)
· 7 years ago
18fdc87
bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6293)
by Miss Islington (bot)
· 7 years ago
c8698cf
bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6267)
by Miss Islington (bot)
· 7 years ago
a413a91
Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776)
by Miss Islington (bot)
· 7 years ago
643a781
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061)
by Miss Islington (bot)
· 7 years ago
fce39ab
Fix a reference to the MRE book in re docs (GH-1113)
by Miss Islington (bot)
· 7 years ago
ae2feb3
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)
by Miss Islington (bot)
· 7 years ago
481cbe8
bpo-18802: Add more details to ipaddress documentation (GH-6083)
by Miss Islington (bot)
· 7 years ago
47a0e64
bpo-28247: Document Windows executable creation in zipapp (GH-6158)
by Miss Islington (bot)
· 7 years ago
1da0479
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
by Miss Islington (bot)
· 7 years ago
3f439d1
bpo-33045: Fix typos in SSL documentation (GH-6065)
by Miss Islington (bot)
· 7 years ago
de8567e
bpo-26701: Improve documentation for the rounding special methods. (GH-6054)
by Miss Islington (bot)
· 7 years ago
1028ca4
bpo-26701: Add documentation for __trunc__ (GH-6050)
by Miss Islington (bot)
· 7 years ago
19b42fe
Warn that compile() can crash when compiling to an AST object (GH-6043) (GH-6046)
by Miss Islington (bot)
· 7 years ago
b316c44
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the interpreter (GH-5960) (GH-6042)
by Miss Islington (bot)
· 7 years ago
3f7d0b6
controlflow: Use full example for "5 through 9" (GH-5907)
by Miss Islington (bot)
· 7 years ago
15425cf
Fix some ipaddress documentation errors (GH-6021)
by Miss Islington (bot)
· 7 years ago
7592c0a
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
by Miss Islington (bot)
· 7 years ago
bd92cfe
Fix missing coroutine declaration in the asyncio documentation. (GH-5964)
by Miss Islington (bot)
· 7 years ago
fbdd075
[3.6] bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930). (GH-5958)
by Serhiy Storchaka
· 7 years ago
86ea851
Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)" (#5911)
by Barry Warsaw
· 7 years ago
1278c21
[3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)
by animalize
· 7 years ago
5a07608
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041)
by Miss Islington (bot)
· 7 years ago
b9678d3
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
by Miss Islington (bot)
· 7 years ago
48707a1
[3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)
by Christian Heimes
· 7 years ago
fc9471a
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
by Miss Islington (bot)
· 7 years ago
cffe046
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
by Miss Islington (bot)
· 7 years ago
dd52d5c
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)
by Miss Islington (bot)
· 7 years ago
6eab93c
bpo-30449: Improve __slots__ documentation (GH-1819)
by Miss Islington (bot)
· 7 years ago
Next »