Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.9
/
Doc
tag
3406378668cca081c0747e765cfe9dc80bdefa89
tagger
Ned Deily <nad@python.org>
Tue Jul 02 20:26:15 2019
object
201c8f79450628241574fba940e08107178dc3a5
Python 3.6.9
ecafe8e
Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130)
by Miss Islington (bot)
· 6 years ago
78309c9
[3.6] Doc: Add an optional obsolete header. (GH-13638). (GH-13657)
by Julien Palard
· 6 years ago
1af68a6
[3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-14041)
by Ned Deily
· 6 years ago
9393e19
Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) (GH-13923)
by Miss Islington (bot)
· 6 years ago
dffc558
Doc: Python 3.9 in sidebar and version switcher. (GH-13824) (GH-13827)
by Miss Islington (bot)
· 6 years ago
4508bc3
[3.6] bpo-35564: add master_doc='contents' to conf.py (GH-11290). (GH-12461)
by Julien Palard
· 6 years ago
e601ef0
bpo-36195: Remove the ThreadPoolExecutor documentation mentioning the initializer feature added in Python 3.7 (GH-12182)
by Harmandeep Singh
· 6 years ago
23fc041
[3.6] bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (GH-12215)
by Steve Dower
· 6 years ago
fb35241
Document the surprising sideeffect PyErr_Print(). (GH-12081) (GH-12084)
by Miss Islington (bot)
· 6 years ago
c41523a
Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) (GH-11812)
by Miss Islington (bot)
· 7 years ago
9bacdce
[3.6] bpo-35605: Fix documentation build for sphinx<1.6 (GH-11368)
by Anthony Sottile
· 7 years ago
1edb3dc
bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588)
by Miss Islington (bot)
· 7 years ago
7887c02
bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) (GH-11417)
by Miss Islington (bot)
· 7 years ago
c234061
[3.6] Bump copyright years to 2019. (GH-11407)
by Benjamin Peterson
· 7 years ago
3a26b59
Fix documented signatures for C API functions. (GH-11236) (GH-11240)
by Miss Islington (bot)
· 7 years ago
ff740db
bpo-35461: Document C API functions which suppress exceptions. (GH-11119) (GH-11210)
by Miss Islington (bot)
· 7 years ago
75f1874
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) (GH-11199)
by Miss Islington (bot)
· 7 years ago
789b0ee
bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224) (GH-11251)
by Steve Dower
· 7 years ago
1fb312c
bpo-35450: reflect in docs that venv module is not always creating a copy of the Python binary (GH-11144) (GH-11168)
by Miss Islington (bot)
· 7 years ago
b1f98d4
Fix numbered lists in stdtypes.rst. (GH-10989)
by Miss Islington (bot)
· 7 years ago
19f6e83
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) (GH-11022) (GH-11024)
by Miss Islington (bot)
· 7 years ago
a51a5ca
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
by Miss Islington (bot)
· 7 years ago
f7fe18a
[3.6] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10962)
by Mariatta
· 7 years ago
2997fa4
[3.6] Fix typos in concurrent.Futures documentation (GH-10920) (GH-10958)
by Mariatta
· 7 years ago
62af9e6
[3.6] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10945)
by Andre Delfino
· 7 years ago
9b3d6a1
Move __missing__ after __delitem__ in Data model. (GH-10923)
by Miss Islington (bot)
· 7 years ago
67e6136
bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)
by Miss Islington (bot)
· 7 years ago
1e28daf
[3.6] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (GH-10825)
by E Kawashima
· 7 years ago
2a852a2
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10790)
by Miss Islington (bot)
· 7 years ago
a181411
[3.6] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) (GH-10768)
by Julien Palard
· 7 years ago
7f93f93
[3.6] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10725)
by Julien Palard
· 7 years ago
6c12091
bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10709)
by Miss Islington (bot)
· 7 years ago
af009fb
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592)
by Miss Islington (bot)
· 7 years ago
832da87
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
by Miss Islington (bot)
· 7 years ago
c487cf9
bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558)
by Miss Islington (bot)
· 7 years ago
27c16e3
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
by Miss Islington (bot)
· 7 years ago
7af2144
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10630)
by Miss Islington (bot)
· 7 years ago
df3051b
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (GH-10621)
by Victor Stinner
· 7 years ago
dac5124
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330)
by Miss Islington (bot)
· 7 years ago
8945017
[3.6] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10587)
by Miss Islington (bot)
· 7 years ago
8856246
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
by Miss Islington (bot)
· 7 years ago
46fa7a6
bpo-33816: Remove outdated metaclass example (GH-7566)
by Miss Islington (bot)
· 7 years ago
be657c1
bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478)
by Miss Islington (bot)
· 7 years ago
10a8e11
Fix typo in asynchronous generator iterator documentation (GH-10542)
by Miss Islington (bot)
· 7 years ago
137da0c
[3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545)
by Julien Palard
· 7 years ago
2094fb0
Grammar corrections in abc.rst (GH-10525)
by Miss Islington (bot)
· 7 years ago
2897a04
Link to property built-in in abc.rst (GH-10526)
by Miss Islington (bot)
· 7 years ago
a15e1e8
Fix doc typo: Window -> Windows (GH-10508)
by Miss Islington (bot)
· 7 years ago
60a6bae
bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511)
by Miss Islington (bot)
· 7 years ago
9a7ba8c
Improve grammar in Glossary. (GH-10474)
by Miss Islington (bot)
· 7 years ago
35304b6
Linkify PEP 8 in unix.rst (GH-10482)
by Miss Islington (bot)
· 7 years ago
d8e5601
Minor grammar improvement to io documentation. (GH-10329)
by Miss Islington (bot)
· 7 years ago
d0ebbf4
bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)
by Miss Islington (bot)
· 7 years ago
3f6a0a2
bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)
by Miss Islington (bot)
· 7 years ago
a650493
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
by Miss Islington (bot)
· 7 years ago
aa4f9a2
Correct a typo in the Unittest documentation (GH-10397)
by Miss Islington (bot)
· 7 years ago
384d552
[3.6] Doc: Make all versions sidebars the same for consistency. (GH-10288) (GH-10404)
by Miss Islington (bot)
· 7 years ago
bde5181
Cleanup and improve the regex tokenizer example. (GH-10426) (#10428)
by Miss Islington (bot)
· 7 years ago
de25071
Add future_stmt to simple_stmt production list. (GH-8239)
by Miss Islington (bot)
· 7 years ago
774d46f
Add link to PEP 525 in Expressions. (GH-10333)
by Miss Islington (bot)
· 7 years ago
3ede2b1
glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)
by Miss Islington (bot)
· 7 years ago
a5bd0d3
Add a reference to the name mangling description in the tutorial to the index. (GH-10138)
by Miss Islington (bot)
· 7 years ago
0d9896d
Correct grammar mistakes in string.rst. (GH-9752)
by Miss Islington (bot)
· 7 years ago
55e1173
Mark len call as a code snippet in stdtypes.rst. (GH-9804)
by Miss Islington (bot)
· 7 years ago
e422de8
Mark -c and -O as command line options in reStructuredText. (GH-10103)
by Miss Islington (bot)
· 7 years ago
25bd107
bpo-33000: Document that IDLE's shell has no line limit. (GH-10373)
by Miss Islington (bot)
· 7 years ago
7476fef
bpo-23220: Explain how IDLE's Shell displays output (GH-10356) (#10369)
by Miss Islington (bot)
· 7 years ago
927a113
bpo-35099: Improve the doc about IDLE running user code. (GH-10350)
by Miss Islington (bot)
· 7 years ago
47a940e
[Docs] Fix required version of an example of importlib (GH-10118)
by Miss Islington (bot)
· 7 years ago
8c5f14d
[3.6] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338) (GH-10339)
by Miss Islington (bot)
· 7 years ago
4614b98
Fix a typo about a comma. (GH-10306)
by Miss Islington (bot)
· 7 years ago
4917187
Include memo in the documented signature of copy.deepcopy()
by Miss Islington (bot)
· 7 years ago
7344b9f
bpo-35075: Fix broken url in the pprint documentation (GH-10201)
by Miss Islington (bot)
· 7 years ago
1e8c185
[3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10254)
by Serhiy Storchaka
· 7 years ago
691196d
bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10248)
by matthewbelisle-wf
· 7 years ago
c843a470
bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160)
by Miss Islington (bot)
· 7 years ago
0a53a06
bpo-27741: Better wording for datetime.strptime() (GH-9994)
by Miss Islington (bot)
· 7 years ago
9bdadc1
bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206)
by Miss Islington (bot)
· 7 years ago
5c0a9c4
Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)
by Miss Islington (bot)
· 7 years ago
5b2e1cf
[3.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182)
by Serhiy Storchaka
· 7 years ago
69ab28d2
bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169)
by Miss Islington (bot)
· 7 years ago
a36f04c
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
by Miss Islington (bot)
· 7 years ago
9dfbcf8
Fix typo in zipfile documentation. (GH-10151) (GH-10154)
by Miss Islington (bot)
· 7 years ago
8e5e37e
[3.6] unittest documentation: Spell pytest without the dot (GH-9820) (GH-10156)
by Mariatta
· 7 years ago
5282125
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
by Miss Islington (bot)
· 7 years ago
8be1c04
[3.6] - bpo-34576 : Backport eeab510 3.6 (GH-10113)
by Senthil Kumaran
· 7 years ago
38d7620
[3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542)
by Miss Islington (bot)
· 7 years ago
e825b4e
[3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119)
by Serhiy Storchaka
· 7 years ago
3b87151
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098)
by Miss Islington (bot)
· 7 years ago
9fd92af
configparser doc: Properly label ConfigParser attributes (GH-9930)
by Miss Islington (bot)
· 7 years ago
7717bf9
importlib doc: Fix approximated import_module() code (GH-9945)
by Miss Islington (bot)
· 7 years ago
9a04762
[3.6] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (GH-10075)
by Tal Einat
· 7 years ago
797cfbd
[3.6] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-10068)
by Zsolt Cserna
· 7 years ago
42892a2
bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)
by Miss Islington (bot)
· 7 years ago
da7d7d0
[3.6] bpo-34901: add -I flag to sys.flags (GH-9755)
by danishprakash
· 7 years ago
dcd2b1e
Merge tag 'v3.6.7' into 3.6
by Ned Deily
· 7 years ago
76e8582
bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)
by Miss Islington (bot)
· 7 years ago
92fe93e
bpo-34576: Revert doc change until it can be properly fixed (GH-9720)
by Ned Deily
· 7 years ago
75ee130
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (GH-5621)
by Miss Islington (bot)
· 7 years ago
efc09a9
bpo-21196: Clarify name mangling rules in tutorial (GH-5667)
by Miss Islington (bot)
· 7 years ago
Next »