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-33789: test_asyncio: Fix ResourceWarning (GH-7460)
Victor Stinner
2018-06-06
2
-2/+12
*
bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421)
Victor Stinner
2018-06-06
2
-8/+21
*
test.support.SaveSignals: fix typo (GH-7448)
Victor Stinner
2018-06-06
1
-1/+1
*
bpo-31044, test_posix: Reenable makedev() tests on FreeBSD (#7449)
Victor Stinner
2018-06-06
1
-5/+0
*
bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)
John Reese
2018-06-05
1
-1/+1
*
Improve the subprocess restore_signals=True test. (GH-7414)
Gregory P. Smith
2018-06-05
1
-6/+22
*
bpo-12486: Document tokenize.generate_tokens() as public API (#6957)
Thomas Kluyver
2018-06-05
1
-2/+15
*
bpo-33751: Fix test_file. (GH-7378)
Serhiy Storchaka
2018-06-05
1
-84/+78
*
bpo-33755: Fix importlib.resources isolation tests (#7412)
Barry Warsaw
2018-06-05
2
-1/+9
*
bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424)
Vinay Sajip
2018-06-05
1
-0/+31
*
bpo-33752: Fix a file leak in test_dbm. (GH-7376)
Serhiy Storchaka
2018-06-05
1
-4/+2
*
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
Zackery Spytz
2018-06-05
1
-0/+7
*
bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377)
Serhiy Storchaka
2018-06-05
1
-148/+101
*
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
Steve Dower
2018-06-04
1
-1/+4
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
2
-31/+214
*
bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)
Victor Stinner
2018-06-04
1
-0/+2
*
bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362)
Serhiy Storchaka
2018-06-04
1
-1/+3
*
bpo-33760: Fix file leaks in test_io. (GH-7361)
Serhiy Storchaka
2018-06-04
1
-0/+4
*
bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)
Serhiy Storchaka
2018-06-03
1
-3/+5
*
bpo-33750: Reset thread-local context precision in test_round(). (#7355)
Stefan Krah
2018-06-03
1
-11/+11
*
bpo-27485: Change urlparse tests to use private methods. (GH-7070)
Cheryl Sabella
2018-06-03
1
-12/+12
*
bpo-33744: Fix test_uu. (GH-7350)
Serhiy Storchaka
2018-06-03
1
-78/+26
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
25
-2/+96
*
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Eric Snow
2018-06-02
1
-2/+0
*
bpo-29235: Make cProfile.Profile a context manager (GH-6808)
Scott Sanderson
2018-06-01
1
-0/+27
*
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)
Victor Stinner
2018-06-01
1
-2/+5
*
bpo-33718: regrtest: enhance "running:" formatting (GH-7292)
Victor Stinner
2018-06-01
3
-43/+51
*
bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7293)
Victor Stinner
2018-06-01
1
-0/+8
*
bpo-33606: improve logging performance when logger is disabled (GH-7285)
Timo Furrer
2018-06-01
1
-0/+12
*
bpo-33718: regrtest keeps filters to re-run fails (GH-7291)
Victor Stinner
2018-05-31
1
-17/+22
*
bpo-33717: pythoninfo: add CC --version (#7290)
Victor Stinner
2018-05-31
1
-0/+29
*
bpo-33615: Temporarily disable a test that is triggering crashes on a few bui...
Eric Snow
2018-05-31
1
-0/+2
*
bpo-33532: Fix multiprocessing test_ignore() (#7262)
Victor Stinner
2018-05-31
1
-2/+2
*
bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)
jhaydaman
2018-05-30
1
-0/+28
*
Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235)
Yury Selivanov
2018-05-30
1
-4/+2
*
A better fix for asyncio test_stdin_broken_pipe (#7221)
Yury Selivanov
2018-05-30
1
-2/+4
*
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)
Yury Selivanov
2018-05-30
1
-32/+0
*
bpo-32684: Fix nits in tests (GH-7225)
Yury Selivanov
2018-05-29
1
-3/+3
*
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Elvis Pranskevichus
2018-05-29
2
-0/+69
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Yury Selivanov
2018-05-29
1
-1/+28
*
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
Yury Selivanov
2018-05-29
1
-0/+32
*
Attempt to fix test_stdin_broken_pipe on Travis (#7210)
Yury Selivanov
2018-05-29
1
-0/+1
*
bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636)
Dong-hee Na
2018-05-29
1
-3/+22
*
bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200)
Victor Stinner
2018-05-29
1
-17/+29
*
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka
2018-05-29
2
-79/+64
*
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7...
Yury Selivanov
2018-05-29
1
-11/+36
*
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)
Yury Selivanov
2018-05-28
2
-0/+14
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov
2018-05-28
1
-2/+27
*
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
Yury Selivanov
2018-05-28
1
-0/+18
*
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)
Yury Selivanov
2018-05-28
1
-0/+10
[prev]
[next]