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-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
*
GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)
Barney Gale
2024-08-24
1
-0/+48
*
GH-73991: Disallow copying directory into itself via `pathlib.Path.copy()` (#...
Barney Gale
2024-08-23
1
-8/+103
*
gh-122272: Guarantee specifiers %F and %C for datetime.strftime to be 0-padde...
blhsing
2024-08-23
1
-4/+13
*
gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no lo...
Bar Harel
2024-08-23
1
-0/+32
*
gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)
Sergey B Kirpichev
2024-08-22
1
-0/+4
*
gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123...
Donghee Na
2024-08-22
1
-0/+18
*
gh-123165: correct tests for `dis.dis(func, show_positions=True)` (#123220)
Bénédikt Tran
2024-08-22
1
-34/+38
*
gh-122546: use same filename for different exceptions in new repl (#123217)
Sergey B Kirpichev
2024-08-22
1
-0/+10
*
gh-122712: Test `CALL_ALLOC_AND_ENTER_INIT` handles reassignment of `__code__...
mpage
2024-08-22
1
-7/+32
*
gh-123142: Fix too wide source locations in tracebacks of exceptions from bro...
Irit Katriel
2024-08-21
6
-20/+117
*
gh-123165: make `dis` functions render positions on demand (#123168)
Bénédikt Tran
2024-08-21
1
-0/+80
*
Fix typos in comments (#123201)
Wulian
2024-08-21
6
-7/+7
*
GH-123185: Check for `NULL` after calling `_PyEvalFramePushAndInit` (GH-123194)
Mark Shannon
2024-08-21
1
-0/+13
*
gh-85110: Preserve relative path in URL without netloc in urllib.parse.urluns...
Serhiy Storchaka
2024-08-21
1
-7/+30
*
gh-123084: Turn `shutil.ExecError` into a deprecated alias of `RuntimeError` ...
Peter Bierma
2024-08-21
1
-1/+3
*
gh-122981: Fix inspect.getsource() for generated classes with Python base cla...
Serhiy Storchaka
2024-08-20
2
-1/+61
*
gh-123048: Fix missing source location in pattern matching code (#123167)
Irit Katriel
2024-08-20
1
-0/+19
*
gh-122909: Pass ftp error strings to URLError constructor (#122913)
Jeremy Hylton
2024-08-20
1
-1/+22
*
gh-123123: Fix display of syntax errors covering multiple lines (#123131)
Pablo Galindo Salgado
2024-08-19
1
-4/+36
*
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
Sergey B Kirpichev
2024-08-19
1
-0/+14
*
gh-123049: configparser: Allow to create the unnamed section from scratch. (#...
Pedro Lacerda
2024-08-18
1
-0/+13
*
gh-116789: Add more tests for `inspect.getmembers` (#116802)
sobolevn
2024-08-18
1
-0/+50
*
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
CF Bolz-Tereick
2024-08-18
1
-1/+33
*
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Sam Gross
2024-08-17
1
-1/+8
*
gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba...
Serhiy Storchaka
2024-08-17
1
-0/+38
[next]