index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS.d
/
next
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.10.10
v3.10.10
Pablo Galindo
2023-02-07
39
-70/+0
*
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...
Miss Islington (bot)
2023-02-06
1
-0/+2
*
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)
Miss Islington (bot)
2023-02-05
1
-0/+1
*
[3.10] [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() ...
Miss Islington (bot)
2023-02-04
1
-0/+2
*
gh-101522: Allow overriding Windows dependencies versions and paths using MSB...
Steve Dower
2023-02-03
1
-0/+2
*
[3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...
Dong-hee Na
2023-01-31
1
-0/+2
*
gh-100795: Don't call freeaddrinfo on failure. (GH-101252)
Miss Islington (bot)
2023-01-23
1
-0/+3
*
[3.10] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-9619...
Miss Islington (bot)
2023-01-22
1
-0/+1
*
gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...
Miss Islington (bot)
2023-01-21
1
-0/+2
*
[3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...
Miss Islington (bot)
2023-01-20
1
-0/+4
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Miss Islington (bot)
2023-01-17
1
-0/+1
*
[3.10] gh-101046: Fix a potential memory leak in the parser when raising Memo...
Pablo Galindo Salgado
2023-01-16
1
-0/+2
*
[3.10] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101009)
Nikita Sobolev
2023-01-15
1
-0/+2
*
[3.10] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...
Miss Islington (bot)
2023-01-13
1
-0/+1
*
[3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...
Serhiy Storchaka
2023-01-13
1
-0/+2
*
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)
Kumar Aditya
2023-01-11
1
-0/+1
*
gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)
Miss Islington (bot)
2023-01-10
1
-0/+1
*
gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903)
Steve Dower
2023-01-10
1
-0/+1
*
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...
Miss Islington (bot)
2023-01-09
1
-0/+2
*
[3.10] gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the ...
Miss Islington (bot)
2023-01-08
1
-0/+1
*
[3.10] gh-100776: Fix misleading default value in help(input) (GH-100788) (#1...
Shantanu
2023-01-08
1
-0/+1
*
[3.10] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-1...
Carl Meyer
2023-01-06
1
-0/+1
*
gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740)
Miss Islington (bot)
2023-01-04
1
-0/+1
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Miss Islington (bot)
2023-01-04
1
-0/+1
*
gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-...
Miss Islington (bot)
2022-12-30
1
-0/+2
*
[3.10] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100508)
Shantanu
2022-12-24
1
-0/+1
*
gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)
Miss Islington (bot)
2022-12-24
1
-0/+1
*
[3.10] gh-100474: Fix handling of dirs named index.html in http.server (GH-10...
Miss Islington (bot)
2022-12-24
1
-0/+2
*
bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)
Miss Islington (bot)
2022-12-23
1
-0/+2
*
[3.10] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (G...
Miss Islington (bot)
2022-12-23
1
-0/+3
*
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
Miss Islington (bot)
2022-12-21
1
-0/+1
*
[3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-0/+2
*
[3.10] gh-85267: Improvements to inspect.signature __text_signature__ handlin...
Shantanu
2022-12-21
1
-0/+6
*
[3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generat...
colorfulappl
2022-12-20
1
-0/+2
*
[3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)
colorfulappl
2022-12-17
1
-0/+1
*
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...
Miss Islington (bot)
2022-12-09
1
-0/+3
*
[3.10] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) (GH-...
Miss Islington (bot)
2022-12-08
1
-0/+2
*
gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
Miss Islington (bot)
2022-12-08
1
-0/+2
*
gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)
Miss Islington (bot)
2022-12-07
1
-0/+1
*
[3.10] gh-100050: Fix an assertion error when raising unclosed parenthesis er...
Pablo Galindo Salgado
2022-12-07
1
-0/+2
*
Python 3.10.9
v3.10.9
Pablo Galindo
2022-12-06
63
-139/+0
*
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Łukasz Langa
2022-12-06
1
-0/+3
*
gh-100001: Also escape \s in http.server log messages. (GH-100038)
Miss Islington (bot)
2022-12-05
1
-0/+5
*
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
Miss Islington (bot)
2022-12-05
1
-0/+6
*
gh-99892: test_unicodedata: skip test on download failure (GH-100011)
Miss Islington (bot)
2022-12-05
1
-0/+2
*
gh-98458: unittest: bugfix for infinite loop while handling chained exception...
Miss Islington (bot)
2022-12-04
1
-0/+1
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Luke Garland
2022-12-02
1
-0/+2
*
[3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99...
Sam James
2022-12-01
1
-0/+1
*
[3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99...
Kumar Aditya
2022-11-28
1
-0/+3
*
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99...
Miss Islington (bot)
2022-11-28
1
-0/+1
[next]