Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.5rc1
/
Doc
tag
87c4b938b9d22bc17113d9548a11c24b6bf44490
tagger
Ned Deily <nad@python.org>
Wed Mar 14 01:22:55 2018
object
f03c5148cfc6873df855bd0edca2940f9a5d8fd5
Python 3.6.5rc1
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
f8a794c
bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)
by Miss Islington (bot)
· 7 years ago
0150dc5
bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)
by Miss Islington (bot)
· 7 years ago
76c3f5e
bpo-32540: Update venv documentation (GH-5736)
by Miss Islington (bot)
· 7 years ago
6ae87ca
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767)
by Miss Islington (bot)
· 7 years ago
f2d2e61
DOC: fix documentation for copyright and credits (GH-5706)
by Miss Islington (bot)
· 8 years ago
76591bc
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712)
by Miss Islington (bot)
· 8 years ago
1b9bbbc
Fix installation instructions for *nix (GH-5605)
by Miss Islington (bot)
· 8 years ago
b93a52b
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
by Miss Islington (bot)
· 8 years ago
6708be7
bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5547)
by Miss Islington (bot)
· 8 years ago
9d8c24b
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) GH-5612)
by Miss Islington (bot)
· 8 years ago
3d4a174
[3.6] Make formatting of some return codes conforming to the general style. (GH-5587). (GH-5598)
by Serhiy Storchaka
· 8 years ago
7f95c8c
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH-5573)
by Miss Islington (bot)
· 8 years ago
a8c25d1
[3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5542)
by Miss Islington (bot)
· 8 years ago
231fa23
Fix typo -- missing "not" (GH-5528) (GH-5531)
by Miss Islington (bot)
· 8 years ago
3bd749b
bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5525)
by Miss Islington (bot)
· 8 years ago
c90a5de
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
by Terry Jan Reedy
· 8 years ago
0cb82eb
Update Doc build for split off of 3.7 branch
by Ned Deily
· 8 years ago
7eb3d1e
bpo-32739: Show default value for rotate() (GH-5485) (GH-5515)
by Miss Islington (bot)
· 8 years ago
a71397f
[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)
by Barry Warsaw
· 8 years ago
fbf8e82
[3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… …rning (GH-5265) (GH-5500)
by Terry Jan Reedy
· 8 years ago
8cf7ebb
[3.6] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199). (GH-5471)
by Serhiy Storchaka
· 8 years ago
581ce25
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) (GH-5465)
by Miss Islington (bot)
· 8 years ago
04f99ba
bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) (GH-5438)
by Miss Islington (bot)
· 8 years ago
5869861
Document the error return of PyLong_As* APIs. (GH-5396) (#5404)
by Miss Islington (bot)
· 8 years ago
190de18
Fix minor markup typo (GH-5407) (#5416)
by Miss Islington (bot)
· 8 years ago
33febfb
Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)
by Miss Islington (bot)
· 8 years ago
854f042
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5377)
by Miss Islington (bot)
· 8 years ago
0135dfd
Minor grammar fixes to License.rst (GH-1174) (GH-5373)
by Miss Islington (bot)
· 8 years ago
d331515
[3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)
by Miss Islington (bot)
· 8 years ago
8f68cb7
[3.6] bpo-27505: Retrofit module __class__ documentation from 3.7 (GH-5321)
by Cheryl Sabella
· 8 years ago
995c60d
[3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5330)
by Bo Bayles
· 8 years ago
196b8cb
bpo-32651 Recommend getpass.getuser() (GH-5301) (#5304)
by Miss Islington (bot)
· 8 years ago
fd844ef
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056) (#5298)
by Xiang Zhang
· 8 years ago
b92c159
[3.6] bpo-32555: Fix locale encodings (#5193)
by Victor Stinner
· 8 years ago
5f959c4
[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)
by Victor Stinner
· 8 years ago
fb8569e
bpo-26330: Update shutil.disk_usage() documentation (GH-5184) (GH-5188)
by Miss Islington (bot)
· 8 years ago
bb80645
bpo-15221: Update os.path.is*() documentation (GH-5185) (GH-5186)
by Miss Islington (bot)
· 8 years ago
cf4cd4b
Add itertools recipe for directly finding the n-th combination (GH-5161) (#5174)
by Miss Islington (bot)
· 8 years ago
29b1aff
Improve enum.Flag code example (GH-5167) (GH-5171)
by Miss Islington (bot)
· 8 years ago
22b1050
Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157) (GH-5160)
by Miss Islington (bot)
· 8 years ago
e295739
advance copyright years to 2018 (GH-5094) (#5104)
by Miss Islington (bot)
· 8 years ago
1e6d852
bpo-32211: Document the existing bug in re.findall() and re.finditer(). (#4695)
by Serhiy Storchaka
· 8 years ago
f24c185
bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5081)
by Miss Islington (bot)
· 8 years ago
45588c6
Fix trivial typo in pickle.rst (GH-4955) (#4958)
by Miss Islington (bot)
· 8 years ago
4aa84e7
bpo-32306: Clarify c.f.Executor.map() documentation (GH-4947) (#4948)
by Miss Islington (bot)
· 8 years ago
75d1ca2
Improve the F-strings and format specifier documentation (GH-4931) (GH-4933)
by Miss Islington (bot)
· 8 years ago
dc5770b
bpo-32377: improve __del__ docs and fix mention about resurrection (GH-4927) (#4929)
by Miss Islington (bot)
· 8 years ago
dab4cf2
Minor wording tweak for itertools documentation (GH-4893) (#4894)
by Miss Islington (bot)
· 8 years ago
5a9f379
F-strings docs: link to Format Specifiers (GH-4888) (GH-4889)
by Miss Islington (bot)
· 8 years ago
77bf6da
bpo-28393: Update encoding lookup docs wrt bpo-27938 (GH-4871) (#4881)
by Miss Islington (bot)
· 8 years ago
28453fe
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864)
by Andrew Svetlov
· 8 years ago
4a97809
trivial: link updates in documentation (GH-2765) (#4835)
by Miss Islington (bot)
· 8 years ago
b0358e8
bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833)
by Miss Islington (bot)
· 8 years ago
78cd00b
bpo-31942: Document optional support of start and stop attributes in Sequence.index method (GH-4277) (#4811)
by Miss Islington (bot)
· 8 years ago
0aa2a1d
bpo-22671: Clarify and test default read method implementations (GH-4568) (#4796)
by Miss Islington (bot)
· 8 years ago
6386818
bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) (GH-4767)
by Vinay Sajip
· 8 years ago
a04ca12
bpo-32208: update threading.Semaphore docs and add unit test (GH-4709) (#4750)
by Miss Islington (bot)
· 8 years ago
3b55416
Add a missing space in tkinter documentation. (GH-4692) (GH-4722)
by Miss Islington (bot)
· 8 years ago
2ad350a
[3.6] bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) (#4683)
by Miss Islington (bot)
· 8 years ago
5f6d2bb
Use raw strings in the re module examples. (GH-4616) (#4617)
by Miss Islington (bot)
· 8 years ago
8a95753
bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)
by Miss Islington (bot)
· 8 years ago
cceb0f8
bpo-29879: Update typing documentation. (GH-4573) (GH-4574)
by Miss Islington (bot)
· 8 years ago
6bce8ac
[Doc] Update opcode for var-positional arguments (GH-4446) (#4457)
by Miss Islington (bot)
· 8 years ago
db897b1
Improve Scheduler Objects documentation. (GH-4556) (GH-4557)
by Miss Islington (bot)
· 8 years ago
3e60747
bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) (GH-4554)
by Miss Islington (bot)
· 8 years ago
05ee121
Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) (GH-4549)
by Miss Islington (bot)
· 8 years ago
7b909a9
Improve the String tutorial docs (GH-4541) (GH-4545)
by Miss Islington (bot)
· 8 years ago
90abbee
Extending Python Doc minor updates (GH-4518) (GH-4535)
by Miss Islington (bot)
· 8 years ago
ff847d1
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533)
by Miss Islington (bot)
· 8 years ago
a645b23
bpo-30456: Clarify example for duplicates in second argument of isinstance (GH-1699)
by Berker Peksag
· 8 years ago
d7ed48c
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (GH-4491) (#4493)
by Miss Islington (bot)
· 8 years ago
32b003a
Add comment and improve variable name in roundrobin() (GH-4486) (#4487)
by Miss Islington (bot)
· 8 years ago
60a376c
bpo-32050: Fix -x option documentation (GH-4475) (#4477)
by Miss Islington (bot)
· 8 years ago
80baec5
Remove outdated .pyo reference from msilib docs (GH-4461)
by Miss Islington (bot)
· 8 years ago
2f1ccf5
Document parameters of BaseServer.finish_request() (GH-4445)
by Miss Islington (bot)
· 8 years ago
6cc476a
Fix typo in atexit documentation. (GH-4419) (GH-4425)
by Miss Islington (bot)
· 8 years ago
42336de
bpo-31948: Fix broken links in msilib docs (GH-4397). (GH-4398)
by Jesse-Bakker
· 8 years ago
14c1fe6
bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4394)
by Miss Islington (bot)
· 8 years ago
ea5b545
[3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4379)
by xdegaye
· 8 years ago
4e09deb
The termios man page is in section 3 (GH-2450)
by Miss Islington (bot)
· 8 years ago
98ad985
Remove redundant 'exc = True' line (GH-4357)
by Miss Islington (bot)
· 8 years ago
Next »