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
*
bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)
Brandt Bucher
2020-12-07
1
-1/+14
*
bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (G...
Miss Islington (bot)
2020-07-06
1
-3/+5
*
bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357)
Miss Islington (bot)
2020-07-06
1
-0/+19
*
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316)
Victor Stinner
2020-04-03
1
-0/+17
*
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...
Miss Islington (bot)
2020-03-19
1
-1/+8
*
bpo-39965: Correctly raise SyntaxError if await is used outside async functio...
Miss Islington (bot)
2020-03-15
1
-0/+38
*
bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)
Miss Islington (bot)
2019-09-21
1
-0/+13
*
Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)
Miss Islington (bot)
2019-09-13
1
-3/+4
*
[3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)
Brett Cannon
2019-09-11
1
-0/+4
*
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608)
Miss Islington (bot)
2019-08-30
1
-0/+12
*
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
Miss Islington (bot)
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
*
bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561)
Serhiy Storchaka
2019-01-15
1
-0/+1
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
1
-1/+1
*
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
INADA Naoki
2018-09-26
1
-0/+9
*
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen...
Raymond Hettinger
2018-09-12
1
-0/+3
*
bpo-34149: Behavior of the min/max with key=None (GH-8328)
Alexander Marshalov
2018-07-24
1
-0/+4
*
bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880)
Serhiy Storchaka
2017-12-15
1
-8/+8
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-0/+1
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
1
-1/+109
*
bpo-31657: Add test coverage for the __debug__ case (GH-3450)
diana
2017-10-03
1
-8/+11
*
bpo-31160: test_builtin: don't check waitpid() status (#3050)
Victor Stinner
2017-08-09
1
-2/+2
*
bpo-31160: Fix test_builtin for zombie process (#3043)
Victor Stinner
2017-08-09
1
-0/+4
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-0/+6
*
bpo-29839: Raise ValueError rather than OverflowError in len() for negative v...
Serhiy Storchaka
2017-04-16
1
-0/+8
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-1/+1
*
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka
2017-01-20
1
-0/+10
*
Issue #28385: An error message when non-empty format spec is passed to
Serhiy Storchaka
2016-10-30
1
-13/+11
|
\
|
*
Issue #28385: An error message when non-empty format spec is passed to
Serhiy Storchaka
2016-10-30
1
-13/+11
*
|
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
1
-191/+1
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-2/+2
*
|
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
1
-1/+191
*
|
Merge
Raymond Hettinger
2016-09-03
1
-0/+11
|
\
\
|
|
/
|
*
Issue 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger
2016-09-03
1
-0/+11
*
|
Issue #27366: Implement PEP 487
Nick Coghlan
2016-07-30
1
-15/+5
|
/
*
Issue #25983: Added tests for multi-argument type().
Serhiy Storchaka
2016-02-08
1
-0/+155
*
Issue #24402: Merge potential test fix from 3.4 into 3.5
Martin Panter
2015-10-10
1
-45/+48
|
\
|
*
Issue #24402: Factor out PtyTests.run_child() in input() tests
Martin Panter
2015-10-10
1
-45/+48
*
|
Issue #24402: Merge input() fix from 3.4 into 3.5
Martin Panter
2015-10-10
1
-76/+110
|
\
\
|
|
/
|
*
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
Martin Panter
2015-10-10
1
-76/+110
*
|
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1/+1
*
|
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-11/+14
|
\
\
|
|
/
|
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-11/+14
|
*
Issue #20599: Don't clear environment in test_cleanup() of test_builtin
Victor Stinner
2014-02-13
1
-2/+1
|
*
Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin
Victor Stinner
2014-02-12
1
-3/+11
|
*
Try to fix test_cleanup (issue #20599).
Serhiy Storchaka
2014-02-12
1
-2/+2
|
*
Issue #19255: The builtins module is restored to initial value before
Serhiy Storchaka
2014-02-10
1
-0/+29
*
|
Issue #22215: Now ValueError is raised instead of TypeError when str or bytes
Serhiy Storchaka
2014-09-06
1
-2/+2
[next]