summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing .0 from version changed note (GH-14987)Miss Islington (bot)2019-07-281-1/+1
* bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...Miss Islington (bot)2019-07-271-1/+2
* Add Qt GUI example to the logging cookbook. (GH-14978) (GH-14979)Miss Islington (bot)2019-07-271-0/+213
* bpo-32910: Remove implementation detail in venv documentation. (GH-14968)Miss Islington (bot)2019-07-261-4/+2
* bpo-35524: Update Windows installer image in docs (GH-14966)Steve Dower2019-07-261-0/+0
* Swap 'if' branches so content matches to condition in importlib example (GH-1...Miss Islington (bot)2019-07-251-3/+3
* [3.8] bpo-34160: explain how to deal with attribute order in ElementTree (GH-...Miss Islington (bot)2019-07-241-2/+40
* [3.8] Touch up venv docs (GH-14922) (GH-14923)Miss Islington (bot)2019-07-241-21/+26
* bpo-17535: IDLE editor line numbers (GH-14030)Miss Islington (bot)2019-07-233-4/+25
* Update logging cookbook to show multiple worker processes using the concurren...Miss Islington (bot)2019-07-221-0/+35
* [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)Kyle Stanley2019-07-221-1/+1
* Add examples to elucidate the formulas (GH-14898) (GH-14899)Miss Islington (bot)2019-07-211-6/+10
* Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)Miss Islington (bot)2019-07-211-1/+1
* bpo-37624: Document weight assumptions for random.choices() (GH-14855) (GH-14...Miss Islington (bot)2019-07-191-1/+2
* bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)Miss Islington (bot)2019-07-193-11/+15
* Docs: Correct formatting of a multiline code block (GH-13806)Miss Islington (bot)2019-07-171-2/+4
* Replace backquote with command substitution in subprocess doc example (GH-13941)Miss Islington (bot)2019-07-162-7/+5
* bpo-37284: Add note to sys.implementation doc (GH-14328)Miss Islington (bot)2019-07-151-0/+4
* bpo-37590: Remove redundant docs of PyEval_EvalFrameEx (GH-14765)Miss Islington (bot)2019-07-141-6/+6
* bpo-37571: Remove extra space in ctypes docs (GH14764)Miss Islington (bot)2019-07-141-1/+1
* bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721)Miss Islington (bot)2019-07-141-3/+8
* bpo-36261: Improve example of the preamble field in email docs (GH-14751)Miss Islington (bot)2019-07-141-1/+1
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) (GH-14759)Miss Islington (bot)2019-07-141-0/+4
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Miss Islington (bot)2019-07-131-0/+3
* bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)Miss Islington (bot)2019-07-131-1/+1
* Fix typo in re.escape documentation (GH-14722)Miss Islington (bot)2019-07-131-1/+1
* [3.8] bpo-37521: No longer treat insertion into sys.modules as optional in im...Miss Islington (bot)2019-07-121-9/+9
* closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)Miss Islington (bot)2019-07-111-1/+1
* bpo-34369: make kqueue.control() docs better reflect that timeout is position...Miss Islington (bot)2019-07-111-3/+4
* Document default parameter of .seek() in the signature. (GH-14691)Miss Islington (bot)2019-07-111-2/+2
* bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666)Miss Islington (bot)2019-07-091-0/+33
* Doc: Fix example title. (GH-14639)Miss Islington (bot)2019-07-081-1/+1
* Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)Miss Islington (bot)2019-07-081-1/+1
* bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)Miss Islington (bot)2019-07-071-1/+1
* bpo-37478: Add missing 'and'. (GH-14631)Miss Islington (bot)2019-07-071-1/+1
* bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) (GH-14629)Miss Islington (bot)2019-07-071-0/+3
* bpo-37456: Slash ('/') is now part of syntax. (GH-14627) (GH-14628)Miss Islington (bot)2019-07-061-4/+0
* bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624)Miss Islington (bot)2019-07-061-3/+3
* bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)Miss Islington (bot)2019-07-061-0/+4
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Miss Islington (bot)2019-07-061-2/+2
* closes bpo-37508: Fix name of type in memory.rst. (GH-14604)Miss Islington (bot)2019-07-061-1/+1
* bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)Miss Islington (bot)2019-07-053-0/+16
* Use OSError subclasses in os documentation (GH-14262)Miss Islington (bot)2019-07-051-17/+24
* bpo-37459: importlib docs improperly reference get_resource_loader() (GH-1456...Miss Islington (bot)2019-07-041-1/+1
* bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)Miss Islington (bot)2019-07-031-1/+1
* bpo-37363: Add audit events on startup for the run commands (GH-14524)Miss Islington (bot)2019-07-013-9/+31
* bpo-37470: Document more clearly the error handling for QueueHandler.emit(). ...Miss Islington (bot)2019-07-011-1/+6
* bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListe...Miss Islington (bot)2019-07-011-8/+13
* bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)Miss Islington (bot)2019-07-011-0/+7
* bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)Miss Islington (bot)2019-07-011-1/+1