summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in `__match_args__` doc (#99785)Terry Jan Reedy2022-11-261-1/+1
* gh-64019: Have attribute table in `inspect` docs link to module attributes in...Stanley2022-11-251-6/+1
* gh-96168: Add sqlite3 row factory how-to (#99507)Erlend E. Aasland2022-11-251-41/+119
* Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)Victor Stinner2022-11-242-49/+2
* Fix rendering of audioop license in Doc/license.rst (GH-99752)Zachary Ware2022-11-241-0/+4
* gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)Illia Volochii2022-11-241-0/+16
* gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)Irit Katriel2022-11-231-6/+27
* gh-99650 : Updated argparse docs (GH-99653)ram vikram singh2022-11-221-1/+1
* gh-99146 struct module documentation should have more predictable examples/wa...Skip Montanaro2022-11-221-76/+206
* gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)Charles Machalow2022-11-224-2/+42
* gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)Petr Viktorin2022-11-221-0/+18
* gh-99537: Use Py_SETREF() function in C code (#99656)Victor Stinner2022-11-223-35/+13
* gh-91053: Add an optional callback that is invoked whenever a function is mod...mpage2022-11-221-0/+60
* GH-92892: Add section about variadic functions to ctypes documentation (#99529)Ronald Oussoren2022-11-221-0/+20
* gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...Petr Viktorin2022-11-228-109/+233
* gh-99662: fix typo in typing.TypeVarTuple docs (#99672)GabrielAnguita2022-11-221-1/+1
* GH-95815: Document less specific error for os.remove (#99571)Ronald Oussoren2022-11-211-1/+1
* Doc: Make functions.html readable again. (GH-99476)Julien Palard2022-11-191-60/+60
* gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...Nikita Sobolev2022-11-191-0/+4
* gh-85073: Add some missing links to source (GH-99363)Stanley2022-11-188-0/+22
* Doc: Replace question mark with fullstop (#99558)Rafael Fontenelle2022-11-181-1/+1
* Doc: Fix broken link to emscripten networking website (#99531)Alexander Ryabov2022-11-181-1/+1
* gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...Irit Katriel2022-11-181-0/+4
* Misc copyedits in docs on built-in types (GH-24466)Adorilson Bezerra2022-11-171-10/+14
* gh-99377: Revert audit events for thread state creation and free, because the...Steve Dower2022-11-171-13/+0
* gh-99377: Add audit events for thread creation and clear (GH-99378)Steve Dower2022-11-162-0/+15
* GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)Kumar Aditya2022-11-142-4/+15
* gh-99300: Use Py_NewRef() in Doc/ directory (#99480)Victor Stinner2022-11-143-33/+15