summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: http.server: directory is not a class attribute, but an argument. (GH-26...Miss Islington (bot)2021-05-111-8/+8
* bpo-44074: let patchcheck infer the base branch name (GH-25991)Miss Islington (bot)2021-05-102-4/+27
* bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...Miss Islington (bot)2021-05-103-0/+24
* bpo-43149: Correct the syntax error message for multiple exception types (GH-...Miss Islington (bot)2021-05-095-8/+10
* Revert test for Tix deprecation warning (GH-26005)Miss Islington (bot)2021-05-091-6/+3
* Fix a word in dataclasses docs. (GH-26003) (GH-26004)Miss Islington (bot)2021-05-091-1/+1
* bpo-32924: Fix the Show Source url in the documentation (GH-25994)Pablo Galindo2021-05-081-1/+1
* bpo-42725: mention the changes on what's new (GH-25974)Miss Islington (bot)2021-05-081-0/+10
* [3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks ...Miss Islington (bot)2021-05-082-1/+2
* Fix make libainstall. (GH-25980)Miss Islington (bot)2021-05-081-1/+1
* Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25978)Pablo Galindo2021-05-081-1/+1
* bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)Miss Islington (bot)2021-05-084-5/+63
* bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972)Miss Islington (bot)2021-05-072-5/+20
* bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186)Miss Islington (bot)2021-05-073-6/+19
* Simple Enhancement. Add missing return statements in ftplib documentation. (G...Miss Islington (bot)2021-05-071-0/+2
* bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)Miss Islington (bot)2021-05-073-11/+32
* Fix minor grammar problems in dataclasses documentation (GH-25948) (GH-25958)Miss Islington (bot)2021-05-061-7/+7
* bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947...Miss Islington (bot)2021-05-063-0/+6
* bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 3...Miss Islington (bot)2021-05-063-0/+5
* docs: clearly document that ":GH-X" string formatting results in "0X..." (GH-...Miss Islington (bot)2021-05-061-2/+4
* Eliminate duplicated calculations and unnecessary work for linear regression ...Miss Islington (bot)2021-05-061-2/+7
* bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942)Miss Islington (bot)2021-05-062-45/+12
* Correct location for syntax error in try-except (GH-25939)Mark Shannon2021-05-063-2/+4
* bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...Miss Islington (bot)2021-05-053-18/+32
* bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25...Miss Islington (bot)2021-05-052-11/+21
* bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927)Miss Islington (bot)2021-05-052-0/+7
* bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH...Miss Islington (bot)2021-05-053-2/+4
* bpo-35753: Fix crash in doctest with unwrap-able functions (GH-22981) (#25926)Miss Islington (bot)2021-05-053-3/+29
* bpo-44040: Update broken link in pathlib source (GH-25905) (GH-25910)Miss Islington (bot)2021-05-051-6/+6
* Eliminate duplicated assignment in _randommodule.c (GH-25904) (GH-25909)Miss Islington (bot)2021-05-051-1/+1
* bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548)Miss Islington (bot)2021-05-041-2/+1
* Clarify rx parameter of compileall functions (GH-25857)Miss Islington (bot)2021-05-041-4/+6
* Fix inconsistent fsum vs sum and fmean vs mean (GH-25898) (GH-25899)Miss Islington (bot)2021-05-041-3/+3
* Fix typo in ast.py (GH-25740)Miss Islington (bot)2021-05-041-2/+2
* fix enum.property reference in docs (GH-25875) (#25876)Miss Islington (bot)2021-05-041-1/+1
* bpo-42686: Enable SQLite math functions in Windows build (GH-24053) (#25892)Miss Islington (bot)2021-05-042-1/+2
* bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) ...Miss Islington (bot)2021-05-042-0/+5
* Fix error in Enum documentation example code that was referring to the wrong ...Miss Islington (bot)2021-05-041-1/+1
* Add C-API tests (GH-25886) (#25887)Miss Islington (bot)2021-05-042-0/+23
* bpo-44025: Clarify when '_' is a keyword. (GH-25873)Miss Islington (bot)2021-05-042-2/+5
* Copyedits to 3.10 What's New (GH-25787) (#25883)Miss Islington (bot)2021-05-041-46/+46
* bpo-38352: Add to typing.__all__ (GH-25821) (#25884)Miss Islington (bot)2021-05-042-0/+9
* bpo-44001: improve Literal documentation (GH-25877) (#25882)Miss Islington (bot)2021-05-043-5/+5
* update docstring for `win_getpass` to reflect code changes (GH-24967)Miss Islington (bot)2021-05-041-1/+1
* bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872)Miss Islington (bot)2021-05-043-2/+7
* fix enum and backslash warnings (GH-25861) (GH-25871)Miss Islington (bot)2021-05-042-2/+2
* Add CI step to check changes in the exported ABI (GH-25868)Pablo Galindo2021-05-043-0/+15751
* bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...Miss Islington (bot)2021-05-040-0/+0
* bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...Miss Islington (bot)2021-05-043-1/+6
* Update CI files to build the 3.10 branchPablo Galindo2021-05-045-2/+7