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-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Miss Islington (bot)
2021-02-25
1
-4/+4
*
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki
2021-02-22
1
-0/+27
*
[3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)
Senthil Kumaran
2021-02-15
2
-27/+70
*
bpo-41748: Handles unquoted attributes with commas (GH-24072)
Miss Islington (bot)
2021-02-01
1
-36/+56
*
bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24408)
Miss Islington (bot)
2021-02-01
1
-5/+23
*
[3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401)
Serhiy Storchaka
2021-01-31
1
-214/+771
*
[3.8] bpo-42383: pdb: do not fail to restart the target if the current direc...
Andrey Bienkowski
2021-01-26
1
-0/+23
*
[3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320)
Andrey Bienkowski
2021-01-25
1
-0/+42
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...
cptpcrd
2021-01-21
1
-0/+27
*
[3.8] bpo-42531: Teach importlib.resources.path to handle packages without __...
William Schwartz
2021-01-16
1
-0/+12
*
[3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24...
Serhiy Storchaka
2021-01-05
1
-7/+26
*
[3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...
Serhiy Storchaka
2021-01-04
1
-14/+119
*
[3.8] [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-240...
Serhiy Storchaka
2021-01-03
1
-39/+63
*
bpo-42809: Improve pickle tests for recursive data. (GH-24060)
Miss Islington (bot)
2021-01-02
1
-87/+253
*
[3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021)
Serhiy Storchaka
2021-01-01
1
-1/+19
*
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
Miss Islington (bot)
2021-01-01
1
-3/+7
*
Allow / character in username,password fields in _PROXY envvars. (GH-23973) (...
Miss Islington (bot)
2020-12-29
1
-1/+9
*
bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
Miss Islington (bot)
2020-12-29
1
-1/+1
*
bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic ...
Miss Islington (bot)
2020-12-27
1
-4/+8
*
[3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23...
Miss Islington (bot)
2020-12-25
1
-6/+40
*
bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)
Miss Islington (bot)
2020-12-25
1
-1/+1
*
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Miss Islington (bot)
2020-12-25
1
-0/+22
*
[3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (...
Serhiy Storchaka
2020-12-19
1
-1/+1
*
bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461)
Miss Islington (bot)
2020-12-18
1
-0/+61
*
bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) (GH-23814)
Miss Islington (bot)
2020-12-17
1
-13/+11
*
bpo-42644: Validate values in logging.disable() (GH-23786)
Miss Islington (bot)
2020-12-16
1
-0/+9
*
bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853)
Miss Islington (bot)
2020-12-09
2
-1/+17
*
[3.8] [Enum] reformat and add doc strings (GH-23705). (GH-23706)
Ethan Furman
2020-12-08
1
-1/+0
*
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23704)
Miss Islington (bot)
2020-12-08
1
-0/+14
*
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23672)
Miss Islington (bot)
2020-12-07
1
-0/+26
*
bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)
Brandt Bucher
2020-12-07
5
-1/+104
*
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...
Miss Islington (bot)
2020-12-07
1
-1/+3
*
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...
Miss Islington (bot)
2020-12-04
1
-0/+11
*
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Miss Islington (bot)
2020-12-04
2
-4/+41
*
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
Miss Islington (bot)
2020-12-04
1
-5/+0
*
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Miss Islington (bot)
2020-12-03
1
-3/+0
*
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
Miss Islington (bot)
2020-12-01
1
-0/+22
*
[3.8] bpo-42474: test TracebackException comparison to non-equal instances (G...
Irit Katriel
2020-11-30
1
-1/+51
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Miss Islington (bot)
2020-11-28
1
-3/+5
*
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Miss Islington (bot)
2020-11-25
1
-3/+3
*
bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)
Miss Islington (bot)
2020-11-18
1
-7/+19
*
bpo-41561: skip test_min_max_version_mismatch (GH-22308)
Miss Islington (bot)
2020-11-18
1
-0/+1
*
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...
Miss Islington (bot)
2020-11-10
1
-0/+18
*
[3.8] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23116)
Serhiy Storchaka
2020-11-03
1
-49/+340
*
bpo-42224: Fix test_format when locale does not expect number grouping (GH-23...
Miss Skeleton (bot)
2020-11-02
1
-2/+5
*
[3.8] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...
Miss Skeleton (bot)
2020-11-01
1
-0/+12
*
[3.8] bpo-40592: shutil.which will not return None anymore if ; is the last c...
Miss Skeleton (bot)
2020-10-23
1
-0/+17
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Miss Skeleton (bot)
2020-10-21
1
-1/+13
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
2020-10-20
1
-0/+4
*
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...
Miss Skeleton (bot)
2020-10-20
1
-0/+13
[prev]
[next]