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-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
Victor Stinner
2018-07-20
1
-0/+8
*
bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
Victor Stinner
2018-07-19
1
-2/+3
*
bpo-34130: Fix test_signal.test_warn_on_full_buffer() (GH-8327)
Victor Stinner
2018-07-18
1
-15/+41
*
bpo-34130: Fix test_signal.test_socket() (GH-8326)
Victor Stinner
2018-07-18
1
-1/+0
*
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...
Zackery Spytz
2018-07-17
1
-0/+10
*
bpo-33967: Fix wrong use of assertRaises (GH-8306)
INADA Naoki
2018-07-17
1
-1/+1
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki
2018-07-14
3
-0/+10
*
bpo-33723: Fix test_time.test_thread_time() (GH-8267)
Victor Stinner
2018-07-12
1
-4/+9
*
bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261)
Zackery Spytz
2018-07-12
1
-1/+1
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Serhiy Storchaka
2018-07-11
1
-0/+32
*
bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245)
Victor Stinner
2018-07-11
1
-2/+3
*
Simplify __all__ in multiprocessing (GH-6856)
Derek B. Kim
2018-07-11
1
-0/+6
*
bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
Bradley Laney
2018-07-10
2
-3/+2
*
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
Dong-hee Na
2018-07-10
1
-0/+7
*
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Sergey Fedoseev
2018-07-09
5
-8/+12
*
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
Serhiy Storchaka
2018-07-09
1
-0/+24
*
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Serhiy Storchaka
2018-07-09
1
-1/+7
*
bpo-31014: Fix the webbrowser module. (GH-7267)
Serhiy Storchaka
2018-07-08
1
-0/+19
*
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
Benjamin Peterson
2018-07-07
1
-0/+15
*
bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (G...
Ammar Askar
2018-07-06
1
-24/+47
*
bpo-34044: subprocess.Popen copies startupinfo (GH-8090)
Victor Stinner
2018-07-05
1
-0/+27
*
Fix fuzz testing for marshal.loads(). (GH-8106)
Serhiy Storchaka
2018-07-05
1
-4/+5
*
bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
Serhiy Storchaka
2018-07-05
1
-6/+17
*
bpo-32942: Fix environment dependent test_script_helper (GH-8034)
Lorenz Mende
2018-07-04
1
-16/+31
*
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
Victor Stinner
2018-07-04
1
-2/+6
*
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
Zackery Spytz
2018-07-03
1
-1/+16
*
bpo-34019: Fix wrong arguments for Opera Browser (#8047)
Bumsik Kim
2018-07-03
1
-8/+8
*
bpo-33735: Fix test_multiprocessing random failure (GH-8059)
Victor Stinner
2018-07-03
1
-3/+3
*
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
Xtreak
2018-07-02
1
-0/+75
*
bpo-32568: make select.epoll() and its docs consistent (#7840)
Tal Einat
2018-06-30
1
-9/+16
*
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
Serhiy Storchaka
2018-06-30
1
-0/+37
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Zackery Spytz
2018-06-29
1
-0/+11
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-29
1
-2/+22
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov
2018-06-28
1
-2/+7
*
bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)
Victor Stinner
2018-06-27
1
-2/+2
*
bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)
Victor Stinner
2018-06-27
1
-6/+10
*
bpo-25007: Add copy protocol support to zlib compressors and decompressors (G...
Zackery Spytz
2018-06-27
1
-24/+31
*
bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)
Victor Stinner
2018-06-27
1
-1/+3
*
bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957)
Victor Stinner
2018-06-27
1
-2/+2
*
bpo-24567: Random subnormal.diff (#7954)
Raymond Hettinger
2018-06-27
1
-0/+8
*
bpo-29514: Make magic number test work for candidates
Ned Deily
2018-06-27
1
-1/+1
*
bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters...
Pablo Galindo
2018-06-26
2
-1/+11
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
16
-95/+91
*
bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)
Dong-hee Na
2018-06-25
1
-0/+21
*
bpo-33805: Improve error message of dataclasses.replace() (GH-7580)
Dong-hee Na
2018-06-23
1
-0/+16
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
16
-91/+95
*
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
Victor Stinner
2018-06-22
1
-0/+9
*
bpo-33912: Fix test_warnings when run with -Werror (GH-7839)
Christopher Frederickson
2018-06-21
1
-0/+1
*
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
Pablo Galindo
2018-06-21
1
-5/+5
*
Fix compiling error when missing gdbm version macros (GH-7823)
Xiang Zhang
2018-06-20
2
-5/+4
[next]