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-106016: Add Lib/test/test_module/ directory (#108293)
Victor Stinner
2023-08-22
5
-18/+18
*
gh-90791: Enable test___all__ on ASAN build (#108286)
Victor Stinner
2023-08-22
6
-11/+30
*
gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...
Erlend E. Aasland
2023-08-22
1
-0/+6
*
gh-108179: Add error message for parser stack overflows (#108256)
Dennis Sweeney
2023-08-22
1
-1/+1
*
Fix test_faulthandler for sanitizers (#108245)
Victor Stinner
2023-08-22
1
-6/+13
*
gh-106242: Make ntpath.realpath errors consistent with abspath when there are...
Steve Dower
2023-08-22
2
-0/+18
*
Fix test_generators: save/restore warnings filters (#108246)
Victor Stinner
2023-08-21
1
-2/+2
*
gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop ...
Irit Katriel
2023-08-21
1
-0/+14
*
gh-107265: Fix code_hash for ENTER_EXECUTOR case (#108188)
Dong-hee Na
2023-08-21
1
-2/+4
*
gh-108223: test.pythoninfo and libregrtest log Py_NOGIL (#108238)
Victor Stinner
2023-08-21
2
-0/+6
*
gh-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel
2023-08-21
3
-11/+64
*
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...
Serhiy Storchaka
2023-08-21
1
-21/+75
*
gh-107905: Test raising `__value__` for `TypeAliasType` (#107997)
Nikita Sobolev
2023-08-21
1
-0/+18
*
gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485)
balmeida-nokia
2023-08-21
2
-1/+18
*
gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
Petr Viktorin
2023-08-21
2
-9/+148
*
gh-105736: Sync pure python version of OrderedDict with the C version (#108098)
Raymond Hettinger
2023-08-21
2
-7/+20
*
gh-107895: Fix test_asyncio.test_runners when run it in CPython's "developmen...
Joon Hwan 김준환
2023-08-21
1
-1/+4
*
gh-107265: Fix code_richcompare for ENTER_EXECUTOR case (gh-108165)
Dong-hee Na
2023-08-21
1
-0/+11
*
gh-107526: Fix test_module_level_callable_unrepresentable_default (gh-108187)
Dong-hee Na
2023-08-21
1
-1/+1
*
Fix patchcheck for `asyncio.tasks` (#108159)
Kumar Aditya
2023-08-20
1
-9/+9
*
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...
Serhiy Storchaka
2023-08-19
1
-0/+81
*
gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)
Serhiy Storchaka
2023-08-19
2
-1/+134
*
gh-107704: Argument Clinic: add support for deprecating keyword use of parame...
Serhiy Storchaka
2023-08-19
1
-49/+324
*
gh-107995: Fix doctest collection of functools.cached_property objects (#107996)
Tyler Smart
2023-08-18
3
-0/+16
*
gh-107944: Improve error message for function calls with bad keyword argument...
Pablo Galindo Salgado
2023-08-17
1
-0/+68
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
2
-1/+2
*
gh-102029: Deprecate passing arguments to `_PyRLock` in `threading` (#102071)
Nikita Sobolev
2023-08-17
2
-0/+31
*
gh-105481: opcode.h is no longer generated during the build (#108080)
Irit Katriel
2023-08-17
1
-30/+1
*
gh-105539: Explict resource management for connection objects in sqlite3 test...
Erlend E. Aasland
2023-08-17
9
-387/+373
*
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum
2023-08-16
1
-0/+17
*
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...
Irit Katriel
2023-08-16
6
-401/+427
*
gh-56166: Deprecate passing confusing positional arguments in re functions (#...
Serhiy Storchaka
2023-08-16
2
-8/+130
*
gh-105522: [Enum] Correctly handle possible exceptions during testing (GH-105...
Nikita Sobolev
2023-08-16
1
-54/+96
*
gh-91051: fix type watcher test to be robust to existing watcher (#107989)
Carl Meyer
2023-08-16
1
-6/+4
*
gh-104683: Argument Clinic: Extract parse function name helper (#107964)
Erlend E. Aasland
2023-08-16
1
-1/+1
*
gh-107909: Test explicit `object` base in PEP695 generic classes (#108001)
Nikita Sobolev
2023-08-16
1
-0/+4
*
gh-108000: Test that `lambda` also has `__type_params__` (#108002)
Nikita Sobolev
2023-08-16
1
-7/+10
*
gh-106368: Argument Clinic: Test that keyword params are disallowed in groups...
Erlend E. Aasland
2023-08-16
1
-0/+21
*
gh-105724: Add location information to `assert` errors (GH-105935)
Nikita Sobolev
2023-08-16
2
-5/+122
*
gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737)
Nikita Sobolev
2023-08-16
1
-52/+65
*
gh-100061: Proper fix of the bug in the matching of possessive quantifiers (G...
SKO
2023-08-16
2
-10/+11
*
gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 behavior (G...
6t8k
2023-08-16
2
-0/+47
*
More actionable error message when spawn is incorrectly used. (#102203)
Yuxin Wu
2023-08-16
1
-1/+5
*
gh-106368: Argument Clinic: Add tests for cloned functions with custom C base...
Erlend E. Aasland
2023-08-15
1
-0/+31
*
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
Finn Womack
2023-08-15
1
-0/+4
*
gh-107972: Argument Clinic: Ensure a C basename is provided after 'as' (#107973)
Erlend E. Aasland
2023-08-15
1
-4/+26
*
gh-107880: Argument Clinic: Fix regression in gh-107885 (#107974)
Erlend E. Aasland
2023-08-15
1
-3/+32
*
gh-107963: Fix set_forkserver_preload to check the type of given list (#107965)
Dong-hee Na
2023-08-15
2
-1/+9
*
gh-107967: Fix infinite recursion on invalid escape sequence warning (#107968)
Lysandros Nikolaou
2023-08-15
1
-0/+10
*
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...
Erlend E. Aasland
2023-08-15
2
-1/+23
[prev]
[next]