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
/
test_builtin.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110393: Remove watchdog with hardcoded timeout (#110400)
Victor Stinner
2023-10-05
1
-2/+0
*
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka
2023-09-02
1
-0/+1
*
gh-108113: Make it possible to optimize an AST (#108282)
Irit Katriel
2023-08-23
1
-5/+7
*
gh-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel
2023-08-21
1
-9/+32
*
gh-81005: Refactor str tests to reflect that str and unicode are merged in Py...
Daniel Fortunov
2023-05-23
1
-1/+1
*
gh-104600: Make type.__type_params__ writable (#104634)
Jelle Zijlstra
2023-05-19
1
-0/+12
*
GH-104142: Fix _Py_RefcntAdd to respect immortality (GH-104143)
Brandt Bucher
2023-05-05
1
-18/+25
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-1/+23
*
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
Marta Gómez Macías
2023-03-05
1
-0/+10
*
GH-90829: Fix empty iterable error message in min/max (#31181)
Nnarol
2023-01-08
1
-2/+10
*
GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)
Raymond Hettinger
2022-12-23
1
-0/+18
*
gh-99124: use concrete exception types in `test_builtin` (#99125)
Nikita Sobolev
2022-11-08
1
-3/+3
*
gh-94808: Cover `LOAD_GLOBAL` for custom dict subtypes (GH-96767)
Nikita Sobolev
2022-11-04
1
-0/+31
*
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado
2022-09-27
1
-2/+1
*
gh-96197: Add `del sys.breakpointhook` behavior test (gh-96198)
Jeong YunWon
2022-08-23
1
-0/+5
*
GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932)
Michael Droettboom
2022-08-15
1
-5/+9
*
gh-93124: Fix typos in comments (GH-93125)
Akuli
2022-05-25
1
-1/+1
*
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Christian Heimes
2022-05-13
1
-1/+4
*
gh-92203: Add closure support to exec(). (#92204)
larryhastings
2022-05-06
1
-1/+79
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
1
-1/+1
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-0/+2
*
bpo-44024: Improve the TypeError message in getattr and hasattr (GH-25863)
Géry Ogam
2022-01-18
1
-4/+14
*
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)
Irit Katriel
2022-01-18
1
-2/+2
*
bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)
Victor Stinner
2022-01-17
1
-2/+14
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
Raymond Hettinger
2021-10-02
1
-1/+1
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
Inada Naoki
2021-04-02
1
-6/+8
*
bpo-40636: Remove overly-strict zip pickling tests (GH-24109)
Brandt Bucher
2021-01-05
1
-42/+0
*
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher
2020-12-05
1
-0/+13
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
1
-3/+3
*
bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (G...
Pablo Galindo
2020-07-06
1
-3/+5
*
bpo-41218: Only mark async code with CO_COROUTINE. (#21357)
Matthias Bussonnier
2020-07-06
1
-0/+19
*
bpo-40636: PEP 618: add strict parameter to zip() (GH-20921)
Guido van Rossum
2020-06-19
1
-0/+150
*
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314)
Victor Stinner
2020-04-02
1
-5/+18
*
bpo-31160: Fix race condition in test_os.PtyTests (GH-19263)
Victor Stinner
2020-03-31
1
-2/+9
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
1
-1/+2
*
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...
Batuhan Taşkaya
2020-03-19
1
-1/+8
*
bpo-39965: Correctly raise SyntaxError if await is used outside async functio...
Pablo Galindo
2020-03-15
1
-0/+38
*
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...
MojoVampire
2020-03-03
1
-0/+14
*
bpo-39200: Correct the error message for min/max builtin function (GH-17814)
Dong-hee Na
2020-01-10
1
-2/+12
*
bpo-38839: Fix some unused functions in tests (GH-17189)
Adam Johnson
2019-11-19
1
-0/+1
*
bpo-38237: Make pow's arguments have more descriptive names and be keyword pa...
Ammar Askar
2019-09-21
1
-0/+13
*
Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)
Xtreak
2019-09-12
1
-3/+4
*
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis
2019-09-11
1
-0/+4
*
bpo-36781: Optimize sum() for bools. (#13074)
Serhiy Storchaka
2019-09-10
1
-0/+21
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-3/+3
*
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)
Sergey Fedoseev
2019-08-30
1
-0/+12
*
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
Brandt Bucher
2019-06-26
1
-0/+5
*
bpo-36027: Extend three-argument pow to negative second argument (GH-13266)
Mark Dickinson
2019-06-02
1
-1/+2
*
bpo-34616: Fix code style and unbreak buildbots (GH-13473)
Yury Selivanov
2019-05-21
1
-18/+20
*
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Matthias Bussonnier
2019-05-21
1
-1/+72
[next]