summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)Miss Islington (bot)2021-07-306-8/+8
* Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479)Miss Islington (bot)2021-07-301-2/+2
* Fix typo in ast.rst (GH-27449) (GH-27454)Miss Islington (bot)2021-07-291-1/+1
* bpo-44765: [doc] fix typo (GH-27430) (GH-27450)Miss Islington (bot)2021-07-291-1/+1
* bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)Miss Islington (bot)2021-07-295-5/+78
* bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724...Miss Islington (bot)2021-07-291-1/+1
* bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH...Miss Islington (bot)2021-07-281-1/+1
* bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424)Miss Islington (bot)2021-07-281-4/+14
* Fix typo in sqlite3.rst (GH-27415) (GH-27417)Miss Islington (bot)2021-07-281-1/+1
* Add missing end of sentence in docs (GH-27280) (GH-27419)Miss Islington (bot)2021-07-281-1/+1
* Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412)Miss Islington (bot)2021-07-281-1/+1
* bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410)Miss Islington (bot)2021-07-282-20/+23
* bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (...Miss Islington (bot)2021-07-273-3/+3
* [doc] Fix typo in asyncio Event Loop (GH-27377)Miss Islington (bot)2021-07-271-1/+1
* bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...Miss Islington (bot)2021-07-2638-65/+65
* docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374)Miss Islington (bot)2021-07-261-6/+6
* The current documentation says it returns None if the name is not found, but ...Miss Islington (bot)2021-07-261-1/+1
* bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH...Miss Islington (bot)2021-07-261-1/+2
* bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-...Miss Islington (bot)2021-07-261-1/+2
* bpo-44732: Rename types.Union to types.UnionType (GH-27342)Miss Islington (bot)2021-07-262-5/+5
* bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27357)Miss Islington (bot)2021-07-261-6/+7
* [3.10] bpo-44399: Update logging cookbook to document patterns to be avoided....Miss Islington (bot)2021-07-251-0/+79
* [3.10] bpo-43184: Add information about added attribute and method. (GH-27347...Miss Islington (bot)2021-07-251-0/+4
* bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (GH-27298)Miss Islington (bot)2021-07-241-1/+1
* bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321)Miss Islington (bot)2021-07-241-10/+19
* bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...Miss Islington (bot)2021-07-231-10/+1
* bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., s...Miss Islington (bot)2021-07-221-1/+4
* Fix typo in collections.rst (GH-27270) (#27285)Miss Islington (bot)2021-07-221-1/+1
* bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-...Miss Islington (bot)2021-07-211-0/+4
* Clean up comma usage in Doc/library/functions.rst (GH-27083) (#27243)Miss Islington (bot)2021-07-191-38/+38
* [3.10] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) ...Miss Islington (bot)2021-07-191-3/+3
* Correct the order of check-abidump (GH-27229)Pablo Galindo Salgado2021-07-181-4804/+9742
* [3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate li...Miss Islington (bot)2021-07-151-4/+5
* bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)Miss Islington (bot)2021-07-141-0/+2
* bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-...Miss Islington (bot)2021-07-141-1/+1
* [3.10] Add release highlights for the 3.10 what's new document (GH-27150) (GH...Pablo Galindo Salgado2021-07-141-1/+29
* bpo-43126: Expand docs on io.IOBase.readlines() method (GH-27061) (GH-27113)Miss Islington (bot)2021-07-131-0/+3
* bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (GH-27...Miss Islington (bot)2021-07-132-0/+10
* bpo-44613: Make importlib.metadata non-provisional (GH-27101) (#27106)Miss Islington (bot)2021-07-131-4/+2
* bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23...Miss Islington (bot)2021-07-121-0/+2
* bpo-26329: update os.path.normpath documentation (GH-20138) (GH-27094)Miss Islington (bot)2021-07-121-0/+8
* Doc: Fix wrong exception used in example. (GH-26572)Miss Islington (bot)2021-07-091-1/+1
* docs: add the word 'official' (GH-26849)Miss Islington (bot)2021-07-081-1/+1
* bpo-43453: Update and re-add example to typing runtime_checkable (GH-27013)Miss Islington (bot)2021-07-051-2/+7
* [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010)Ethan Furman2021-07-047-1983/+1023
* Fix a small typo in the docs (GH-26991) (GH-27003)Miss Islington (bot)2021-07-031-1/+1
* bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-...Miss Islington (bot)2021-07-021-18/+30
* bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...Steve Dower2021-06-301-0/+18
* bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (G...Miss Islington (bot)2021-06-291-5/+6
* bpo-42588: Update the docs for the TopologicalSorter.static_order() method (G...Miss Islington (bot)2021-06-291-4/+5