summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825)Matthew Hughes2024-02-171-2/+2
* gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 ...6t8k2024-02-172-2/+48
* gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)Thomas Weißschuh2024-02-172-1/+7
* gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)Derek Higgins2024-02-172-5/+26
* gh-101384: Add socket timeout to ThreadedVSOCKSocketStreamTest and skip it on...Peter Jiping Xie2024-02-171-0/+3
* gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)Jamie Phan2024-02-175-16/+36
* gh-85294: Handle missing arguments to @singledispatchmethod gracefully (GH-21...Ammar Askar2024-02-162-2/+20
* gh-112720: make it easier to subclass and modify dis.ArgResolver's jump arg r...Irit Katriel2024-02-162-11/+35
* gh-115480: Type / constant propagation for float binary uops (GH-115550)Peter Lazorchak2024-02-161-32/+67
* gh-112529: Make the GC scheduling thread-safe (#114880)Sam Gross2024-02-162-1/+3
* gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104...Furkan Onder2024-02-163-4/+12
* gh-113317: Argument Clinic: move linear_format into libclinic (#115518)Erlend E. Aasland2024-02-151-1/+14
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-02-154-1/+334
|\
| * gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)monkeyman1922024-02-151-0/+286
| * gh-115420: Fix translation of exception hander targets by _testinternalcapi.o...Irit Katriel2024-02-151-0/+16
| * gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#...Irit Katriel2024-02-151-1/+6
| * gh-115347: avoid emitting redundant NOP for the docstring with -OO (#115494)Irit Katriel2024-02-151-0/+26
* | Python 3.13.0a4v3.13.0a4Thomas Wouters2024-02-151-33/+35
|/
* gh-115490: Work around test.support.interpreters.channels not handling unload...T. Wouters2024-02-151-2/+7
* gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115...Erlend E. Aasland2024-02-151-5/+5
* bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)Martijn Pieters2024-02-153-4/+46
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-142-0/+2
* gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)Donghee Na2024-02-142-13/+16
* gh-115243: Fix crash in deque.index() when the deque is concurrently modified...kcatss2024-02-141-1/+5
* gh-115392: Fix doctest reporting incorrect line numbers for decorated functio...Brian Schubert2024-02-144-1/+21
* gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)Erlend E. Aasland2024-02-141-1/+1
* gh-115450: Fix direct invocation of `test_desctut` (#115451)Nikita Sobolev2024-02-141-11/+11
* gh-100414: Skip test_dbm_sqlite3 if sqlite3 is unavailable (#115449)Erlend E. Aasland2024-02-141-2/+5
* gh-100414: Add SQLite backend to dbm (#114481)Erlend E. Aasland2024-02-144-2/+483
* gh-114058: Fix flaky globals to constant test (#115423)Ken Jin2024-02-141-11/+32
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-132-0/+362
* gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...Nikita Sobolev2024-02-136-27/+33
* gh-115252: Fix test_enum with -OO mode again (GH-115334)Serhiy Storchaka2024-02-131-5/+5
* gh-115032: Update DictConfigurator.configure_formatter() comment about `fmt` ...Mariusz Felisiak2024-02-131-4/+3
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-133-1/+125
* gh-115258: Temporarily skip some `queue` tests on all platforms (#115361)Kirill Podoprigora2024-02-121-2/+2
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-121-0/+145
* gh-115285: Fix `test_dataclasses` with `-OO` mode (#115286)Nikita Sobolev2024-02-121-0/+3
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-122-11/+77
* gh-115233: Fix an example in the Logging Cookbook (GH-115325)Serhiy Storchaka2024-02-122-17/+85
* gh-115058: Add ``reset_rare_event_counters`` function in `_testinternalcapi` ...Kirill Podoprigora2024-02-121-0/+3
* Remove outdated comment about py3.6 in `test_typing` (#115318)Nikita Sobolev2024-02-121-2/+0
* gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)Eugene Toder2024-02-121-6/+56
* gh-114563: C decimal falls back to pydecimal for unsupported format strings (...John Belmonte2024-02-121-0/+22
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-123-2/+22
* gh-115282: Fix direct invocation of `test_traceback.py` (#115283)Nikita Sobolev2024-02-111-4/+7
* gh-97959: Fix rendering of routines in pydoc (GH-113941)Serhiy Storchaka2024-02-114-72/+326
* gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)Serhiy Storchaka2024-02-112-52/+47
* gh-115011: Improve support of __index__() in setters of members with unsigned...Serhiy Storchaka2024-02-111-30/+14
* gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...Serhiy Storchaka2024-02-113-21/+48