summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)Miguel Brito2021-08-293-3/+65
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)Victor Stinner2021-08-2922-191/+1389
* bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...E-Paine2021-08-292-6/+9
* bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)Serhiy Storchaka2021-08-2936-14/+144
* bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)Serhiy Storchaka2021-08-292-2/+5
* bpo-25130: Make unit-test about restricting the maximum number of nested bloc...Carl Friedrich Bolz-Tereick2021-08-281-32/+35
* bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two thre...Thomas Grainger2021-08-283-12/+28
* Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993)Adam Dangoor2021-08-271-1/+1
* Refine specialization stats (GH-27992)Mark Shannon2021-08-271-17/+89
* bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)Erlend Egeberg Aasland2021-08-271-0/+2
* bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)chilaxan2021-08-273-17/+33
* Update ACKS (GH-27988)Soumendra Ganguly2021-08-271-0/+1
* bpo-44945: Specialize BINARY_ADD (GH-27967)Mark Shannon2021-08-279-78/+253
* bpo-41818: ++ termios versionadded markers. (GH-27987)Gregory P. Smith2021-08-271-0/+4
* bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686)Soumendra Ganguly2021-08-274-1/+240
* bpo-45022: Pin current libffi build to fixed version in preparation for upcom...Steve Dower2021-08-263-9/+17
* bpo-40635: Fix getfqdn() docstring and docs (GH-27971)andrei kulakov2021-08-262-4/+6
* bpo-45010: Remove support of special method __div__ in unittest.mock (GH-27965)Serhiy Storchaka2021-08-263-2/+4
* bpo-45001: Make email date parsing more robust against malformed input (GH-27...wouter bolsterlee2021-08-263-0/+6
* bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)Serhiy Storchaka2021-08-265-7/+13
* bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)Gregory Anders2021-08-263-21/+25
* bpo-42238: [doc] Some more make suspicious false positives. (GH-27945)Julien Palard2021-08-261-0/+10
* bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951)Objectivitix2021-08-261-1/+1
* bpo-45000: Update whatsnews about deleting __debug__ (GH-27956)Dong-hee Na2021-08-262-2/+2
* 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)Ken Jin2021-08-252-1/+11
* bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947)Dong-hee Na2021-08-254-0/+12
* bpo-44929: [Enum] Fix global repr (GH-27789)Pablo Galindo Salgado2021-08-253-15/+74
* bpo-27334: Fix reference leak introduced by GH-26202 (GH-27942)Erlend Egeberg Aasland2021-08-251-0/+1
* bpo-44946: Streamline operators and creation of ints for common case of singl...Mark Shannon2021-08-251-92/+160
* bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)Mark Shannon2021-08-258-100/+114
* Format the Python-tokenize module and fix exit path (GH-27935)Pablo Galindo Salgado2021-08-251-47/+46
* bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)Brandt Bucher2021-08-253-0/+59
* bpo-27334: roll back transaction if sqlite3 context manager fails to commit (...Erlend Egeberg Aasland2021-08-253-8/+102
* bpo-44976: Lazy creation of sqlite3 result rows (GH-27884)Erlend Egeberg Aasland2021-08-252-58/+29
* bpo-39452: Rewrite and expand __main__.rst (#26883)Jack DeVries2021-08-245-17/+369
* Add tests for the C tokenizer and expose it as a private module (GH-27924)Pablo Galindo Salgado2021-08-249-5/+1114
* bpo-42064: Pass module state to `sqlite3` UDF callbacks (GH-27456)Erlend Egeberg Aasland2021-08-242-31/+64
* bpo-43826: Fix resource warning due to unclosed objects. (GH-25381)Karthikeyan Singaravelan2021-08-241-0/+5
* bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-...Ammar Askar2021-08-244-11/+35
* bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode (GH-27272)Idan Moral2021-08-233-3/+7
* bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)Mark Roseman2021-08-231-39/+9
* [doc] Fix typo c-api/exceptions.rst (GH-27847)Sunny Bean2021-08-231-1/+1
* [doc] Added mailing list link for comp.lang.python (GH-27852)Mike Smith2021-08-231-1/+2
* bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation o...Mark Roseman2021-08-231-0/+7
* bpo-44980: fix test_constructor to return None value (GH-27898)andrei kulakov2021-08-231-1/+1
* bpo-42560: rewrite of Tkinter docs "life preserver" (GH-27842)Mark Roseman2021-08-232-145/+182
* bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)Serhiy Storchaka2021-08-232-8/+28
* bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27...Ken Jin2021-08-231-0/+13
* [doc] Fix typo in idle.rst (GH-27903)Ikko Ashimine2021-08-231-1/+1