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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-119034, REPL: Change page up/down keys to search in history (#123607)
Victor Stinner
2024-09-06
1
-0/+39
*
gh-111201: fix auto-indent in pyrepl for muliple pound comments (#123196)
Arnon Yaari
2024-09-06
1
-0/+18
*
gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754)
Peter Bierma
2024-09-06
1
-6/+16
*
gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)
nkinnan
2024-09-05
1
-1/+25
*
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Petr Viktorin
2024-09-05
2
-43/+116
*
gh-97588: Move ctypes struct/union layout logic to Python (GH-123352)
Petr Viktorin
2024-09-05
2
-5/+29
*
gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threa...
Bar Harel
2024-09-04
1
-1/+27
*
gh-118710: Make IPv*Address.version & max_prefixlen available on the class (G...
Nice Zombies
2024-09-04
1
-0/+6
*
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner
2024-09-04
1
-0/+3
*
gh-107954, PEP 741: Adjust Python initialization config (#123663)
Victor Stinner
2024-09-04
1
-1/+0
*
gh-121804: always show error location for SyntaxError's in basic repl (#123202)
Sergey B Kirpichev
2024-09-03
1
-0/+13
*
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner
2024-09-03
1
-10/+36
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
3
-61/+445
*
GH-119518: Stop interning strings in pathlib GH-123356)
Barney Gale
2024-09-02
1
-9/+0
*
gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-12...
Bénédikt Tran
2024-09-02
1
-6/+36
*
gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)
Donghee Na
2024-09-02
3
-0/+17
*
gh-123562: Improve `SyntaxError` message for `case ... as a.b` (#123563)
sobolevn
2024-09-02
2
-1/+48
*
gh-123341: Support `tkinter.Event` type subcript (#123353)
Yoda
2024-09-01
1
-0/+6
*
gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (#1...
sobolevn
2024-09-01
1
-0/+32
*
gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)
Seth Michael Larson
2024-08-31
1
-0/+42
*
gh-123309: Remove check for redefined memo entry in pickletools.dis() (GH-123...
Serhiy Storchaka
2024-08-31
1
-18/+8
*
gh-76960: Fix urljoin() and urldefrag() for URIs with empty components (GH-12...
Serhiy Storchaka
2024-08-31
1
-14/+73
*
gh-123309: Add more tests for the pickletools module (GH-123355)
Serhiy Storchaka
2024-08-31
1
-0/+310
*
gh-123440: Improve error message for `except as` used with not a name (#123442)
sobolevn
2024-08-30
1
-0/+47
*
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner
2024-08-30
1
-0/+10
*
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner
2024-08-30
1
-0/+40
*
gh-123446: Fix empty function names in `TypeError`s in `typeobject` (#123470)
sobolevn
2024-08-30
1
-0/+14
*
gh-121485: Always use 64-bit integers for integers bits count (GH-121486)
Serhiy Storchaka
2024-08-30
3
-6/+95
*
gh-123431: Harmonize extension code checks in pickle (GH-123434)
Serhiy Storchaka
2024-08-29
1
-0/+51
*
gh-122136: test_asyncio: Don't fail if the kernel buffers more data than adve...
Petr Viktorin
2024-08-28
1
-5/+13
*
gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)
Irit Katriel
2024-08-28
5
-1/+33
*
gh-123344: Add missing ast optimizations for PEP 696 (#123377)
Bogdan Romanyuk
2024-08-28
1
-9/+95
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
2
-0/+33
*
gh-123363: Show string value of CONTAINS_OP oparg in dis (#123387)
Alexandr Mitin
2024-08-28
1
-0/+9
*
gh-123270: Replaced SanitizedNames with a more surgical fix. (#123354)
Jason R. Coombs
2024-08-27
1
-6/+67
*
gh-123271: Make builtin zip method safe under free-threading (#123272)
Pieter Eendebak
2024-08-27
1
-0/+41
*
gh-122666: Tests for ast optimizations (#122667)
Kirill Podoprigora
2024-08-26
2
-1/+213
*
gh-123340: Show string value of `IS_OP` oparg in `dis` (#123348)
sobolevn
2024-08-26
1
-0/+9
*
GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)
Barney Gale
2024-08-26
1
-63/+0
*
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Barney Gale
2024-08-26
2
-180/+23
*
gh-111495: Remove test_capi test_rshift_print() (#123338)
Victor Stinner
2024-08-26
1
-15/+0
*
gh-111495: Add tests for PyNumber C API (#111996)
Sergey B Kirpichev
2024-08-26
2
-7/+335
*
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale
2024-08-26
2
-0/+38
*
gh-111495: Add tests for PyTuple C API (#118757)
Sergey B Kirpichev
2024-08-26
5
-0/+277
*
gh-123177: Fix prompt for wrapped lines in pyrepl (#123324)
Matt Wozniski
2024-08-25
1
-0/+31
*
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale
2024-08-25
2
-0/+181
*
gh-123228: don't leak file descriptors in pyrepl test (#123302)
CF Bolz-Tereick
2024-08-25
1
-1/+1
*
Revert "GH-120754: Add a strace helper and test set of syscalls for o… (#12...
Shantanu
2024-08-24
3
-279/+33
*
GH-120754: Add a strace helper and test set of syscalls for open().read() (#1...
Cody Maloney
2024-08-24
3
-33/+279
*
gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)
Sergey B Kirpichev
2024-08-24
1
-1/+7
[next]