summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Doc: Improve library/json document. (GH-24390)Adorilson Bezerra2021-03-021-7/+6
* bpo-42840: Document providing kwargs to type. (#24173)Erik Soma2021-03-011-1/+8
* Fixed linenumber missing when audit hook has an error (GH-24692)Jules Lasne2021-03-011-0/+1
* Merge tag 'v3.10.0a6'Pablo Galindo2021-03-011-1/+0
|\
| * Remove unused suspicious rule in the docsv3.10.0a6Pablo Galindo2021-03-011-1/+0
* | Fix grammar in enum documentation. (GH-24689)Mariatta Wijaya2021-03-011-1/+1
|/
* closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)Erlend Egeberg Aasland2021-03-011-1/+3
* bpo-42603: Add whatsnew and ACKS entries. (GH-24675)Ned Deily2021-03-011-0/+6
* bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)Daniel F Moisset2021-03-015-3/+821
* bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)Pablo Galindo2021-03-011-0/+122
* GH-42128: Add Pattern Matching to What's New (#24667)Carol Willing2021-02-281-0/+275
* Add whatsnew note for GH-22904 (#24672)Dennis Sweeney2021-02-281-0/+5
* bpo-43345: Enhance TypedDict documentation. (#24668)Paul Bryan2021-02-281-12/+13
* bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)Brandt Bucher2021-02-262-0/+57
* bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (...Alex2021-02-261-0/+3
* Update logging.config.rst (GH-24630)takahashi2021-02-261-1/+1
* bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)Guanzhong Chen2021-02-241-13/+13
* bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)Terry Jan Reedy2021-02-241-0/+9
* bpo-36346: Document removal schedule of deprecate APIs (GH-20879)Inada Naoki2021-02-222-8/+7
* bpo-23882: Doc: Clarify unittest discovery document (GH-21560)Inada Naoki2021-02-221-6/+12
* bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)Terry Jan Reedy2021-02-211-14/+15
* bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)Terry Jan Reedy2021-02-211-2/+2
* bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)Pablo Galindo2021-02-202-0/+9
* bpo-42990: Functions inherit current builtins (GH-24564)Victor Stinner2021-02-201-1/+10
* Fix typo in dis module doc (GH-24509)Irit Katriel2021-02-201-1/+1
* bpo-43042: Augment tutorial sentence (GH-24514)Terry Jan Reedy2021-02-201-1/+2
* closes bpo-43266: Improve array formatting. (GH-24573)Erlend Egeberg Aasland2021-02-191-4/+4
* bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)Nicholas Sim2021-02-191-0/+8
* closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)Erlend Egeberg Aasland2021-02-191-2/+2
* Remove all links to mingw.org (GH-24552)Jeremy Paige2021-02-182-4/+1
* bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)Victor Stinner2021-02-181-3/+5
* bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)David CARLIER2021-02-181-0/+8
* bpo-42990: Add __builtins__ attribute to functions (GH-24559)Victor Stinner2021-02-182-0/+11
* bpo-43103: Add configure --without-static-libpython (GH-24418)Victor Stinner2021-02-171-0/+6
* bpo-40170: Always define PyIter_Check() as a function (GH-24548)Erlend Egeberg Aasland2021-02-161-2/+2
* bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)Erlend Egeberg Aasland2021-02-161-2/+2
* Add a warning block around the get_referrers() documentation (GH-24511)Pablo Galindo2021-02-151-4/+5
* bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)Ken Jin2021-02-154-12/+18
* bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533)Erlend Egeberg Aasland2021-02-151-2/+2
* bpo-42967: only use '&' as a query string separator (#24297)Adam Goldschmidt2021-02-147-6/+86
* bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)Zackery Spytz2021-02-131-2/+3
* bpo-43172: readline now passes its tests when built against libedit (GH-24499)Gregory P. Smith2021-02-121-1/+3
* Fix link to sqlite3 enable_shared_cache documentation (GH-24496)Tom Forbes2021-02-101-1/+1
* bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)Ken Jin2021-02-091-0/+2
* Improve docs of PEP 604 Union (#24301)Ken Jin2021-02-093-19/+20
* bpo-43147: Remove archaic terminology. (GH-24462)Raymond Hettinger2021-02-081-6/+5
* bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)Terry Jan Reedy2021-02-071-1/+2
* Simple typo fix (GH-24448)Andrew Tennikoff2021-02-051-1/+1
* Minor readability improvements. Also note performance impact of __slots__. (...Raymond Hettinger2021-02-051-8/+11
* bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)Dong-hee Na2021-02-032-0/+14