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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.11.3
v3.11.3
Pablo Galindo
2023-04-04
47
-86/+466
*
[3.11] gh-103207: Add instructions to the macOS installer welcome display on ...
Ned Deily
2023-04-04
1
-0/+2
*
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-10...
Miss Islington (bot)
2023-04-03
1
-0/+1
*
[3.11] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc o...
Miss Islington (bot)
2023-03-29
1
-0/+1
*
[3.11] GH-102711: Fix warnings found by clang (GH-102712) (#103075)
Miss Islington (bot)
2023-03-28
1
-0/+1
*
[3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103006)
Miss Islington (bot)
2023-03-27
1
-0/+7
*
[3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#10...
Max Bachmann
2023-03-25
1
-0/+1
*
gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)
Miss Islington (bot)
2023-03-24
1
-0/+1
*
[3.11] gh-102027: Fix macro name (GH-102124) (#102916)
Miss Islington (bot)
2023-03-24
1
-0/+2
*
[3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...
Miss Islington (bot)
2023-03-24
1
-0/+1
*
gh-88965: typing: fix type substitution of a list of types after initial `Pa...
Miss Islington (bot)
2023-03-23
1
-0/+7
*
gh-102947: Improve traceback when calling `fields()` on a non-dataclass (GH-1...
Miss Islington (bot)
2023-03-23
1
-0/+2
*
gh-102780: Fix uncancel() call in asyncio timeouts (GH-102815)
Miss Islington (bot)
2023-03-22
1
-0/+3
*
[3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803...
Mark Shannon
2023-03-20
1
-0/+1
*
gh-102701: Fix overflow in dictobject.c (GH-102750)
Miss Islington (bot)
2023-03-17
1
-0/+1
*
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)
Miss Islington (bot)
2023-03-16
2
-0/+3
*
gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)
Miss Islington (bot)
2023-03-15
1
-0/+1
*
[3.11] gh-102069: Fix `__weakref__` descriptor generation for custom dataclas...
Miss Islington (bot)
2023-03-13
1
-0/+1
*
[3.11] Fix duplicated words in the docs (#102644)
Alex Waygood
2023-03-13
1
-1/+1
*
GH-101673: Fix pdb bug where local variable changes are lost after longlist (...
Miss Islington (bot)
2023-03-12
1
-0/+1
*
GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
Miss Islington (bot)
2023-03-10
1
-0/+2
*
GH-102397: Fix segfault from race condition in signal handling (GH-102399)
Miss Islington (bot)
2023-03-08
1
-0/+2
*
[3.11] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-10...
Pablo Galindo Salgado
2023-03-06
1
-0/+1
*
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...
Miss Islington (bot)
2023-03-05
1
-0/+2
*
gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
Miss Islington (bot)
2023-03-05
2
-0/+3
*
gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180)
Miss Islington (bot)
2023-03-04
1
-0/+1
*
gh-101892: Fix `SystemError` when a callable iterator call exhausts the itera...
Miss Islington (bot)
2023-03-04
1
-0/+3
*
[3.11] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046)...
Miss Islington (bot)
2023-02-26
1
-0/+1
*
[3.11] GH-102126: fix deadlock at shutdown when clearing thread state… (#10...
Kumar Aditya
2023-02-25
1
-0/+1
*
[3.11] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` w...
Ionite
2023-02-25
1
-0/+1
*
[3.11] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-10...
Miss Islington (bot)
2023-02-25
1
-0/+1
*
[3.11] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102062)
Miss Islington (bot)
2023-02-22
1
-0/+2
*
[3.11] gh-101936: Update the default value of fp from io.StringIO to io.Bytes...
Miss Islington (bot)
2023-02-22
2
-0/+3
*
[3.11] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (#102121)
Miss Islington (bot)
2023-02-22
1
-0/+1
*
[3.11] gh-101967: add a missing error check (GH-101968) (#102015)
Miss Islington (bot)
2023-02-21
1
-0/+1
*
[3.11] gh-101961 fileinput.hookcompressed should not set the encoding value f...
Miss Islington (bot)
2023-02-21
2
-0/+3
*
[3.11] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102090)
Jason R. Coombs
2023-02-20
1
-0/+3
*
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)
Miss Islington (bot)
2023-02-20
1
-0/+2
*
gh-101849: Add upgrade codes for old versions of launcher that ended up with ...
Miss Islington (bot)
2023-02-13
1
-0/+1
*
gh-89792: Limit test_tools freeze test build parallelism based on the number ...
Miss Islington (bot)
2023-02-12
1
-3/+4
*
gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (G...
Miss Islington (bot)
2023-02-12
1
-0/+3
*
[3.11] GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (GH-...
Erlend E. Aasland
2023-02-11
1
-0/+1
*
[3.11] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101...
Erlend E. Aasland
2023-02-10
1
-0/+1
*
gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)
Miss Islington (bot)
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
*
Update Lib/subprocess.py
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.11] gh-96127: Fix `inspect.signature` call on mocks (#96335) (#101646)
Oleg Iarygin
2023-02-08
1
-0/+2
[next]