summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...Kinshuk Dua2022-01-271-9/+8
* bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-2...Illia Volochii2022-01-271-2/+7
* [doc]: Spotted errors while working on rstlint. (GH-30879)Julien Palard2022-01-275-5/+5
* bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)Gregory P. Smith2022-01-271-7/+48
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)Terry Jan Reedy2022-01-271-4/+6
* bpo-46528: Simplify the VM's stack manipulations (GH-30902)Brandt Bucher2022-01-261-45/+9
* bpo-43698: do not use `...` as argument name in docs (GH-30502)Nikita Sobolev2022-01-262-6/+6
* Move doctests to the main docs. Eliminate duplication. Improve coverage. (GH-...Raymond Hettinger2022-01-251-0/+238
* bpo-46431: Add example of subclassing ExceptionGroup. Document the message an...Irit Katriel2022-01-241-31/+55
* bpo-41906: Accept built filters in dictConfig (GH-30756)Mario Corchero2022-01-241-0/+10
* bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716)Nikita Sobolev2022-01-241-0/+22
* bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)Mark Shannon2022-01-241-0/+16
* fix typo in typing.rst (#30841)Jelle Zijlstra2022-01-231-1/+1
* Improve grouper() recipe to demonstrate all forms of zip() (GH-30837)Raymond Hettinger2022-01-231-3/+12
* bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776)Jelle Zijlstra2022-01-221-7/+12
* bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752)Nikita Sobolev2022-01-221-2/+0
* bpo-30512: Add CAN Socket support for NetBSD (GH-30066)Thomas Klausner2022-01-211-1/+4
* bpo-46409: Make generators in bytecode (GH-30633)Mark Shannon2022-01-201-0/+15
* doc: Clarify os.urandom return type (#30282)Florian Bruhin2022-01-191-1/+1
* Update documentation in datetime module strftime-and-strptime-behavior fix ty...Evan2022-01-191-5/+5
* bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690)Ken Jin2022-01-191-1/+1
* bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335)Alex Waygood2022-01-191-33/+84
* bpo-43869: Time Epoch is the same on all platforms (GH-30664)Victor Stinner2022-01-191-17/+11
* bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)John Marshall2022-01-181-2/+9
* bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)Kumar Aditya2022-01-181-2/+2
* bpo-43869: Improve epoch docs (GH-25777)Miguel Brito2022-01-181-1/+1
* bpo-46402: Promote SQLite URI tricks in `sqlite3` docs (GH-30660)Erlend Egeberg Aasland2022-01-181-8/+22
* bpo-40066: [Enum] fix tests (GH-30643)Ethan Furman2022-01-171-1/+1
* bpo-40066: [Enum] skip failing doc test (GH-30637)Kumar Aditya2022-01-172-94/+175
* Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...Victor Stinner2022-01-172-175/+94
* bpo-40066: [Enum] update str() and format() output (GH-30582)Ethan Furman2022-01-162-94/+175
* bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existi...Hugo van Kemenade2022-01-141-7/+6
* bpo-23183: Document the timeit output (GH-30359)Hugo van Kemenade2022-01-141-0/+7
* bpo-46328: Add sys.exception() (GH-30514)Irit Katriel2022-01-131-15/+30
* bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)Christian Heimes2022-01-131-2/+2
* bpo-46342: make @typing.final introspectable (GH-30530)Jelle Zijlstra2022-01-121-0/+9
* bpo-46307: Add string.Template.get_identifiers() method (GH-30493)Ben Kehoe2022-01-111-0/+19
* Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)Michael Oliver2022-01-111-1/+1
* bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)Inada Naoki2022-01-101-2/+23
* bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)Erlend Egeberg Aasland2022-01-081-8/+9
* bpo-46290: Fix parameter names in dataclasses docs (GH-30450)Zsolt Dollenstein2022-01-081-12/+12
* bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)Hugo van Kemenade2022-01-071-5/+4
* bpo-46216: remove spurious link to os.system() from os.time() documentation (...Irit Katriel2022-01-071-8/+8
* bpo-46251: Add 'Security Considerations' section to logging configura… (GH-...Vinay Sajip2022-01-061-0/+14
* bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)Irit Katriel2022-01-061-0/+72
* bpo-45923: Handle call events in bytecode (GH-30364)Mark Shannon2022-01-061-0/+14
* bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)penguin_wwy2022-01-061-0/+14
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412)Nikita Sobolev2022-01-051-1/+10
* bpo-46009: Remove GEN_START (GH-30367)Brandt Bucher2022-01-041-8/+0
* Fix missing "," in the documentation of Executor Objects (GH-30404)Philipp Claßen2022-01-041-1/+1