summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-36908: 'This module is always available' isn't helpful. (GH-13297)Miss Islington (bot)2019-05-172-9/+8
* docs 36789: resolve incorrect note regarding UTF-8 (GH-13111)Miss Islington (bot)2019-05-171-5/+10
* Doc: Add link threading.settrace to sys.settrace (GH-13345)Miss Islington (bot)2019-05-171-2/+2
* Fix typos in documentation. Patch by tirkarthi. (GH-13354)Miss Islington (bot)2019-05-151-2/+2
* [3.7] bpo-36799: Fix typo in ctypes.rst (GH-13104) (GH-13341)Stéphane Wirtel2019-05-151-2/+2
* bpo-36760: Clarify subprocess capture_output docs. (GH-13322)Miss Islington (bot)2019-05-141-1/+3
* bpo-32995 - Added context variable in glossary (GH-9741)Miss Islington (bot)2019-05-141-0/+9
* Changes to the documentation of normcase (GH-4725)Miss Islington (bot)2019-05-131-4/+4
* bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787)Miss Islington (bot)2019-05-131-1/+5
* Docs: Add bz2 usage examples (GH-13258)Miss Islington (bot)2019-05-131-5/+79
* [3.7] bpo-36895: document time.clock() has been removed in 3.8 (GH-13287)Matthias Bussonnier2019-05-131-1/+1
* [3.7] bpo-34682: Wording and grammatical changes to the doc(https://docs.pyth...Stéphane Wirtel2019-05-133-13/+13
* bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759) (GH-13077)Miss Islington (bot)2019-05-131-0/+3
* [3.7] bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145). (GH-...Sanyam Khurana2019-05-121-4/+4
* bpo-33071: remove outdated PyPI docs (GH-13087)Miss Islington (bot)2019-05-102-243/+6
* [3.7] bpo-10536: Enhancements to gettext docs (GH-10324) (GH-13224)Miss Islington (bot)2019-05-091-23/+23
* bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)Miss Islington (bot)2019-05-081-12/+12
* Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)Miss Islington (bot)2019-05-081-1/+1
* [3.7] Doc: Fix missing bracket (GH-13163) (GH-13189)Miss Islington (bot)2019-05-081-1/+1
* Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) (GH-13174)Miss Islington (bot)2019-05-071-1/+7
* [3.7] bpo-11001: updated cookie docs (GH-13086) (GH-13161)Miss Islington (bot)2019-05-071-7/+9
* bpo-28795: Signal documentation: Fix misleading statement. (GH-13121)Miss Islington (bot)2019-05-071-1/+2
* bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_...Miss Islington (bot)2019-05-071-0/+16
* [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)penguindustin2019-05-062-2/+2
* [3.7] Clarify the download unit in the download section (GH-13122) (GH-13130)Miss Islington (bot)2019-05-061-2/+1
* bpo-36275: enhance documentation for venv.create() (GH-13114)Miss Islington (bot)2019-05-061-1/+6
* bpo-30668: add missing word in license.rst (GH-13115)Miss Islington (bot)2019-05-061-1/+1
* bpo-36189: Fixing typo in tutorial introduction (GH-13093)Miss Islington (bot)2019-05-041-1/+1
* bpo-36166: Change to rst datamodel file. (GH-13089) (#13094)Miss Islington (bot)2019-05-041-2/+2
* closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...Miss Islington (bot)2019-04-291-1/+1
* Syntax highlight IDLE html doc code example. (GH-12981)Miss Islington (bot)2019-04-261-4/+2
* bpo-30840: Document relative imports (GH-12831) (GH-12938)Miss Islington (bot)2019-04-252-1/+42
* replace 'sequencial argument' by 'positional' in doc (GH-12925)Miss Islington (bot)2019-04-231-1/+1
* Doc: add the missing ".tp_flags" in type definition (GH-12902)Miss Islington (bot)2019-04-221-0/+1
* bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)Miss Islington (bot)2019-04-211-0/+1
* Fix typo (GH-12878)Miss Islington (bot)2019-04-201-1/+1
* bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)Miss Islington (bot)2019-04-181-3/+3
* Fix wrong indentation of a paragraph in documentation (GH-12868)Miss Islington (bot)2019-04-171-2/+2
* bpo-33783: Use proper class markup for random.Random docs (GH-7817) (GH-12859)Miss Islington (bot)2019-04-161-0/+5
* Doc: update PendingDeprecationWarning explanation (GH-12837)Miss Islington (bot)2019-04-151-9/+6
* [3.7] bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can...Pablo Galindo2019-04-141-0/+12
* Doc: define PY_SSIZE_T_CLEAN always (GH-12794)Miss Islington (bot)2019-04-1210-4/+22
* bpo-35581: Document @typing.type_check_only (GH-11312)Miss Islington (bot)2019-04-121-0/+18
* bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...Miss Islington (bot)2019-04-121-13/+23
* bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)Miss Islington (bot)2019-04-111-7/+11
* [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (G...Victor Stinner2019-04-111-2/+9
* 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
* better __init__.py explanation in tutorial (GH-12763)Miss Islington (bot)2019-04-101-3/+3