summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-86291: linecache: get module name from __spec__ if available (GH-22908)Eugene Toder2024-02-202-7/+43
* gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True ...Serhiy Storchaka2024-02-201-10/+57
* gh-101860: Expose __name__ on property (GH-101876)Eugene Toder2024-02-205-14/+76
* Add missed `stream` argument (#111775)Alexander Shadchin2024-02-201-1/+1
* gh-115687: Split up guards from COMPARE_OP (GH-115688)Ken Jin2024-02-201-3/+56
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-201-1/+1
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-202-0/+12
* gh-115539: Allow enum.Flag to have None members (GH-115636)Jason Zhang2024-02-192-21/+52
* gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_...Serhiy Storchaka2024-02-192-23/+56
* gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342)Serhiy Storchaka2024-02-191-1/+1
* Fix test_py_compile with -O mode (GH-115345)Serhiy Storchaka2024-02-191-1/+3
* Fix test_compile with -O mode (GH-115346)Serhiy Storchaka2024-02-191-2/+5
* gh-115154: Fix untokenize handling of unicode named literals (#115171)Pablo Galindo Salgado2024-02-192-10/+83
* gh-102388: Add windows_31j to aliases for cp932 codec (#102389)Masayuki Moriyama2024-02-191-0/+1
* gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (...Jamie Phan2024-02-192-9/+27
* gh-115122: Add --bisect option to regrtest (#115123)Victor Stinner2024-02-187-30/+176
* gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)Sebastian Rittau2024-02-182-1/+4
* gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (#114687)Nikita Sobolev2024-02-181-169/+0
* gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619)Serhiy Storchaka2024-02-171-0/+18
* gh-115596: Fix ProgramPriorityTests in test_os permanently changing the proce...Brian Schubert2024-02-171-16/+15
* Fix ProgramPriorityTests on FreeBSD with high nice value (GH-100145)Dmitry Marakasov2024-02-171-1/+2
* gh-115567: Catch test_ctypes.test_callbacks.test_i38748_stackCorruption stdou...Kirill Podoprigora2024-02-171-3/+4
* gh-107155: Fix help() for lambda function with return annotation (GH-107401)Kirill Podoprigora2024-02-172-2/+28
* gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_sc...wookie1842024-02-171-0/+22
* 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