index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-86291: linecache: get module name from __spec__ if available (GH-22908)
Eugene Toder
2024-02-20
2
-7/+43
*
gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True ...
Serhiy Storchaka
2024-02-20
1
-10/+57
*
gh-101860: Expose __name__ on property (GH-101876)
Eugene Toder
2024-02-20
5
-14/+76
*
Add missed `stream` argument (#111775)
Alexander Shadchin
2024-02-20
1
-1/+1
*
gh-115687: Split up guards from COMPARE_OP (GH-115688)
Ken Jin
2024-02-20
1
-3/+56
*
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon
2024-02-20
1
-1/+1
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
2
-0/+12
*
gh-115539: Allow enum.Flag to have None members (GH-115636)
Jason Zhang
2024-02-19
2
-21/+52
*
gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_...
Serhiy Storchaka
2024-02-19
2
-23/+56
*
gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342)
Serhiy Storchaka
2024-02-19
1
-1/+1
*
Fix test_py_compile with -O mode (GH-115345)
Serhiy Storchaka
2024-02-19
1
-1/+3
*
Fix test_compile with -O mode (GH-115346)
Serhiy Storchaka
2024-02-19
1
-2/+5
*
gh-115154: Fix untokenize handling of unicode named literals (#115171)
Pablo Galindo Salgado
2024-02-19
2
-10/+83
*
gh-102388: Add windows_31j to aliases for cp932 codec (#102389)
Masayuki Moriyama
2024-02-19
1
-0/+1
*
gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (...
Jamie Phan
2024-02-19
2
-9/+27
*
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner
2024-02-18
7
-30/+176
*
gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)
Sebastian Rittau
2024-02-18
2
-1/+4
*
gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (#114687)
Nikita Sobolev
2024-02-18
1
-169/+0
*
gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619)
Serhiy Storchaka
2024-02-17
1
-0/+18
*
gh-115596: Fix ProgramPriorityTests in test_os permanently changing the proce...
Brian Schubert
2024-02-17
1
-16/+15
*
Fix ProgramPriorityTests on FreeBSD with high nice value (GH-100145)
Dmitry Marakasov
2024-02-17
1
-1/+2
*
gh-115567: Catch test_ctypes.test_callbacks.test_i38748_stackCorruption stdou...
Kirill Podoprigora
2024-02-17
1
-3/+4
*
gh-107155: Fix help() for lambda function with return annotation (GH-107401)
Kirill Podoprigora
2024-02-17
2
-2/+28
*
gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_sc...
wookie184
2024-02-17
1
-0/+22
*
gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825)
Matthew Hughes
2024-02-17
1
-2/+2
*
gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 ...
6t8k
2024-02-17
2
-2/+48
*
gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)
Thomas Weißschuh
2024-02-17
2
-1/+7
*
gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)
Derek Higgins
2024-02-17
2
-5/+26
*
gh-101384: Add socket timeout to ThreadedVSOCKSocketStreamTest and skip it on...
Peter Jiping Xie
2024-02-17
1
-0/+3
*
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
Jamie Phan
2024-02-17
5
-16/+36
*
gh-85294: Handle missing arguments to @singledispatchmethod gracefully (GH-21...
Ammar Askar
2024-02-16
2
-2/+20
*
gh-112720: make it easier to subclass and modify dis.ArgResolver's jump arg r...
Irit Katriel
2024-02-16
2
-11/+35
*
gh-115480: Type / constant propagation for float binary uops (GH-115550)
Peter Lazorchak
2024-02-16
1
-32/+67
*
gh-112529: Make the GC scheduling thread-safe (#114880)
Sam Gross
2024-02-16
2
-1/+3
*
gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104...
Furkan Onder
2024-02-16
3
-4/+12
*
gh-113317: Argument Clinic: move linear_format into libclinic (#115518)
Erlend E. Aasland
2024-02-15
1
-1/+14
*
Merge branch 'main' of https://github.com/python/cpython
Thomas Wouters
2024-02-15
4
-1/+334
|
\
|
*
gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)
monkeyman192
2024-02-15
1
-0/+286
|
*
gh-115420: Fix translation of exception hander targets by _testinternalcapi.o...
Irit Katriel
2024-02-15
1
-0/+16
|
*
gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#...
Irit Katriel
2024-02-15
1
-1/+6
|
*
gh-115347: avoid emitting redundant NOP for the docstring with -OO (#115494)
Irit Katriel
2024-02-15
1
-0/+26
*
|
Python 3.13.0a4
v3.13.0a4
Thomas Wouters
2024-02-15
1
-33/+35
|
/
*
gh-115490: Work around test.support.interpreters.channels not handling unload...
T. Wouters
2024-02-15
1
-2/+7
*
gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115...
Erlend E. Aasland
2024-02-15
1
-5/+5
*
bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)
Martijn Pieters
2024-02-15
3
-4/+46
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
2
-0/+2
*
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
Donghee Na
2024-02-14
2
-13/+16
*
gh-115243: Fix crash in deque.index() when the deque is concurrently modified...
kcatss
2024-02-14
1
-1/+5
*
gh-115392: Fix doctest reporting incorrect line numbers for decorated functio...
Brian Schubert
2024-02-14
4
-1/+21
*
gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)
Erlend E. Aasland
2024-02-14
1
-1/+1
[next]