summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-41576: document BaseException in favor of bare except (GH-21917)Thomas Grainger2021-08-061-8/+9
* bpo-27752: improve documentation of csv.Dialect (GH-26795)Jack DeVries2021-08-061-11/+23
* bpo-44756: [docs] revert automated virtual environment creation on `make html...Łukasz Langa2021-08-062-5/+13
* bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)Victor Stinner2021-08-062-1/+8
* bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)Jack DeVries2021-08-051-1/+1
* bpo-41706: Fix special method invocation docs to mention using type() (GH-22084)William Chargin2021-08-041-3/+4
* bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)andrei kulakov2021-08-041-2/+5
* [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...andrei kulakov2021-08-041-1/+5
* Fix typo in 'xml.dom.minidom' documentation (GH-27602)Cristián Maureira-Fredes2021-08-041-1/+1
* Fix 404 link to the pyporting mailing list (GH-27320)Rohit Nishad2021-08-041-3/+3
* Note that tp_clear and m_clear are not always called (GH-27581)Petr Viktorin2021-08-042-0/+12
* Fix hyperlink conflict in turtle docs (GH-27592)Harry2021-08-041-12/+16
* bpo-41886: Fix documented type of PyType_Type (GH-22454)da-woods2021-08-031-1/+1
* bpo-41737: expand doc for NotADirectoryError (GH-27471)andrei kulakov2021-08-031-2/+4
* bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)Raymond Hettinger2021-08-021-16/+32
* bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)Jake Stockwin2021-08-021-7/+26
* Document PyMember_GetOne and PyMember_SetOne (GH-27555)Ken Jin2021-08-021-0/+15
* doc: "Mac OS X" -> "macOS" (GH-27535)partev2021-08-021-3/+3
* doc: "Mac OS " -> "macOS" (GH-27534)partev2021-08-021-1/+1
* bpo-37880: for argparse add_argument with action='store_const', const now def...Jack DeVries2021-07-311-11/+16
* bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)andrei kulakov2021-07-301-0/+14
* bpo-41911: Update docs for various expressions (GH-27470)andrei kulakov2021-07-301-7/+34
* Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459)Ori Avtalion2021-07-301-2/+2
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-306-8/+8
* Fix typo in ast.rst (GH-27449)HaeckelK2021-07-291-1/+1
* bpo-44765: [doc] fix typo (GH-27430)Pavel2021-07-291-1/+1
* bpo-41103: Resurrect the old buffer protocol. (GH-27437)Inada Naoki2021-07-295-5/+78
* bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724)Ammar Askar2021-07-291-1/+1
* bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)Hai Shi2021-07-294-0/+12
* bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)Erlend Egeberg Aasland2021-07-292-0/+9
* bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423)Jack DeVries2021-07-281-1/+1
* bpo-44544: [doc] list all textwrap func kwargs (GH-26999)Jack DeVries2021-07-281-4/+14
* Add missing end of sentence in docs (GH-27280)Adrian Garcia Badaracco2021-07-281-1/+1
* Fix typo in sqlite3.rst (GH-27415)Ikko Ashimine2021-07-281-1/+1
* Spell out 's.pop() or s.pop(i)' (GH-27398)Dennis Sweeney2021-07-281-1/+1
* bpo-44756: in ./Doc, `make build` depends on `make html` (#27403)Jack DeVries2021-07-282-20/+23
* bpo-44399: Document another example of unexpected behavior. (GH-27407)Vinay Sajip2021-07-281-1/+3
* bpo-44559: [Enum] correct `versionadded` to 3.11 for new features (GH-27388)Steffen Zeile2021-07-271-6/+6
* bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)Mariusz Felisiak2021-07-273-3/+3
* [doc] Fix typo in asyncio Event Loop (GH-27377)Vinicius Gubiani Ferreira2021-07-271-1/+1
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-2638-65/+65
* Fix typos in `Weekday.today` example (GH-27363)Steffen Zeile2021-07-261-1/+1
* docs: replace "Mac OS X" -> "macOS" (GH-27364)partev2021-07-261-6/+6
* The current documentation says it returns None if the name is not found, but ...Jelle Zijlstra2021-07-261-1/+1
* bpo-43443: Clarify difference between shelve objects and dicts (GH-27004)Serhiy Storchaka2021-07-261-1/+2
* bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215)Yurii Karabas2021-07-261-1/+2
* bpo-44732: Rename types.Union to types.UnionType (#27342)Hasan2021-07-262-5/+5
* Small text fixes for enum.rst (#27322)Elliot Waite2021-07-261-8/+9
* Fix typo in dataclasses documentation (#27360)thomkeh2021-07-261-1/+1
* bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349)Steven Hsu2021-07-261-6/+7