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.13.4
v3.13.4
Thomas Wouters
2025-06-03
93
-196/+951
*
[3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...
T. Wouters
2025-06-03
1
-0/+6
*
[3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (...
Serhiy Storchaka
2025-06-02
1
-0/+2
*
[3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-...
Sam Gross
2025-06-02
1
-0/+1
*
[3.13] gh-130999: Avoid exiting the new REPL when there are non-string candid...
Miss Islington (bot)
2025-06-02
1
-0/+2
*
[3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors A...
Bénédikt Tran
2025-06-01
1
-0/+5
*
gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924)
Steve Dower
2025-05-30
1
-0/+3
*
[3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH...
Serhiy Storchaka
2025-05-30
1
-0/+2
*
[3.13] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address ...
Miss Islington (bot)
2025-05-28
1
-0/+1
*
[3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (bac...
Mark Shannon
2025-05-27
1
-0/+2
*
[3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784)
Bénédikt Tran
2025-05-27
1
-0/+2
*
[3.13] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_pt...
Miss Islington (bot)
2025-05-26
1
-0/+2
*
[3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685)
Sergey B Kirpichev
2025-05-26
1
-0/+4
*
[3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms...
Miss Islington (bot)
2025-05-24
1
-0/+2
*
[3.13] gh-128840: Limit the number of parts in IPv6 address parsing (GH-12884...
Miss Islington (bot)
2025-05-24
1
-0/+2
*
[3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after...
Miss Islington (bot)
2025-05-23
1
-0/+1
*
[3.13] gh-114177: avoid calling connection lost callbacks when loop is alread...
Miss Islington (bot)
2025-05-23
1
-0/+1
*
[3.13] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-1340...
Miss Islington (bot)
2025-05-22
1
-0/+3
*
[3.13] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134436)
Miss Islington (bot)
2025-05-21
1
-0/+2
*
[3.13] gh-133982: Run unclosed file test on all io implementations (gh-134165...
Miss Islington (bot)
2025-05-21
1
-0/+3
*
[3.13] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134431)
Miss Islington (bot)
2025-05-21
1
-0/+3
*
GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313)
Miss Islington (bot)
2025-05-20
1
-0/+2
*
[3.13] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh...
Łukasz Langa
2025-05-20
1
-0/+3
*
[3.13] gh-132542: Set native thread ID after fork (GH-132701) (GH-134361)
Noam Cohen
2025-05-20
1
-0/+2
*
[3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Serhiy Storchaka
2025-05-20
1
-0/+2
*
[3.13] gh-134097: Print number of refs & blocks after each statement in new R...
Miss Islington (bot)
2025-05-19
1
-0/+1
*
[3.13] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) (GH-134196)
Serhiy Storchaka
2025-05-19
1
-0/+2
*
[3.13] gh-76023: Make os.path.realpath to ignore WinError 1005 in non-strict ...
Miss Islington (bot)
2025-05-19
1
-0/+1
*
[3.13] gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandl...
Miss Islington (bot)
2025-05-18
1
-0/+3
*
[3.13] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (G...
Miss Islington (bot)
2025-05-18
1
-0/+2
*
[3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948)
Thomas Grainger
2025-05-18
1
-0/+1
*
[3.13] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestH...
Miss Islington (bot)
2025-05-17
1
-0/+2
*
gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700)
Sam Gross
2025-05-14
1
-0/+2
*
[3.13] GH-133543: Maintain tracking for materialized instance dictionaries (G...
Brandt Bucher
2025-05-12
1
-0/+2
*
[3.13] gh-133744: Fix multiprocessing interrupt test: add an event (#133746) ...
Victor Stinner
2025-05-12
1
-0/+3
*
[3.13] gh-91555: disable logger while handling log record (GH-131812) (GH-133...
Miss Islington (bot)
2025-05-12
1
-0/+2
*
[3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446)
Victor Stinner
2025-05-11
1
-0/+2
*
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
Inada Naoki
2025-05-11
1
-0/+1
*
[3.13] gh-86155: Fix data loss after unclosed script or style tag in HTMLPars...
Miss Islington (bot)
2025-05-10
1
-0/+2
*
[3.13] gh-117088: Fix AIX build (GH-132595) (GH-133839)
Miss Islington (bot)
2025-05-10
1
-0/+1
*
[3.13] gh-77057: Fix handling of invalid markup declarations in HTMLParser (G...
Miss Islington (bot)
2025-05-10
1
-0/+2
*
[3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (GH...
Miss Islington (bot)
2025-05-10
1
-0/+3
*
[3.13] Manpage: -X gil is not related to PYTHON_HISTORY (GH-133753) (#133759)
Miss Islington (bot)
2025-05-09
1
-2/+2
*
[3.13] gh-69426: HTMLParser: only unescape properly terminated character enti...
Miss Islington (bot)
2025-05-09
1
-0/+3
*
gh-133626: Ensure the traditional Windows installer doesn't accidentally pick...
Steve Dower
2025-05-08
1
-0/+2
*
[3.13] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh...
Sam Gross
2025-05-08
1
-0/+1
*
[3.13] gh-133516: Raise `ValueError` when constants `True`, `False` or `None`...
TERESH1
2025-05-08
1
-0/+2
*
[3.13] gh-133639: Fix `test_auto_indent_default()` doesn't run `input_code` (...
Miss Islington (bot)
2025-05-08
1
-0/+2
*
gh-133512: Adds warnings to py.exe launcher about subcommands belonging to Py...
Steve Dower
2025-05-07
1
-0/+2
*
[3.13] gh-132017: Handle SIGCONT in `pyrepl` (#132918) (#133470)
Stan Ulbrych
2025-05-05
1
-0/+1
[next]