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-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms
2023-06-29
4
-11/+49
*
gh-106078: Convert `_decimal` types to heap types (#106079)
Charlie Zhao
2023-06-29
1
-1/+20
*
gh-89392: Make test_decimal discoverable (GH-106209)
Serhiy Storchaka
2023-06-29
1
-133/+146
*
gh-106194: Rename duplicated tests in `test_curses` (#106196)
Nikita Sobolev
2023-06-28
1
-4/+11
*
GH-106214: Fix `test_opcache` to skip threaded tests on non-threaded platform...
Hood Chatham
2023-06-28
1
-0/+2
*
gh-106197: Deduplicate tests in `test_buffer` (#106198)
Nikita Sobolev
2023-06-28
1
-1/+1
*
gh-106200: Remove unused imports (#106201)
Nikita Sobolev
2023-06-28
3
-4/+0
*
gh-106162: fix test_array modifies warning filter (#106181)
Inada Naoki
2023-06-28
1
-0/+1
*
GH-104584: Fix test_capi.test_counter_optimizer() when run twice (#106171)
Victor Stinner
2023-06-28
1
-15/+24
*
gh-101634: regrtest reports decoding error as failed test (#106169)
Victor Stinner
2023-06-28
2
-1/+47
*
GH-106160: Fix test_gzip failing under WASI, which does not have zlib. (#106167)
T. Wouters
2023-06-28
1
-1/+1
*
IDLE: Condense run.main threading.Thread start. (#106125)
Terry Jan Reedy
2023-06-27
1
-5/+6
*
Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614...
Ćukasz Langa
2023-06-26
3
-197/+1
*
GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...
Barney Gale
2023-06-26
2
-9/+35
*
Update test.support.interpreters to include missing RunFailedError import (#1...
Bruce Eckel
2023-06-26
1
-1/+1
*
gh-104527: zippapp will now avoid appending an archive to itself. (gh-106076)
Gabriel Venberg
2023-06-26
1
-1/+1
*
gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090)
James Webber
2023-06-26
2
-1/+2
*
gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...
Alex Waygood
2023-06-25
2
-0/+45
*
gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (#10...
chgnrdv
2023-06-24
1
-0/+19
*
gh-102251: Disable non-rerunnable test in test_import (#106013)
Erlend E. Aasland
2023-06-23
1
-4/+20
*
gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...
Irit Katriel
2023-06-23
1
-19/+46
*
gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (#106024)
Erlend E. Aasland
2023-06-23
1
-0/+10
*
gh-105974: Revert unintentional behaviour change for protocols with non-calla...
Alex Waygood
2023-06-23
2
-32/+73
*
gh-85136: Remove disabled remote IMAP tests (#106022)
Erlend E. Aasland
2023-06-23
1
-95/+0
*
Test specialization's thread-safety (GH-105953)
Brandt Bucher
2023-06-22
1
-1/+511
*
gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import....
chgnrdv
2023-06-22
1
-0/+8
*
gh-98931: Add custom error messages to invalid import/from with multiple targ...
Pablo Galindo Salgado
2023-06-22
1
-0/+16
*
GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)
Barney Gale
2023-06-22
2
-12/+42
*
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon
2023-06-22
4
-2/+26
*
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner
2023-06-21
1
-0/+1
*
gh-105915: Fix SyntaxWarning becoming a SyntaxError with -We in test_fstring ...
Lysandros Nikolaou
2023-06-20
1
-3/+3
*
gh-105915: Add 'r' prefix to not emit SyntaxWarning in test_fstring (#105940)
Lysandros Nikolaou
2023-06-20
1
-1/+1
*
gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (#105939)
Lysandros Nikolaou
2023-06-20
1
-2/+9
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
2
-0/+25
*
gh-105481: generate _specializations and _specialized_instructions from bytec...
Irit Katriel
2023-06-19
3
-91/+102
*
gh-105908: fix `barry_as_FLUFL` future import (#105909)
Crowthebird
2023-06-19
1
-0/+8
*
GH-105808: Fix a regression introduced in GH-101251 (#105910)
T. Wouters
2023-06-19
2
-1/+51
*
gh-71299: Fix __all__ in tokenize (#105907)
Lysandros Nikolaou
2023-06-19
2
-135/+137
*
GH-104584: Assorted fixes for the optimizer API. (GH-105683)
Mark Shannon
2023-06-19
1
-8/+57
*
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland
2023-06-18
5
-78/+38
*
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
1
-8/+2
*
GH-105840: Fix assertion failures when specializing calls with too many __def...
Brandt Bucher
2023-06-16
1
-0/+29
*
gh-104799: PEP 695 backward compatibility for ast.unparse (#105846)
Jelle Zijlstra
2023-06-16
2
-3/+77
*
gh-105834: Add tests for calling `issubclass()` between two protocols (#105835)
Alex Waygood
2023-06-16
1
-0/+74
*
gh-105433: Add `pickle` tests for PEP695 (#105443)
Nikita Sobolev
2023-06-16
2
-4/+131
*
GH-103124: Multiline statement support for pdb (GH-103125)
Tian Gao
2023-06-15
2
-4/+55
*
GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)
Brandt Bucher
2023-06-15
1
-0/+27
*
gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (#105828)
Lysandros Nikolaou
2023-06-15
2
-1/+27
*
gh-105751, test_ctypes: Remove disabled tests (#105826)
Victor Stinner
2023-06-15
5
-131/+2
*
gh-105821: Use a raw f-string in test_httpservers.py (#105822)
Pablo Galindo Salgado
2023-06-15
1
-2/+2
[next]