Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.2
/
Misc
tag
88cec06dd0bd4bb41d5be96afef7f28de6e2bee3
tagger
Thomas Wouters <thomas@python.org>
Tue Feb 04 14:51:12 2025
object
4f8bb3947cfbc20f970ff9d9531e1132a9e95396
Python 3.13.2
4f8bb39
Python 3.13.2
by Thomas Wouters
· 6 months ago
v3.13.2
4cf3e80
[3.13] Use roles :data: and :const: for referencing module variables (GH-129507) (GH-129649)
by Serhiy Storchaka
· 6 months ago
08b045c
[3.13] gh-127349: Add check for correct resizing in REPL (GH-127387) (#129485)
by donBarbos
· 6 months ago
506c76f
[3.13] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129517)
by Miss Islington (bot)
· 7 months ago
de27372
[3.13] gh-129345: null check for indent syslogmodule (GH-129348) (#129442)
by Miss Islington (bot)
· 7 months ago
b13b76f
[3.13] gh-127975: Avoid reusing quote types in ast.unparse if not needed (GH-127980) (#129600)
by Miss Islington (bot)
· 7 months ago
6aa09a5
[3.13] gh-127096: Do not recreate unnamed section on every read in ConfigParser (GH-127228) (#129593)
by Jason R. Coombs
· 7 months ago
65f3432
[3.13] gh-129539: Include sysexits.h before checking EX_OK (#129590)
by Collin Funk
· 7 months ago
63cae73
[3.13] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#129586)
by Adam Turner
· 7 months ago
e9febe5
[3.13] gh-115514: Fix incomplete writes after close while using ssl in asyncio(GH-128037) (#129581)
by Miss Islington (bot)
· 7 months ago
90e526a
[3.13] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (GH-129526)
by Miss Islington (bot)
· 7 months ago
0468ea1
[3.13] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOptionUnicode` (GH-126118) (#129520)
by Miss Islington (bot)
· 7 months ago
a853e2f
[3.13] gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971) (#129299)
by Irit Katriel
· 7 months ago
ad4a141
[3.13] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier` (GH-129419) (#129468)
by Miss Islington (bot)
· 7 months ago
f502c8f
[3.13] gh-118761: Improve import time of `subprocess` (GH-129427) (#129447)
by Miss Islington (bot)
· 7 months ago
48b87d1
[3.13] gh-129409: Fix Integer overflow - SEGV while writing data more than 2GB in CSV file (GH-129413) (#129436)
by Miss Islington (bot)
· 7 months ago
bf6c256
[3.13] gh-112064: Fix incorrect handling of negative read sizes in `HTTPResponse.read()` (GH-128270) (#129395)
by Miss Islington (bot)
· 7 months ago
5829f7b
[3.13] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (GH-129355)
by Miss Islington (bot)
· 7 months ago
247c3b2
[3.13] gh-129346: Handle allocation errors for SQLite aggregate context (GH-129347) (#129372)
by Miss Islington (bot)
· 7 months ago
c7f9e74
[3.13] gh-129061: Fix `FORCE_COLOR` and `NO_COLOR` when empty strings (GH-129140) (#129360)
by Miss Islington (bot)
· 7 months ago
6e88741
[3.13] gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present (GH-124018) (#129319)
by Miss Islington (bot)
· 7 months ago
aa1beed
[3.13] gh-129248: Filter out the iOS log prefix from testbed runner output. (GH-129252) (#129283)
by Miss Islington (bot)
· 7 months ago
75ec6ca
[3.13] gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (GH-128475) (#129227)
by Miss Islington (bot)
· 7 months ago
5c102a1
[3.13] gh-118878: Pyrepl: show completions menu below the current line (GH-118939) (#129161)
by Miss Islington (bot)
· 7 months ago
52ccf26
[3.13] gh-128330: Terminal control characters should be restored on repl exit (GH-128331) (#129233)
by Miss Islington (bot)
· 7 months ago
cc3dc8a
[3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (GH-127877) (#129138)
by Hugo van Kemenade
· 7 months ago
f7f8b8b
[3.13] gh-124363: Treat debug expressions in f-string as raw strings (GH-128399) (#129187)
by Miss Islington (bot)
· 7 months ago
0b90dc8
[3.13] gh-128636: Fix crash in PyREPL when `os.environ` is overwritten with an invalid value (GH-128653) (#129186)
by Miss Islington (bot)
· 7 months ago
7f6e80a
[3.13] gh-128894: Fix `TracebackException._format_syntax_error` on custom `SyntaxError` metadata (GH-128946) (#129178)
by Miss Islington (bot)
· 7 months ago
a379749
[3.13] gh-129093: Fix f-string debug text sometimes getting cut off when expression contains `!` (GH-129159) (#129163)
by Miss Islington (bot)
· 7 months ago
3048dcd
[3.13] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#129153)
by Miss Islington (bot)
· 7 months ago
0c70453
[3.13] gh-126332: Fix pyrepl crash for double ctrl-z in line overflow (GH-126650) (#129154)
by Miss Islington (bot)
· 7 months ago
383af39
[3.13] gh-128595: Default to stdout isatty for colour detection instead of stderr (GH-128498) (#129057)
by Hugo van Kemenade
· 7 months ago
03b2ecf
[3.13] GH-128131: Completely support random read access of uncompressed unencrypted files in ZipFile (GH-128143) (#129091)
by Miss Islington (bot)
· 7 months ago
a1c48a7
[3.13] gh-128588: gh-128550: remove eager tasks optimization that missed and introduced incorrect cancellations (GH-129063) (#129089)
by Miss Islington (bot)
· 7 months ago
55d3d81
[3.13] gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (GH-128979) (#129065)
by Miss Islington (bot)
· 7 months ago
5fe7650
[3.13] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) (#129037)
by Miss Islington (bot)
· 7 months ago
2120089
[3.13] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (#129007)
by Miss Islington (bot)
· 7 months ago
6b47499
[3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)
by Victor Stinner
· 7 months ago
ef99618
[3.13] gh-128991: Release the enter frame reference within bdb callba… (#129002)
by Tian Gao
· 7 months ago
fdac362
[3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC (GH-127717) (#128713)
by Ed Nutting
· 7 months ago
c75894a
[3.13] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-128962) (#128976)
by Miss Islington (bot)
· 7 months ago
d8a4426
[3.13] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933) (#128969)
by Miss Islington (bot)
· 7 months ago
dc77f19
[3.13] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128947)
by Miss Islington (bot)
· 7 months ago
639e0f3
[3.13] gh-67206: Document that `string.printable` is not printable in the POSIX sense (GH-128820) (#128868)
by Miss Islington (bot)
· 7 months ago
132fd38
[3.13] gh-128874: Fix the documentation for blurb 2.0 (GH-128875) (#128877)
by Miss Islington (bot)
· 7 months ago
1ec36a6
[3.13] gh-128717: Stop-the-world when setting the recursion limit (GH-128741) (#128757)
by Peter Bierma
· 7 months ago
b106576
[3.13] gh-128562: Fix generation of the tkinter widget names (GH-128604) (GH-128791)
by Miss Islington (bot)
· 7 months ago
66d0636
[3.13] gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIterationValue` (GH-128780) (#128785)
by Miss Islington (bot)
· 7 months ago
3714fd0
[3.13] gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) (#128582)
by Miss Islington (bot)
· 7 months ago
5370ad1
[3.13] gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super-classes (GH-127523) (#128699)
by Miss Islington (bot)
· 7 months ago
0d2b9ab
[3.13] gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings (GH-127220) (#128689)
by Miss Islington (bot)
· 7 months ago
1383588
[3.13] gh-128552: fix refcycles in eager task creation (#128553) (#128585)
by Thomas Grainger
· 7 months ago
dda55cc
[3.13] gh-41872: Fix quick extraction of module docstrings from a file in pydoc (GH-127520) (GH-128620)
by Miss Islington (bot)
· 7 months ago
ad3bbb6
[3.13] gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extra text (GH-127547) (#128528)
by Miss Islington (bot)
· 7 months ago
692a955
[3.13] gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511) (#128573)
by Miss Islington (bot)
· 7 months ago
bbe0b33
[3.13] gh-128146: Exclude os/log.h import on older macOS versions. (GH-128165) (#128575)
by Miss Islington (bot)
· 7 months ago
883cb23
[3.13] gh-128152: Argument Clinic: ignore pre-processor directives inside C comments (GH-128464) (#128478)
by Miss Islington (bot)
· 8 months ago
b875917
[3.13] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_copy_characters` (GH-127876) (#128458)
by Miss Islington (bot)
· 8 months ago
ebadfd1
[3.13] gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422) (GH-128423)
by Miss Islington (bot)
· 8 months ago
24cddab
[3.13] gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-128015) (GH-128418)
by Miss Islington (bot)
· 8 months ago
261a604
[3.13] gh-123925: Fix building curses on platforms without libncursesw (GH-128405) (GH-128407)
by Miss Islington (bot)
· 8 months ago
08ae06f
[3.13] gh-88834: Unify the instance check for typing.Union and types.UnionType (GH-128363) (GH-128370)
by Miss Islington (bot)
· 8 months ago
5a892cb
[3.13] gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (GH-128322) (#128356)
by Miss Islington (bot)
· 8 months ago
16fde76
[3.13] gh-127586: multiprocessing.Pool does not properly restore blocked signals (try 2) (GH-128011) (#128298)
by Miss Islington (bot)
· 8 months ago
1781525
[3.13] gh-127537: Add __class_getitem__ to the python implementation of functools.partial (GH-127537) (#128281)
by Miss Islington (bot)
· 8 months ago
875e49f
[3.13] gh-112328: Make EnumDict usable on its own and document it (GH-123669) (GH-128142)
by Ethan Furman
· 8 months ago
e1a0c40
[3.13] gh-127847: Fix position in the special-cased zipfile seek (GH-127856) (#128225)
by Miss Islington (bot)
· 8 months ago
6f3c2c8
[3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191)
by Miss Islington (bot)
· 8 months ago
09d15aa
[3.13] gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup split function (GH-128079) (#128139)
by Miss Islington (bot)
· 8 months ago
f320f74
[3.13] gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (GH-128047) (#128114)
by Miss Islington (bot)
· 8 months ago
a0f1f12
[3.13] gh-128062: Fix the font size and shortcut display of the turtledemo menu (GH-128063) (#128101)
by Miss Islington (bot)
· 8 months ago
d699ce3
[3.13] gh-126742: add NEWS entry for fix of localized error messages (GH-128025) (GH-128059)
by Miss Islington (bot)
· 8 months ago
f8b4e20
[3.13] gh-127060: Disable traceback colors in IDLE (GH-128028) (#128052)
by Miss Islington (bot)
· 8 months ago
90ae4b6
[3.13] gh-127353: Allow to force color output on Windows V2 (GH-127926) (#127944)
by Miss Islington (bot)
· 8 months ago
78095c9
[3.13] gh-127906: Test the limited C API in test_cppext (GH-127916) (#127919)
by Miss Islington (bot)
· 8 months ago
0f38b89
[3.13] gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (GH-127872) (#127917)
by Miss Islington (bot)
· 8 months ago
f21b38c
[3.13] gh-127865: Fix build failure for systems without thread local support (GH-127866) (GH-127882)
by Miss Islington (bot)
· 8 months ago
2a78663
[3.13] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127812)
by Miss Islington (bot)
· 8 months ago
a94e20e
[3.13] gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (GH-123405) (#127828)
by Miss Islington (bot)
· 8 months ago
bcdd10d
[3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#127819)
by Peter Bierma
· 8 months ago
eb692d9
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#127823)
by Pablo Galindo Salgado
· 8 months ago
8bf5b89
[3.13] gh-127637: add tests for `dis` command-line interface (#127759) (#127781)
by Bénédikt Tran
· 8 months ago
9d0252f
[3.13] gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (GH-126776) (#127778)
by Miss Islington (bot)
· 8 months ago
6441d42
[3.13] gh-127651: Use __file__ in diagnostics if origin is missing (#127660) (#127775)
by Shantanu
· 8 months ago
310efda
gh-127732: Add Windows Server 2025 detection to platform module (GH-127733)
by Miss Islington (bot)
· 8 months ago
075c41d
[3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754)
by Russell Keith-Magee
· 8 months ago
71e8429
[3.13] gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the protocol if needed (GH-127656) (#127663)
by Miss Islington (bot)
· 9 months ago
69bb1c6
[3.13] gh-127582: Make object resurrection thread-safe for free threading. (GH-127612) (GH-127659)
by Sam Gross
· 9 months ago
468e8da
[3.13] gh-122431: Disallow negative values in `readline.append_history_file` (GH-122469) (#127641)
by Miss Islington (bot)
· 9 months ago
3e11b5c
[3.13] gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (GH-127593) (#127630)
by Miss Islington (bot)
· 9 months ago
1182c64
[3.13] gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow arguments with spaces (GH-127575) (#127624)
by Russell Keith-Magee
· 9 months ago
4060ef3
[3.13] gh-127536: Add missing locks in listobject.c (GH-127580) (GH-127613)
by Sam Gross
· 9 months ago
0671451
Python 3.13.1
by Thomas Wouters
· 9 months ago
v3.13.1
dddea7c
[3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#122984)
by Miss Islington (bot)
· 9 months ago
ae3f347
[3.13] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#123991)
by Miss Islington (bot)
· 9 months ago
a63e06d
[3.13] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793) (GH-123815)
by Miss Islington (bot)
· 9 months ago
a853610
gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)
by Miss Islington (bot)
· 9 months ago
f41d8d8
[3.13] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211) (#127216)
by Miss Islington (bot)
· 9 months ago
a5672be
[3.13] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-126702) (#126762)
by Miss Islington (bot)
· 9 months ago
Next »