Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.6
/
Doc
/
library
tag
29731c007987cef7fa1aac6d6bdd8ab6e27af679
tagger
Ned Deily <nad@python.org>
Sat Jan 01 00:57:13 2022
object
8d999cbf4adea053be6dbb612b9844635c4dfb8e
Final head of the former 3.6 branch
910886a
[3.6] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) (GH-28080)
by Ned Deily
· 4 years ago
6c472d3
[3.6] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs (GH-25924)
by Miss Islington (bot)
· 4 years, 3 months ago
5c17dfc
[3.6] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24532)
by Senthil Kumaran
· 4 years, 6 months ago
b23c084
[3.6] bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311). (GH-17571)
by Kyle Stanley
· 6 years ago
317c33e
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
by Ned Deily
· 6 years ago
1af68a6
[3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-14041)
by Ned Deily
· 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
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
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
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
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
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
27c16e3
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
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
8856246
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
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
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
d8e5601
Minor grammar improvement to io documentation. (GH-10329)
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
bde5181
Cleanup and improve the regex tokenizer example. (GH-10426) (#10428)
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
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
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
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
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
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
7eacd67
In email docs, correct spelling of foregoing (GH-9856) (GH-9920)
by Miss Islington (bot)
· 7 years ago
34634ee
In email.parser in message_from_bytes, update `strict` to `policy` (GH-9854) (GH-9918)
by Miss Islington (bot)
· 7 years ago
cc279f4
Updated documentation on logging.debug(). (GH-9946) (GH-9950)
by Miss Islington (bot)
· 7 years ago
407f3dd
fix dangling keyfunc examples in documentation of heapq and sorted (GH-1432)
by Miss Islington (bot)
· 7 years ago
f543e18
[3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) (GH-9657)
by Serhiy Storchaka
· 7 years ago
3baee3b
bpo-34576 warn users on security for http.server (GH-9720)
by Miss Islington (bot)
· 7 years ago
f1e8be7
Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRaisesRegex is keyword-only. (GH-9680)
by Miss Islington (bot)
· 7 years ago
58376c6
Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670)
by Miss Islington (bot)
· 7 years ago
56c1025
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9664)
by Miss Islington (bot)
· 7 years ago
3cd5e8e
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
by Miss Islington (bot)
· 7 years ago
dfa1113
Clarify that Type[SomeTypeVar] is legal (GH-9585)
by Miss Islington (bot)
· 7 years ago
582d188
[3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)
by Christian Heimes
· 7 years ago
94812f7
[3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)
by Christian Heimes
· 7 years ago
29da839
Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)
by Miss Islington (bot)
· 7 years ago
1e7193b
bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)
by Miss Islington (bot)
· 7 years ago
5a435ea
closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)
by Miss Islington (bot)
· 7 years ago
a00de68
[3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)
by Benjamin Peterson
· 7 years ago
8a2c2d4
bpo-34365: Update date object documentation (GH-8814)
by Miss Islington (bot)
· 7 years ago
cb51dd7
bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121)
by Miss Islington (bot)
· 7 years ago
889f080
bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086)
by Miss Islington (bot)
· 7 years ago
3cb90d1
Fix missing line from example shell session (GH-9143) (GH-9156)
by Miss Islington (bot)
· 7 years ago
c0db817
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
by Miss Islington (bot)
· 7 years ago
eb6ab73
[3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)
by Pablo Galindo
· 7 years ago
0433f8e
Fix markup in stdtypes documentation (GH-8905)
by Miss Islington (bot)
· 7 years ago
2443766
Make it more clear that setUpClass runs before each class, not "class run" (GH-8844)
by Miss Islington (bot)
· 7 years ago
f19579b
bpo-22057: Clarify eval() documentation (GH-8812)
by Miss Islington (bot)
· 7 years ago
fbd0a14
bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (GH-8808) (GH-8810)
by Miss Islington (bot)
· 7 years ago
02c4d4b
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)
by Miss Islington (bot)
· 7 years ago
3e630c5
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)
by Christian Heimes
· 7 years ago
2a4ee8a
bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)
by Christian Heimes
· 7 years ago
4ee06b3
smtplib documentation fixes (GH-8708)
by Miss Islington (bot)
· 7 years ago
72f5189
Fix the versionadded indentation in exec_module doc (GH-8719)
by Miss Islington (bot)
· 7 years ago
eb6ed12
bpo-34379: Doc: Move note for json.dump (GH-8730)
by Miss Islington (bot)
· 7 years ago
3da5c5c
bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)
by Miss Islington (bot)
· 7 years ago
Next »