summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-91217: deprecate-pipes (GH-91779)Brett Cannon2022-04-221-0/+1
* gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)Erlend Egeberg Aasland2022-04-222-7/+11
* gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)Inada Naoki2022-04-225-28/+12
* gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)Victor Stinner2022-04-211-0/+1
* gh-91768: C API no longer use "const PyObject*" type (#91769)Victor Stinner2022-04-211-7/+12
* GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less...Mark Shannon2022-04-212-6/+21
* GH-88756: Update docs for PEP 523 eval function type. (GH-91788)Mark Shannon2022-04-212-1/+8
* Minor improvements to grammar and markup. (GH-91762)Raymond Hettinger2022-04-201-12/+12
* bpo-23747: Enhance platform doc, document default behavior (GH-31462)slateny2022-04-201-6/+8
* gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)Irit Katriel2022-04-202-0/+72
* bpo-30718: Add information about text buffering (GH-32351)slateny2022-04-201-1/+5
* Clean-up the argparse docs quick links table (GH-91726)Raymond Hettinger2022-04-201-55/+33
* Add link to sys.path in os lib (#91679)slateny2022-04-201-2/+2
* Fix awkward sentence in signal docs (#91508)AJ Jordan2022-04-201-4/+5
* gh-74166: make all_errors keyword-only (GH-91704)Irit Katriel2022-04-191-1/+1
* gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)Victor Stinner2022-04-191-1/+15
* Doc: Fix link formatting typo (GH-91659)slateny2022-04-191-1/+1
* bpo-40421: Cleanup PyFrame C API (GH-32417)Victor Stinner2022-04-191-16/+2
* bpo-46014: Add docs regarding `functools.singledispatch` changes in 3.11 (#32...Yurii Karabas2022-04-192-0/+51
* gh-74166: Add option to get all errors from socket.create_connection (GH-91586)Irit Katriel2022-04-182-1/+14
* bpo-21150: Add quick link/summary table to the top of argparse documentation ...Susan Su2022-04-181-0/+98
* Remove duplicate explanation (GH-91534)Gouvernathor2022-04-181-4/+0
* gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)Oleg Iarygin2022-04-187-11/+11
* gh-91217: deprecate ossaudiodev (GH-91641)Brett Cannon2022-04-171-0/+1
* gh-89885: Improve import example in language reference (#91523)slateny2022-04-171-6/+4
* gh-91541: Fix error in example in modules tutorial (#91634)1809092022-04-171-1/+1
* gh-90923: Improve sqlite3.Connection.execute* docs (#91643)Erlend Egeberg Aasland2022-04-171-12/+9
* gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)Dennis Sweeney2022-04-161-1/+1
* gh-91217: deprecate nis (GH-91606)Brett Cannon2022-04-161-0/+1
* gh-89770: Implement PEP-678 - Exception notes (GH-31317)Irit Katriel2022-04-162-12/+22
* gh-86178: Add wsgiref.types (GH-32335)Sebastian Rittau2022-04-162-7/+65
* gh-89263: Add typing.get_overloads (GH-31716)Jelle Zijlstra2022-04-161-0/+29
* gh-69093: sqlite3 blob doc amendments (GH-91561)Erlend Egeberg Aasland2022-04-161-52/+55
* gh-82849: revise intro to os.path.rst (GH-32232)Jack DeVries2022-04-161-11/+4
* gh-69093: Add context manager support to sqlite3.Blob (GH-91562)Erlend Egeberg Aasland2022-04-162-10/+15
* Add link to documentation translation list (#91560)slateny2022-04-161-0/+4
* gh-91217: deprecate nntplib (GH-91543)Brett Cannon2022-04-151-0/+1
* gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)Irit Katriel2022-04-152-4/+12
* gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel2022-04-154-16/+55
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-151-0/+6
* gh-79156: Add start_tls() method to streams API (#91453)Oleg Iarygin2022-04-152-0/+22
* bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702)Jens Holzkämper2022-04-151-1/+2
* gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)Jelle Zijlstra2022-04-151-2/+2
* gh-91520: Rewrite imghdr inlining for clarity and completeness (#91521)Barry Warsaw2022-04-151-5/+5
* gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)Erlend Egeberg Aasland2022-04-153-0/+82
* gh-91217: deprecate msilib (GH-91515)Brett Cannon2022-04-141-0/+1
* Add redirects to Misc/NEWS bpo links (#91454)Ezio Melotti2022-04-141-1/+2
* gh-90879: Fix missing parameter for put_nowait() (GH-91514)slateny2022-04-141-2/+2
* gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)Inada Naoki2022-04-142-4/+3
* gh-90326: Remove quotes for logging config (GH-91516)slateny2022-04-141-1/+1