summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25795)Miss Islington (bot)2021-05-011-2/+2
* Fixing doc for callback for lambda (GH-25779) (GH-25789)Miss Islington (bot)2021-05-011-1/+1
* bpo-43971: Add spaces around annotated arg default '=' (GH-25702)Miss Islington (bot)2021-05-011-1/+1
* [3.8] bpo-42589: Change URL for 'from' link when used in a raised exc… (GH-...sblondon2021-04-301-2/+2
* [doc] Be more clear on super() regarding multiple base classes methods (GH-21...Miss Islington (bot)2021-04-291-1/+1
* [doc] Remove duplicated operator.itemgetter example (GH-24178) (#25647)Miss Islington (bot)2021-04-271-5/+2
* Use the zero argument form of super() in examples for Python3 docs. (GH-22314...Miss Islington (bot)2021-04-265-6/+6
* [3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 ne...Pete Wicken2021-04-261-1/+6
* bpo-41661: Document os.path.relpath() exception on Windows with different dri...Miss Islington (bot)2021-04-261-1/+2
* bpo-17305: Link to the third-party idna package. (GH-25208) (#25211)Miss Islington (bot)2021-04-261-0/+3
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (...Miss Islington (bot)2021-04-261-1/+1
* Doc: Fix the array.fromfile method doc (GH-22037) (GH-25631)Miss Islington (bot)2021-04-261-2/+1
* Update asyncio-subprocess.rst (GH-21680) (GH-25622)Miss Islington (bot)2021-04-261-1/+1
* documentation: clarification about the function remove in os library (GH-1902...Miss Islington (bot)2021-04-261-0/+1
* Fix id of 'Internet Message Format' RFC in email doc GH-25614Miss Islington (bot)2021-04-262-2/+2
* Fix copy.Error casing in documentation GH-22004 (#25612)Miss Islington (bot)2021-04-261-1/+1
* Remove mention of dst parameter from description of os.lstat() (GH-24704)Miss Islington (bot)2021-04-251-1/+1
* BaseHTTPRequestHandler, that path includes query (GH-25597)Miss Islington (bot)2021-04-251-1/+3
* bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25...Jason R. Coombs2021-04-231-0/+2
* bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...Miss Islington (bot)2021-04-221-1/+6
* bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...Miss Islington (bot)2021-04-211-2/+2
* [3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...Christian Heimes2021-04-171-0/+5
* [3.8] bpo-43723: Backport IDLE doc change (GH-25174)Terry Jan Reedy2021-04-161-1/+1
* bpo-37741: make importlib.metadata docs discoverable through a module directi...Miss Islington (bot)2021-04-151-0/+5
* bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)Miss Islington (bot)2021-04-091-2/+2
* bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)Miss Islington (bot)2021-04-091-0/+8
* [3.8] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)Miss Islington (bot)2021-04-081-2/+2
* bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)Steve Dower2021-04-071-7/+14
* bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)Miss Islington (bot)2021-04-021-3/+19
* Doc: io: Remove "In-memory streams" section (GH-24927)Miss Islington (bot)2021-04-011-10/+0
* Fix grammar in enum documentation. (GH-24689)Miss Islington (bot)2021-04-011-1/+1
* bpo-42225: IDLE - document two unix-related problems. (GH-25078)Miss Islington (bot)2021-03-311-2/+17
* [3.8] bpo-31907: [doc] clarify that str.format() does not support arbitrary e...Miss Islington (bot)2021-03-281-2/+2
* bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)Miss Islington (bot)2021-03-271-1/+1
* bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025, GH-5...Miss Islington (bot)2021-03-261-5/+4
* Clarify attribute docs on types.ModuleType (GH-24974)Miss Islington (bot)2021-03-231-2/+30
* bpo-43353: Document that logging.getLevelName() accepts string representation...Mariusz Felisiak2021-03-171-8/+17
* [3.8] [doc] Document logging.basicConfig default format (GH-23710) (GH-24847)Andre Delfino2021-03-151-1/+3
* Update link to Django's Context class. (GH-24805) (#24842)Miss Islington (bot)2021-03-132-2/+2
* [3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)Pablo Galindo2021-03-101-0/+5
* bpo-43446: Fix markup in sqlite3 footnote (GH-24806)Miss Islington (bot)2021-03-091-1/+1
* bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24791)Miss Islington (bot)2021-03-081-1/+1
* Put contextvars docs into the concurrency category (GH-24760)Miss Islington (bot)2021-03-062-1/+1
* bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)Miss Islington (bot)2021-03-061-4/+4
* bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)Miss Islington (bot)2021-03-041-25/+25
* bpo-42840: Document providing kwargs to type. (GH-24173)Miss Islington (bot)2021-03-011-1/+8
* closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)Miss Islington (bot)2021-03-011-1/+3
* bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)Miss Islington (bot)2021-02-241-13/+13
* bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632)Miss Islington (bot)2021-02-241-0/+9
* bpo-23882: Doc: Clarify unittest discovery document (GH-21560)Miss Islington (bot)2021-02-221-6/+12