summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-41737: expand doc for NotADirectoryError (GH-27471)Miss Islington (bot)2021-08-031-2/+4
* bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)Miss Islington (bot)2021-08-021-16/+32
* bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563)Miss Islington (bot)2021-08-021-7/+26
* doc: "Mac OS " -> "macOS" (GH-27534)Miss Islington (bot)2021-08-021-1/+1
* doc: "Mac OS X" -> "macOS" (GH-27535)Miss Islington (bot)2021-08-021-3/+3
* bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (...Miss Islington (bot)2021-07-301-0/+14
* Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)Miss Islington (bot)2021-07-305-7/+7
* 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-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-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (...Miss Islington (bot)2021-07-271-1/+1
* [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-2620-40/+40
* 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-44732: Rename types.Union to types.UnionType (GH-27342)Miss Islington (bot)2021-07-262-5/+5
* [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-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
* 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
* 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
* 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-044-555/+1023
* 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
* bpo-43977: Properly update the tp_flags of existing subclasses when their par...Miss Islington (bot)2021-06-251-5/+8
* [3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd...Miss Islington (bot)2021-06-241-5/+4
* [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) ...Erlend Egeberg Aasland2021-06-231-0/+8
* bpo-41621: Document defaultdict's default_factory parameter (GH-21945)Miss Islington (bot)2021-06-231-2/+2
* [doc] Improve punctuation atexit doc (GH-25629) (GH-26856)Miss Islington (bot)2021-06-221-7/+8
* bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826)Victor Stinner2021-06-211-0/+4
* bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)Miss Islington (bot)2021-06-201-0/+3