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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-115154: Fix untokenize handling of unicode named literals (#115171)
Pablo Galindo Salgado
2024-02-19
3
-10/+85
*
gh-115652: Fix indentation in the documentation of multiprocessing.get_start_...
Daniel Haag
2024-02-19
1
-5/+5
*
gh-114626: Add again _PyCFunctionFastWithKeywords name (GH-115561)
Victor Stinner
2024-02-19
2
-1/+5
*
gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640)
0xflotus
2024-02-19
1
-1/+1
*
gh-102388: Add windows_31j to aliases for cp932 codec (#102389)
Masayuki Moriyama
2024-02-19
3
-1/+4
*
Docs: Add explanation about little/big endian (#109841)
Simon A. Eugster
2024-02-19
1
-0/+15
*
gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (...
Jamie Phan
2024-02-19
3
-9/+29
*
gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)
Shantanu
2024-02-18
1
-1/+4
*
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner
2024-02-18
8
-30/+178
*
gh-115572: Move `codeobject.replace()` docs to the data model (#115631)
Daler
2024-02-18
2
-9/+9
*
gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)
Sebastian Rittau
2024-02-18
4
-3/+11
*
gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (#114687)
Nikita Sobolev
2024-02-18
2
-169/+196
*
gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619)
Serhiy Storchaka
2024-02-17
3
-3/+21
*
gh-100176: Remove outdated Tools/{io,cc,string}bench (#101853)
Hugo van Kemenade
2024-02-17
6
-2733/+1
*
gh-115596: Fix ProgramPriorityTests in test_os permanently changing the proce...
Brian Schubert
2024-02-17
2
-16/+17
*
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
*
Document use of ANY in test assertions (GH-94060)
Thomas Grainger
2024-02-17
1
-0/+8
*
gh-107155: Fix help() for lambda function with return annotation (GH-107401)
Kirill Podoprigora
2024-02-17
3
-2/+31
*
gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_sc...
wookie184
2024-02-17
3
-4/+34
*
gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825)
Matthew Hughes
2024-02-17
2
-4/+4
*
gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 ...
6t8k
2024-02-17
4
-3/+62
*
gh-56499: Update the pickle library's note section for the __setstate__ funct...
Furkan Onder
2024-02-17
1
-2/+2
*
gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517)
Rami
2024-02-17
1
-1/+1
*
gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)
Thomas Weißschuh
2024-02-17
3
-1/+9
*
gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)
Derek Higgins
2024-02-17
4
-5/+29
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (#115580)
Hugo van Kemenade
2024-02-17
3
-43/+44
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.1.rst` (#115575)
Hugo van Kemenade
2024-02-17
2
-10/+13
*
gh-101384: Add socket timeout to ThreadedVSOCKSocketStreamTest and skip it on...
Peter Jiping Xie
2024-02-17
1
-0/+3
*
gh-101699: Explain using Match.expand with \g<0> (GH-101701)
Stevoisiak
2024-02-17
1
-1/+2
*
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
Jamie Phan
2024-02-17
8
-16/+50
*
gh-111968: Split _Py_async_gen_asend_freelist out of _Py_async_gen_fr… (gh-...
Donghee Na
2024-02-17
2
-25/+39
*
docs: Add glossary term references to shutil docs (#115559)
Brian Schubert
2024-02-16
1
-4/+4
*
gh-85294: Handle missing arguments to @singledispatchmethod gracefully (GH-21...
Ammar Askar
2024-02-16
3
-2/+23
*
gh-115103: Implement delayed memory reclamation (QSBR) (#115180)
Sam Gross
2024-02-16
18
-2/+577
*
gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (...
Łukasz Langa
2024-02-16
3
-21/+29
*
gh-112720: make it easier to subclass and modify dis.ArgResolver's jump arg r...
Irit Katriel
2024-02-16
3
-11/+37
*
gh-114271: Make `thread._rlock` thread-safe in free-threaded builds (#115102)
mpage
2024-02-16
5
-10/+68
*
gh-115480: Type / constant propagation for float binary uops (GH-115550)
Peter Lazorchak
2024-02-16
3
-38/+184
*
gh-115362: Add documentation to pystats output (#115365)
Michael Droettboom
2024-02-16
1
-77/+224
*
gh-113743: Give _PyTypes_AfterFork a prototype. (gh-115563)
Benjamin Peterson
2024-02-16
1
-1/+1
*
gh-112529: Make the GC scheduling thread-safe (#114880)
Sam Gross
2024-02-16
7
-16/+71
*
gh-115480: Minor fixups in int constant propagation (GH-115507)
Ken Jin
2024-02-16
3
-132/+59
*
gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objimpl.h (#1...
Victor Stinner
2024-02-16
2
-19/+17
*
Add `Python/tier2_redundancy_eliminator_cases.c.h` to `.gitattributes` as gen...
Nikita Sobolev
2024-02-16
1
-1/+1
*
gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104...
Furkan Onder
2024-02-16
5
-4/+20
*
gh-113317: Argument Clinic: move C/Py identifier helpers into libclinic (#115...
Erlend E. Aasland
2024-02-16
3
-29/+45
*
gh-115503: Fix `run_presite` error handling (#115504)
Nikita Sobolev
2024-02-16
1
-1/+0
*
gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)
Donghee Na
2024-02-16
7
-59/+77
*
gh-113743: Use per-interpreter locks for types (#115541)
Dino Viehland
2024-02-16
3
-4/+5
[prev]
[next]