summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)Miss Islington (bot)2018-10-281-10/+20
* [3.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182)Serhiy Storchaka2018-10-2823-94/+140
* bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169)Miss Islington (bot)2018-10-281-1/+20
* bpo-35089: Don't mention typing.io and typing.re (GH-10173)Miss Islington (bot)2018-10-281-16/+9
* Fix typo in zipfile documentation. (GH-10151) (GH-10154)Miss Islington (bot)2018-10-271-1/+1
* [3.6] unittest documentation: Spell pytest without the dot (GH-9820) (GH-10156)Mariatta2018-10-271-2/+2
* bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)Miss Islington (bot)2018-10-271-3/+4
* [3.6] - bpo-34576 : Backport eeab510 3.6 (GH-10113)Senthil Kumaran2018-10-261-0/+5
* [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH...Miss Islington (bot)2018-10-261-1/+1
* [3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119)Serhiy Storchaka2018-10-2617-16/+235
* bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...Miss Islington (bot)2018-10-251-3/+0
* configparser doc: Properly label ConfigParser attributes (GH-9930)Miss Islington (bot)2018-10-241-3/+3
* importlib doc: Fix approximated import_module() code (GH-9945)Miss Islington (bot)2018-10-241-1/+1
* [3.6] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-1...Zsolt Cserna2018-10-231-1/+1
* bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)Miss Islington (bot)2018-10-231-5/+6
* [3.6] bpo-34901: add -I flag to sys.flags (GH-9755)danishprakash2018-10-221-0/+3
* Merge tag 'v3.6.7' into 3.6Ned Deily2018-10-201-8/+0
|\
| * bpo-34576: Revert doc change until it can be properly fixed (GH-9720)Ned Deily2018-10-201-8/+0
* | bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs...Miss Islington (bot)2018-10-201-4/+5
* | In email docs, correct spelling of foregoing (GH-9856) (GH-9920)Miss Islington (bot)2018-10-191-1/+1
* | In email.parser in message_from_bytes, update `strict` to `policy` (GH-9854) ...Miss Islington (bot)2018-10-191-1/+1
* | Updated documentation on logging.debug(). (GH-9946) (GH-9950)Miss Islington (bot)2018-10-181-2/+2
* | fix dangling keyfunc examples in documentation of heapq and sorted (GH-1432)Miss Islington (bot)2018-10-152-7/+7
|/
* [3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...Serhiy Storchaka2018-10-111-13/+14
* bpo-34576 warn users on security for http.server (GH-9720)Miss Islington (bot)2018-10-111-0/+8
* Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRai...Miss Islington (bot)2018-10-031-3/+3
* Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670)Miss Islington (bot)2018-10-021-1/+1
* bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9664)Miss Islington (bot)2018-10-021-1/+1
* bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)Miss Islington (bot)2018-09-291-5/+6
* Clarify that Type[SomeTypeVar] is legal (GH-9585)Miss Islington (bot)2018-09-261-3/+6
* [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)Christian Heimes2018-09-243-2/+26
* [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)Christian Heimes2018-09-231-0/+42
* Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)Miss Islington (bot)2018-09-211-2/+3
* bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)Miss Islington (bot)2018-09-171-26/+34
* closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)Miss Islington (bot)2018-09-121-1/+2
* [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)Benjamin Peterson2018-09-121-14/+40
* bpo-34365: Update date object documentation (GH-8814)Miss Islington (bot)2018-09-111-4/+3
* bpo-34613: document the correct value of limit argument of asyncio.StreamRead...Miss Islington (bot)2018-09-111-1/+3
* bpo-28617 Fixed docs inaccuracies about the types that support membership tes...Miss Islington (bot)2018-09-111-2/+2
* Fix missing line from example shell session (GH-9143) (GH-9156)Miss Islington (bot)2018-09-111-0/+1
* closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)Miss Islington (bot)2018-09-101-2/+2
* [3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)Pablo Galindo2018-09-081-2/+2
* Fix markup in stdtypes documentation (GH-8905)Miss Islington (bot)2018-08-251-5/+5
* Make it more clear that setUpClass runs before each class, not "class run" (G...Miss Islington (bot)2018-08-251-1/+1
* bpo-22057: Clarify eval() documentation (GH-8812)Miss Islington (bot)2018-08-191-2/+4
* bpo-34432: doc Mention complex and decimal.Decimal on str.format not about lo...Miss Islington (bot)2018-08-181-7/+8
* bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)Miss Islington (bot)2018-08-171-2/+2
* bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)Christian Heimes2018-08-151-5/+3
* bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)Christian Heimes2018-08-141-0/+9
* smtplib documentation fixes (GH-8708)Miss Islington (bot)2018-08-131-4/+11