summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.10] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100508)Shantanu2022-12-243-5/+18
* gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)Miss Islington (bot)2022-12-242-2/+3
* [3.10] gh-100474: Fix handling of dirs named index.html in http.server (GH-10...Miss Islington (bot)2022-12-243-1/+6
* gh-100428: Make float documentation more accurate (GH-100437)Miss Islington (bot)2022-12-241-9/+12
* gh-99908: Tutorial: Modernize the 'data-record class' example (GH-100499)Miss Islington (bot)2022-12-241-9/+15
* gh-77771: Add enterabs example in sched (GH-92716)Miss Islington (bot)2022-12-241-5/+11
* gh-94808: improve test coverage of number formatting (GH-99472)Miss Islington (bot)2022-12-241-5/+39
* [3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477)Gregory P. Smith2022-12-243-7/+7
* bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)Miss Islington (bot)2022-12-233-2/+32
* gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing doc...Miss Islington (bot)2022-12-231-19/+35
* [3.10] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (G...Miss Islington (bot)2022-12-233-8/+30
* gh-48496: Added example and link to faq for UnboundLocalError in reference (G...Miss Islington (bot)2022-12-222-0/+4
* gh-57762: fix misleading tkinter.Tk docstring (GH-98837)Miss Islington (bot)2022-12-221-1/+1
* Correct typo in typing.py (GH-100423)Miss Islington (bot)2022-12-221-1/+1
* gh-100129: Add tests for pickling all builtin types and functions (GH-100142)Miss Islington (bot)2022-12-211-0/+29
* gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)Miss Islington (bot)2022-12-213-2/+7
* [3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...colorfulappl2022-12-214-5/+31
* [3.10] gh-85267: Improvements to inspect.signature __text_signature__ handlin...Shantanu2022-12-213-13/+47
* gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced ent...Miss Islington (bot)2022-12-211-0/+24
* gh-99991: improve docs on str.encode and bytes.decode (GH-100198)Miss Islington (bot)2022-12-211-27/+33
* Clarify that every thread has its own default context in contextvars (GH-99246)Miss Islington (bot)2022-12-201-0/+5
* [3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...colorfulappl2022-12-206-25/+202
* gh-69929: re docs: Add more specific definition of \w (GH-92015)Miss Islington (bot)2022-12-201-4/+3
* gh-97909: Fix markup for `PyMethodDef` members (GH-100089)Miss Islington (bot)2022-12-171-16/+17
* Document that zipfile's pwd parameter is a `bytes` object (GH-100209)Miss Islington (bot)2022-12-171-7/+8
* [3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)colorfulappl2022-12-176-1/+3267
* gh-99830: asyncio: Document returns of remove_{reader,writer} (GH-100302)Miss Islington (bot)2022-12-161-2/+4
* "Compound statement" docs: Fix with-statement step indexing (GH-100286)Miss Islington (bot)2022-12-161-1/+1
* GH-100206: use versionadded for the addition of sysconfig.get_default_scheme ...Miss Islington (bot)2022-12-131-1/+1
* Fix: typo (Indention) (GH-99904)Miss Islington (bot)2022-12-121-1/+1
* gh-70393: Clarify mention of "middle" scope (GH-98839)Miss Islington (bot)2022-12-121-2/+2
* gh-99728: correct typo in `datetime` format codes documentation (GH-99750)Miss Islington (bot)2022-12-101-1/+1
* gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (GH-1...Miss Islington (bot)2022-12-101-1/+1
* bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...Miss Islington (bot)2022-12-093-33/+64
* gh-96250: Improve sqlite3 injection attack example (GH-99270)Miss Islington (bot)2022-12-081-6/+10
* [3.10] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) (GH-...Miss Islington (bot)2022-12-082-1/+6
* gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)Miss Islington (bot)2022-12-083-7/+10
* gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)Miss Islington (bot)2022-12-074-9/+22
* [3.10] gh-100050: Fix an assertion error when raising unclosed parenthesis er...Pablo Galindo Salgado2022-12-073-0/+22
* Post 3.10.9Pablo Galindo2022-12-061-1/+1
* Python 3.10.9v3.10.9Pablo Galindo2022-12-0667-167/+684
* [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...Łukasz Langa2022-12-0613-136/+115
* [3.10] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100044)Miss Islington (bot)2022-12-061-1/+3
* gh-100001: Also escape \s in http.server log messages. (GH-100038)Miss Islington (bot)2022-12-053-0/+8
* gh-100001: Omit control characters in http.server stderr logs. (GH-100002)Miss Islington (bot)2022-12-054-2/+43
* [3.10] dataclasses.rst: Prevent horizontal scrolling (gh-100025). (gh-100029)Eric V. Smith2022-12-051-1/+2
* [3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017)Łukasz Langa2022-12-052-0/+33
* gh-99892: test_unicodedata: skip test on download failure (GH-100011)Miss Islington (bot)2022-12-052-3/+6
* gh-98458: unittest: bugfix for infinite loop while handling chained exception...Miss Islington (bot)2022-12-043-1/+60
* [3.10] gh-60203: Always pass True/False as boolean arguments in tests (GH-999...Serhiy Storchaka2022-12-042-2/+2