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-42810: Mark jumps at end of if and try statements as artificial. (GH-24091)
Mark Shannon
2021-01-04
1
-0/+42
*
bpo-42789: Enable using /dev/tty in test_curses. (GH-24085)
Serhiy Storchaka
2021-01-04
1
-1/+1
*
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
Serhiy Storchaka
2021-01-03
1
-26/+107
*
bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
Pablo Galindo
2021-01-03
1
-0/+53
*
bpo-40631: Disallow single parenthesized star target (GH-24027)
Lysandros Nikolaou
2021-01-02
1
-0/+25
*
bpo-42772: Step argument ignored when stop is None. (GH-24018)
Raymond Hettinger
2021-01-02
1
-0/+8
*
bpo-42789: Don't skip curses tests on non-tty. (GH-24009)
Serhiy Storchaka
2021-01-02
1
-38/+62
*
bpo-42809: Improve pickle tests for recursive data. (GH-24060)
Serhiy Storchaka
2021-01-02
1
-87/+253
*
bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in...
Ken Jin
2021-01-02
1
-0/+10
*
bpo-42756: Configure LMTP Unix-domain socket to use global default timeout wh...
Ross
2021-01-01
2
-0/+18
*
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
Dong-hee Na
2021-01-01
1
-3/+7
*
bpo-37193: Remove thread objects which finished process its request (GH-23127)
Jason R. Coombs
2020-12-31
1
-0/+23
*
bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but pr...
Jason R. Coombs
2020-12-31
1
-0/+34
*
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...
Jason R. Coombs
2020-12-31
4
-80/+158
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
1
-6/+5
*
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Yurii Karabas
2020-12-30
2
-1/+51
*
bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
Hai Shi
2020-12-29
1
-2/+1
*
Allow / character in username,password fields in _PROXY envvars. (#23973)
Senthil Kumaran
2020-12-29
1
-1/+9
*
bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
Serhiy Storchaka
2020-12-29
1
-1/+1
*
bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942)
Ken Jin
2020-12-29
1
-0/+6
*
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
Ken Jin
2020-12-28
1
-0/+5
*
bpo-42222: Modernize integer test/conversion in randrange() (#23064)
Raymond Hettinger
2020-12-28
1
-0/+20
*
bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic ...
Serhiy Storchaka
2020-12-27
1
-4/+8
*
Add small validator utility for PEG grammars (GH-23519)
Pablo Galindo
2020-12-26
1
-0/+51
*
bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954)
Dong-hee Na
2020-12-26
1
-1/+5
*
bpo-28964: add line number of node (if available) to ast.literal_eval error m...
Irit Katriel
2020-12-25
1
-0/+12
*
bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)
Serhiy Storchaka
2020-12-25
1
-1/+1
*
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Gregory P. Smith
2020-12-25
1
-0/+22
*
[Enum] EnumMeta.__prepare__ now accepts **kwds (#23917)
Ethan Furman
2020-12-24
1
-1/+11
*
bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
kj
2020-12-24
2
-14/+127
*
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
Raymond Hettinger
2020-12-24
1
-0/+21
*
bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915)
kj
2020-12-24
1
-0/+6
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-23
1
-0/+20
*
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
Victor Stinner
2020-12-23
1
-0/+8
*
bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)
Raymond Hettinger
2020-12-23
1
-56/+56
*
bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)
Mark Shannon
2020-12-23
2
-84/+149
*
bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors ...
Irit Katriel
2020-12-22
1
-0/+25
*
bpo-42008: Fix internal _random.Random() seeding for the one argument case (G...
AMIR
2020-12-21
1
-0/+9
*
bpo-42634: Mark reraise after except blocks as artificial. (GH-23877)
Mark Shannon
2020-12-21
2
-37/+56
*
[WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967)
Daniel Hahler
2020-12-21
1
-6/+3
*
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
pxinwr
2020-12-20
2
-6/+18
*
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka
2020-12-19
1
-1/+1
*
bpo-42470: Do not warn on sequences which are also sets in random.sample() (G...
masklinn
2020-12-19
1
-1/+17
*
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
Raymond Hettinger
2020-12-19
1
-0/+10
*
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
Irit Katriel
2020-12-19
1
-4/+4
*
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky
2020-12-18
1
-0/+61
*
bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)
Max Bernstein
2020-12-18
2
-1/+21
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
2
-7/+90
*
bpo-31904: Skip some asyncio tests on VxWorks (#23815)
pxinwr
2020-12-17
2
-1/+10
*
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
Daniel Hahler
2020-12-16
1
-0/+20
[next]