summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-44449: faulthandler don't modify frame refcnt (GH-27850)Victor Stinner2021-08-301-0/+2
* [3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)...Łukasz Langa2021-08-301-0/+1
* bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...Miss Islington (bot)2021-08-301-0/+5
* bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)Miss Islington (bot)2021-08-301-0/+1
* bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)Miss Islington (bot)2021-08-291-0/+2
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)Miss Islington (bot)2021-08-291-0/+3
* bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...Miss Islington (bot)2021-08-291-0/+2
* [3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to c...Erlend Egeberg Aasland2021-08-281-0/+2
* bpo-44524: Fix cryptic TypeError message when trying to subclass special form...Miss Islington (bot)2021-08-281-0/+2
* bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)Miss Islington (bot)2021-08-281-0/+1
* bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two thre...Miss Islington (bot)2021-08-281-0/+1
* bpo-45001: Make email date parsing more robust against malformed input (GH-27...Miss Islington (bot)2021-08-261-0/+2
* bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)Miss Islington (bot)2021-08-261-0/+3
* bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)Dong-hee Na2021-08-261-0/+2
* [3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). ...Erlend Egeberg Aasland2021-08-251-3/+7
* bpo-39452: Rewrite and expand __main__.rst (GH-26883)Miss Islington (bot)2021-08-241-0/+4
* [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned i...Miss Islington (bot)2021-08-241-0/+2
* Move susp-ignored locationsMiss Islington (bot)2021-08-221-0/+3
* bpo-44955: Always call stopTestRun() for implicitly created TestResult object...Miss Islington (bot)2021-08-221-0/+5
* bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)Miss Islington (bot)2021-08-201-0/+2
* bpo-44949: Fix test_readline auto history tests (GH-27813)Miss Islington (bot)2021-08-191-0/+2
* bpo-44947: Refine the syntax error for trailing commas in import statements (...Miss Islington (bot)2021-08-181-0/+2
* [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)Miss Islington (bot)2021-08-171-0/+2
* bpo-44698: Restore complex pow behaviour for small integral exponents (GH-277...Miss Islington (bot)2021-08-171-0/+2
* bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)Miss Islington (bot)2021-08-171-0/+3
* [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in ...Łukasz Langa2021-08-171-0/+2
* bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)Miss Islington (bot)2021-08-171-0/+1
* bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...Miss Islington (bot)2021-08-161-0/+1
* bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)Miss Islington (bot)2021-08-131-0/+3
* bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)Miss Islington (bot)2021-08-131-1/+1
* bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)Miss Islington (bot)2021-08-131-0/+2
* [3.10] bpo-44885: Correct the ast locations of f-strings with format specs an...Pablo Galindo Salgado2021-08-121-0/+2
* bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)Miss Islington (bot)2021-08-122-0/+2
* bpo-33479: Add architecture and threading model sections to Tkinter module do...Miss Islington (bot)2021-08-111-0/+2
* bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...Miss Islington (bot)2021-08-111-0/+2
* bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...Miss Islington (bot)2021-08-101-0/+1
* make lib2to3 parse async generators everywhere (GH-6588)Miss Islington (bot)2021-08-101-0/+1
* bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)Miss Islington (bot)2021-08-101-0/+4
* bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690)Irit Katriel2021-08-101-0/+1
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Miss Islington (bot)2021-08-101-0/+1
* bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)Miss Islington (bot)2021-08-091-0/+1
* bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)Miss Islington (bot)2021-08-091-0/+1
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Miss Islington (bot)2021-08-091-0/+2
* Upgrade bundled pip and setuptools (GH-27625)Miss Islington (bot)2021-08-071-0/+1
* bpo-44856: Possible reference leak in error paths of update_bases() and __bui...Miss Islington (bot)2021-08-071-0/+1
* bpo-41576: document BaseException in favor of bare except (GH-21917)Miss Islington (bot)2021-08-061-0/+1
* bpo-27752: improve documentation of csv.Dialect (GH-26795)Miss Islington (bot)2021-08-061-0/+1
* bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27...Miss Islington (bot)2021-08-061-0/+1
* bpo-44756: [docs] revert automated virtual environment creation on `make html...Miss Islington (bot)2021-08-061-0/+3
* bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...Miss Islington (bot)2021-08-061-0/+3