summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619)Serhiy Storchaka2024-02-171-0/+3
* gh-100176: Remove outdated Tools/{io,cc,string}bench (#101853)Hugo van Kemenade2024-02-171-0/+1
* gh-115596: Fix ProgramPriorityTests in test_os permanently changing the proce...Brian Schubert2024-02-171-0/+2
* gh-107155: Fix help() for lambda function with return annotation (GH-107401)Kirill Podoprigora2024-02-171-0/+3
* gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_sc...wookie1842024-02-171-0/+2
* gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 ...6t8k2024-02-171-0/+4
* gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)Thomas Weißschuh2024-02-171-0/+2
* gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)Derek Higgins2024-02-172-0/+3
* gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)Jamie Phan2024-02-171-0/+3
* gh-85294: Handle missing arguments to @singledispatchmethod gracefully (GH-21...Ammar Askar2024-02-161-0/+3
* gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (...Łukasz Langa2024-02-161-0/+2
* gh-112720: make it easier to subclass and modify dis.ArgResolver's jump arg r...Irit Katriel2024-02-161-0/+2
* gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104...Furkan Onder2024-02-161-0/+1
* gh-114572: Fix locking in cert_store_stats and get_ca_certs (#114573)David Benjamin2024-02-161-0/+4
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-02-154-0/+6
|\
| * gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)monkeyman1922024-02-151-0/+1
| * gh-115420: Fix translation of exception hander targets by _testinternalcapi.o...Irit Katriel2024-02-151-0/+2
| * gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#...Irit Katriel2024-02-151-0/+1
| * gh-115347: avoid emitting redundant NOP for the docstring with -OO (#115494)Irit Katriel2024-02-151-0/+2
* | Python 3.13.0a4v3.13.0a4Thomas Wouters2024-02-15138-313/+1433
|/
* bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)Martijn Pieters2024-02-151-0/+1
* gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)David Hewitt2024-02-152-0/+8
* gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830)mpage2024-02-151-0/+1
* GH-113516: don't set `LDSHARED` when building for WASI (GH-115495)Brett Cannon2024-02-151-0/+1
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-141-0/+3
* gh-112302: Move pip SBOM discovery to release-tools (#115360)Seth Michael Larson2024-02-141-670/+0
* gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)Donghee Na2024-02-141-0/+2
* gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)Seth Michael Larson2024-02-142-43/+25
* gh-115243: Fix crash in deque.index() when the deque is concurrently modified...kcatss2024-02-141-0/+1
* gh-115392: Fix doctest reporting incorrect line numbers for decorated functio...Brian Schubert2024-02-141-0/+2
* gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)Erlend E. Aasland2024-02-141-1/+1
* gh-100414: Add SQLite backend to dbm (#114481)Erlend E. Aasland2024-02-141-0/+2
* Remove more stray backticks from NEWS files (#115374)Ezio Melotti2024-02-133-5/+5
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-0/+1
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-131-0/+1
* gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks...Russell Keith-Magee2024-02-121-0/+2
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-121-0/+2
* Remove stray backtick in NEWS entry (#115356)Ezio Melotti2024-02-121-1/+1
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-121-0/+9
* gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)Steve Dower2024-02-121-0/+1
* gh-115233: Fix an example in the Logging Cookbook (GH-115325)Serhiy Storchaka2024-02-121-0/+1
* Add missing sections to blurbs (#114553)Hugo van Kemenade2024-02-123-0/+3
* gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)Eugene Toder2024-02-121-0/+6
* gh-114563: C decimal falls back to pydecimal for unsupported format strings (...John Belmonte2024-02-121-0/+4
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-121-0/+3
* gh-97959: Fix rendering of routines in pydoc (GH-113941)Serhiy Storchaka2024-02-111-0/+7
* gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)Serhiy Storchaka2024-02-111-0/+8
* gh-115011: Improve support of __index__() in setters of members with unsigned...Serhiy Storchaka2024-02-111-0/+3
* gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...Serhiy Storchaka2024-02-111-0/+5
* gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082)Serhiy Storchaka2024-02-111-0/+2