summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)Steve Dower2021-11-041-0/+2
* bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...Miss Islington (bot)2021-11-041-0/+3
* bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) (GH-29390)Miss Islington (bot)2021-11-031-0/+2
* [3.10] bpo-45578: add tests for `dis.distb` (GH-29332) (GH-29385)Łukasz Langa2021-11-031-0/+1
* bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...Miss Islington (bot)2021-11-021-0/+1
* [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353...Miss Islington (bot)2021-11-021-0/+2
* [3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)Miss Islington (bot)2021-11-021-0/+2
* bpo-45516: add protocol description to the Traversable documentation (GH-29039)Miss Islington (bot)2021-10-311-0/+2
* bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)Miss Islington (bot)2021-10-311-0/+2
* [3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals ...Łukasz Langa2021-10-291-0/+2
* [3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)Alex Waygood2021-10-291-0/+2
* bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296)Miss Islington (bot)2021-10-281-0/+1
* bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...Miss Islington (bot)2021-10-281-0/+1
* bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)Miss Islington (bot)2021-10-281-0/+3
* bpo-44904: Fix classmethod property bug in doctest module (GH-28838)Miss Islington (bot)2021-10-282-0/+4
* bpo-45438: format of inspect.Signature with generic builtins (GH-29212)Miss Islington (bot)2021-10-271-0/+1
* bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150)Miss Islington (bot)2021-10-241-0/+1
* bpo-45574: fix warning about `print_escape` being unused (GH-29172) (#29176)Miss Islington (bot)2021-10-231-0/+1
* bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)Miss Islington (bot)2021-10-221-0/+1
* bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)Miss Islington (bot)2021-10-221-0/+2
* bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)Miss Islington (bot)2021-10-221-0/+3
* bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129)Miss Islington (bot)2021-10-211-0/+2
* bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29131)Miss Islington (bot)2021-10-211-0/+1
* bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051) (GH-29122)Miss Islington (bot)2021-10-211-0/+3
* bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...Miss Islington (bot)2021-10-201-0/+5
* bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...Miss Islington (bot)2021-10-201-0/+4
* bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)Miss Islington (bot)2021-10-201-0/+2
* bpo-45536: Check OpenSSL APIs in configure (GH-29088)Miss Islington (bot)2021-10-201-0/+3
* bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...Miss Islington (bot)2021-10-191-0/+2
* [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co...Łukasz Langa2021-10-191-0/+2
* bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-2904...Miss Islington (bot)2021-10-191-0/+1
* bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065)Miss Islington (bot)2021-10-191-0/+3
* bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...Miss Islington (bot)2021-10-191-0/+4
* [3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (G...Miss Islington (bot)2021-10-181-0/+3
* [3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)...Miss Islington (bot)2021-10-161-0/+1
* bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)Miss Islington (bot)2021-10-161-0/+2
* bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)Miss Islington (bot)2021-10-151-0/+1
* [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...Serhiy Storchaka2021-10-141-0/+2
* [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...Miss Islington (bot)2021-10-141-0/+2
* bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765...Miss Islington (bot)2021-10-131-0/+3
* bpo-24444: fix an error in argparse help when help for an option is blank (GH...Miss Islington (bot)2021-10-131-0/+2
* [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...Łukasz Langa2021-10-131-0/+3
* bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)Miss Islington (bot)2021-10-131-0/+2
* [3.10] bpo-45405: Prevent ``internal configure error`` when running ``configu...Miss Islington (bot)2021-10-131-0/+2
* bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)Miss Islington (bot)2021-10-101-0/+2
* [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)Jason R. Coombs2021-10-101-0/+1
* bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)Miss Islington (bot)2021-10-091-0/+2
* bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)Miss Islington (bot)2021-10-081-0/+1
* [3.10] bpo-45408: Don't override previous tokenizer errors in the second pars...Pablo Galindo Salgado2021-10-071-0/+2
* bpo-45337: Use the realpath of the new executable when creating a venv on Win...Miss Islington (bot)2021-10-071-0/+4