summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* [doc] Do some polishing in IDEs section (GH-22070)Andre Delfino2021-04-291-12/+12
* Document importlib.metadata.PackagePath.locate method (GH-25669)Paul Moore2021-04-281-1/+7
* bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)Erlend Egeberg Aasland2021-04-281-0/+12
* bpo-28254: Add a C-API for controlling the GC state (GH-25687)scoder2021-04-283-0/+53
* bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path ...Barney Gale2021-04-281-3/+15
* bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)scoder2021-04-281-7/+6
* bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)Ma Lin2021-04-281-0/+6
* bpo-37751: Update `codecs.register()` doc. (GH-25643)Inada Naoki2021-04-281-3/+7
* bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670)Ethan Furman2021-04-271-0/+6
* bpo-43766: Fix TypeGuard docs (#25660)Ken Jin2021-04-272-8/+7
* bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)Ken Jin2021-04-272-0/+84
* bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24...Tzu-ping Chung2021-04-271-0/+37
* [doc] Remove duplicated operator.itemgetter example (GH-24178)Andre Delfino2021-04-271-5/+2
* bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)Erlend Egeberg Aasland2021-04-262-0/+22
* Use the zero argument form of super() in examples for Python3 docs. (GH-22314)Andre Delfino2021-04-266-12/+12
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)Llandy Riveron Del Risco2021-04-261-1/+1
* Doc: Fix the array.fromfile method doc (GH-22037)Adorilson Bezerra2021-04-261-2/+1
* Update asyncio-subprocess.rst (GH-21680)Gabriel R F2021-04-261-1/+1
* documentation: clarification about the function remove in os library (GH-19024)Etienne Gautier2021-04-261-0/+1
* Fix documentation typos of argparse exit_on_error (GH-22706)Taneli Hukkinen2021-04-261-1/+1
* Fix id of 'Internet Message Format' RFC in email doc (GH-24137)Denis Laxalde2021-04-262-2/+2
* Fix copy.Error casing in documentation GH-22004Andre Delfino2021-04-261-1/+1
* Fix broken links and improve stand-alone tools list in FAQ GH-22124Andre Delfino2021-04-263-10/+9
* Add keyword-only fields to dataclasses. (GH=25608)Eric V. Smith2021-04-261-6/+36
* Remove mention of dst parameter from description of os.lstat() (GH-24704)Sergey Fedoseev2021-04-251-1/+1
* Fix a typo in datamodel reference document (GH-24930)Géry Ogam2021-04-251-1/+1
* bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in...Saiyang Gou2021-04-251-1/+1
* BaseHTTPRequestHandler, that path includes query (#25597)Senthil Kumaran2021-04-251-1/+3
* bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...Tymoteusz Wołodźko2021-04-252-0/+111
* bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...Serhiy Storchaka2021-04-254-0/+47
* bpo-42737: annotations with complex targets no longer causes any runtime effe...Batuhan Taskaya2021-04-251-0/+4
* bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)Zackery Spytz2021-04-242-2/+13
* bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()...Barney Gale2021-04-232-3/+27
* bpo-43538: Add extra arguments to os.startfile (GH-25538)Steve Dower2021-04-231-5/+23
* bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)Pablo Galindo2021-04-232-0/+37
* bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-2...Petr Viktorin2021-04-231-0/+6
* bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)Petr Viktorin2021-04-231-6/+1
* bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of...Lumír 'Frenzy' Balhar2021-04-232-0/+6
* bpo-37363: Add audit events to the `http.client` module (GH-21321)Saiyang Gou2021-04-231-0/+4
* bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23...Hai Shi2021-04-231-0/+6
* Add more tests. Fix code excerpt. (GH-25549)Raymond Hettinger2021-04-231-3/+18
* bpo-43917: Fix pure python equivalent for classmethod (GH-25544)Raymond Hettinger2021-04-231-1/+12
* bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...Shreyan Avigyan2021-04-221-1/+6
* bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)Raymond Hettinger2021-04-222-6/+5
* bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...Saiyang Gou2021-04-222-24/+27
* bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)Saiyang Gou2021-04-211-1/+8
* bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...Steve Dower2021-04-211-2/+2
* doc: Sync some missing 3.10 changes with the What's New (GH-25503)Batuhan Taskaya2021-04-211-1/+27
* Fix typo in whatsnew/3.10.rst (GH-25498)JunWei Song2021-04-211-2/+2
* bpo-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-211-1/+0