summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-46105: Honor spec when generating requirement specs with urls and e...backport-109d966-3.9Jason R. Coombs2021-12-163-3/+16
* bpo-28816: [doc] clarify that zipimport invokes importers only for python fil...Miss Islington (bot)2021-12-161-2/+2
* Fix the output of built-in iter() function example in Iterators (Section 9.8)...Miss Islington (bot)2021-12-161-1/+1
* Add Positional only arguments forward slash (/) to sorted() function in Built...Miss Islington (bot)2021-12-151-1/+1
* bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-...Miss Islington (bot)2021-12-153-0/+11
* [3.9] bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103) ...Miss Islington (bot)2021-12-141-1/+2
* [3.9] bpo-46063: Improve algorithm for computing which rolled-over log fileâ€...Miss Islington (bot)2021-12-143-5/+83
* Clarify new_event_loop return value. (GH-30078) (GH-30089)Miss Islington (bot)2021-12-131-1/+1
* [3.9] bpo-45840: Improve cross-references in the data model documentation (G...Alex Waygood2021-12-132-53/+76
* bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (G...Miss Islington (bot)2021-12-131-1/+2
* [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)Miss Islington (bot)2021-12-133-3/+21
* [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29929) (...Miss Islington (bot)2021-12-114-4/+44
* bpo-19737: Improved the documentation for globals (GH-29823) (GH-30042)Miss Islington (bot)2021-12-112-3/+4
* bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29...Miss Islington (bot)2021-12-112-9/+9
* [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (...Miss Islington (bot)2021-12-111-1/+1
* bpo-42114: ctypes documentation: fix winmode parameter default value (GH-2997...Miss Islington (bot)2021-12-111-3/+3
* [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-262-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