Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9f91d35ff39edcfab933fc8cc8a0728fc796e7e6
/
Lib
/
test
d899caa
Fix test_fcntl to run properly on systems that do not support the flags
by Gregory P. Smith
· 12 years ago
d82634d
Fix test.test_support.bind_port() to not cause an error when Python was
by Gregory P. Smith
· 12 years ago
358da5b
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
by Antoine Pitrou
· 12 years ago
6d24a6e
Issue #19599: Use a separate pool for test_terminate().
by Richard Oudkerk
· 12 years ago
5397c97
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
by Serhiy Storchaka
· 12 years ago
78ecaba
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
by Serhiy Storchaka
· 12 years ago
eccf9c2
#19449: Handle non-string keys when generating 'fieldnames' error.
by R David Murray
· 12 years ago
000b4c5
Issue #19603: Use specific asserts in test_decr.
by Serhiy Storchaka
· 12 years ago
65162a7
Issue #19599: Increase sleep period.
by Richard Oudkerk
· 12 years ago
3f8376e
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
by Richard Oudkerk
· 12 years ago
be1d3c1
Issue #19606: Use specific asserts in cookielib tests.
by Serhiy Storchaka
· 12 years ago
ca626b1
Issue #19607: Use specific asserts in weakref tests.
by Serhiy Storchaka
· 12 years ago
1438b98
Issue #19605: Use specific asserts in datetime tests
by Serhiy Storchaka
· 12 years ago
843ef75
Issue #19604: Use specific asserts in array tests.
by Serhiy Storchaka
· 12 years ago
c47d723
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
by Serhiy Storchaka
· 12 years ago
b814745
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
by Ezio Melotti
· 12 years ago
c0e6047
Issue #19397: test_pydoc now works with -S (help not added to builtins).
by Terry Jan Reedy
· 12 years ago
57d35c6
Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the
by Zachary Ware
· 12 years ago
a1ea893
Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
by Terry Jan Reedy
· 12 years ago
14b38f5
Issue #17883: Backport test.test_support._is_gui_available()
by Zachary Ware
· 12 years ago
d412b49
Fix test_os (issue #18702).
by Serhiy Storchaka
· 12 years ago
32e23e7
Issue #18702: All skipped tests now reported as skipped.
by Serhiy Storchaka
· 12 years ago
1fdc702
Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are
by Serhiy Storchaka
· 12 years ago
ae7894c
merge 2.7.6 release branch
by Benjamin Peterson
· 12 years ago
1ef959a
use the collapsed path in the run_cgi method (closes #19435)
by Benjamin Peterson
· 12 years ago
21aad97
Issue #19425 -- a pickling error should not cause pool to hang.
by Richard Oudkerk
· 12 years ago
22fb0de
Issue #19327: Fixed the working of regular expressions with too big charset.
by Serhiy Storchaka
· 12 years ago
2147857
Increase macurl2path test coverage
by Senthil Kumaran
· 12 years ago
1793485
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
by Tim Golden
· 12 years ago
bc38548
#8964: fix platform._sys_version to handle IronPython 2.6+.
by Ezio Melotti
· 12 years ago
2585e1e
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
by Serhiy Storchaka
· 12 years ago
f105672
Issue #19279: UTF-7 decoder no more produces illegal unicode strings.
by Serhiy Storchaka
· 12 years ago
2235648
Issue 19276: Fix tests for wave files on big-endian platforms.
by Serhiy Storchaka
· 12 years ago
a5cd255
Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging
by Victor Stinner
· 12 years ago
e1a8a40
Issue #18919: Fixed resource leaks in audio tests.
by Serhiy Storchaka
· 12 years ago
c72105c
Issue #18919: Catch and check warnings in the aifc module tests.
by Serhiy Storchaka
· 12 years ago
0fa0173
Issue #18919: Added tests for the sunau module. Unified and extended tests
by Serhiy Storchaka
· 12 years ago
36f6e2c
Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n))
by Mark Dickinson
· 12 years ago
641d621
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
by Tim Peters
· 12 years ago
256735c
#19166: use an unused var in a test. Patch by Vajrasky Kok.
by Ezio Melotti
· 12 years ago
fdda200
Issue #19137: The pprint module now correctly formats empty set and frozenset
by Serhiy Storchaka
· 12 years ago
d5849f5
- Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
by Barry Warsaw
· 12 years ago
42faa55
- Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
by Barry Warsaw
· 12 years ago
c545a5e
- Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
by Barry Warsaw
· 12 years ago
6c1bb7b
- Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more
by Barry Warsaw
· 12 years ago
c549607
Issue #19112: avoid using function defined in method.
by Richard Oudkerk
· 12 years ago
f20cf94
move helper function into its test method (closes #19112)
by Benjamin Peterson
· 12 years ago
d6fddf3
- Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
by Barry Warsaw
· 12 years ago
4e95d60
- Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to
by Barry Warsaw
· 12 years ago
254a377
This check can still fail on RHEL6
by Nick Coghlan
· 12 years ago
74213e4
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
by R David Murray
· 12 years ago
4189b67
#14984: On POSIX, enforce permissions when reading default .netrc.
by R David Murray
· 12 years ago
e207e38
Close #18945: Add tests for tempfile name collision handling.
by Eli Bendersky
· 12 years ago
503baf9
#16042: CVE-2013-1752: Limit amount of data read by limiting the call to readline().
by Andrew Kuchling
· 12 years ago
39659f2
Issue #19018: The heapq.merge() function no longer suppresses IndexError
by Raymond Hettinger
· 12 years ago
d4fac04
Fix SimpleHTTPServer's request handling case on trailing '/'.
by Senthil Kumaran
· 12 years ago
9402533
Fixed tests with Tcl/Tk <8.5 (closes #18964).
by Serhiy Storchaka
· 12 years ago
8c7e925
Close #18849: Fixed a Windows-specific tempfile bug where collision with an
by Eli Bendersky
· 12 years ago
6db9e88
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
by Serhiy Storchaka
· 12 years ago
213fec4
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
by Antoine Pitrou
· 12 years ago
bde2985
Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VERSION
by Christian Heimes
· 12 years ago
71b2ded
Silence deprecation warning in test_mmap for ValueError.message.
by Terry Jan Reedy
· 12 years ago
33fc744
Issue #18851: Avoid a double close of subprocess pipes when the child process fails starting.
by Antoine Pitrou
· 12 years ago
30a5445
Issue #18418: After fork(), reinit all threads states, not only active ones.
by Charles-François Natali
· 12 years ago
5aac8b7
Issue #18643: Fix some test_socket failures due to large default socket buffer
by Charles-François Natali
· 12 years ago
290c6b3
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
by Ezio Melotti
· 12 years ago
a0c8373
Fix test
by Christian Heimes
· 12 years ago
8f65ef8
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
by Christian Heimes
· 12 years ago
f869a94
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
by Christian Heimes
· 12 years ago
e758715
Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess
by Antoine Pitrou
· 12 years ago
6c61a5a
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
by Ezio Melotti
· 12 years ago
82f8828
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
by Barry Warsaw
· 12 years ago
2ac1c1a
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
by Serhiy Storchaka
· 12 years ago
78254dc
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
by Antoine Pitrou
· 12 years ago
4203570
Issue #17119: Fixed integer overflows when processing large Unicode strings
by Serhiy Storchaka
· 12 years ago
c360389
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
by Serhiy Storchaka
· 12 years ago
83737c6
Issue #2537: Remove breaked check which prevented valid regular expressions.
by Serhiy Storchaka
· 12 years ago
419e23c
#18466: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
5dd99eb
#18741: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
88b174c
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
by Christian Heimes
· 12 years ago
326ec04
test_execvpe_with_bad_arglist shouldn't be in URandomTests
by Antoine Pitrou
· 12 years ago
f48a67b
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
by Antoine Pitrou
· 12 years ago
d674927
#18687: remove obsolete comment. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
1eeba83
Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
by Senthil Kumaran
· 12 years ago
7921b30
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
by Ezio Melotti
· 12 years ago
e822b03
Issue #15866: The xmlcharrefreplace error handler no more produces two XML
by Serhiy Storchaka
· 12 years ago
b671701
Issue #13612: Fix a buffer overflow in case of a multi-byte encoding.
by Eli Bendersky
· 12 years ago
3ade66c
Issue #17998: Fix an internal error in regular expression engine.
by Serhiy Storchaka
· 12 years ago
e8e3121
Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
by Charles-François Natali
· 12 years ago
662908b
Restore the data block size to 62.
by Raymond Hettinger
· 12 years ago
16b10c6
Issue #18441: Move commented out code to issue message.
by Terry Jan Reedy
· 12 years ago
d826d77
Issue #18441: whitespace
by Terry Jan Reedy
· 12 years ago
47cb4d6
Issue #18441: Comment out code that will not compile because the standard
by Terry Jan Reedy
· 12 years ago
d71244f
Issue #18441: add Mac (darwin) gui check. This is not needed today, but has been
by Terry Jan Reedy
· 12 years ago
6fb6f8c
Issue #18441: Correct previous patch, which hg committed before I wanted it to.
by Terry Jan Reedy
· 12 years ago
09eb26f
Issue #18441: Make test.support.requires('gui') skip when it should.
by Terry Jan Reedy
· 12 years ago
e21b6ae
#14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat.
by Ezio Melotti
· 12 years ago
f688f72
Backed out changeset: 23b0164b9c82 #18441 not working
by Terry Jan Reedy
· 12 years ago
1ad65ac
Backed out changeset: 9f922270a929 so can backout larger patch
by Terry Jan Reedy
· 12 years ago
518e48b
Issue #18441: fix buildbot name-error for TclError.
by Terry Jan Reedy
· 12 years ago
Next »