summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-...Miss Islington (bot)2021-05-121-0/+5
* bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066)Miss Islington (bot)2021-05-121-0/+2
* bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-2...Miss Islington (bot)2021-05-111-0/+2
* bpo-44074: let patchcheck infer the base branch name (GH-25991)Miss Islington (bot)2021-05-101-0/+1
* bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...Miss Islington (bot)2021-05-102-0/+3
* bpo-43149: Correct the syntax error message for multiple exception types (GH-...Miss Islington (bot)2021-05-091-0/+2
* [3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks ...Miss Islington (bot)2021-05-081-0/+1
* bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)Miss Islington (bot)2021-05-081-0/+2
* bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186)Miss Islington (bot)2021-05-071-0/+1
* bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947...Miss Islington (bot)2021-05-062-0/+2
* bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 3...Miss Islington (bot)2021-05-061-0/+3
* Correct location for syntax error in try-except (GH-25939)Mark Shannon2021-05-061-0/+2
* bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...Miss Islington (bot)2021-05-051-0/+2
* bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927)Miss Islington (bot)2021-05-051-0/+2
* bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH...Miss Islington (bot)2021-05-052-1/+3
* bpo-35753: Fix crash in doctest with unwrap-able functions (GH-22981) (#25926)Miss Islington (bot)2021-05-051-0/+2
* bpo-42686: Enable SQLite math functions in Windows build (GH-24053) (#25892)Miss Islington (bot)2021-05-041-0/+1
* bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) ...Miss Islington (bot)2021-05-041-0/+1
* Add C-API tests (GH-25886) (#25887)Miss Islington (bot)2021-05-041-0/+2
* bpo-44025: Clarify when '_' is a keyword. (GH-25873)Miss Islington (bot)2021-05-041-0/+1
* bpo-38352: Add to typing.__all__ (GH-25821) (#25884)Miss Islington (bot)2021-05-041-0/+2
* bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872)Miss Islington (bot)2021-05-041-0/+1
* bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...Miss Islington (bot)2021-05-041-0/+2
* Python 3.10.0b1v3.10.0b1Pablo Galindo2021-05-03169-443/+1807
* bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)Pablo Galindo2021-05-031-2/+0
* bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...Pablo Galindo2021-05-031-2/+0
* bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)Batuhan Taskaya2021-05-031-0/+2
* bpo-44015: dataclasses should allow KW_ONLY to be specified only once per cla...Eric V. Smith2021-05-031-0/+1
* bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compiler...Ronald Oussoren2021-05-031-0/+2
* bpo-25478: Add total() method to collections.Counter (GH-25829)Raymond Hettinger2021-05-031-0/+2
* bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785)Ned Batchelder2021-05-031-0/+7
* bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)Tal Einat2021-05-031-0/+4
* bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS (GH-25413)Erlend Egeberg Aasland2021-05-031-0/+1
* bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)Ned Deily2021-05-031-0/+1
* bpo-43977: Make sure that tp_flags for pattern matching are inherited correct...Mark Shannon2021-05-021-0/+1
* bpo-43977: Document the new pattern matching type flags (GH-25734)Brandt Bucher2021-05-021-0/+2
* bpo-44011: New asyncio ssl implementation (#17975)Andrew Svetlov2021-05-021-0/+2
* bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...Erlend Egeberg Aasland2021-05-021-0/+4
* bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)Jason R. Coombs2021-05-021-0/+4
* bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)Brandt Bucher2021-05-021-0/+2
* bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)Christian Heimes2021-05-021-0/+6
* bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721)Zackery Spytz2021-05-021-0/+3
* bpo-41100: Update Misc/ACKS (GH-25808)Ned Deily2021-05-021-0/+4
* bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)Ned Deily2021-05-021-0/+4
* bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781)Inada Naoki2021-05-021-0/+2
* bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)larryhastings2021-05-021-0/+1
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes2021-05-011-0/+5
* bpo-43993: Update vendored pip to 21.1.1 (GH-25761)Stéphane Bidoul2021-05-011-0/+1
* bpo-42269: Add slots parameter to dataclass decorator (GH-24171)Yurii Karabas2021-05-011-0/+3
* bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...Pablo Galindo2021-05-011-0/+2