summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)...Łukasz Langa2021-08-306-22/+23
* bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)Miss Islington (bot)2021-08-301-1/+1
* bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...Miss Islington (bot)2021-08-302-3/+31
* bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)Miss Islington (bot)2021-08-303-3/+64
* bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)Miss Islington (bot)2021-08-293-3/+65
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)Miss Islington (bot)2021-08-2922-191/+1389
* bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...Miss Islington (bot)2021-08-292-6/+9
* bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)Miss Islington (bot)2021-08-292-2/+5
* bpo-25130: Make unit-test about restricting the maximum number of nested bloc...Miss Islington (bot)2021-08-281-32/+35
* [3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to c...Erlend Egeberg Aasland2021-08-283-8/+98
* bpo-44524: Fix cryptic TypeError message when trying to subclass special form...Miss Islington (bot)2021-08-283-0/+21
* bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)Miss Islington (bot)2021-08-283-17/+33
* bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two thre...Miss Islington (bot)2021-08-283-12/+28
* bpo-45022: Pin current libffi build to fixed version in preparation for upcom...Miss Islington (bot)2021-08-273-9/+17
* bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)Miss Islington (bot)2021-08-271-0/+2
* bpo-40635: Fix getfqdn() docstring and docs (GH-27971)Miss Islington (bot)2021-08-262-4/+6
* bpo-45001: Make email date parsing more robust against malformed input (GH-27...Miss Islington (bot)2021-08-263-0/+6
* bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)Miss Islington (bot)2021-08-265-7/+13
* bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)Dong-hee Na2021-08-263-0/+10
* [3.10] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) (GH-27...Dong-hee Na2021-08-261-0/+2
* bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951...Miss Islington (bot)2021-08-261-1/+1
* [3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). ...Erlend Egeberg Aasland2021-08-251-3/+7
* bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)Miss Islington (bot)2021-08-252-1/+11
* bpo-39452: Rewrite and expand __main__.rst (GH-26883)Miss Islington (bot)2021-08-245-17/+369
* [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned i...Miss Islington (bot)2021-08-244-11/+35
* Update susp-ignored.csv line numbersMiss Islington (bot)2021-08-232-144/+181
* bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)Miss Islington (bot)2021-08-231-39/+9
* [doc] Fix typo c-api/exceptions.rst (GH-27847)Miss Islington (bot)2021-08-231-1/+1
* bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)Miss Islington (bot)2021-08-232-8/+28
* [doc] Added mailing list link for comp.lang.python (GH-27852)Miss Islington (bot)2021-08-231-1/+2
* bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation o...Miss Islington (bot)2021-08-231-0/+7
* bpo-44980: fix test_constructor to return None value (GH-27898)Miss Islington (bot)2021-08-231-1/+1
* [doc] Fix typo in idle.rst (GH-27903)Miss Islington (bot)2021-08-231-1/+1
* bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27...Miss Islington (bot)2021-08-231-0/+13
* Move susp-ignored locationsMiss Islington (bot)2021-08-223-18/+23
* bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866)Miss Islington (bot)2021-08-221-0/+49
* [3.10] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-2...Łukasz Langa2021-08-221-32/+19
* bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)Miss Islington (bot)2021-08-221-17/+36
* bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-2...Miss Islington (bot)2021-08-221-3/+2
* bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (G...Miss Islington (bot)2021-08-221-0/+7
* bpo-44955: Always call stopTestRun() for implicitly created TestResult object...Miss Islington (bot)2021-08-223-53/+104
* bpo-44940: Clarify the documentation of re.findall() (GH-27849)Miss Islington (bot)2021-08-221-4/+14
* bpo-44966: Fix out-of-date traceback message (GH-27867)Miss Islington (bot)2021-08-221-1/+1
* bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)Miss Islington (bot)2021-08-211-1/+2
* bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871)Miss Islington (bot)2021-08-212-12/+8
* bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)Miss Islington (bot)2021-08-203-2/+18
* Fix reST markup in dataclasses.rst (GH-27843) (GH-27845)Miss Islington (bot)2021-08-191-1/+1
* bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)Miss Islington (bot)2021-08-192-0/+18
* bpo-44949: Fix test_readline auto history tests (GH-27813)Miss Islington (bot)2021-08-192-2/+8
* bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)Miss Islington (bot)2021-08-191-0/+4