summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-43749: Ensure current exe is copied when using venv on windows (GH-...Miss Islington (bot)2021-12-101-2/+3
* bpo-46000: Improve NetBSD curses compatibility (GH-29947) (GH-30023)Miss Islington (bot)2021-12-102-2/+3
* bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...Miss Islington (bot)2021-12-101-9/+10
* [3.9] bpo-45662: Fix the repr of InitVar with a type alias to the built-in cl...Miss Islington (bot)2021-12-103-1/+5
* bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)Miss Islington (bot)2021-12-092-2/+7
* Fix double-space in exception message (GH-29955) (GH-29983)Miss Islington (bot)2021-12-081-1/+1
* bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)Miss Islington (bot)2021-12-071-5/+5
* bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a...Miss Islington (bot)2021-12-073-1/+20
* [3.9] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841)...Miss Islington (bot)2021-12-071-0/+9
* bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ...Miss Islington (bot)2021-12-073-5/+5
* [3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938)Christian Heimes2021-12-066-50/+57
* bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29933)Ned Deily2021-12-063-207/+5
* bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.G...Miss Islington (bot)2021-12-053-1/+15
* bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)Miss Islington (bot)2021-12-053-13/+25
* bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)Miss Islington (bot)2021-12-041-1/+1
* docs: Improve example for urlparse() (GH-29816) (GH-29889)Miss Islington (bot)2021-12-021-31/+42
* bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878)Miss Islington (bot)2021-12-011-3/+4
* bpo-37658: Actually return result in race condition (GH-29202) (GH-29832)Miss Islington (bot)2021-11-303-36/+13
* bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...Miss Islington (bot)2021-11-301-2/+2
* bpo-45931: Prevent Directory.Build.props/targets from leaking from directorie...Miss Islington (bot)2021-11-293-2/+10
* bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)Miss Islington (bot)2021-11-292-4/+20
* [3.9] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-2...Miss Islington (bot)2021-11-291-1/+1
* [3.9] [Doc] Add info to logging cookbook about running logging socket listene...Miss Islington (bot)2021-11-291-0/+22
* bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)Miss Islington (bot)2021-11-292-1/+3
* bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...Irit Katriel2021-11-294-1/+15
* [3.9] bpo-19460: Add test for MIMENonMultipart (GH-29817) (#29819)Miss Islington (bot)2021-11-282-0/+15
* [3.9] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-...Ma Lin2021-11-272-3/+6
* bpo-45901: Fixes argument passing when invoking .py files directly through th...Miss Islington (bot)2021-11-262-2/+6
* bpo-45866: Fix typo in the NEWS entry (GH-29798)Miss Islington (bot)2021-11-261-1/+1
* bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-2...Victor Stinner2021-11-265-4/+12
* bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29776)Victor Stinner2021-11-263-4/+3
* [3.9] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29783)Christian Heimes2021-11-254-1870/+2230
* [3.9] bpo-45881: Use CC from env first for cross building (GH-29752) (GH-29754)Christian Heimes2021-11-252-8/+10
* [3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774)Christian Heimes2021-11-255-18/+35
* bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-2...Miss Islington (bot)2021-11-241-0/+5
* bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...Miss Islington (bot)2021-11-221-0/+1
* [3.9] bpo-45845: Change link for pyserial (GH-29675)Miss Islington (bot)2021-11-201-2/+2
* bpo-44844: Remove unresponsive web link (GH-29651)Miss Islington (bot)2021-11-201-3/+0
* bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-2964...Miss Islington (bot)2021-11-201-1/+1
* bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29630)Hugo van Kemenade2021-11-191-1/+2
* [3.9] bpo-45838: Fix incorrect line numbers in Tools/gdb/libpython.py (GH-29628)Sam Gross2021-11-193-1/+30
* [3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)Mark Shannon2021-11-197-63/+69
* [3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) (GH-2...Miss Islington (bot)2021-11-183-7/+7
* [3.9] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__``...Miss Islington (bot)2021-11-183-18/+148
* bpo-45835: Fix race condition in test_queue (GH-29601)Miss Islington (bot)2021-11-182-11/+12
* bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-29605)Miss Islington (bot)2021-11-183-1/+19
* [3.9] [Enum] update member.member removal (GH-29611)Ethan Furman2021-11-181-1/+1
* Revert "[3.9] [Enum] update member.member removal to 3.11 (GH-29607)" (GH-29609)Ethan Furman2021-11-180-0/+0
* [3.9] [Enum] update member.member removal to 3.11 (GH-29607)Ethan Furman2021-11-180-0/+0
* [docs] Add missing word "any" in unittest -k cmdline option description (GH-2...Miss Islington (bot)2021-11-181-1/+1