summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-100176: venv: Remove redundant compat code for Python <= 3.2 (#100177)Hugo van Kemenade2022-12-141-68/+60
* GH-100206: use versionadded for the addition of sysconfig.get_default_scheme ...Filipe Laíns2022-12-131-1/+1
* Fix: typo (Indention) (GH-99904)jarrodcolburn2022-12-121-1/+1
* clarify the 4300-digit limit on int-str conversion (#100175)Ned Batchelder2022-12-121-2/+2
* gh-70393: Clarify mention of "middle" scope (#98839)Shantanu2022-12-121-2/+2
* gh-100174: [Enum] Correct PowersOfThree example. (GH-100178)Beweeted2022-12-111-2/+2
* gh-99728: correct typo in `datetime` format codes documentation (#99750)Brad Wolfe2022-12-101-1/+1
* gh-99970 Adding missing `optionflags` parameter in the documentation of `doct...busywhitespace2022-12-101-1/+1
* gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (#100...ram vikram singh2022-12-101-1/+1
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-0922-0/+43
* GH-98363: Have batched() return tuples (GH-100118)Raymond Hettinger2022-12-081-9/+9
* gh-96250: Improve sqlite3 injection attack example (#99270)Jia Junjie2022-12-081-6/+10
* gh-98030: socket: add missing TCP socket options (#98031)Matthieu Baerts2022-12-081-1/+8
* gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)Victor Stinner2022-12-072-2/+49
* gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)Ethan Furman2022-12-062-0/+27
* gh-93453: No longer create an event loop in get_event_loop() (#98440)Serhiy Storchaka2022-12-064-10/+28
* bpo-37860: re-add netlify.toml to set up deploy previews for docs (#92852)Ashwin Ramaswami2022-12-062-0/+21
* gh-100008: VS 2017 is required since Python 3.11 (#100045)Victor Stinner2022-12-061-0/+1
* gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)Erik De Bonte2022-12-061-0/+4
* gh-100001: Remove doc typo, add versionadded (#100042)Gregory P. Smith2022-12-051-1/+3
* Use sphinxext-opengraph to generate OpenGraph metadata (#99931)Hugo van Kemenade2022-12-053-4/+31
* gh-100001: Omit control characters in http.server stderr logs. (#100002)Gregory P. Smith2022-12-051-0/+7
* dataclasses.rst: Prevent horizontal scrolling (gh-100025)Ram Rachum2022-12-051-1/+2
* gh-100008: Document Python build requirements (#100009)Victor Stinner2022-12-052-1/+47
* gh-93464: [Enum] Add versionchanged tag (#99997)Ethan Furman2022-12-051-0/+5
* [Enum] Fix typos in the documentation (GH-99960)Géry Ogam2022-12-041-26/+26
* gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...Brian Skinn2022-12-041-7/+10
* bpo-15999: Accept arbitrary values for boolean parameters. (#15609)Serhiy Storchaka2022-12-031-0/+4
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-022-0/+52
* Doc: Add summary line to isolation_level & autocommit sqlite3.connect params ...C.A.M. Gerlach2022-12-011-0/+2
* GH-98906 ```re``` module: ```search() vs. match()``` section should mention `...ram vikram singh2022-11-301-6/+12
* bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH...Géry Ogam2022-11-301-2/+4
* gh-99824: Document that sqlite3.connect implicitly open a transaction if auto...Géry Ogam2022-11-301-3/+3
* gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)Dong-hee Na2022-11-292-0/+30
* Docs: improve accuracy of socketserver reference (#24767)Géry Ogam2022-11-291-7/+3
* whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853)Yilei "Dolee" Yang2022-11-291-1/+2
* gh-90717: Update the documentation for the altchars paremeter in base64 libra...Sam Ezeh2022-11-291-8/+11
* `fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (#99819)Matthew Hughes2022-11-281-1/+1
* Grammatical improvements for ctypes 'winmode' documentation (GH-19167)David Miguel Susano Pinto2022-11-281-2/+2
* bpo-41825: restructure docs for the os.wait*() family (GH-22356)Georg Brandl2022-11-281-93/+142
* gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)Petr Viktorin2022-11-281-6/+25
* Docs: both sqlite3 "point examples" now adapt to str (#99823)Erlend E. Aasland2022-11-271-1/+1
* gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)Sam Ezeh2022-11-271-2/+6
* Docs: Move .PHONY to each section to avoid copy/paste omissions (#99396)Hugo van Kemenade2022-11-271-4/+24
* gh-85988: Change documentation for sys.float_info.rounds (GH-99675)Brad Wolfe2022-11-271-6/+12
* doc: Remove backslashes in doctest grammar docs (#29346)George Zhang2022-11-271-3/+3
* bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)Zackery Spytz2022-11-271-2/+2
* gh-88330: Add more detail about what is a resource. (#99801)Jason R. Coombs2022-11-261-3/+11
* gh-99795: Fix typo in importlib.resources.abc (GH-99796)busywhitespace2022-11-261-1/+1
* gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH...Nikita Sobolev2022-11-261-1/+3