summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)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
* bpo-20906: Various revisions to the Unicode howto (GH-8394)Miss Islington (bot)2019-03-041-158/+183
* [3.7] Add versionadded directives to ssl.minimum_version and ssl.maxi… (GH-...Cheryl Sabella2019-02-281-6/+10
* Document the surprising sideeffect PyErr_Print(). (GH-12081)Miss Islington (bot)2019-02-271-2/+6
* Fix grammar error in timeit module docs (GH-12066)Miss Islington (bot)2019-02-271-1/+1
* [3.7] Update FAQ to point to Infrastructure Team website. (GH-12077) (GH-12078)Miss Islington (bot)2019-02-271-8/+2
* [3.7] bpo-28450: Fix and improve the documentation for unknown escapes in RE....Serhiy Storchaka2019-02-251-2/+5
* Remove empty Dictionaries section from programming FAQ (GH-12026)Miss Islington (bot)2019-02-251-3/+0
* Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-...Miss Islington (bot)2019-02-251-1/+1
* 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
* Include the --prompt flag in venv's help output (GH-10711)Miss Islington (bot)2019-02-221-1/+3
* [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
* Document other performance implication for __slots__ (GH-11974) (GH-11975)Miss Islington (bot)2019-02-211-0/+1
* 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-35584: Clarify role of caret in a class class (GH-11946) (GH-11947)Miss Islington (bot)2019-02-191-2/+3
* 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
* Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810)Miss Islington (bot)2019-02-101-1/+1
* bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)Miss Islington (bot)2019-02-081-8/+27
* Fix url to core-mentorship mailing list (GH-11775)Miss Islington (bot)2019-02-061-1/+1
* bpo-20001: update pathlib landing image (GH-11304)Inada Naoki2019-02-052-4/+1
* bpo-26256: Document algorithm speed for the Decimal module. (GH-4808) (#11736)Miss Islington (bot)2019-02-021-0/+20
* doc: http: Fix enum name for status code 416 (GH-11689)Miss Islington (bot)2019-01-311-1/+1
* bpo-35865: doc: Remove wrong note and directives (GH-11711)Inada Naoki2019-01-311-46/+8
* bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)Miss Islington (bot)2019-01-302-9/+18
* Document differences between random.choices() and random.choice(). (GH-11703)...Miss Islington (bot)2019-01-301-0/+7
* bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb docum...Miss Islington (bot)2019-01-301-0/+4
* bpo-25592: Improve documentation of distutils data_files (GH-9767) (GH-11701)Miss Islington (bot)2019-01-301-11/+14
* Fix typo: class declaration (GH-11678)Miss Islington (bot)2019-01-271-1/+1
* Clarify U-mode deprecation in open() (GH-11646)Miss Islington (bot)2019-01-271-1/+8
* bpo-34134: Advise to use imap or imap_unordered when handling long iterables....Miss Islington (bot)2019-01-251-1/+5
* bpo-35781: Changed references to deprecated 'warn' method in logging document...Miss Islington (bot)2019-01-232-4/+4
* bpo-35722: Updated the documentation for the 'disable_existing_loggers' param...Miss Islington (bot)2019-01-232-10/+10
* bpo-23156: Remove obsolete tix install directions (GH-11595)Miss Islington (bot)2019-01-171-11/+0
* Fixes typo in asyncio.queue doc (GH-11581)Miss Islington (bot)2019-01-171-1/+1
* bpo-35486: Note Py3.6 import system API requirement change (GH-11540)Miss Islington (bot)2019-01-172-1/+13
* bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559)Miss Islington (bot)2019-01-151-1/+1