summaryrefslogtreecommitdiff
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-35581: Document @typing.type_check_only (GH-11312)Miss Islington (bot)2019-04-121-0/+18
* bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)Miss Islington (bot)2019-04-111-7/+11
* bpo-36597: fix random doctest failure (GH-12778)Inada Naoki2019-04-111-5/+8
* bpo-36416: Correct bytes.rpartition documentation (GH-12543)Miss Islington (bot)2019-04-111-2/+2
* Doc: fix typo in IncrementalDecoder.setstate (GH-12724)Miss Islington (bot)2019-04-101-1/+1
* bpo-14826: document that URLopener quotes fullurl. (GH-12758)Miss Islington (bot)2019-04-101-0/+1
* closes bpo-35848: Move all documentation regarding the readinto out of IOBase...Miss Islington (bot)2019-04-081-8/+6
* Correct "inplace" with "in-place" (GH-10480)Miss Islington (bot)2019-04-081-3/+3
* bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677)Miss Islington (bot)2019-04-071-14/+0
* Fix doc for create_subprocess_exec (GH-12598)Miss Islington (bot)2019-04-051-1/+1
* bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12...Miss Islington (bot)2019-04-052-5/+13
* bpo-32413: Add documentation that at the module level, locals(), globals() ar...Miss Islington (bot)2019-04-021-1/+2
* bpo-35838: document optionxform must be idempotent (GH-12656)Miss Islington (bot)2019-04-021-0/+6
* bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602)Miss Islington (bot)2019-03-291-0/+6
* Fixed capital letters missing and missing . (GH-12584)Miss Islington (bot)2019-03-281-6/+6
* Minor doc improvement (GH-10341)Miss Islington (bot)2019-03-261-1/+1
* Fix "the the" in the idle docs. (GH-12549)Miss Islington (bot)2019-03-251-13/+11
* bpo-34085: Improve wording on classmethod/staticmethod (GH-8228)Miss Islington (bot)2019-03-251-12/+10
* Add note to Queue.get() docs about block=True (GH-2223) (GH-12538)Miss Islington (bot)2019-03-251-0/+5
* bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are namedtup...Miss Islington (bot)2019-03-241-10/+31
* bpo-33319: Clarify subprocess call docs. (GH-12508)Miss Islington (bot)2019-03-231-12/+13
* bpo-35155: clarify protocol handler method naming (GH-10313)Miss Islington (bot)2019-03-221-19/+39
* bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375) (GH-12395)Miss Islington (bot)2019-03-181-2/+2
* Fix typo in unittest.mock documentation: manger -> manager (GH-12352)Mariatta2019-03-171-1/+1
* Update the seealso entries for namedtuple() (GH-12373)Miss Islington (bot)2019-03-162-8/+11
* bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-1...Miss Islington (bot)2019-03-151-3/+5
* [3.7] Doc: Fix inconsistency in multiprocessing (GH-12273) (GH-12275)Miss Islington (bot)2019-03-111-1/+1
* bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)Miss Islington (bot)2019-03-102-0/+9
* Fix padding on asyncio.IncompleteReadError docs (GH-12258)Miss Islington (bot)2019-03-101-3/+3
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-071-0/+18
* Fix the documentation for set.copy() (GH-12176)Miss Islington (bot)2019-03-061-1/+1
* Doc: Use `option` word for command line interface. (GH-12142)Miss Islington (bot)2019-03-041-1/+1
* Fixed a missing . and a missing capital letter. (GH-12170)Miss Islington (bot)2019-03-041-2/+2
* [3.7] Add versionadded directives to ssl.minimum_version and ssl.maxi… (GH-...Cheryl Sabella2019-02-281-6/+10
* Fix grammar error in timeit module docs (GH-12066)Miss Islington (bot)2019-02-271-1/+1
* [3.7] bpo-28450: Fix and improve the documentation for unknown escapes in RE....Serhiy Storchaka2019-02-251-2/+5
* bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)Miss Islington (bot)2019-02-231-0/+7
* bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)Miss Islington (bot)2019-02-221-0/+4
* [3.7] Doc: Missing backquotes. (GH-11982) (GH-11985)Julien Palard2019-02-221-1/+1
* bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903)Miss Islington (bot)2019-02-211-2/+4
* bpo-36060: Document how collections.ChainMap() determines iteration order (GH...Miss Islington (bot)2019-02-211-0/+15
* bpo-36059: Update OrderedDict() docs to reflect that regular dicts are now or...Miss Islington (bot)2019-02-211-43/+53
* Doc: fix example for iter() function. (GH-11959)Miss Islington (bot)2019-02-201-1/+1
* bpo-31982: Improve sequence of presentation in ChainMap docs (GH-11960) (GH-1...Miss Islington (bot)2019-02-201-1/+1
* bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)Miss Islington (bot)2019-02-181-0/+2
* Improve readability of random module examples (GH-11884) (GH-11885)Miss Islington (bot)2019-02-151-2/+6
* Fix the versionadded info for typing.NoReturn (GH-11880)Miss Islington (bot)2019-02-151-1/+1
* bpo-36006: Fix versionchanged directive alignment in io module documentation ...Miss Islington (bot)2019-02-151-2/+2
* bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6...Miss Islington (bot)2019-02-141-7/+24
* [3.7] bpo-22062: Updated docstring and documentation for pathlib (GH-8519) (G...Miss Islington (bot)2019-02-111-3/+3