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
*
Merge heads
Zachary Ware
2013-11-26
1
-0/+21
|
\
|
*
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
1
-0/+21
*
|
Issue #19588: Fixed tests in test_random that were silently skipped most
Zachary Ware
2013-11-26
1
-6/+6
|
/
*
Use @bigmemtest more accurately.
Mark Dickinson
2013-11-26
1
-3/+3
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-4/+47
*
Issue #19638: Raise ValueError instead of crashing when converting billion ch...
Mark Dickinson
2013-11-26
1
-0/+31
*
1) Prepare libmpdec for the 2.4.0 release. None of the following changes aff...
Stefan Krah
2013-11-24
1
-0/+1
*
Issue #19545: Avoid chained exceptions while passing stray % to
Serhiy Storchaka
2013-11-24
2
-0/+8
*
Issue #19743: fix test_gdb on some optimized Python builds
Antoine Pitrou
2013-11-24
1
-4/+8
*
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
Antoine Pitrou
2013-11-23
1
-1/+1
*
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
Serhiy Storchaka
2013-11-21
2
-2/+15
*
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
Serhiy Storchaka
2013-11-20
1
-0/+6
*
#19449: Handle non-string keys when generating 'fieldnames' error.
R David Murray
2013-11-19
1
-0/+12
*
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com
2013-11-19
2
-0/+0
*
Issue #19596: Set untestable tests in test_importlib to None
Zachary Ware
2013-11-19
6
-55/+26
*
Cleanup this test's modification of os.environ in teardown (this already
Gregory P. Smith
2013-11-18
1
-0/+3
*
Fix test.support.bind_port() to not cause an error when Python was compiled
Gregory P. Smith
2013-11-17
1
-3/+9
*
Issue #19603: Use specific asserts in test_decr.
Serhiy Storchaka
2013-11-17
1
-157/+168
*
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
[next]