summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Miss Islington (bot)2023-01-172-1/+17
* [3.10] gh-101046: Fix a potential memory leak in the parser when raising Memo...Pablo Galindo Salgado2023-01-163-1/+91
* gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (GH-101057)Miss Islington (bot)2023-01-161-1/+3
* [3.10] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101009)Nikita Sobolev2023-01-153-3/+23
* [3.10] gh-101021: Document binary parameters as bytes (GH-101024). (#101052)Barry Warsaw2023-01-154-8/+8
* gh-100668: Clarify how sqlite3 maps parameters onto placeholders (GH-100960)Miss Islington (bot)2023-01-141-9/+17
* [3.10] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...Miss Islington (bot)2023-01-133-0/+46
* [3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...Serhiy Storchaka2023-01-137-49/+29
* [3.10] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (G...Nikita Sobolev2023-01-121-1/+3
* [3.10] gh-100871: Improve `copy` module tests (GH-100872) (#100975)Nikita Sobolev2023-01-122-2/+44
* GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH...Miss Islington (bot)2023-01-121-1/+1
* [3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)Kumar Aditya2023-01-114-15/+70
* [3.10] gh-100916: Convert argument to appropriate type (GH-100917) (GH-100919)Miss Islington (bot)2023-01-101-1/+1
* [3.10] Fix typos in Doc folder (GH-100880). (#100915)Hugo van Kemenade2023-01-101-1/+1
* gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)Miss Islington (bot)2023-01-103-21/+4
* gh-100893: update bpo reference in Mac README (GH-100905)Miss Islington (bot)2023-01-101-3/+3
* gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903)Steve Dower2023-01-103-4/+5
* bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH...Miss Islington (bot)2023-01-091-0/+2
* GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...Miss Islington (bot)2023-01-093-8/+24
* [3.10] Update copyright year in README (GH-100863) (GH-100865)Ned Deily2023-01-091-4/+4
* [3.10] Update copyright years to 2023. (gh-100850)Benjamin Peterson2023-01-0810-14/+14
* [3.10] gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the ...Miss Islington (bot)2023-01-082-40/+28
* [3.10] gh-100776: Fix misleading default value in help(input) (GH-100788) (#1...Shantanu2023-01-083-4/+5
* gh-100783: fix os.path.join documentation (GH-100811)Miss Islington (bot)2023-01-081-11/+12
* gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatte...Miss Islington (bot)2023-01-081-2/+2
* [3.10] gh-100673: Removed erroneous note in the get_type_hints docs (#100701)...Alex Waygood2023-01-071-4/+0
* gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)Miss Islington (bot)2023-01-061-2/+2
* [3.10] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-1...Carl Meyer2023-01-063-21/+40
* gh-87691: clarify use of anchor in pathlib docs (GH-100782)Miss Islington (bot)2023-01-061-8/+8
* gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)Miss Islington (bot)2023-01-051-1/+8
* GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768)Miss Islington (bot)2023-01-051-0/+3
* gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740)Miss Islington (bot)2023-01-043-1/+18
* [3.10] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-9...Miss Islington (bot)2023-01-041-3/+2
* docs: fix `ssizeobjargproc` parameters (GH-100736)Miss Islington (bot)2023-01-041-1/+2
* GH-86508: skip binding to local addresses of different family in `asyncio.ope...Miss Islington (bot)2023-01-043-2/+50
* [3.10] gh-95882: Add tests for traceback from contextlib context managers (GH...Irit Katriel2023-01-032-0/+108
* gh-100700: Remove Date and Release fields in whatsnew/3.9 (GH-100730)Zachary Ware2023-01-031-2/+0
* fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)Miss Islington (bot)2023-01-021-1/+1
* gh-100428: Make int documentation more accurate (GH-100436)Miss Islington (bot)2023-01-021-11/+15
* gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630)Miss Islington (bot)2023-01-011-5/+1
* gh-100201: Document behavior with a bare `yield` statement (GH-100416)Miss Islington (bot)2023-01-011-1/+3
* gh-96773 Fix documentation of socket backlog (GH-96778)Miss Islington (bot)2023-01-011-2/+2
* IDLE - fix module browser test (GH-100647)Miss Islington (bot)2023-01-011-2/+1
* gh-100633 Tutorial: Fix dataclasses import (GH-100638)Miss Islington (bot)2022-12-311-1/+1
* GH-85979: Clarify specification of `object.__await__` (GH-22320)Miss Islington (bot)2022-12-311-0/+8
* gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-...Miss Islington (bot)2022-12-302-3/+5
* [3.10] gh-100583: Improve the `pydoc` documentation (GH-100590) (#100607)Miss Islington (bot)2022-12-291-4/+4
* GH-100101: Clarify documentation of zip's strict option (GH-100103)Miss Islington (bot)2022-12-281-4/+14
* gh-55688: Add note about ending backslashes for raw strings (GH-94768)Miss Islington (bot)2022-12-282-0/+45
* gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555)Miss Islington (bot)2022-12-281-2/+8