summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)Victor Stinner2022-03-111-0/+3
* bpo-31327: Update time documentation to reflect possible errors (GH-31460)slateny2022-03-111-0/+6
* sqlite3: normalise pre-acronym determiners (GH-31772)Erlend Egeberg Aasland2022-03-111-5/+5
* Remove print race from task_done example. (GH-31795)Raymond Hettinger2022-03-101-4/+3
* bpo-46917: math.nan is now always available (GH-31793)Victor Stinner2022-03-101-0/+3
* bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs (GH...Charlie Zhao2022-03-101-3/+88
* bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)Erlend Egeberg Aasland2022-03-091-6/+0
* bpo-46245: Add optional parameter dir_fd in shutil.rmtree() (GH-30365)Serhiy Storchaka2022-03-091-2/+8
* bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)Erlend Egeberg Aasland2022-03-091-0/+6
* Docstring: replace pysqlite with sqlite3 (GH-31758)Erlend Egeberg Aasland2022-03-091-2/+2
* bpo-40059: Add tomllib (PEP-680) (GH-31498)Taneli Hukkinen2022-03-082-0/+118
* bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)Meer Suri2022-03-081-0/+4
* importlib.metadata: Remove empty footnote section (GH-30451)Ned Batchelder2022-03-081-3/+0
* bpo-38738: Fix formatting of True and False in the threading documentation (G...Géry Ogam2022-03-041-8/+8
* bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)slateny2022-03-041-7/+4
* bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)Brandt Bucher2022-03-041-1/+10
* bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...vidhya2022-03-031-5/+3
* bpo-21910: Clarify docs for codecs writelines method (GH-31245)slateny2022-03-031-2/+3
* bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31...slateny2022-03-021-2/+3
* bpo-46195: Do not add `Optional` in `get_type_hints` (GH-30304)Nikita Sobolev2022-03-021-3/+6
* bpo-44011: Document ssl_shutdown_timeout added by revisited asyncio SSL imple...Kumar Aditya2022-02-261-5/+55
* bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)Charlie Zhao2022-02-262-2/+30
* bpo-46852: Remove the float.__set_format__() method (GH-31585)Victor Stinner2022-02-251-1/+1
* bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)Kumar Aditya2022-02-251-14/+16
* Update dict/OrderedDict differences with code equivalents. (GH-31563)Raymond Hettinger2022-02-251-6/+23
* bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)Brandt Bucher2022-02-251-7/+28
* bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-3...slateny2022-02-251-0/+3
* bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214)Victor Stinner2022-02-241-3/+4
* bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)Victor Stinner2022-02-221-0/+2
* bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH...vidhya2022-02-221-0/+3
* bpo-45390: Propagate CancelledError's message from cancelled task to its awai...Andrew Svetlov2022-02-211-0/+3
* bpo-46329: Streamline calling sequence a bit. (GH-31465)Mark Shannon2022-02-211-21/+34
* Counter doc mentions three methods, but lists four (GH-30706)Charles Brunet2022-02-191-1/+1
* bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)Nikita Sobolev2022-02-191-2/+2
* [docs] Correct typos in SSLContext.sni_callback (GH-30623)Jörn Heissler2022-02-191-3/+3
* bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)Serhiy Storchaka2022-02-187-181/+82
* Update html.parser.rst (GH-30678)Géry Ogam2022-02-171-1/+1
* bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)97littleleaf112022-02-171-2/+14
* bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...Hakan Çelik2022-02-161-0/+8
* bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)Zackery Spytz2022-02-151-2/+8
* Update the OMG link (GH-30383)David Gilbertson2022-02-141-1/+1
* doc: use colon for all color's rangs (GH-28998)Rafael Fontenelle2022-02-141-2/+2
* bpo-38619: Update the documentation for UUID.hex (GH-29830)1809092022-02-141-1/+1
* Update __main__.rst (GH-30896)David Gilbertson2022-02-141-1/+1
* bpo-46747: Add missing key parameters in the bisect docs (GH-31323)Zackery Spytz2022-02-141-2/+2
* Corrections to format precision description. (GH-31291)John Belmonte2022-02-141-5/+6
* bpo-46586: Fix documentation links (GH-31216)Meer Suri2022-02-121-1/+1
* bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...Alex Waygood2022-02-111-4/+0
* Fix the signature of multiprocessing.set_executable (GH-31276)Géry Ogam2022-02-111-2/+2
* bpo-43532: add version added to KW_ONLY (GH-31235)Henry Schreiner2022-02-091-0/+2