summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...Dong-hee Na2023-01-313-13/+35
* Add JOBS parameter to docs Makefile (GH-101395)Miss Islington (bot)2023-01-311-1/+2
* gh-77607: Improve accuracy of os.path.join docs (GH-101406)Miss Islington (bot)2023-01-311-5/+5
* Fixes typo in asyncio.TaskGroup context manager code example (GH-101449)Miss Islington (bot)2023-01-311-1/+1
* gh-101229: Add tests for aliases of imported names (GH-101230)Miss Islington (bot)2023-01-301-0/+18
* gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)Miss Islington (bot)2023-01-301-1/+1
* gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)Miss Islington (bot)2023-01-301-0/+2
* Fix trivial typo in shebang example (GH-101385)Miss Islington (bot)2023-01-291-1/+1
* [3.11] [doc] Add a section on logging handler configuration order. (GH-101380...Miss Islington (bot)2023-01-271-0/+23
* [3.11] [doc] Add some notices to logging configuration documentation. (GH-101...Miss Islington (bot)2023-01-271-0/+10
* [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result ...Gregory P. Smith2023-01-264-0/+63
* [3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-10...Shantanu2023-01-253-1/+9
* gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...Miss Islington (bot)2023-01-242-34/+124
* [docs] Mention how to get/set a bigint PyLong via the C API (GH-101270)Miss Islington (bot)2023-01-241-0/+4
* gh-100795: Don't call freeaddrinfo on failure. (GH-101252)Miss Islington (bot)2023-01-232-0/+7
* Added asyncio REPL example to docs. (GH-101243)Miss Islington (bot)2023-01-231-0/+12
* gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (GH-1...Miss Islington (bot)2023-01-233-1/+36
* [3.11] GH-101097: Switch from standard interval notation to greater or less t...Miss Islington (bot)2023-01-222-4/+4
* Bump Azure Pipelines to ubuntu-22.04 (GH-101089)Miss Islington (bot)2023-01-212-8/+8
* [3.11] gh-101037: Fix potential memory underallocation for zeros of int subty...Miss Islington (bot)2023-01-213-0/+10
* gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...Miss Islington (bot)2023-01-212-6/+5
* gh-100750: pass encoding kwarg in lib/platform.py (GH-100751)Miss Islington (bot)2023-01-212-0/+3
* [3.11] gh-86610: Use attribute directive in docs for pathlib.PurePath (GH-101...Miss Islington (bot)2023-01-201-14/+14
* [3.11] GH-101111: Disambigaute origin of const for store_const and append_con...Miss Islington (bot)2023-01-201-3/+3
* [3.11] Fix minor typos in SSL documentation (GH-101158) (#101201)Miss Islington (bot)2023-01-201-8/+8
* gh-91485: Avoid unnecessary use of non-Python syntax in io docs (GH-101177)Miss Islington (bot)2023-01-201-2/+2
* [3.11] gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122) (#101173)Miss Islington (bot)2023-01-201-12/+12
* [3.11] Provided better example for logging cookbook (GH-101164) (GH-101184)Miss Islington (bot)2023-01-201-10/+31
* [3.11] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...Gregory P. Smith2023-01-204-6/+91
* gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)Miss Islington (bot)2023-01-201-1/+1
* Docs: improve sqlite3 placeholders example (GH-101092)Miss Islington (bot)2023-01-181-13/+12
* gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Miss Islington (bot)2023-01-172-1/+17
* Fix typo in `ReprEnum` documentation (GH-101079)Miss Islington (bot)2023-01-171-1/+1
* [3.11] gh-101046: Fix a potential memory leak in the parser when raising Memo...Pablo Galindo Salgado2023-01-163-1/+111
* gh-100247: Improve documentation for custom shebang commands in py.exe launch...Miss Islington (bot)2023-01-161-4/+5
* gh-100320: Fix path calculations on Windows when python.exe is moved outside ...Steve Dower2023-01-164-33/+54
* gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (GH-101057)Miss Islington (bot)2023-01-161-1/+3
* [3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008)Nikita Sobolev2023-01-153-3/+23
* [3.11] Sync-up parameter name in equivalent code snippet of `enumerate` (GH-1...Miss Islington (bot)2023-01-151-2/+2
* gh-100668: Clarify how sqlite3 maps parameters onto placeholders (GH-100960)Miss Islington (bot)2023-01-141-9/+17
* gh-101021: Document binary parameters as bytes (GH-101024)Miss Islington (bot)2023-01-144-8/+8
* [3.11] Add recipes to showcase tee(), zip*, batched, starmap, and product. (G...Raymond Hettinger2023-01-141-24/+51
* [3.11] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...Miss Islington (bot)2023-01-133-0/+46
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Miss Islington (bot)2023-01-134-94/+154
* [3.11] gh-100160: Tweak the documentation for the default asyncio policy (GH-...Serhiy Storchaka2023-01-131-3/+3
* gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdr...Steve Dower2023-01-124-37/+78
* Fix typo in `enum` module documentation (GH-100992)Miss Islington (bot)2023-01-121-1/+1
* [3.11] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (G...Nikita Sobolev2023-01-121-1/+3
* [3.11] gh-100871: Improve `copy` module tests (GH-100872) (#100976)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