Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.1
/
Lib
tag
7795862b852e7102d459cf760c68e43c1c0bcefb
tagger
Thomas Wouters <thomas@python.org>
Tue Dec 03 18:06:37 2024
object
067145177975eadd61a0c907d0d177f7b6a5a3de
Python 3.13.1
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
219b826
[3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterState Field (gh-127114)
by Eric Snow
· 9 months ago
059114c
[3.13] gh-126876: Fix socket internal_select() for large timeout (GH-126968) (#127002)
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
511c588
[3.13] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127500)
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
fd48d98
[3.13] gh-125666: Avoid PyREPL exiting when a null byte is in input (GH-125732) (#126023)
by Miss Islington (bot)
· 9 months ago
b105157
[3.13] gh-124984: Enhance `ssl` thread safety (GH-124993) (#125780)
by Peter Bierma
· 9 months ago
4bafce0
[3.13] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127508)
by Miss Islington (bot)
· 9 months ago
dd2ad70
[3.13] gh-127321: Avoid stopping at an opcode without an associated line number for breakpoint() (GH-127457) (#127487)
by Tian Gao
· 9 months ago
06acb95
[3.13] Add the missing `f` on an f-string error message in multiprocessing. (GH-127462) (#127464)
by Miss Islington (bot)
· 9 months ago
2813a61
[3.13] gh-127165: Disallow embedded NULL characters in `_interpreters` (GH-127199) (#127463)
by Miss Islington (bot)
· 9 months ago
5017c81
[3.13] gh-127190: Fix local_setattro() error handling (GH-127366) (#127367)
by Miss Islington (bot)
· 9 months ago
a442c87
[3.13] gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings (GH-127310) (#127431)
by Peter Bierma
· 9 months ago
82d199d
[3.13] gh-109746: Fix race condition in test_start_new_thread_failed (GH-127299) (GH-127323)
by Miss Islington (bot)
· 9 months ago
d2d1055
[3.13] gh-124008: Fix calculation of the number of written bytes for the Windows console (GH-124059) (GH-127325)
by Miss Islington (bot)
· 9 months ago
c711deb
[3.13] gh-127217: Fix pathname2url() for paths starting with multiple slashes on Posix (GH-127218) (GH-127230)
by Miss Islington (bot)
· 9 months ago
4cba0e6
[3.13] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127390)
by Miss Islington (bot)
· 9 months ago
2f56c68
[3.13] gh-127316: fix incorrect assertion in setting `__class__` in free-threading (GH-127399) (#127422)
by Miss Islington (bot)
· 9 months ago
c4a359d
[3.13] gh-127208: Reject null character in _imp.create_dynamic() (GH-127400) (#127418)
by Miss Islington (bot)
· 9 months ago
6a06634
[3.13] gh-124873: Skip timerfd tests on Android (GH-127279) (#127290)
by Miss Islington (bot)
· 9 months ago
1056f38
[3.13] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-127358) (#127401)
by Miss Islington (bot)
· 9 months ago
a5741d6
[3.13] gh-122273: Support PyREPL history on Windows (#127141) (#127289)
by Victor Stinner
· 9 months ago
0f77357
[3.13] gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184) (GH-127251)
by Miss Islington (bot)
· 9 months ago
a1b9663
[3.13] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the first value (GH-127219) (#127262)
by Miss Islington (bot)
· 9 months ago
f0c47ea
[3.13] gh-126384: Add tests to verify the behavior of basic COM methods. (GH-126610) (GH-127159)
by Miss Islington (bot)
· 9 months ago
24b8630
[3.13] gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libregrtest` (GH-127033) (#127034)
by Miss Islington (bot)
· 9 months ago
69472a5
[3.13] gh-126991: Add tests for unpickling bad object state (GH-127031) (GH-127063)
by Miss Islington (bot)
· 9 months ago
75ef92d
[3.13] gh-109746: Make _thread.start_new_thread delete state of new thread on its startup failure (GH-109761) (GH-127171)
by Serhiy Storchaka
· 9 months ago
329865b
[3.13] gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098) (GH-127163)
by Miss Islington (bot)
· 9 months ago
f0d1a20
[3.13] gh-109413: Fix libregrtest get_running() (GH-127153) (#127157)
by Miss Islington (bot)
· 9 months ago
7f22b87
[3.13] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035) (GH-127156)
by Miss Islington (bot)
· 9 months ago
7bbcd32
[3.13] GH-127078: `url2pathname()`: handle extra slash before UNC drive in URL path (GH-127132) (#127135)
by Miss Islington (bot)
· 9 months ago
4b9068e
[3.13] GH-126766: `url2pathname()`: handle 'localhost' authority (GH-127129) (#127130)
by Miss Islington (bot)
· 9 months ago
c743314
[3.13] gh-127020: Make `PyCode_GetCode` thread-safe for free threading (GH-127043) (GH-127107)
by Miss Islington (bot)
· 9 months ago
c09366b
[3.13] gh-124873: Tolerate 100 ms in TimerfdTests on Android (GH-127101) (#127105)
by Miss Islington (bot)
· 9 months ago
48eb5c9
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
by Miss Islington (bot)
· 9 months ago
6e5e7bc
[3.13] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127097)
by Serhiy Storchaka
· 9 months ago
eaafc78
[3.13] gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062) (GH-127094)
by Miss Islington (bot)
· 9 months ago
746a0c5
[3.13] GH-85168: Use filesystem encoding when converting to/from `file` URIs (GH-126852) (#127039)
by Miss Islington (bot)
· 9 months ago
3fae84f
[3.13] gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (GH-126981) (#127023)
by sobolevn
· 9 months ago
fd276ad
[3.13] gh-126594: Fix typeobject.c wrap_buffer() cast (GH-126754) (#127004)
by Miss Islington (bot)
· 9 months ago
5457561
[3.13] gh-126911: Update credits output (GH-126913) (#126973)
by Miss Islington (bot)
· 9 months ago
a7b44d6
[3.13] gh-109413: Enable `strict_optional = true` for `libregrtest/run_workers` (GH-126855) (#126967)
by Miss Islington (bot)
· 9 months ago
da7e93d
[3.13] gh-126789: Correct sysconfig test exclusions for iOS and Android. (GH-126941) (GH-126950)
by Petr Viktorin
· 9 months ago
1fbd84b
[3.13] gh-126909: Fix running xattr tests on systems with lower limits (GH-126930) (#126965)
by Miss Islington (bot)
· 9 months ago
c2c18ac
[3.13] gh-101955: Fix SystemError in possesive quantifier with alternative and group (GH-111362) (GH-126962)
by Miss Islington (bot)
· 9 months ago
885386b
[3.13] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-126960)
by Serhiy Storchaka
· 9 months ago
af35aa2
[3.13] gh-124452: Fix header mismatches when folding/unfolding with email message (GH-125919) (#126917)
by Miss Islington (bot)
· 9 months ago
52efb95
[3.13] gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555) (#126861)
by Miss Islington (bot)
· 9 months ago
ec9cbcb
[3.13] GH-126789: fix some sysconfig data on late site initializations
by Miss Islington (bot)
· 9 months ago
d74f1f4
[3.13] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input month is not correct (GH-126484) (GH-126879)
by Miss Islington (bot)
· 9 months ago
7be8743
[3.13] gh-71936: Fix race condition in multiprocessing.Pool (GH-124973) (GH-126869)
by Miss Islington (bot)
· 9 months ago
ecda3ae
[3.13] gh-126312: Don't traverse frozen objects on the free-threaded build (GH-126338) (#126866)
by Peter Bierma
· 9 months ago
1c15870
[3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698) (GH-126755)
by Tomas R.
· 9 months ago
cb07c44
[3.13] GH-126766: `url2pathname()`: handle empty authority section. (GH-126767) (#126836)
by Miss Islington (bot)
· 9 months ago
bf40fdb
[3.13] gh-126807: pygettext: Do not attempt to extract messages from function definitions. (GH-126808) (GH-126846)
by Miss Islington (bot)
· 9 months ago
effedb5
[3.13] gh-109413: Enable `strict_optional` for `libregrtest/main.py` (GH-126394) (#126802)
by sobolevn
· 9 months ago
b66728d
[3.13] GH-118289: Fix handling of non-directories in `posixpath.realpath()` (GH-120127) (#126815)
by Barney Gale
· 9 months ago
ad1b23b
[3.13] GH-126606: don't write incomplete pyc files (GH-126627) (GH-126809)
by Miss Islington (bot)
· 9 months ago
942f807
[3.13] gh-126188: Update bundled pip to 24.3.1 (gh-126805) (#126806)
by Miss Islington (bot)
· 9 months ago
3fe062c
[3.13] gh-126341: add release check to `__iter__` method of `memoryview` (GH-126759) (#126778)
by Miss Islington (bot)
· 9 months ago
9162340
[3.13] gh-126456: Fix _pyrepl curses tigetstr() (GH-126472) (#126790)
by Miss Islington (bot)
· 9 months ago
e8dbe7e
[3.13] gh-104745: Limit starting a patcher more than once without stopping it (GH-126649) (#126772)
by Miss Islington (bot)
· 9 months ago
b03ba54
[3.13] bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (GH-30196) (#126770)
by Miss Islington (bot)
· 9 months ago
3dab1ce
[3.13] GH-120423: `pathname2url()`: handle forward slashes in Windows paths (GH-126593) (#126764)
by Miss Islington (bot)
· 9 months ago
865f096
[3.13] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH-126617) (#126739)
by Miss Islington (bot)
· 9 months ago
4f1440f
[3.13] gh-126451: Revert backports of ABC registrations for `contextvars.Context` and multiprocessing proxies (#126734)
by Alex Waygood
· 9 months ago
7db6d42
[3.13] gh-126505: Fix bugs in compiling case-insensitive character classes (GH-126557) (GH-126689)
by Miss Islington (bot)
· 9 months ago
fc10908
[3.13] gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in ConnectionHandler; rely on __exit__ (GH-126503) (GH-126571)
by Miss Islington (bot)
· 9 months ago
1e4b9c7
[3.13] gh-126499: test_ssl: Don't assume err.reason is a string (GH-126501) (GH-126574)
by Miss Islington (bot)
· 9 months ago
e194b21
[3.13] gh-126654: Fix crash in several functions in `_interpreters` module (GH-126678) (#126681)
by Miss Islington (bot)
· 9 months ago
79ad4bd
[3.13] gh-117378: Only run the new multiprocessing SysPath test when appropriate (GH-126635) (GH-126652)
by Miss Islington (bot)
· 9 months ago
9473ae9
[3.13] Skip test in test_socket.py if `sys.getrefcount` isn't available (GH-126640) (#126645)
by Miss Islington (bot)
· 9 months ago
0d3aa25
[3.13] gh-126565: Skip `zipfile.Path.exists` check in write mode (GH-126576) (#126642)
by Miss Islington (bot)
· 9 months ago
4e036d3
[3.13] gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-126538) (GH-126632)
by Miss Islington (bot)
· 9 months ago
20043d5
[3.13] GH-126212: Fix removal of slashes in file URIs on Windows (GH-126214) (#126590)
by Miss Islington (bot)
· 9 months ago
3b05ef1
[3.13] gh-125679: multiprocessing Lock and RLock - fix invalid representation string on MacOSX. (GH-125680) (#126533)
by Miss Islington (bot)
· 9 months ago
07a6aa3
[3.13] gh-125631: Enable setting persistent_id and persistent_load of pickler and unpickler (GH-125752) (GH-126528)
by Miss Islington (bot)
· 9 months ago
59316a6
[3.13] gh-126451: Register contextvars.Context to collections.abc.Mapping (GH-126452) (#126518)
by Miss Islington (bot)
· 9 months ago
9e115b1
[3.13] gh-126489: Do not call persistent_id() for a persistent id in Python pickle (GH-126490) (GH-126514)
by Miss Islington (bot)
· 9 months ago
ba86632
[3.13] gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GLOBAL (GH-120143) (#126459)
by Miss Islington (bot)
· 10 months ago
c1e708a
[3.13] gh-126417: Register multiprocessing proxy types to an appropriate collections.abc class (#126419) (#126435)
by Alex Waygood
· 10 months ago
ce1a1a6
[3.13] gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336) (GH-126423)
by Miss Islington (bot)
· 10 months ago
cddecf2
[3.13] gh-125783: Add more tests to prevent regressions with the combination of ctypes and metaclasses. (GH-126126) (GH-126275)
by Miss Islington (bot)
· 10 months ago
86d6c68
[3.13] gh-104400: Add more tests to pygettext (GH-108173) (GH-126361)
by Miss Islington (bot)
· 10 months ago
7435127
[3.13] gh-113977, gh-120754: Remove unbounded reads from zipfile (GH-122101) (#126348)
by Miss Islington (bot)
· 10 months ago
79ec946
[3.13] gh-125522: Remove bare except in test_zlib.test_flushes (gh-126321) (gh-126327)
by Miss Islington (bot)
· 10 months ago
1b9710c
[3.13] gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (backportable) (GH-126271) (#126310)
by Miss Islington (bot)
· 10 months ago
588da2e
[3.13] GH-126205: Fix conversion of UNC paths to file URIs (GH-126208) (#126249)
by Miss Islington (bot)
· 10 months ago
89664d4
[3.13] gh-126223: Propagate unicode errors in `_interpreters.create()` (GH-126224) (#126242)
by Miss Islington (bot)
· 10 months ago
ac00bf0
[3.13] gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with new non-`None` context (GH-126103) (#126229)
by Miss Islington (bot)
· 10 months ago
00ff23f
[3.13] gh-60712: Include the "object" type in the lists of documented types (GH-103036) (GH-126197)
by Miss Islington (bot)
· 10 months ago
b9cbc58
[3.13] gh-126139: Improve error message location for future statement with unknown feature (GH-126140) (#126155)
by Miss Islington (bot)
· 10 months ago
35108c1
[3.13] GH-125866: Improve tests for `pathname2url()` and `url2pathname()` (GH-125993) (#126144)
by Miss Islington (bot)
· 10 months ago
8dc0575
gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)
by Miss Islington (bot)
· 10 months ago
Next »