summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Update titles and subtitles on landing page template (#116914)Carol Willing2024-03-171-31/+31
* gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)jnchen2024-03-161-1/+0
* gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#116783)Nikita Sobolev2024-03-151-0/+10
* gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)Tian Gao2024-03-151-1/+2
* gh-85283: Build pwd extension with the limited C API (#116841)Victor Stinner2024-03-151-1/+1
* gh-116842: Improve test comment and fix a doctest (gh-116846)Raymond Hettinger2024-03-151-2/+2
* GH-113838: Add "Comparison to os.path" section to pathlib docs (#115926)Barney Gale2024-03-151-19/+44
* gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)Victor Stinner2024-03-142-0/+29
* Minor improvements to the itertools documentation (gh-116833)Raymond Hettinger2024-03-141-84/+94
* gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)Victor Stinner2024-03-143-0/+12
* gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)Victor Stinner2024-03-143-0/+15
* gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)Victor Stinner2024-03-142-0/+33
* gh-85283: Build fcntl extension with the limited C API (#116791)Victor Stinner2024-03-141-2/+2
* Docs: PyUnstable_Long_IsCompact() docs now mention PyLong_AsNativeBytes() (#1...Sergey B Kirpichev2024-03-131-1/+1
* Better presentation order for recipes. (gh-116755)Raymond Hettinger2024-03-131-43/+43
* gh-98731: Improvements to the logging documentation (GH-101618)Nir Friedman2024-03-132-162/+108
* [doc]: Update cookbook recipe for Qt6. (GH-116719)Vinay Sajip2024-03-131-13/+36
* gh-90300: Fix cmdline.rst (GH-116721)Serhiy Storchaka2024-03-131-5/+8
* Modernize roundrobin() recipe and improve variable names (gh-116710)Raymond Hettinger2024-03-131-17/+14
* gh-111307: Update design FAQ 'switch' entry (#115899)Terry Jan Reedy2024-03-131-3/+8
* Docs: fix broken links (#116651)Mariusz Felisiak2024-03-135-5/+5
* Minor clarity improvement for the iter_index() recipe. Also add value subsequ...Raymond Hettinger2024-03-131-4/+21
* Add `typing.NamedTuple` in glossary section for named tuples (#108327)Tushar Sadhwani2024-03-121-4/+5
* Beef-up tests for the itertool docs. (gh-116679)Raymond Hettinger2024-03-121-9/+103
* gh-89547: typing.rst: Add note about change in behavior with ClassVar/Final (...Jelle Zijlstra2024-03-121-0/+8
* gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)Nikita Sobolev2024-03-122-0/+43
* gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...Guido van Rossum2024-03-122-30/+0
* gh-116563: Update tutorial error example (#116569)Terry Jan Reedy2024-03-111-4/+4
* gh-113538: Add asycio.Server.{close,abort}_clients (#114432)Pierre Ossman (ThinLinc team)2024-03-112-0/+30
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-111-25/+20
* gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)Brett Simmers2024-03-111-0/+18
* gh-116535: Fix distracting "TypeError" in example code (gh-116538)Declan2024-03-091-2/+2
* gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)Sergey B Kirpichev2024-03-091-1/+24
* GH-116218 Docs: Add availability information for the 'resource' module (#116256)Kerim Kabirov2024-03-091-0/+2
* gh-105535 Document potential performance trap during enum creation (GH-107119)Nicolas A. Oyarzabal2024-03-081-0/+7
* gh-75988: Fix issues with autospec ignoring wrapped object (#115223)infohash2024-03-081-0/+120
* gh-116349: Deprecate `platform.java_ver` function (#116471)Nikita Sobolev2024-03-082-0/+13
* gh-106259: Add minimal help target to Makefile (#106260)Skip Montanaro2024-03-071-26/+104
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-0722-109/+80
* gh-107361: strengthen default SSL context flags (#112389)William Woodruff2024-03-062-1/+35
* gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)Jason Zhang2024-03-062-0/+13
* gh-115398: Suggest use of `hasattr` with checking for 3.13 Expat API availabi...Sebastian Pipping2024-03-062-0/+15
* gh-107625: configparser: Raise error if a missing value is continued (GH-107651)Prince Roshan2024-03-061-0/+11
* gh-115986: Fix inaccuracies in pprint docs (#116104)Kerim Kabirov2024-03-051-2/+2
* chore: fix typos (#116345)cui fliter2024-03-051-1/+1
* Fix the PyGetSetDef documentation (GH-116056)Serhiy Storchaka2024-03-051-3/+3
* gh-115777: Fix double versionadded directives (GH-116269)Serhiy Storchaka2024-03-056-24/+8
* gh-57141: Add dircmp shallow option (GH-109499)Tobias Rautenkranz2024-03-041-2/+7
* Consistently spell out *predicate* instead of *pred*. (gh-116308)Raymond Hettinger2024-03-041-23/+16
* gh-115256: Remove refcycles from tarfile writing (GH-115257)pan3242024-03-041-0/+3