summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487).backport-6ec0dec-3.9Jason R. Coombs2021-11-092-1/+2
* bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)Steve Dower2021-11-093-4/+5
* bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472)Miss Islington (bot)2021-11-081-4/+0
* remove the repeat 'the' (GH-29455)Miss Islington (bot)2021-11-081-1/+1
* bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29453)Miss Islington (bot)2021-11-062-3/+3
* bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29451)Miss Islington (bot)2021-11-061-5/+5
* [doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29448)Miss Islington (bot)2021-11-061-4/+5
* bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (...Miss Islington (bot)2021-11-063-7/+26
* bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)Miss Islington (bot)2021-11-063-2/+4
* Post 3.9.8Łukasz Langa2021-11-051-1/+1
* Python 3.9.8v3.9.8Łukasz Langa2021-11-0578-180/+783
* bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...Miss Islington (bot)2021-11-052-22/+28
* bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) ...Miss Islington (bot)2021-11-051-1/+4
* bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-294...Miss Islington (bot)2021-11-051-46/+20
* [3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recu...Łukasz Langa2021-11-042-12/+18
* bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)Miss Islington (bot)2021-11-043-6/+45
* [3.9] bpo-45678: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug ...Alex Waygood2021-11-043-2/+150
* Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (G...Miss Islington (bot)2021-11-042-2/+11
* bpo-45220: Remove invalid include from resource definition files on Windows (...Miss Islington (bot)2021-11-047-9/+0
* Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)Miss Islington (bot)2021-11-041-4/+3
* bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...Miss Islington (bot)2021-11-032-4/+7
* [3.9] bpo-45578: add tests for `dis.distb` (GH-29332) (#29386)Łukasz Langa2021-11-032-0/+42
* bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29365)Miss Islington (bot)2021-11-031-1/+1
* [3.9] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) (GH-29342)Serhiy Storchaka2021-11-033-6/+9
* bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...Miss Islington (bot)2021-11-023-1/+11
* [doc] Link to section File input (GH-28941) (GH-29376)Miss Islington (bot)2021-11-021-1/+1
* bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-...Miss Islington (bot)2021-11-021-1/+1
* bpo-44828: Avoid leaving a zombie Save panel. (GH-29371)Ned Deily2021-11-021-1/+2
* makefile: remove unused SGI_ABI variable (GH-29325) (GH-29370)Miss Islington (bot)2021-11-021-1/+0
* [3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353)...Miss Islington (bot)2021-11-025-7/+86
* [3.9] Move field width to the right field (GH-29344) (GH-29350)Miss Islington (bot)2021-10-311-2/+2
* bpo-45516: add protocol description to the Traversable documentation (GH-29039)Miss Islington (bot)2021-10-312-0/+42
* [3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals m...Łukasz Langa2021-10-292-0/+6
* bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...Miss Islington (bot)2021-10-291-7/+8
* bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) ...Miss Islington (bot)2021-10-291-0/+6
* [3.9] bpo-45628: Check all parts of the suffix for an extension match. (GH-29...Miss Islington (bot)2021-10-291-2/+7
* [3.9] [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) (GH-29306)Serhiy Storchaka2021-10-291-72/+55
* bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295)Miss Islington (bot)2021-10-292-44/+54
* [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297)Alex Waygood2021-10-282-6/+34
* bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-2...Miss Islington (bot)2021-10-281-4/+13
* bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29289)Miss Islington (bot)2021-10-281-0/+34
* bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29286)Miss Islington (bot)2021-10-281-2/+2
* bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...Miss Islington (bot)2021-10-282-1/+3
* bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219...Miss Islington (bot)2021-10-281-0/+46
* bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-292...Miss Islington (bot)2021-10-283-9/+33
* bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)Miss Islington (bot)2021-10-283-1/+206
* [3.9] bpo-39679: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug ...Alex Waygood2021-10-283-0/+51
* bpo-44904: Fix classmethod property bug in doctest module (GH-28838)Miss Islington (bot)2021-10-284-4/+21
* bpo-45438: format of inspect.Signature with generic builtins (GH-29212)Miss Islington (bot)2021-10-273-0/+14
* [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17....Ned Deily2021-10-272-3/+8