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.2
v3.13.2
Thomas Wouters
2025-02-04
92
-191/+935
*
[3.13] Use roles :data: and :const: for referencing module variables (GH-1295...
Serhiy Storchaka
2025-02-04
1
-2/+2
*
[3.13] gh-127349: Add check for correct resizing in REPL (GH-127387) (#129485)
donBarbos
2025-02-04
1
-0/+2
*
[3.13] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129517)
Miss Islington (bot)
2025-02-04
1
-0/+5
*
[3.13] gh-129345: null check for indent syslogmodule (GH-129348) (#129442)
Miss Islington (bot)
2025-02-03
1
-0/+1
*
[3.13] gh-127975: Avoid reusing quote types in ast.unparse if not needed (GH-...
Miss Islington (bot)
2025-02-03
1
-0/+1
*
[3.13] gh-127096: Do not recreate unnamed section on every read in ConfigPars...
Jason R. Coombs
2025-02-02
1
-0/+2
*
[3.13] gh-129539: Include sysexits.h before checking EX_OK (#129590)
Collin Funk
2025-02-02
1
-0/+1
*
[3.13] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#12...
Adam Turner
2025-02-02
3
-3/+3
*
[3.13] gh-115514: Fix incomplete writes after close while using ssl in asynci...
Miss Islington (bot)
2025-02-02
2
-0/+3
*
[3.13] gh-105704: Disallow square brackets (`[` and `]`) in domain names for ...
Miss Islington (bot)
2025-02-02
1
-0/+4
*
[3.13] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOpt...
Miss Islington (bot)
2025-01-31
1
-0/+1
*
[3.13] gh-128799: Add frame of except* to traceback when wrapping a naked exc...
Irit Katriel
2025-01-30
1
-0/+1
*
[3.13] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threadi...
Miss Islington (bot)
2025-01-30
1
-0/+1
*
[3.13] gh-118761: Improve import time of `subprocess` (GH-129427) (#129447)
Miss Islington (bot)
2025-01-29
1
-0/+2
*
[3.13] gh-129409: Fix Integer overflow - SEGV while writing data more than 2...
Miss Islington (bot)
2025-01-29
1
-0/+2
*
[3.13] gh-112064: Fix incorrect handling of negative read sizes in `HTTPRespo...
Miss Islington (bot)
2025-01-28
1
-0/+2
*
[3.13] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (G...
Miss Islington (bot)
2025-01-27
1
-0/+7
*
[3.13] gh-129346: Handle allocation errors for SQLite aggregate context (GH-1...
Miss Islington (bot)
2025-01-27
1
-0/+2
*
[3.13] gh-129061: Fix `FORCE_COLOR` and `NO_COLOR` when empty strings (GH-129...
Miss Islington (bot)
2025-01-27
1
-0/+1
*
[3.13] gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel pre...
Miss Islington (bot)
2025-01-26
1
-0/+3
*
[3.13] gh-129248: Filter out the iOS log prefix from testbed runner output. (...
Miss Islington (bot)
2025-01-25
1
-0/+2
*
[3.13] gh-128479: fix asyncio staggered race leaking tasks, and logging unhan...
Miss Islington (bot)
2025-01-23
1
-0/+1
*
[3.13] gh-118878: Pyrepl: show completions menu below the current line (GH-11...
Miss Islington (bot)
2025-01-23
1
-0/+2
*
[3.13] gh-128330: Terminal control characters should be restored on repl exit...
Miss Islington (bot)
2025-01-23
1
-0/+1
*
[3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env...
Hugo van Kemenade
2025-01-22
1
-0/+3
*
[3.13] gh-124363: Treat debug expressions in f-string as raw strings (GH-1283...
Miss Islington (bot)
2025-01-22
1
-0/+1
*
[3.13] gh-128636: Fix crash in PyREPL when `os.environ` is overwritten with a...
Miss Islington (bot)
2025-01-22
1
-0/+2
*
[3.13] gh-128894: Fix `TracebackException._format_syntax_error` on custom `Sy...
Miss Islington (bot)
2025-01-22
1
-0/+2
*
[3.13] gh-129093: Fix f-string debug text sometimes getting cut off when expr...
Miss Islington (bot)
2025-01-22
1
-0/+2
*
[3.13] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#12...
Miss Islington (bot)
2025-01-21
1
-0/+2
*
[3.13] gh-126332: Fix pyrepl crash for double ctrl-z in line overflow (GH-126...
Miss Islington (bot)
2025-01-21
1
-0/+1
*
[3.13] gh-128595: Default to stdout isatty for colour detection instead of st...
Hugo van Kemenade
2025-01-21
1
-0/+2
*
[3.13] GH-128131: Completely support random read access of uncompressed unenc...
Miss Islington (bot)
2025-01-20
1
-0/+2
*
[3.13] gh-128588: gh-128550: remove eager tasks optimization that missed and ...
Miss Islington (bot)
2025-01-20
1
-0/+1
*
[3.13] gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (GH-1...
Miss Islington (bot)
2025-01-20
1
-0/+2
*
[3.13] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) (#12...
Miss Islington (bot)
2025-01-20
1
-0/+2
*
[3.13] gh-80222: Fix email address header folding with long quoted-string (GH...
Miss Islington (bot)
2025-01-19
1
-0/+6
*
[3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)
Victor Stinner
2025-01-18
1
-0/+3
*
[3.13] gh-128991: Release the enter frame reference within bdb callba… (#12...
Tian Gao
2025-01-18
1
-0/+1
*
[3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_...
Ed Nutting
2025-01-18
1
-0/+2
*
[3.13] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-12...
Miss Islington (bot)
2025-01-18
1
-0/+1
*
[3.13] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128...
Miss Islington (bot)
2025-01-18
1
-0/+3
*
[3.13] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128947)
Miss Islington (bot)
2025-01-17
1
-0/+1
*
[3.13] gh-67206: Document that `string.printable` is not printable in the POS...
Miss Islington (bot)
2025-01-15
1
-0/+3
*
[3.13] gh-128874: Fix the documentation for blurb 2.0 (GH-128875) (#128877)
Miss Islington (bot)
2025-01-15
2
-3/+3
*
[3.13] gh-128717: Stop-the-world when setting the recursion limit (GH-128741)...
Peter Bierma
2025-01-14
1
-0/+2
*
[3.13] gh-128562: Fix generation of the tkinter widget names (GH-128604) (GH-...
Miss Islington (bot)
2025-01-13
1
-0/+1
*
[3.13] gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIt...
Miss Islington (bot)
2025-01-13
1
-0/+2
*
[3.13] gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) (#128582)
Miss Islington (bot)
2025-01-11
2
-0/+5
[next]