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
*
[3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH...
Victor Stinner
2018-12-20
2
-1/+3
*
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver...
Miss Islington (bot)
2018-12-11
2
-0/+7
*
bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)
Miss Islington (bot)
2018-12-11
1
-22/+18
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)
Victor Stinner
2018-12-10
1
-0/+18
*
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067)
Victor Stinner
2018-12-10
1
-2/+53
*
bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)
Miss Islington (bot)
2018-12-09
1
-0/+3
*
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...
Miss Islington (bot)
2018-12-07
1
-0/+116
*
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001)
Serhiy Storchaka
2018-12-06
1
-2/+8
*
bpo-35363: test_eintr uses print(flush=True) (GH-10990)
Miss Islington (bot)
2018-12-06
1
-2/+3
*
bpo-35424: test_multiprocessing: join 3 pools (GH-10986)
Miss Islington (bot)
2018-12-06
1
-0/+3
*
bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH...
Miss Islington (bot)
2018-12-06
1
-1/+5
*
[3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being del...
Victor Stinner
2018-12-06
1
-7/+0
*
bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)
Miss Islington (bot)
2018-12-05
1
-1/+15
*
bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537...
Miss Islington (bot)
2018-12-05
1
-8/+8
*
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-...
Victor Stinner
2018-12-05
2
-29/+87
*
[3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-1...
Andrew Svetlov
2018-12-05
2
-28/+26
*
bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10912)
Victor Stinner
2018-12-05
1
-2/+4
*
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (GH-10909)
Miss Islington (bot)
2018-12-05
2
-0/+13
*
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
Miss Islington (bot)
2018-12-03
1
-0/+18
*
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
Miss Islington (bot)
2018-12-01
1
-0/+23
*
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-...
Victor Stinner
2018-11-30
5
-197/+3
*
bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791)
Miss Islington (bot)
2018-11-30
1
-25/+39
*
[3.7] bpo-34279: Synchronize regrtest with master (GH-10800)
Miss Islington (bot)
2018-11-29
6
-22/+119
*
bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782)
Miss Islington (bot)
2018-11-29
1
-2/+0
*
pythoninfo: log more environment variable (GH-10719) (GH-10770)
Victor Stinner
2018-11-28
1
-4/+45
*
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)
Miss Islington (bot)
2018-11-28
1
-0/+2
*
bpo-35317: Fix mktime() error in test_email (GH-10721)
Miss Islington (bot)
2018-11-27
1
-0/+2
*
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)...
Victor Stinner
2018-11-23
1
-5/+64
*
[3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685)
Victor Stinner
2018-11-23
1
-20/+55
*
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
Miss Islington (bot)
2018-11-23
1
-4/+4
*
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
Miss Islington (bot)
2018-11-20
1
-6/+37
*
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH...
Victor Stinner
2018-11-13
1
-0/+4
*
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-1...
Gregory P. Smith
2018-11-09
1
-0/+19
*
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
Miss Islington (bot)
2018-11-08
1
-0/+99
*
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)
Miss Islington (bot)
2018-11-07
1
-1/+1
*
closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems...
Miss Islington (bot)
2018-11-06
1
-1/+1
*
[3.6] bpo-35133: Fix mistakes when concatenate string literals on different l...
Serhiy Storchaka
2018-11-05
6
-11/+9
*
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...
Miss Islington (bot)
2018-11-04
1
-0/+5
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Miss Islington (bot)
2018-10-31
1
-0/+10
*
Restore EmbeddingTests, removed in 278d975ce158608f6be491c561247d4701c842be (...
Daniel Pope
2018-10-30
1
-0/+104
*
bpo-34945: Buffer output in test suite only when creating junit file (GH-10204)
Miss Islington (bot)
2018-10-29
2
-14/+16
*
bpo-28655: Fix test bdb for isolate mode (GH-10220)
Maite Giménez
2018-10-29
1
-1/+2
*
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
Steve Dower
2018-10-25
1
-0/+2
*
bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)
Miss Islington (bot)
2018-10-23
1
-7/+12
*
bpo-34973: Fix crash in bytes constructor. (GH-9841)
Miss Islington (bot)
2018-10-21
1
-0/+17
*
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). ...
Serhiy Storchaka
2018-10-20
1
-2/+2
*
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...
Miss Islington (bot)
2018-10-20
1
-0/+17
*
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...
Miss Islington (bot)
2018-10-20
1
-0/+10
*
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
Miss Islington (bot)
2018-10-19
2
-0/+56
*
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
Miss Islington (bot)
2018-10-18
1
-0/+16
[next]