summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)Bogdan Romanyuk2024-03-192-1/+11
* gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)Pierre Ossman (ThinLinc team)2024-03-182-0/+30
* gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)Victor Stinner2024-03-181-0/+6
* Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)Victor Stinner2024-03-181-3/+3
* GH-65056: Improve the IP address' is_global/is_private documentation (GH-113186)Jakub Stasiak2024-03-181-4/+23
* gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)Terry Jan Reedy2024-03-181-1/+1
* gh-85283: Build _statistics extension with the limited C API (#116927)Victor Stinner2024-03-171-1/+2
* GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)Barney Gale2024-03-171-2/+1
* gh-85283: Build termios extension with the limited C API (#116928)Victor Stinner2024-03-171-1/+2
* gh-73468: Add math.fma() function (#116667)Victor Stinner2024-03-172-0/+26
* 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