Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0a4
/
Misc
tag
b512bf237c4a924cc853c8dfc6a50a379f0f7ebd
tagger
Thomas Wouters <thomas@python.org>
Thu Feb 15 13:38:42 2024
object
9d34f60783b726de5bb0352d0efb1cbd23a4ac89
Python 3.13.0a4
9d34f60
Python 3.13.0a4
by Thomas Wouters
· 1 year, 6 months ago
v3.13.0a4
edb59d5
bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)
by Martijn Pieters
· 1 year, 6 months ago
9e3729b
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
by David Hewitt
· 1 year, 6 months ago
dc978f6
gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830)
by mpage
· 1 year, 6 months ago
18343c0
GH-113516: don't set `LDSHARED` when building for WASI (GH-115495)
by Brett Cannon
· 1 year, 6 months ago
3e7b7df
gh-114570: Add PythonFinalizationError exception (#115352)
by Victor Stinner
· 1 year, 6 months ago
889cc43
gh-112302: Move pip SBOM discovery to release-tools (#115360)
by Seth Michael Larson
· 1 year, 6 months ago
a2d4281
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
by Donghee Na
· 1 year, 6 months ago
4b2d178
gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)
by Seth Michael Larson
· 1 year, 6 months ago
6713601
gh-115243: Fix crash in deque.index() when the deque is concurrently modified (GH-115247)
by kcatss
· 1 year, 6 months ago
bb791c7
gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (#115440)
by Brian Schubert
· 1 year, 6 months ago
6d9141e
gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)
by Erlend E. Aasland
· 1 year, 6 months ago
dd5e4d9
gh-100414: Add SQLite backend to dbm (#114481)
by Erlend E. Aasland
· 1 year, 6 months ago
02b6323
Remove more stray backticks from NEWS files (#115374)
by Ezio Melotti
· 1 year, 6 months ago
7cce857
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
by Ken Jin
· 1 year, 6 months ago
ea25f32
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873)
by Steve Dower
· 1 year, 6 months ago
2f07786
gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks (#115120)
by Russell Keith-Magee
· 1 year, 6 months ago
7861dfd
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes functions (GH-114886)
by Steve Dower
· 1 year, 6 months ago
a82fbc1
Remove stray backtick in NEWS entry (#115356)
by Ezio Melotti
· 1 year, 6 months ago
879f454
gh-110850: Add PyTime_t C API (GH-115215)
by Petr Viktorin
· 1 year, 6 months ago
c39272e
gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)
by Steve Dower
· 1 year, 6 months ago
9182201
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
by Serhiy Storchaka
· 1 year, 6 months ago
dc8893a
Add missing sections to blurbs (#114553)
by Hugo van Kemenade
· 1 year, 6 months ago
46190d9
gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)
by Eugene Toder
· 1 year, 6 months ago
72340d1
gh-114563: C decimal falls back to pydecimal for unsupported format strings (GH-114879)
by John Belmonte
· 1 year, 6 months ago
235cacf
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
by Brandt Bucher
· 1 year, 6 months ago
2939ad0
gh-97959: Fix rendering of routines in pydoc (GH-113941)
by Serhiy Storchaka
· 1 year, 6 months ago
b104360
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
by Serhiy Storchaka
· 1 year, 6 months ago
d9d6909
gh-115011: Improve support of __index__() in setters of members with unsigned integer type (GH-115029)
by Serhiy Storchaka
· 1 year, 6 months ago
d2c4baa
gh-97928: Partially restore the behavior of tkinter.Text.count() by default (GH-115031)
by Serhiy Storchaka
· 1 year, 6 months ago
5d2794a
gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082)
by Serhiy Storchaka
· 1 year, 6 months ago
bf75f1b
gh-85984: Add _POSIX_VDISABLE from unistd.h to termios module. (#114985)
by Soumendra Ganguly
· 1 year, 6 months ago
aeffc7f
gh-79382: Fix recursive glob() with trailing "**" (GH-115134)
by Serhiy Storchaka
· 1 year, 6 months ago
4a08e7b
gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164)
by Serhiy Storchaka
· 1 year, 6 months ago
4821f08
gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)
by Nikita Sobolev
· 1 year, 6 months ago
6f93b4d
GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matching (#115061)
by Barney Gale
· 1 year, 6 months ago
9d1a353
gh-114894: add array.array.clear() method (#114919)
by Mike Zimin
· 1 year, 6 months ago
5319c66
gh-102840: Fix confused traceback when floordiv or mod operations happens between Fraction and complex objects (GH-102842)
by Kirill Podoprigora
· 1 year, 6 months ago
e2c4038
gh-76763: Make chr() always raising ValueError for out-of-range values (GH-114882)
by Serhiy Storchaka
· 1 year, 6 months ago
6e222a5
GH-87804: Fix counter overflow in statvfs on macOS (#99570)
by Ronald Oussoren
· 1 year, 6 months ago
b2d9d13
gh-96471: Add shutdown() method to queue.Queue (#104750)
by Laurie O
· 1 year, 6 months ago
5643856
gh-115165: Fix `typing.Annotated` for immutable types (#115213)
by dave-shawley
· 1 year, 6 months ago
a225520
gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)
by Carl Meyer
· 1 year, 6 months ago
5a173ef
Add Peter L to ACKS (GH-115222)
by Peter Lazorchak
· 1 year, 6 months ago
846fd72
gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163)
by Serhiy Storchaka
· 1 year, 6 months ago
c968dc7
GH-113632: update configure.ac for WebAssembly support tiers (#115192)
by Brett Cannon
· 1 year, 6 months ago
5914a21
gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115176)
by adang1345
· 1 year, 6 months ago
ed1a8da
gh-112069: Adapt set/frozenset methods to Argument Clinic (#115112)
by Tomas R
· 1 year, 6 months ago
17689e3
gh-107944: Improve error message for getargs with bad keyword arguments (#114792)
by Shantanu
· 1 year, 6 months ago
fedbf77
gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)
by Carl Meyer
· 1 year, 6 months ago
8a3c499
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)
by Mark Shannon
· 1 year, 6 months ago
11ac6f5
gh-115009: Update Windows installer to use SQLite 3.45.1 (#115065)
by Erlend E. Aasland
· 1 year, 6 months ago
76108b8
#gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117)
by Matthieu Caneill
· 1 year, 6 months ago
de61d4b
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
by Sam Gross
· 1 year, 6 months ago
d7334e2
gh-106233: Fix stacklevel in zoneinfo.InvalidTZPathWarning (GH-106234)
by Nikita Sobolev
· 1 year, 6 months ago
1a10437
gh-91602: Add iterdump() support for filtering database objects (#114501)
by Mariusz Felisiak
· 1 year, 6 months ago
4bf4187
gh-112302: Change 'licenseConcluded' field to 'NOASSERTION' (#115038)
by Seth Michael Larson
· 1 year, 6 months ago
13eb521
gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066)
by Erlend E. Aasland
· 1 year, 6 months ago
299e16c
gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (#115050)
by Ned Deily
· 1 year, 6 months ago
638e811
gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115052)
by Ned Deily
· 1 year, 6 months ago
01dceba
gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115043)
by Zachary Ware
· 1 year, 6 months ago
bb57ffdb
gh-83648: Support deprecation of options, arguments and subcommands in argparse (GH-114086)
by Serhiy Storchaka
· 1 year, 6 months ago
c32bae5
gh-114944: Fix race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll` when handling interrupts (#114945)
by mpage
· 1 year, 6 months ago
652fbf8
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
by Serhiy Storchaka
· 1 year, 6 months ago
09096a1
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
by Erlend E. Aasland
· 1 year, 6 months ago
4aa4f09
gh-109475: Fix support of explicit option value "--" in argparse (GH-114814)
by Serhiy Storchaka
· 1 year, 6 months ago
36518e6
GH-108362: Incremental GC implementation (GH-108038)
by Mark Shannon
· 1 year, 6 months ago
b4ba0f7
gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404)
by Serhiy Storchaka
· 1 year, 6 months ago
992446d
GH-113462: Limit the number of versions that a single class can use. (GH-114900)
by Mark Shannon
· 1 year, 6 months ago
e207cc1
gh-114628: Display csv.Error without context (#115005)
by Terry Jan Reedy
· 1 year, 7 months ago
391659b
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
by Russell Keith-Magee
· 1 year, 7 months ago
929d44e
gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (GH-114802)
by Nikita Sobolev
· 1 year, 7 months ago
7e42fdd
gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955)
by Serhiy Storchaka
· 1 year, 7 months ago
3ddc515
gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)
by Serhiy Storchaka
· 1 year, 7 months ago
0ea3662
gh-113280: Always close socket if SSLSocket creation failed (GH-114659)
by Serhiy Storchaka
· 1 year, 7 months ago
ecabff9
gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.12 (#106588)" (GH-114470)
by Serhiy Storchaka
· 1 year, 7 months ago
ca715e5
gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterator (GH-114534)
by Serhiy Storchaka
· 1 year, 7 months ago
fc06096
gh-83383: Always mark the dbm.dumb database as unmodified after open() and sync() (GH-114560)
by Serhiy Storchaka
· 1 year, 7 months ago
ff7588b
gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871)
by Ethan Furman
· 1 year, 7 months ago
a4c298c
gh-114965: Updated bundled pip to 24.0 (gh-114966)
by Stéphane Bidoul
· 1 year, 7 months ago
94ec2b9
gh-114887 Reject only sockets of type SOCK_STREAM in create_datagram_endpoint() (#114893)
by Travis Howse
· 1 year, 7 months ago
6b53d5f
gh-112202: Ensure that condition.notify() succeeds even when racing with Task.cancel() (#112201)
by Kristján Valur Jónsson
· 1 year, 7 months ago
96bce03
gh-114959: tarfile: do not ignore errors when extract a directory on top of a file (GH-114960)
by Serhiy Storchaka
· 1 year, 7 months ago
f35c7c0
gh-114875: Require getgrent for building the grp extension module (#114876)
by Malcolm Smith
· 1 year, 7 months ago
c4a2e8a
gh-101599: argparse: simplify the option help string (GH-103372)
by Jokimax
· 1 year, 7 months ago
b3f0b69
gh-104530: Enable native Win32 condition variables by default (GH-104531)
by Andrew Rogers
· 1 year, 7 months ago
d0f1307
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
by Sam Gross
· 1 year, 7 months ago
d25d4ee
gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821)
by Christopher Chavez
· 1 year, 7 months ago
618d725
gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)
by Zachary Ware
· 1 year, 7 months ago
587d480
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#114564)
by Sam Gross
· 1 year, 7 months ago
e66d039
GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)
by Mark Shannon
· 1 year, 7 months ago
4dbb198
gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)
by Ayappan Perumal
· 1 year, 7 months ago
5ce193e
gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)
by technillogue
· 1 year, 7 months ago
80aa7b3
gh-109534: fix reference leak when SSL handshake fails (#114074)
by Jamie Phan
· 1 year, 7 months ago
78c2545
gh-113939: Frame clear, clear locals (#113940)
by Albert Zeyer
· 1 year, 7 months ago
b905fad
gh-111741: Recognise image/webp as a standard format in the mimetypes module (GH-111742)
by Nachtalb
· 1 year, 7 months ago
765b9ce
gh-59013: Set breakpoint on the first executable line of function when using `break func` in pdb (#112470)
by Tian Gao
· 1 year, 7 months ago
b7688ef
gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)
by Serhiy Storchaka
· 1 year, 7 months ago
5e390a0
gh-109653: Speedup import of threading module (#114509)
by Daniel Hollas
· 1 year, 7 months ago
a06b606
gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)
by Diego Russo
· 1 year, 7 months ago
Next »