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
*
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
Victor Stinner
2021-02-18
2
-3/+9
*
bpo-43231: Correctly calculate the curses color pair limit when checking for ...
Pablo Galindo
2021-02-15
1
-1/+1
*
bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when running under ...
Pablo Galindo
2021-02-15
1
-0/+7
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
2
-27/+70
*
bpo-43172: readline now passes its tests when built against libedit (GH-24499)
Gregory P. Smith
2021-02-12
1
-2/+19
*
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
Inada Naoki
2021-02-10
1
-0/+11
*
bpo-43163: Handle unclosed parentheses in codeop (GH-24483)
Pablo Galindo
2021-02-09
1
-0/+4
*
bpo-43162: [Enum] deprecate enum member.member access (GH-24486)
Ethan Furman
2021-02-09
1
-0/+23
*
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
Asheesh Laroia
2021-02-08
2
-5/+25
*
bpo-43149: Improve error message for exception group without parentheses (GH-...
Pablo Galindo
2021-02-07
1
-0/+33
*
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439)
Raymond Hettinger
2021-02-04
1
-0/+5
*
bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)
Pablo Galindo
2021-02-03
1
-2/+18
*
bpo-41149: Fix a bug in threading that causes fals-y threads callables to fai...
BarneyStratford
2021-02-02
1
-0/+20
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
1
-3/+104
*
Only eliminate jumps to successor block if jump is unconditional. (GH-24417)
Mark Shannon
2021-02-02
1
-0/+16
*
bpo-41748: Handles unquoted attributes with commas (#24072)
Karl Dubost
2021-02-01
1
-36/+56
*
bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348)
Aviral Srivastava
2021-02-01
1
-11/+11
*
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...
Ronald Oussoren
2021-02-01
1
-1/+1
*
bpo-43017: Improve error message for unparenthesised tuples in comprehensions...
Pablo Galindo
2021-01-31
2
-1/+17
*
bpo-42986: Fix parser crash when reporting syntax errors in f-string with new...
Pablo Galindo
2021-01-31
1
-0/+3
*
bpo-43016: Fix test_curses on platform without cursesw (GH-24405)
Serhiy Storchaka
2021-01-31
1
-5/+23
*
bpo-43016: Rewrite tests for curses (GH-24312)
Serhiy Storchaka
2021-01-31
1
-215/+787
*
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co...
Mark Shannon
2021-01-29
1
-1/+1
*
bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
Victor Stinner
2021-01-27
1
-32/+65
*
bpo-38250: [Enum] only include .rst test if file available (GH-24342)
Ethan Furman
2021-01-26
1
-4/+6
*
bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
Ethan Furman
2021-01-25
2
-72/+252
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
3
-4/+4
*
bpo-42383: pdb: do not fail to restart the target if the current directory ch...
Andrey Bienkowski
2021-01-25
1
-0/+23
*
bpo-37319: Improve documentation, code and tests of randrange. (GH-19112)
Serhiy Storchaka
2021-01-25
1
-3/+16
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
3
-6/+24
*
bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
Serhiy Storchaka
2021-01-25
1
-0/+6
*
bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)
Andrey Bienkowski
2021-01-22
1
-0/+42
*
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya
2021-01-20
3
-14/+16
*
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner
2021-01-20
1
-9/+60
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
cptpcrd
2021-01-20
1
-0/+27
*
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
Pablo Galindo
2021-01-19
4
-4/+11
*
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner
2021-01-19
2
-12/+21
*
bpo-41818: Close file descriptors in test_openpty (#GH-24119)
Petr Viktorin
2021-01-19
1
-10/+10
*
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner
2021-01-18
2
-0/+29
*
bpo-42944 Fix Random.sample when counts is not None (GH-24235)
jonanifranco
2021-01-18
1
-27/+27
*
bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
Victor Stinner
2021-01-18
2
-16/+23
*
Mark instructions at end of class scope as artificial. (GH-24222)
Mark Shannon
2021-01-15
1
-0/+18
*
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
Irit Katriel
2021-01-15
1
-0/+40
*
bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
Lysandros Nikolaou
2021-01-14
1
-0/+3
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208)
Tobias Holl
2021-01-13
1
-0/+10
*
bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202)
Mark Shannon
2021-01-13
2
-1/+41
*
bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196)
Ethan Furman
2021-01-13
1
-2/+13
*
bpo-42848: remove recursion from TracebackException (GH-24158)
Irit Katriel
2021-01-12
1
-0/+25
*
bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198)
Victor Stinner
2021-01-12
1
-0/+6
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-08
1
-1/+0
[next]