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.5
v3.13.5
Thomas Wouters
2025-06-11
14
-23/+129
*
[3.13] GH-135171: Roll back all fixes for GH-127682 as they are not suitable ...
T. Wouters
2025-06-11
1
-0/+1
*
[3.13] gh-135321: Always raise a correct exception for BINSTRING argument > 0...
Miss Islington (bot)
2025-06-11
1
-0/+1
*
[3.13] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH...
Miss Islington (bot)
2025-06-11
1
-0/+1
*
[3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332)
Serhiy Storchaka
2025-06-10
1
-0/+2
*
[3.13] gh-135276: Refresh `zipfile.Path` from zipp 3.23 (GH-135277) (#135279)
Miss Islington (bot)
2025-06-08
1
-0/+3
*
[3.13] gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting ...
Miss Islington (bot)
2025-06-08
1
-0/+2
*
[3.13] gh-134155: fix AttributeError in email._header_value_parser.get_addres...
Miss Islington (bot)
2025-06-06
1
-0/+1
*
[3.13] gh-135120: Add test.support.subTests() (GH-135121) (GH-135210)
Serhiy Storchaka
2025-06-06
1
-0/+1
*
[3.13] gh-135151: Fix incorrect packaging of pyconfig.h in Windows installer ...
Steve Dower
2025-06-05
1
-0/+3
*
[3.13] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135182)
Victor Stinner
2025-06-05
1
-0/+3
*
[3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent ...
Serhiy Storchaka
2025-06-05
1
-0/+1
*
[3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C AP...
Victor Stinner
2025-06-04
1
-0/+2
*
Merge branch '3.13' of https://github.com/python/cpython into 3.13
Thomas Wouters
2025-06-03
1
-0/+2
|
\
|
*
[3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098)
Sam Gross
2025-06-03
1
-0/+2
*
|
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
[next]