summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-44885: Correct the ast locations of f-strings with format specs and...Pablo Galindo Salgado2021-08-124-55/+62
* [3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734)Miss Islington (bot)2021-08-121-1/+1
* Add .DS_Store on ignore (GH-27711) (GH-27724)Miss Islington (bot)2021-08-111-0/+1
* bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...Miss Islington (bot)2021-08-113-1/+22
* bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638...Miss Islington (bot)2021-08-101-0/+12
* bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694) (G...Miss Islington (bot)2021-08-101-0/+16
* bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...Miss Islington (bot)2021-08-103-1/+158
* bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990) (GH-27705)Miss Islington (bot)2021-08-102-2/+5
* make lib2to3 parse async generators everywhere (GH-6588) (GH-27703)Miss Islington (bot)2021-08-103-8/+17
* bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27691)Irit Katriel2021-08-102-2/+3
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272...Miss Islington (bot)2021-08-1010-0/+45
* bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) (GH...Miss Islington (bot)2021-08-093-3/+14
* bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) (GH-27684)Miss Islington (bot)2021-08-092-3/+5
* [3.9] Upgrade bundled pip and setuptools (GH-27625) (GH-27658)Tzu-ping Chung2021-08-095-2/+3
* bpo-44522: Fix inaccurate information in open() function (GH-27650) (GH-27682)Miss Islington (bot)2021-08-091-3/+3
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Miss Islington (bot)2021-08-093-3/+23
* bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27...Miss Islington (bot)2021-08-081-4/+0
* bpo-44856: Possible reference leak in error paths of update_bases() and __bui...Miss Islington (bot)2021-08-072-22/+14
* [3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `...Erlend Egeberg Aasland2021-08-063-3/+41
* bpo-27752: improve documentation of csv.Dialect (GH-26795) (GH-27644)Miss Islington (bot)2021-08-062-11/+24
* bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27...Miss Islington (bot)2021-08-063-12/+41
* bpo-44756: [docs] revert automated virtual environment creation on `make html...Miss Islington (bot)2021-08-063-5/+16
* [3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422). (GH-27627)Erlend Egeberg Aasland2021-08-063-16/+26
* bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) (GH-27619)Miss Islington (bot)2021-08-061-1/+1
* bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)Miss Islington (bot)2021-08-062-3/+8
* [3.9] bpo-40928: notify users running test_decimal on macOS of malloc warning...Łukasz Langa2021-08-063-1/+27
* bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) (GH...Miss Islington (bot)2021-08-043-4/+10
* [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...Miss Islington (bot)2021-08-042-1/+7
* Fix typo in 'xml.dom.minidom' documentation (GH-27602) (GH-27604)Miss Islington (bot)2021-08-041-1/+1
* Fix 404 link to the pyporting mailing list (GH-27320) (GH-27601)Miss Islington (bot)2021-08-041-3/+3
* Note that tp_clear and m_clear are not always called (GH-27581) (GH-27597)Miss Islington (bot)2021-08-042-0/+12
* Fix hyperlink conflict in turtle docs (GH-27592) (GH-27595)Miss Islington (bot)2021-08-041-12/+16
* bpo-41886: Fix documented type of PyType_Type (GH-22454)Miss Islington (bot)2021-08-031-1/+1
* bpo-41737: expand doc for NotADirectoryError (GH-27471) (GH-27577)Miss Islington (bot)2021-08-031-2/+4
* bpo-39091: Fix segfault when Exception constructor returns non-exception for ...Miss Islington (bot)2021-08-034-4/+44
* bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536) (GH-2...Miss Islington (bot)2021-08-021-16/+32
* bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27564)Miss Islington (bot)2021-08-022-7/+27
* Document PyMember_GetOne and PyMember_SetOne (GH-27555) (GH-27561)Miss Islington (bot)2021-08-021-0/+15
* bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) (GH-27559)Miss Islington (bot)2021-08-023-2/+48
* bpo-44785: Silence deprecation warnings in test_pickle (GH-27538) (#27557)Miss Islington (bot)2021-08-021-1/+5
* doc: "Mac OS " -> "macOS" (GH-27534) (GH-27549)Miss Islington (bot)2021-08-021-1/+1
* doc: "Mac OS X" -> "macOS" (GH-27535) (GH-27547)Miss Islington (bot)2021-08-021-3/+3
* bpo-44667: Treat correctly lines ending with comments and no newlines in the ...Miss Islington (bot)2021-08-023-1/+15
* Trivial typo in docstring (#27505)Miss Islington (bot)2021-07-311-1/+1
* bpo-42892: fix email multipart attribute error (GH-26903) (GH-27493)Miss Islington (bot)2021-07-303-3/+36
* bpo-41911: Update docs for various expressions (GH-27470) (GH-27491)Miss Islington (bot)2021-07-301-7/+34
* bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-2...Miss Islington (bot)2021-07-304-3/+13
* bpo-44753: Don't use logfile extension when determining old files to be delet...Miss Islington (bot)2021-07-301-1/+2
* [3.9] Fail the CI if an optional module fails to compile (GH-27466). (GH-27482)Pablo Galindo Salgado2021-07-303-0/+7
* [3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)Łukasz Langa2021-07-3039-58/+58