summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh...Yeojin Kim2023-02-241-3/+11
* Fix typo in `Py_GetPythonHome` signature (#102168)Tanner Firl2023-02-231-1/+1
* gh-101578: Fixup NEWS and add What's New entry for new exception APIs (#102157)Erlend E. Aasland2023-02-231-0/+18
* gh-87634: remove locking from functools.cached_property (GH-101890)Carl Meyer2023-02-232-0/+25
* Fix syntax error in struct doc example (#102160)Terry Jan Reedy2023-02-221-1/+1
* GH-101777: `queue.rst`: use 2 spaces after a period to be consistent. (#102143)Owain Davies2023-02-221-8/+8
* gh-102135: Update turtle docs to rename wikipedia demo to rosette (#102137)somebody2023-02-221-3/+3
* gh-100556: Improve clarity of `or` docs (#100589)ram vikram singh2023-02-211-2/+2
* gh-101777: Make `PriorityQueue` docs slightly clearer (#102026)Owain Davies2023-02-211-2/+2
* gh-101578: Amend exception docs (#102057)Erlend E. Aasland2023-02-212-22/+25
* gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...Irit Katriel2023-02-206-32/+29
* GH-99818: improve the documentation for zipfile.Path and Traversable (GH-101589)Filipe LaĆ­ns2023-02-202-3/+7
* gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)Erlend E. Aasland2023-02-192-32/+20
* Misc improvements to the float tutorial (GH-102052)Raymond Hettinger2023-02-191-33/+106
* gh-85417: Clarify behaviour on branch cuts in cmath module (#102046)Mark Dickinson2023-02-191-28/+38
* gh-100425: Update tutorial docs related to sum() accuracy (FH-101854)neuralstring2023-02-191-1/+1
* gh-99735: Use required=True in argparse subparsers example (#100927)Patricio Paez2023-02-191-1/+1
* Fix incorrectly documented attribute in csv docs (#101250)Reza Rastak2023-02-191-1/+1
* GH-84783: Make the slice object hashable (GH-101264)Furkan Onder2023-02-191-0/+3
* gh-101536: [docs] Improve attributes of `urllib.error.HTTPError` (#101612)Nikita Sobolev2023-02-181-1/+12
* gh-101739: [Enum] update docs - default boundary for Flag is CONFORM (GH-101746)Owain Davies2023-02-171-9/+8
* gh-100226: Clarify StreamReader.read behavior (#101807)Jan Gosmann2023-02-171-2/+10
* gh-101992: update plistlib examples to be runnable (#101994)Dustin Rodrigues2023-02-171-6/+15
* Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)Yeojin Kim2023-02-171-1/+1
* gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (#101976)Oleg Iarygin2023-02-171-2/+2
* gh-93573: Replace wrong example domains in configparser doc (GH-93574)sblondon2023-02-161-23/+23
* gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...Rayyan Ansari2023-02-161-2/+10
* gh-99138: Isolate _zoneinfo (#99218)Erlend E. Aasland2023-02-151-1/+1
* gh-101693: In sqlite3, deprecate using named placeholders with parameters sup...Erlend E. Aasland2023-02-152-1/+25
* gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)Irit Katriel2023-02-141-11/+15
* GH-101898: Fix missing term references for hashable definition (#101899)Furkan Onder2023-02-1416-22/+22
* Correct trivial grammar in reset_mock docs (#101861)Steve Kowalik2023-02-131-3/+3
* gh-101845: pyspecific: Fix i18n for availability directive (GH-101846)Jean Abou-Samra2023-02-121-9/+11
* gh-101390: Fix docs for `imporlib.util.LazyLoader.factory` to properly call i...busywhitespace2023-02-101-1/+1
* Docs: Fix getstatus() -> getcode() typos (#101296)Hugo van Kemenade2023-02-102-2/+2
* Docs: use parameter list for sqlite3.Cursor.execute* (#101782)Erlend E. Aasland2023-02-101-12/+33
* gh-101283: Fix 'versionchanged' for the shell=True fallback on Windows in 3.1...Oleg Iarygin2023-02-091-5/+5
* GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...Mark Shannon2023-02-091-0/+10
* gh-85984: Remove legacy Lib/pty.py code. (#92365)Soumendra Ganguly2023-02-091-0/+4
* gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)Steve Dower2023-02-081-5/+5
* gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...Oleg Iarygin2023-02-081-0/+40
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-082-1/+82
* gh-47937: Note that Popen attributes are read-only (#93070)Stanley2023-02-081-11/+12
* gh-101632: Add the new RETURN_CONST opcode (#101633)penguin_wwy2023-02-071-0/+7
* gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack...Oleg Iarygin2023-02-071-1/+1
* Fix nesting of 'Pending Removal in Python 3.14' (#101637)Oleg Iarygin2023-02-071-1/+1
* Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642)Hugo van Kemenade2023-02-071-1/+1
* gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callback...Brian Skinn2023-02-071-18/+24
* GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (G...Mariatta Wijaya2023-02-061-0/+3
* bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)mrh19972023-02-051-0/+16