Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
39659f22fa6e86039faa92bf0bc5c82cf1650767
/
Lib
/
test
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
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
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
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
2c636fd
Issue #18441: Make test.support.requires('gui') skip when it should.
by Terry Jan Reedy
· 12 years ago
fab6542
Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it
by Serhiy Storchaka
· 12 years ago
20d4669
Issue #18347: ElementTree's html serializer now preserves the case of closing tags.
by Christian Heimes
· 12 years ago
0c503c2
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
by Antoine Pitrou
· 12 years ago
41072db
Issue #17097: Make multiprocessing ignore EINTR.
by Richard Oudkerk
· 12 years ago
24dc753
#18155: Regex-escape delimiter, in case it is a regex special char.
by R David Murray
· 12 years ago
1d14246
Issue #18103: Update README.txt and test_idle to describe and run gui tests.
by Terry Jan Reedy
· 12 years ago
227f0fa
reapply 5accb0ac8bfb
by Benjamin Peterson
· 12 years ago
262df4d
Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate
by Christian Heimes
· 12 years ago
7603881
Issue #18137: Detect integer overflow on precision in float.__format__()
by Victor Stinner
· 12 years ago
10c74d2
backout 5accb0ac8bfb; needs more discussion on python-dev
by Benjamin Peterson
· 12 years ago
0a89f8e
transplant test_stat from default to 2.7 in order to make sure it works on all supported platforms
by Christian Heimes
· 12 years ago
aa6c297
#18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again
by Andrew Kuchling
· 12 years ago
e2cc341
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
by Serhiy Storchaka
· 12 years ago
a49dcc5
#18113: Objects associated to a curses.panel object with set_userptr() were leaked.
by Andrew Kuchling
· 12 years ago
03512c1
Fix comment blocks. Adjust blocksize to a power-of-two for better divmod computations.
by Raymond Hettinger
· 12 years ago
045e457
Issue #18174: Fix fd leaks in tests.
by Richard Oudkerk
· 12 years ago
0e6283e
Ensure that the fix for #17269 also works on OSX 10.4
by Ronald Oussoren
· 12 years ago
729ad5c
Issue #18038: SyntaxError raised during compilation sources with illegal
by Serhiy Storchaka
· 12 years ago
a085f00
Fix #16450 test_missing_localfile testcase fails on misconfigured hostname.
by Senthil Kumaran
· 12 years ago
95787fd
Issue #18094: test_uuid no more reports skipped tests as passed.
by Serhiy Storchaka
· 12 years ago
b02a1b8
Issue #15392: Use test.test_support, as used test.support in 3.x.
by Terry Jan Reedy
· 12 years ago
b8fd9ca
Issue #15392: Create a unittest framework for IDLE, 2.7 version.
by Terry Jan Reedy
· 12 years ago
2c4810e
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
by Senthil Kumaran
· 12 years ago
7393c69
Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
by Raymond Hettinger
· 12 years ago
16c52a3
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
by Ronald Oussoren
· 12 years ago
1cf48b4
implement missing inequality on WeakSet
by Benjamin Peterson
· 12 years ago
b91ef00
add missing NULL check (closes #18019)
by Benjamin Peterson
· 12 years ago
f41ffed
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
by Antoine Pitrou
· 12 years ago
7423903
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
by Serhiy Storchaka
· 12 years ago
6e165b4
backout 214d8909513d for regressions (#1159051)
by Benjamin Peterson
· 12 years ago
ce34ba6
Issue #16601: Restarting iteration over tarfile no more continues from where
by Serhiy Storchaka
· 12 years ago
db03e6b
Issue #17656: Skip test_extract_unicode_filenames if the FS encoding
by Serhiy Storchaka
· 12 years ago
794e557
#17833: add debug output to investigate buildbot failure.
by Ezio Melotti
· 12 years ago
b1d6f85
Issue17883: Update to assertIn to see why test fails on one buildbot.
by Terry Jan Reedy
· 12 years ago
5cea09d
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland.
by Ezio Melotti
· 12 years ago
6aca765
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
by Serhiy Storchaka
· 12 years ago
0801d73
Issue #15535: Fix regression in pickling of named tuples.
by Raymond Hettinger
· 12 years ago
b996e04
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
by Antoine Pitrou
· 12 years ago
8c6521b
Issue #17843: Remove bz2 test data that triggers antivirus warnings.
by Nadeem Vawda
· 12 years ago
8118df7
Issue #17842. Added base64 module tests with bytearray arguments.
by Serhiy Storchaka
· 12 years ago
68915d7
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
by Antoine Pitrou
· 12 years ago
7b0baf0
Ensure that plistlib doesn't corrupt deeply nested datastructures
by Ronald Oussoren
· 12 years ago
5cbff51
#17065: Use process-unique key for winreg test.
by R David Murray
· 12 years ago
7bdd93c
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
by Richard Oudkerk
· 12 years ago
be92971
Issue #17710: Fix cPickle raising a SystemError on bogus input.
by Antoine Pitrou
· 12 years ago
6077339
#17341: Include name in re error message about invalid group name.
by R David Murray
· 12 years ago
75f1fc2
Revert changes for #13355 by request from Raymond Hettinger
by Andrew Svetlov
· 12 years ago
f794b14
Issue #16447: Fix potential segfault when setting __name__ on a class.
by Mark Dickinson
· 12 years ago
6fa83f9
Issue #17656: Fix extraction of zip files with unicode member paths.
by Serhiy Storchaka
· 12 years ago
b6cdae3
Issue #13355: Raise ValueError on random.triangular call with invalid params.
by Andrew Svetlov
· 12 years ago
371432b
Close #17666: Fix reading gzip files with an extra field.
by Serhiy Storchaka
· 12 years ago
6c467a4
Revert a premature patch for issue #14010 (changeset d17d10c84d27).
by Serhiy Storchaka
· 12 years ago
bb84565
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
by Serhiy Storchaka
· 12 years ago
e405946
Issue #6419: Fix a test_kqueue failure on some BSD flavors.
by Charles-Francois Natali
· 12 years ago
472f77d
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
f3ad030
G -> M (closes #17533)
by Benjamin Peterson
· 12 years ago
Next »