Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
dfbd27f0bef392ebebe1116c8e7f9234f50f1e92
/
Lib
/
test
6bc217d
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 9 years ago
e12e7aa
Issue #15745: Rewrite os.utime() tests in test_os
by Victor Stinner
· 9 years ago
07c0025
Issue #24299: Fixed test__locale on Solaris.
by Serhiy Storchaka
· 9 years ago
71a8589
Closes #24267 - Does not check version on ensurepip uninstall
by Donald Stufft
· 9 years ago
f28fa66
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
by Serhiy Storchaka
· 9 years ago
50451eb
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
by Serhiy Storchaka
· 9 years ago
46c759d
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
by Yury Selivanov
· 9 years ago
387729e
Issue #23840: tokenize.open() now closes the temporary binary file on error to
by Victor Stinner
· 9 years ago
c4ae86e
merge 3.3 (#22931)
by Benjamin Peterson
· 10 years ago
d504f20
merge 3.2 (#22931)
by Benjamin Peterson
· 10 years ago
9bd476e
allow square brackets in cookie values (closes #22931)
by Benjamin Peterson
· 10 years ago
08d230a
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
by Serhiy Storchaka
· 10 years ago
bf341fb
Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__
by Yury Selivanov
· 10 years ago
4faf5c5
Issue #23985: Fixed integer overflow in iterator object. Patch by
by Serhiy Storchaka
· 10 years ago
cbfe07e
Issue 24215: Added tests for more builtin types in test_pprint.
by Serhiy Storchaka
· 10 years ago
c0e0022
Issue #24134: Use assertRaises() in context manager form in test_slice to
by Serhiy Storchaka
· 10 years ago
5d6b7b1
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
by Serhiy Storchaka
· 10 years ago
2545411
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data.
by Antoine Pitrou
· 10 years ago
6371446
#24215: also back out changeset that broke test_trace in 3.4.
by R David Murray
· 10 years ago
ae760c0
Issue #6598: Increased time precision and random number range in
by Serhiy Storchaka
· 10 years ago
5bf3120
Issue #24091: Fixed various crashes in corner cases in C implementation of
by Serhiy Storchaka
· 10 years ago
ca7fecb
Issue #24102: Fixed exception type checking in standard error handlers.
by Serhiy Storchaka
· 10 years ago
610a51f
Issue #23757: Only call the concrete list API for exact lists.
by Raymond Hettinger
· 10 years ago
5dbb40f
Added tests for more builtin types. Made test_pprint discoverable.
by Serhiy Storchaka
· 10 years ago
ea6d559
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
by Berker Peksag
· 10 years ago
1af2bf7
asyncio: Support PEP 492. Issue #24017.
by Yury Selivanov
· 10 years ago
59eb9a4
asyncio: async() function is deprecated in favour of ensure_future().
by Yury Selivanov
· 10 years ago
740169c
Sync asyncio changes from the main repo.
by Yury Selivanov
· 10 years ago
65bcdd7
ensure .keywords is always a dict
by Benjamin Peterson
· 10 years ago
7e63b36
Issue #21520: test_zipfile no longer fails if the word 'bad' appears
by Larry Hastings
· 10 years ago
ab91478
Issue #24125: Saved error's line and column numbers when an error is occured
by Serhiy Storchaka
· 10 years ago
8c59816
merge 3.3 (#24096)
by Benjamin Peterson
· 10 years ago
deff2b7
be more robust against the filters list changing under us (closes #24096)
by Benjamin Peterson
· 10 years ago
122f4b1
merge 3.3 (#24094)
by Benjamin Peterson
· 10 years ago
501182a
just sort the items tuple directly (closes #24094)
by Benjamin Peterson
· 10 years ago
0a9933e
Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__.
by Guido van Rossum
· 10 years ago
71f73ca
Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
by Serhiy Storchaka
· 10 years ago
3af7a38
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
by Serhiy Storchaka
· 10 years ago
462c357
Fixed full Tcl version parsing in tests for pre-final versions.
by Serhiy Storchaka
· 10 years ago
b6076fb
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
by Serhiy Storchaka
· 10 years ago
d73aca7
do not call into python api if an exception is set (#24022)
by Benjamin Peterson
· 10 years ago
0bd16bc
Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge.
by Guido van Rossum
· 10 years ago
2b0d200
Issue #23908: os functions now reject paths with embedded null character
by Serhiy Storchaka
· 10 years ago
2ef7c47
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
by Serhiy Storchaka
· 10 years ago
16b2e4f
Issue #23842: Added tests for os.major(), os.minor() and os.makedev().
by Serhiy Storchaka
· 10 years ago
6a69466
Backported tests from issue #20175.
by Serhiy Storchaka
· 10 years ago
f4bbc53
#23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.
by R David Murray
· 10 years ago
8b963c5
#17898: reset k and v so that the loop doesn't use an old value
by Andrew Kuchling
· 10 years ago
4882cac
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 10 years ago
85e3ee7
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file.
by Antoine Pitrou
· 10 years ago
25f85d4
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
by Antoine Pitrou
· 10 years ago
e173c07
Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com.
by Guido van Rossum
· 10 years ago
ecb75e2
Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS.
by Berker Peksag
· 10 years ago
dee948b
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
by Serhiy Storchaka
· 10 years ago
1572944
reduce memory usage of test (closes #23369)
by Benjamin Peterson
· 10 years ago
0eaabf1
check for overflows in permutations() and product() (closes #23363, closes #23364)
by Benjamin Peterson
· 10 years ago
6f08229
check for overflow in combinations_with_replacement (closes #23365)
by Benjamin Peterson
· 10 years ago
4b40eeb
detect overflow in combinations (closes #23366)
by Benjamin Peterson
· 10 years ago
68389ea
remove extra ws
by Benjamin Peterson
· 10 years ago
e3bfe19
fix possible overflow in encode_basestring_ascii (closes #23369)
by Benjamin Peterson
· 10 years ago
4dbc305
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
by Serhiy Storchaka
· 10 years ago
3f95292
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
by Serhiy Storchaka
· 10 years ago
81b7374
merge 3.2 (#16043)
by Benjamin Peterson
· 10 years ago
4e9cefa
add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043)
by Benjamin Peterson
· 10 years ago
e71abcc
merge 3.2
by Benjamin Peterson
· 10 years ago
258f3f0
use pythontest.net for url fragment test
by Benjamin Peterson
· 10 years ago
97751fa
merge 3.2
by Benjamin Peterson
· 10 years ago
863c962
move idna test domain to pythontest.net
by Benjamin Peterson
· 10 years ago
4d85689
test is cpython only
by Benjamin Peterson
· 10 years ago
e1bd38c
fix integer overflow in unicode case operations (closes #22643)
by Benjamin Peterson
· 10 years ago
b3ac843
#16040: fix unlimited read from connection in nntplib.
by Georg Brandl
· 10 years ago
4480d30
ref #19855: skip uuid test_find_mac on non-Posix as in later branches
by Georg Brandl
· 10 years ago
51c1162
Issue #19855: uuid.getnode() on Unix now looks on the PATH for the
by Georg Brandl
· 10 years ago
3bc3567
Backport b533cc11d114 to fix intermittent test_urllibnet failures.
by Georg Brandl
· 10 years ago
bbd0a32
clear BufferedRWPair weakrefs on deallocation (closes #22517)
by Benjamin Peterson
· 10 years ago
e025b52
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
by Senthil Kumaran
· 10 years ago
2a42a0b
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces.
by Senthil Kumaran
· 10 years ago
7d0b8f9
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 10 years ago
217f4cd
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 10 years ago
915a30f
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 10 years ago
0fd3972
merge 3.2
by Benjamin Peterson
· 10 years ago
314dc12
expect the correct platform-dependent linesep
by Benjamin Peterson
· 10 years ago
6cd1954
merge 3.2 (#21766)
by Benjamin Peterson
· 10 years ago
73b8b1c
url unquote the path before checking if it refers to a CGI script (closes #21766)
by Benjamin Peterson
· 10 years ago
842f00e
Suppress a couple more DeprecationWarnings in the test suite.
by R David Murray
· 10 years ago
93da9b5
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
by Serhiy Storchaka
· 10 years ago
52c0c33
Skip nntplib tests when transient errors captured.
by Berker Peksag
· 10 years ago
4bea461
Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
by Victor Stinner
· 10 years ago
6fbeae4
Issue #22977: Remove unconditional import of ctypes.
by Serhiy Storchaka
· 10 years ago
9a6e201
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
by Serhiy Storchaka
· 10 years ago
c9ba38c
Open files in binary mode to avoid newlines transformation.
by Serhiy Storchaka
· 10 years ago
9f8a891
Escaped backslashes in docstrings.
by Serhiy Storchaka
· 10 years ago
8077434
Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
by Serhiy Storchaka
· 10 years ago
8c9bba0
Issue #22351: Fix test_nntplib if the ssl module is missing
by Victor Stinner
· 10 years ago
13e41c5
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
by Serhiy Storchaka
· 10 years ago
aa9563c
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
by Serhiy Storchaka
· 10 years ago
2379d54
Issue #16840: Fixed test_tcl for Tcl < 8.5.
by Serhiy Storchaka
· 10 years ago
a5a4bd7
Issue #21526: Skip test_booleans on Tcl < 8.5.
by Serhiy Storchaka
· 10 years ago
ea134da
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
by Serhiy Storchaka
· 10 years ago
d223fa6
Issue #22977: Fix test_exceptions
by Victor Stinner
· 10 years ago
Next »