Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ecff5e51a5c65037103c23c937a02184050b7117
/
Lib
/
test
ecff5e5
#18116: backport fix to 3.3 since real-world failure mode demonstrated.
by R David Murray
· 12 years ago
5eb0153
Issue #20027: Fixed locale aliases for devanagari locales.
by Serhiy Storchaka
· 12 years ago
e80e806
Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
by Zachary Ware
· 12 years ago
cc4290b
Issue #19320: test_tcl no longer fails when wantobjects is false.
by Serhiy Storchaka
· 12 years ago
eaedaec
update Barry's email (#19563)
by Benjamin Peterson
· 12 years ago
492b989
Fix DeprecationWarnings in test suite
by Antoine Pitrou
· 12 years ago
17c9326
Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called.
by Antoine Pitrou
· 12 years ago
bdce938
Update test.outstanding_bugs.py
by Zachary Ware
· 12 years ago
bea3534
Don't use sebTest() in tests for issue #5815.
by Serhiy Storchaka
· 12 years ago
e36e8be
Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.
by Zachary Ware
· 12 years ago
c8cc42e
Issue #5815: Fixed support for locales with modifiers. Fixed support for
by Serhiy Storchaka
· 12 years ago
1e81a39
Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a
by Victor Stinner
· 12 years ago
cac23a5
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
by Serhiy Storchaka
· 12 years ago
320b391
Issue #20006: Fix sporadic failures in test_weakset.
by Antoine Pitrou
· 12 years ago
0c73fc0
Revert misled test change in f189da5bda26.
by Antoine Pitrou
· 12 years ago
1c84ac1
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
by Serhiy Storchaka
· 12 years ago
1700788
Close #19999: tolerate coarse time when testing time.monotonic() on very
by Victor Stinner
· 12 years ago
de57074
Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns
by Christian Heimes
· 12 years ago
1007432
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
by Zachary Ware
· 12 years ago
928b9e2
Merge heads
by Serhiy Storchaka
· 12 years ago
593568b
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
by Serhiy Storchaka
· 12 years ago
3d7e115
Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character
by Serhiy Storchaka
· 12 years ago
e9b034b
Issue #17919: add missing import of USHRT_MAX
by Christian Heimes
· 12 years ago
8a1d1e6
#19532: make compileall with no file/dir args respect -f and -q.
by R David Murray
· 12 years ago
c836a28
Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e.
by Serhiy Storchaka
· 12 years ago
84d28b4
Issue #19623: Fixed writing to unseekable files in the aifc module.
by Serhiy Storchaka
· 12 years ago
5da107a
Issue #17919: Fixed integer overflow in the eventmask parameter.
by Serhiy Storchaka
· 12 years ago
fc06999
#19970: Fix some comment typos.
by R David Murray
· 12 years ago
c9362cf
Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"
by Victor Stinner
· 12 years ago
3ad2d70
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
by Serhiy Storchaka
· 12 years ago
1310510
Issue #14432: Generator now clears the borrowed reference to the thread state
by Victor Stinner
· 12 years ago
0f533ac
Avoid UnicodeEncodeError by only printing ASCII.
by Zachary Ware
· 12 years ago
36193e7
Issue #19828: Fixed test_site when the whole suite is run with -S.
by Zachary Ware
· 12 years ago
d5c4c74
#19063: partially fix set_payload handling of non-ASCII string input.
by R David Murray
· 12 years ago
31a6554
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
by Serhiy Storchaka
· 12 years ago
ea6854a
Issue #19928: Fix test on Windows
by Zachary Ware
· 12 years ago
1f79cdf
Issue #19928: Implemented a test for repr() of cell objects.
by Serhiy Storchaka
· 12 years ago
271493b
Issue #17429: Oops, remove unused import
by Victor Stinner
· 12 years ago
620c48b
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
by Victor Stinner
· 12 years ago
3e60a9d
Issue #19535: Fixed test_docxmlrpc when python is run with -OO.
by Serhiy Storchaka
· 12 years ago
4adb37c
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
by Zachary Ware
· 12 years ago
7ef00ff
Normalize whitespace
by Zachary Ware
· 12 years ago
9fe6d86
Issue 19572: More silently skipped tests explicitly skipped.
by Zachary Ware
· 12 years ago
6c527cf
Issue #19857: Make sure that test_imaplib reaps server threads even in face of
by Charles-François Natali
· 12 years ago
9c72ebc
#19839: Fix lzma module's handling of non-lzma data at EOF.
by Nadeem Vawda
· 12 years ago
1de19ac
#19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
by Nadeem Vawda
· 12 years ago
13e6d23
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
by Tim Peters
· 12 years ago
827f5d3
Issue #19665: Increased timeout for SMTPHandler test.
by Vinay Sajip
· 12 years ago
9d1dbca
Fix issue #19834: Support unpickling of exceptions pickled by Python 2.
by Walter Doerwald
· 12 years ago
708a318
Fixes issue #15798: subprocess.Popen() no longer fails if file
by Gregory P. Smith
· 12 years ago
5c1c3b4
Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.
by Alexandre Vassalotti
· 12 years ago
361e30c
Undo supposed fix for Issue #15798 until I understand why this is
by Gregory P. Smith
· 12 years ago
1eda9e7
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
by Gregory P. Smith
· 12 years ago
19b6fa6
Issue #6477: Added support for pickling the types of built-in singletons.
by Alexandre Vassalotti
· 12 years ago
896414f
Fixed _pickle.Unpickler to handle empty persistent IDs correctly.
by Alexandre Vassalotti
· 12 years ago
04a684b
Issue #19595: Re-enable a long-disabled test in test_winsound
by Zachary Ware
· 12 years ago
5dd40e5
Issue #19815: Fix segfault when parsing empty namespace declaration.
by Eli Bendersky
· 12 years ago
c303cfd
Skip test_find_mac on Windows (issue #19804).
by Serhiy Storchaka
· 12 years ago
0ee22bf
fix format spec recursive expansion (closes #19729)
by Benjamin Peterson
· 12 years ago
99fb051
Merge heads
by Zachary Ware
· 12 years ago
a6edea5
Issue #19588: Fixed tests in test_random that were silently skipped most
by Zachary Ware
· 12 years ago
56507c7
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
by Serhiy Storchaka
· 12 years ago
a04f4e0
Use @bigmemtest more accurately.
by Mark Dickinson
· 12 years ago
c93329b
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 12 years ago
f45bbb6
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
by Mark Dickinson
· 12 years ago
45059eb
1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects
by Stefan Krah
· 12 years ago
cdac302
Issue #19545: Avoid chained exceptions while passing stray % to
by Serhiy Storchaka
· 12 years ago
a8892a1
Issue #19743: fix test_gdb on some optimized Python builds
by Antoine Pitrou
· 12 years ago
b17d2aa
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
by Antoine Pitrou
· 12 years ago
d9a0182
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
by Serhiy Storchaka
· 12 years ago
8db1823
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
by Serhiy Storchaka
· 12 years ago
fb099c9
#19449: Handle non-string keys when generating 'fieldnames' error.
by R David Murray
· 12 years ago
7ad11bf
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
by doko@ubuntu.com
· 12 years ago
4accf45
Issue #19596: Set untestable tests in test_importlib to None
by Zachary Ware
· 12 years ago
30d8e16
Cleanup this test's modification of os.environ in teardown (this already
by Gregory P. Smith
· 12 years ago
162307f
Fix test.support.bind_port() to not cause an error when Python was compiled
by Gregory P. Smith
· 12 years ago
76edd21
Issue #19603: Use specific asserts in test_decr.
by Serhiy Storchaka
· 12 years ago
46b4a5e
Issue #19599: Increase sleep period.
by Richard Oudkerk
· 12 years ago
8731d7b
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
by Richard Oudkerk
· 12 years ago
9d282f6
Issue #19606: Use specific asserts in http.cookiejar tests.
by Serhiy Storchaka
· 12 years ago
2e29c9e
Issue #19607: Use specific asserts in weakref tests.
by Serhiy Storchaka
· 12 years ago
3df4dcc
Issue #19605: Use specific asserts in datetime tests
by Serhiy Storchaka
· 12 years ago
91b3e77
Issue #19604: Use specific asserts in array tests.
by Serhiy Storchaka
· 12 years ago
328cf3c
Issue #19590: Use specific asserts in email tests.
by Serhiy Storchaka
· 12 years ago
6e51b8f
Issue13674 Correct crash with strftime %y format under Windows
by Tim Golden
· 12 years ago
c12f09e
Issue #19440: Clean up test_capi
by Zachary Ware
· 12 years ago
a44372f
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
by Serhiy Storchaka
· 12 years ago
7165d8b
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
by Ezio Melotti
· 12 years ago
5c81164
Issue #19397: test_pydoc now works with -S (help not added to builtins).
by Terry Jan Reedy
· 12 years ago
7908068
Issue #18702: All skipped tests now reported as skipped.
by Serhiy Storchaka
· 12 years ago
e004175
Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan.
by Tim Golden
· 12 years ago
b8ec1e3
Relax timeout test.
by Richard Oudkerk
· 12 years ago
5028f4d
Use unittest.main() in test_htmlparser.
by Ezio Melotti
· 12 years ago
a50f899
merge 3.2 (#19435)
by Benjamin Peterson
· 12 years ago
35aca89
merge 3.1 (#19435)
by Benjamin Peterson
· 12 years ago
04e9de4
use the collapsed path in the run_cgi method (closes #19435)
by Benjamin Peterson
· 12 years ago
e90cedb
Issue #19425 -- a pickling error should not cause pool to hang.
by Richard Oudkerk
· 12 years ago
3797065
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
by Nadeem Vawda
· 12 years ago
8797dcd
Fixed merge test for Tcl/Tk <8.5 (issue #18964).
by Serhiy Storchaka
· 12 years ago
78abc9d
Skip overzealous test for existence of the online license.html for pre-release versions.
by Georg Brandl
· 12 years ago
Next »