summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GH-116271 Docs: provide clarification for object assignments in the Tutorial ...Kerim Kabirov2024-03-041-7/+24
* gh-116010: Remove link to deprecated PEP 6 in FAQ guide (#116246)Iman Tabrizian2024-03-031-3/+5
* gh-116281: Remove wrong '\' from '\*' in some doc signatures (#116282)HarryLHW2024-03-033-6/+6
* Docs: update using/configure.rst (#116274)Hugo van Kemenade2024-03-031-23/+31
* gh-72971: Clarify the special no-TypeError behavior for equality (#110729)Gouvernathor2024-03-031-1/+4
* gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115...AN Long2024-03-011-0/+6
* gh-116035: Document that both tzinfo and fold are ignored in comparisons if t...Serhiy Storchaka2024-03-011-2/+8
* gh-104219: Document that idunders can return NotImplemented (#104220)Gouvernathor2024-03-011-2/+4
* gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...Sebastian Pipping2024-02-293-0/+71
* Fix rendering of null character in ast.rst (#116080)Shantanu2024-02-291-1/+1