summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.9] bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) (GH-28217)Łukasz Langa2021-09-082-2/+6
* [3.9] bpo-45097: Fix deprecation warnings in test_asyncio (GH-28236)Serhiy Storchaka2021-09-081-4/+6
* [3.9] bpo-45121: Fix RecursionError when calling Protocol.__init__ from a sub...Ken Jin2021-09-083-0/+18
* Remove documentation for non-existing socket class attributes (GH-28029) (GH-...Miss Islington (bot)2021-09-071-3/+0
* bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...Miss Islington (bot)2021-09-071-0/+2
* Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28156)Pablo Galindo Salgado2021-09-071-0/+2
* bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28215)Miss Islington (bot)2021-09-071-4/+7
* bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28212)Miss Islington (bot)2021-09-071-1/+1
* [3.8] Update idlelib/help.html to include idle.rst spelling fix (GH-28191) (G...Miss Islington (bot)2021-09-071-13/+7
* bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)Miss Islington (bot)2021-09-051-0/+138
* [3.9] bpo-45042: Now test classes decorated with `requires_hashdigest` are no...Serhiy Storchaka2021-09-054-6/+22
* bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)Miss Islington (bot)2021-09-043-18/+27
* [3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153)Serhiy Storchaka2021-09-0411-181/+234
* bpo-42255: Update webbrowser doc for macOS (GH-28145)Dong-hee Na2021-09-031-2/+2
* [3.9] bpo-45083: Include the exception class qualname when formatting an exce...Miss Islington (bot)2021-09-037-36/+79
* bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...Miss Islington (bot)2021-09-023-13/+47
* [doc] Link to deprecation policy PEP from the DeprecationWarning documentatio...Miss Islington (bot)2021-09-021-0/+4
* [3.9] bpo-45060: Get rid of few uses of the equality operators with None (GH-...Serhiy Storchaka2021-09-017-11/+11
* [3.9] bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28103)Serhiy Storchaka2021-09-011-31/+2
* bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)Miss Islington (bot)2021-08-311-0/+9
* bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)Miss Islington (bot)2021-08-311-1/+1
* bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...Łukasz Langa2021-08-311-2/+2
* Post 3.9.7Łukasz Langa2021-08-301-1/+1
* bpo-44756: Remove misleading NEWS entries of a change that was reverted befor...Łukasz Langa2021-08-301-25/+0
* Python 3.9.7v3.9.7Łukasz Langa2021-08-3094-209/+984
* [3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH...Serhiy Storchaka2021-08-304-69/+719
* bpo-44449: faulthandler don't modify frame refcnt (GH-27850)Miss Islington (bot)2021-08-302-5/+7
* bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) ...Miss Islington (bot)2021-08-303-24/+34
* [3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062)Christian Heimes2021-08-301-2/+2
* 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
* [3.9] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) ...Łukasz Langa2021-08-296-22/+23
* bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035)Miss Islington (bot)2021-08-293-3/+65
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032)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
* [3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005...Serhiy Storchaka2021-08-2936-15/+143
* [3.9] bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) (GH-2...Serhiy Storchaka2021-08-293-3/+7
* [3.9] bpo-25130: Make unit-test about restricting the maximum number of neste...Serhiy Storchaka2021-08-281-32/+36
* 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
* Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-...Miss Islington (bot)2021-08-271-1/+1
* bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) (GH-2...Miss Islington (bot)2021-08-271-0/+2
* bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) (GH-27991)Miss Islington (bot)2021-08-273-17/+33
* bpo-40635: Fix getfqdn() docstring and docs (GH-27971)Miss Islington (bot)2021-08-262-4/+6
* [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27...Miss Islington (bot)2021-08-266-7/+14
* bpo-45001: Make email date parsing more robust against malformed input (GH-27...Miss Islington (bot)2021-08-263-0/+6
* bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951...Miss Islington (bot)2021-08-261-1/+1
* [3.9] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922) (G...Erlend Egeberg Aasland2021-08-251-3/+7
* [3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to co...Erlend Egeberg Aasland2021-08-253-12/+102
* [3.9] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned in...Miss Islington (bot)2021-08-244-11/+35