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
*
Issue #19599: Increase sleep period.
Richard Oudkerk
2013-11-17
1
-1/+1
*
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
Richard Oudkerk
2013-11-17
1
-1/+1
*
Issue #19606: Use specific asserts in http.cookiejar tests.
Serhiy Storchaka
2013-11-17
1
-84/+73
*
Issue #19607: Use specific asserts in weakref tests.
Serhiy Storchaka
2013-11-17
1
-65/+62
*
Issue #19605: Use specific asserts in datetime tests
Serhiy Storchaka
2013-11-17
1
-79/+80
*
Issue #19604: Use specific asserts in array tests.
Serhiy Storchaka
2013-11-16
1
-34/+34
*
Issue #19590: Use specific asserts in email tests.
Serhiy Storchaka
2013-11-16
4
-107/+92
*
Issue13674 Correct crash with strftime %y format under Windows
Tim Golden
2013-11-12
1
-1/+25
*
Issue #19440: Clean up test_capi
Zachary Ware
2013-11-12
1
-13/+7
*
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
Serhiy Storchaka
2013-11-09
1
-3/+0
*
#19480: HTMLParser now accepts all valid start-tag names as defined by the HT...
Ezio Melotti
2013-11-07
1
-4/+13
*
Issue #19397: test_pydoc now works with -S (help not added to builtins).
Terry Jan Reedy
2013-11-05
1
-1/+1
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
20
-928/+951
*
Issue #10197 Rework subprocess.get[status]output to use subprocess functional...
Tim Golden
2013-11-03
1
-9/+2
*
Relax timeout test.
Richard Oudkerk
2013-11-02
1
-1/+1
*
Use unittest.main() in test_htmlparser.
Ezio Melotti
2013-11-02
1
-7/+1
*
merge 3.2 (#19435)
Benjamin Peterson
2013-10-30
1
-0/+12
|
\
|
*
merge 3.1 (#19435)
Benjamin Peterson
2013-10-30
1
-0/+12
|
|
\
|
|
*
use the collapsed path in the run_cgi method (closes #19435)
Benjamin Peterson
2013-10-30
1
-0/+10
*
|
|
Issue #19425 -- a pickling error should not cause pool to hang.
Richard Oudkerk
2013-10-28
1
-0/+10
*
|
|
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
Nadeem Vawda
2013-10-28
2
-0/+19
*
|
|
Fixed merge test for Tcl/Tk <8.5 (issue #18964).
Serhiy Storchaka
2013-10-27
1
-2/+5
*
|
|
Skip overzealous test for existence of the online license.html for pre-releas...
v3.3.3rc1
Georg Brandl
2013-10-27
1
-0/+2
*
|
|
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl
2013-10-27
1
-0/+9
*
|
|
Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
1
-0/+10
*
|
|
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
1
-1/+5
*
|
|
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
Georg Brandl
2013-10-27
1
-6/+32
*
|
|
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
Georg Brandl
2013-10-27
1
-0/+11
*
|
|
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
*
|
|
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
*
|
|
Issue #19327: Fixed the working of regular expressions with too big charset.
Serhiy Storchaka
2013-10-24
1
-0/+3
*
|
|
Increase the coverage of macurl2path. Patch by Colin Williams.
Senthil Kumaran
2013-10-24
2
-1/+31
*
|
|
Issue #19360: fix test_site when Python is installed into $HOME/.local
Antoine Pitrou
2013-10-23
1
-2/+8
*
|
|
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Antoine Pitrou
2013-10-23
1
-2/+4
*
|
|
[Issue #19357] Ensure module "loaded" during tests gets forgotten.
Eric Snow
2013-10-23
1
-1/+1
*
|
|
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...
Tim Golden
2013-10-22
1
-1/+2
*
|
|
#8964: fix platform._sys_version to handle IronPython 2.6+.
Ezio Melotti
2013-10-21
1
-0/+13
*
|
|
Make test_audioop discoverable by unittest.
Serhiy Storchaka
2013-10-20
1
-5/+1
*
|
|
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Serhiy Storchaka
2013-10-20
1
-1/+21
*
|
|
Fixed tests for issue #19279.
Serhiy Storchaka
2013-10-19
1
-4/+3
*
|
|
Issue #19279: UTF-7 decoder no more produces illegal strings.
Serhiy Storchaka
2013-10-19
1
-0/+30
*
|
|
Issue 19276: Fix tests for wave files on big-endian platforms.
Serhiy Storchaka
2013-10-17
1
-3/+10
*
|
|
Issue #14407: Fix unittest test discovery in test_concurrent_futures.
Antoine Pitrou
2013-10-15
1
-22/+13
*
|
|
Print process instead of pid.
Richard Oudkerk
2013-10-15
1
-1/+1
*
|
|
Issue #18919: Fixed resource leaks in audio tests.
Serhiy Storchaka
2013-10-14
1
-12/+12
*
|
|
Issue #18919: Check warnings messages in the aifc module tests.
Serhiy Storchaka
2013-10-14
1
-3/+7
*
|
|
Issue #18776: atexit callbacks now display their full traceback when they rai...
Antoine Pitrou
2013-10-13
1
-0/+19
*
|
|
Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
Serhiy Storchaka
2013-10-13
18
-226/+557
*
|
|
Make test_terminate() succeed or fail quickly.
Richard Oudkerk
2013-10-12
1
-2/+14
*
|
|
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-09
1
-0/+18
[next]