summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-43439: Add audit hooks for gc functions (GH-24794)Pablo Galindo2021-03-102-0/+12
* bpo-43446: Fix markup in sqlite3 footnote (GH-24806)Kamil Turek2021-03-091-1/+1
* bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)Victor Stinner2021-03-091-1/+1
* bpo-43415: Fix typo on dataclasses.rst (#24789)Guilherme Martins Crocetti2021-03-081-1/+1
* bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)Desmond Cheong2021-03-081-0/+9
* bpo-43353: Document that logging.getLevelName() accepts string representation...Mariusz Felisiak2021-03-081-8/+17
* bpo-43319: Fixed the tutorial on venv about standard library (GH-24740)cmhzc2021-03-071-1/+1
* Put contextvars docs into the concurrency category (GH-24760)Brett Cannon2021-03-062-1/+1
* bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)Alex Willmer2021-03-061-4/+4
* bpo-43400: Remove "easy to use" from mock docs (GH-24752)Eddie Peters2021-03-041-1/+1
* bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)Erlend Egeberg Aasland2021-03-041-25/+25
* Improve the description of the improvements in bpo-42202 (GH-24738)Pablo Galindo2021-03-041-2/+3
* bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442)Eric L2021-03-031-2/+19
* Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)Pablo Galindo2021-03-031-0/+5
* bpo-43162: [Enum] update docs, renable doc tests (GH-24487)Ethan Furman2021-03-031-5/+6
* Doc: typo fix. (GH-24721)Julien Palard2021-03-031-2/+2
* Reorder contents of 3.10's What's New (#24687)Ken Jin2021-03-031-113/+129
* 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