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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
Miss Islington (bot)
2023-03-05
1
-0/+2
*
[3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) ...
Miss Islington (bot)
2023-03-04
1
-0/+1
*
[3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts th...
Oleg Iarygin
2023-03-04
1
-0/+3
*
[3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#10...
Kumar Aditya
2023-03-03
1
-0/+1
*
[3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150)
Mark Dickinson
2023-02-26
1
-0/+2
*
[3.10] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046)...
Miss Islington (bot)
2023-02-26
1
-0/+1
*
[3.10] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` w...
Ionite
2023-02-25
1
-0/+1
*
[3.10] gh-101936: Update the default value of fp from io.StringIO to io.Bytes...
Miss Islington (bot)
2023-02-22
1
-0/+2
*
[3.10] gh-101961 fileinput.hookcompressed should not set the encoding value f...
Miss Islington (bot)
2023-02-21
1
-0/+2
*
[3.10] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102091)
Jason R. Coombs
2023-02-20
1
-0/+3
*
gh-101967: add a missing error check (GH-101968)
Miss Islington (bot)
2023-02-18
1
-0/+1
*
[3.10] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101...
Erlend E. Aasland
2023-02-10
1
-0/+1
*
gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)
Miss Islington (bot)
2023-02-10
1
-0/+1
*
gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)
Miss Islington (bot)
2023-02-10
1
-0/+1
*
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
Steve Dower
2023-02-09
1
-0/+4
*
Apply suggestions from code review
Miss Islington (bot)
2023-02-08
1
-0/+3
*
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...
Miss Islington (bot)
2023-02-08
1
-0/+1
*
[3.10] gh-97725: Fix documentation for the default file of `asyncio.Task.prin...
Oleg Iarygin
2023-02-08
1
-0/+2
*
Python 3.10.10
v3.10.10
Pablo Galindo
2023-02-07
40
-70/+400
*
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
[next]