summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-35753: Fix crash in doctest with unwrap-able functions (#22981)Alfred Perlstein2021-05-053-3/+29
* bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH...Petr Viktorin2021-05-053-2/+4
* typing: format patch with make patchcheck (GH-25919)Dong-hee Na2021-05-051-1/+1
* bpo-44040: Update broken link in pathlib source (GH-25905)Kevin Follstad2021-05-051-6/+6
* Eliminate duplicated assignment in _randommodule.c (GH-25904)Brad Larsen2021-05-051-1/+1
* bpo-40521: Convert deque freelist from global vars to instance vars (GH-25906)Raymond Hettinger2021-05-052-28/+34
* bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548)karl ding2021-05-041-2/+1
* Clarify rx parameter of compileall functions (#25857)Jean-Abou-Samra2021-05-041-4/+6
* Fix inconsistent fsum vs sum and fmean vs mean (GH-25898)Raymond Hettinger2021-05-041-3/+3
* Fix typo in ast.py (GH-25740)Ikko Ashimine2021-05-041-2/+2
* bpo-42686: Enable SQLite math functions in Windows build (#24053)Erlend Egeberg Aasland2021-05-042-1/+2
* bpo-32822: Add finally with return/break/continue to the tutorial (#25600)Roberto Hueso2021-05-042-0/+5
* Fix error in Enum documentation example code that was referring to the wrong ...krisaoe2021-05-041-1/+1
* Add C-API tests (#25886)Ken Jin2021-05-042-0/+23
* bpo-38352: Add to typing.__all__ (#25821)Jelle Zijlstra2021-05-042-0/+9
* Copyedits to 3.10 What's New (#25787)Jelle Zijlstra2021-05-041-46/+46
* bpo-44025: Clarify when '_' is a keyword. (#25873)Terry Jan Reedy2021-05-042-2/+5
* bpo-40465: Remove random module features deprecated in 3.9 (GH-25874)Raymond Hettinger2021-05-044-64/+25
* bpo-44001: improve Literal documentation (GH-25877)Jelle Zijlstra2021-05-043-5/+5
* bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment (GH-25...Michael Felt2021-05-042-12/+20
* update docstring for `win_getpass` to reflect code changes (GH-24967)Jürgen Gmach2021-05-041-1/+1
* fix enum.property reference in docs (GH-25875)Jelle Zijlstra2021-05-041-1/+1
* fix enum and backslash warnings (GH-25861)Ethan Furman2021-05-042-2/+2
* build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#25773)dependabot[bot]2021-05-041-2/+2
* build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3 (#25772)dependabot[bot]2021-05-041-1/+1
* bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...Pablo Galindo2021-05-043-1/+6
* Correct the version of the first alpha in the README.rst (GH-25862)Pablo Galindo2021-05-031-1/+1
* bpo-44018: random.seed() no longer mutates its inputs (GH-25856)Raymond Hettinger2021-05-033-2/+7
* Update CI files to account for the master -> main rename (GH-25860)Pablo Galindo2021-05-0315-2040/+1881
* Python 3.11.0a0Pablo Galindo2021-05-036-13/+13
* Remove Enum warnings from test_httpservers (GH-25844)Shreyan Avigyan2021-05-031-2/+2
* bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)Dennis Sweeney2021-05-034-77/+303
* bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-...Christian Heimes2021-05-031-5/+11
* bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)Pablo Galindo2021-05-0312-2480/+527
* bpo-43754: Fix compiler warning in Python/compile.c (GH-25855)Pablo Galindo2021-05-031-1/+1
* bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...Pablo Galindo2021-05-0310-9/+26
* Doc: Fix random.uniform example comment. (GH-25784)Julien Palard2021-05-031-1/+1
* Increase test timeout (GH-25842)Andrew Svetlov2021-05-031-3/+3
* bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)Batuhan Taskaya2021-05-035-18/+149
* bpo-44011: Fix asyncio tests without ssl module (GH-25840)Christian Heimes2021-05-032-3/+9
* bpo-44015: dataclasses should allow KW_ONLY to be specified only once per cla...Eric V. Smith2021-05-033-0/+83
* dataclasses docs: add a missing word. (GH-25839)Eric V. Smith2021-05-031-1/+1
* More clarification of kw_only args. (GH-25838)Eric V. Smith2021-05-031-13/+20
* Update macOS installer welcome and readme for 3.10b1 (GH-25835)Ned Deily2021-05-032-8/+28
* bpo-42362: use clang name on 10.9 builds as well (GH-25834)Ned Deily2021-05-031-1/+0
* Fix invalid markup (#25833)Raymond Hettinger2021-05-031-2/+1
* bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compiler...Ronald Oussoren2021-05-032-0/+12
* bpo-25478: Add total() method to collections.Counter (GH-25829)Raymond Hettinger2021-05-034-1/+21
* bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785)Ned Batchelder2021-05-032-3/+10
* bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)Tal Einat2021-05-0310-212/+366