| .. |
|
audiodata
|
Issue #19261: Added support for writing 24-bit samples in the sunau module.
|
12 years ago |
|
capath
|
Followup on r81233: fix test_ssl with OpenSSL < 1.0.0.
|
16 years ago |
|
cjkencodings
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
crashers
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
|
12 years ago |
|
data
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
decimaltestdata
|
#23891: describe a few more modules in the tutorial
|
11 years ago |
|
eintrdata
|
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
|
11 years ago |
|
encoded_modules
|
Issue #9308: Removed redundant coding cookies. Added tests for
|
15 years ago |
|
imghdrdata
|
#20295: Teach imghdr to recognize OpenEXR format images.
|
12 years ago |
|
leakers
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
sndhdrdata
|
Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
|
16 years ago |
|
subprocessdata
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
support
|
Fix remaining tests and remove an unused import.
|
11 years ago |
|
test_asyncio
|
Merge 3.4 (asyncio)
|
11 years ago |
|
test_email
|
Issue #6598: Increased time precision and random number range in
|
11 years ago |
|
test_import
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_importlib
|
use assert method in another place
|
11 years ago |
|
test_json
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_tools
|
Fix remaining tests and remove an unused import.
|
11 years ago |
|
tracedmodules
|
Merged revisions 84994 via svnmerge from
|
16 years ago |
|
xmltestdata
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
185test.db
|
Data file for bsddb185 test
|
23 years ago |
|
Sine-1000Hz-300ms.aif
|
Fix issue 2245. aifc now skips any chunk type it doesn't actually
|
17 years ago |
|
__init__.py
|
Add __init__.py to test package.
|
29 years ago |
|
__main__.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
_test_multiprocessing.py
|
Fix remaining tests and remove an unused import.
|
11 years ago |
|
audiotest.au
|
Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes
|
16 years ago |
|
audiotests.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
autotest.py
|
Complete the absolute import patch for the test suite. All relative
|
24 years ago |
|
bad_coding.py
|
- Fix segfault with invalid coding.
|
21 years ago |
|
bad_coding2.py
|
Rip out all the u"..." literals and calls to unicode().
|
19 years ago |
|
badcert.pem
|
More work on SSL support.
|
19 years ago |
|
badkey.pem
|
More work on SSL support.
|
19 years ago |
|
badsyntax_3131.py
|
Implement PEP 3131. Add isidentifier to str.
|
19 years ago |
|
badsyntax_async1.py
|
Issue #24619: New approach for tokenizing async/await.
|
11 years ago |
|
badsyntax_async2.py
|
Issue #24619: More tests; fix nits in compiler.c
|
11 years ago |
|
badsyntax_async3.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
badsyntax_async4.py
|
Issue #24619: New approach for tokenizing async/await.
|
11 years ago |
|
badsyntax_async5.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
badsyntax_async6.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
badsyntax_async7.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
badsyntax_async8.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
badsyntax_future3.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future4.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future5.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future6.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future7.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
22 years ago |
|
badsyntax_future8.py
|
Fix most trivially-findable print statements.
|
19 years ago |
|
badsyntax_future9.py
|
Fix most trivially-findable print statements.
|
19 years ago |
|
badsyntax_future10.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
badsyntax_pep3120.py
|
Implement PEP 3120.
|
19 years ago |
|
buffer_tests.py
|
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
|
12 years ago |
|
bytecode_helper.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
cfgparser.1
|
ConfigParser:
|
22 years ago |
|
cfgparser.2
|
Add missing file.
|
16 years ago |
|
cfgparser.3
|
#9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases.
|
16 years ago |
|
check_soundcard.vbs
|
Set eol-style to native.
|
20 years ago |
|
cmath_testcases.txt
|
Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to
|
15 years ago |
|
coding20731.py
|
Merge with 3.3
|
12 years ago |
|
curses_tests.py
|
convert shebang lines: python -> python3
|
16 years ago |
|
datetimetester.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
dh1024.pem
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
dis_module.py
|
Merged revisions 55631-55794 via svnmerge from
|
19 years ago |
|
doctest_aliases.py
|
Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from
|
17 years ago |
|
double_const.py
|
#2621 rename test.test_support to test.support
|
18 years ago |
|
empty.vbs
|
Add a simple test for os.startfile().
|
20 years ago |
|
exception_hierarchy.txt
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
final_a.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
final_b.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
floating_points.txt
|
Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
|
16 years ago |
|
fork_wait.py
|
Fix timeout in test.fork_wait
|
12 years ago |
|
formatfloat_testcases.txt
|
Add testcases from bug report #9980.
|
16 years ago |
|
future_test1.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
future_test2.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
gdb_sample.py
|
Issue #8380: Port gdb/libpython to 3.x.
|
16 years ago |
|
https_svn_python_org_root.pem
|
Update root certificate to CAcert.
|
16 years ago |
|
ieee754.txt
|
Issue #7534: Fix handling of nans, infinities, and negative zero in **
|
16 years ago |
|
inspect_fodder.py
|
Issue #24669: Fix inspect.getsource() for 'async def' functions.
|
11 years ago |
|
inspect_fodder2.py
|
Issue #24485: Revert backwards compatibility breaking changes of #21217.
|
11 years ago |
|
keycert.passwd.pem
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
keycert.pem
|
Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the
|
16 years ago |
|
keycert2.pem
|
Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and
|
15 years ago |
|
keycert3.pem
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
keycert4.pem
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
list_tests.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
lock_tests.py
|
Make some tests more frienly to MemoryError.
|
11 years ago |
|
mailcap.txt
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
make_ssl_certs.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
mapping_tests.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
math_testcases.txt
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
memory_watchdog.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
mime.types
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
mock_socket.py
|
#21725: Add RFC 6531 (SMTPUTF8) support to smtpd.
|
12 years ago |
|
mp_fork_bomb.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
multibytecodec_support.py
|
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
|
11 years ago |
|
nokia.pem
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
nullbytecert.pem
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
nullcert.pem
|
More work on SSL support.
|
19 years ago |
|
outstanding_bugs.py
|
Update test.outstanding_bugs.py
|
12 years ago |
|
pickletester.py
|
merge 3.4
|
11 years ago |
|
profilee.py
|
* Use the same code to profile for test_profile and test_cprofile.
|
18 years ago |
|
pstats.pck
|
#10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file.
|
15 years ago |
|
pycacert.pem
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
pycakey.pem
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
pyclbr_input.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pydoc_mod.py
|
don't remove self from example code in the HTML output (closes #13223)
|
12 years ago |
|
pydocfodder.py
|
Merged revisions 60176-60209 via svnmerge from
|
18 years ago |
|
pystone.py
|
Replace deprecated time.clock() with time.time(). Fixes issue #20475.
|
12 years ago |
|
randv2_32.pck
|
Issue #1727780: Support loading pickles of random.Random objects created
|
18 years ago |
|
randv2_64.pck
|
Issue #1727780: Support loading pickles of random.Random objects created
|
18 years ago |
|
randv3.pck
|
Issue #1727780: Support loading pickles of random.Random objects created
|
18 years ago |
|
re_tests.py
|
Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``
|
11 years ago |
|
regrtest.py
|
Issue #24245: Eliminated senseless expect clauses that have no any effect.
|
11 years ago |
|
relimport.py
|
Issue #2400: Allow relative imports to "import *".
|
18 years ago |
|
reperf.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
revocation.crl
|
Issue #8813: Add SSLContext.verify_flags to change the verification flags
|
12 years ago |
|
sample_doctest.py
|
Fix a bunch of doctests with the -d option of refactor.py.
|
19 years ago |
|
sample_doctest_no_docstrings.py
|
Issue #13540: Expanded argparse documents to clarify the action API
|
14 years ago |
|
sample_doctest_no_doctests.py
|
Issue #13540: Expanded argparse documents to clarify the action API
|
14 years ago |
|
selfsigned_pythontestdotnet.pem
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
seq_tests.py
|
#23891: describe a few more modules in the tutorial
|
11 years ago |
|
sgml_input.html
|
As mentioned on python-dev, reverting patch #1504333 because it introduced
|
20 years ago |
|
sha256.pem
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
sortperf.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
ssl_cert.pem
|
Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the
|
16 years ago |
|
ssl_key.passwd.pem
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
ssl_key.pem
|
Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the
|
16 years ago |
|
ssl_servers.py
|
Add a --ciphers option to Lib/test/ssl_servers.py
|
12 years ago |
|
ssltests.py
|
normalize white space
|
12 years ago |
|
string_tests.py
|
Issue #24284: The startswith and endswith methods of the str class no longer
|
11 years ago |
|
test___all__.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test___future__.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test__locale.py
|
#23891: describe a few more modules in the tutorial
|
11 years ago |
|
test__opcode.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test__osx_support.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_abc.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_abstract_numbers.py
|
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
|
12 years ago |
|
test_aifc.py
|
Issue #19623: Fixed writing to unseekable files in the aifc module.
|
12 years ago |
|
test_argparse.py
|
Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS.
|
11 years ago |
|
test_array.py
|
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
|
11 years ago |
|
test_asdl_parser.py
|
Issue #19655: Add tests for the new asdl parser.
|
12 years ago |
|
test_ast.py
|
Issue #24688: ast.get_docstring() for 'async def' functions.
|
11 years ago |
|
test_asynchat.py
|
(Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method now
|
12 years ago |
|
test_asyncore.py
|
(Merge 3.4) Issue #11453, #18174: Fix leak of file descriptor in test_asyncore
|
12 years ago |
|
test_atexit.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_audioop.py
|
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
|
11 years ago |
|
test_augassign.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_base64.py
|
Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.
|
12 years ago |
|
test_bigaddrspace.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_bigmem.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_binascii.py
|
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
|
11 years ago |
|
test_binhex.py
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
|
12 years ago |
|
test_binop.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_bisect.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_bool.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_buffer.py
|
Issue #23681: Fixed Python 2 to 3 poring bugs.
|
11 years ago |
|
test_bufio.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_builtin.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_bytes.py
|
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
|
11 years ago |
|
test_bz2.py
|
Issue #23529: Limit the size of decompressed data when reading from
|
11 years ago |
|
test_calendar.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_call.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_capi.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_cgi.py
|
merge 3.4 (#23801)
|
11 years ago |
|
test_cgitb.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_charmapcodec.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_class.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_cmath.py
|
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
|
11 years ago |
|
test_cmd.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_cmd_line.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_cmd_line_script.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_code.py
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
|
12 years ago |
|
test_code_module.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_codeccallbacks.py
|
Issue #24102: Fixed exception type checking in standard error handlers.
|
11 years ago |
|
test_codecencodings_cn.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_codecencodings_hk.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_codecencodings_iso2022.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_codecencodings_jp.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_codecencodings_kr.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_codecencodings_tw.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_codecmaps_cn.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_codecmaps_hk.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_codecmaps_jp.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_codecmaps_kr.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_codecmaps_tw.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_codecs.py
|
Issue #22681: Added support for the koi8_t encoding.
|
11 years ago |
|
test_codeop.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_collections.py
|
Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line.
|
11 years ago |
|
test_colorsys.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_compare.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_compile.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_compileall.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_complex.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_concurrent_futures.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_configparser.py
|
Issue #22777: Test pickling with all protocols.
|
11 years ago |
|
test_contains.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_contextlib.py
|
Issue #24336: The contextmanager decorator now works with functions with
|
11 years ago |
|
test_copy.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_copyreg.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_coroutines.py
|
Issue #24619: Simplify async/await tokenization.
|
11 years ago |
|
test_cprofile.py
|
Issue #21863: cProfile now displays the module name of C extension functions, in addition to their own name.
|
12 years ago |
|
test_crashers.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_crypt.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_csv.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_ctypes.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_curses.py
|
Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
|
11 years ago |
|
test_datetime.py
|
Make test_datetime a better citizen (issue #22540)
|
11 years ago |
|
test_dbm.py
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
|
12 years ago |
|
test_dbm_dumb.py
|
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
|
11 years ago |
|
test_dbm_gnu.py
|
Close #19282: Native context management in dbm
|
12 years ago |
|
test_dbm_ndbm.py
|
Close #19282: Native context management in dbm
|
12 years ago |
|
test_decimal.py
|
Issue #22777: Test pickling with all protocols.
|
11 years ago |
|
test_decorators.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_defaultdict.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_deque.py
|
Check deques against common sequence tests (except for slicing).
|
11 years ago |
|
test_descr.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_descrtut.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_devpoll.py
|
Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris
|
12 years ago |
|
test_dict.py
|
merge 3.4 (#24407)
|
11 years ago |
|
test_dictcomps.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_dictviews.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_difflib.py
|
#17445: difflib: add diff_bytes(), to compare bytes rather than str
|
11 years ago |
|
test_difflib_expect.html
|
Issue #2052: Add charset parameter to HtmlDiff.make_file().
|
11 years ago |
|
test_dis.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
test_distutils.py
|
Merged revisions 75860 via svnmerge from
|
16 years ago |
|
test_doctest.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_doctest.txt
|
Kill off softspace completely (except in formatter.py which seems to have
|
19 years ago |
|
test_doctest2.py
|
Issue #9308: Removed redundant coding cookies. Added tests for
|
15 years ago |
|
test_doctest2.txt
|
Fixed a small bug. doctest didn't handle unicode docstrings containing
|
22 years ago |
|
test_doctest3.txt
|
Bug #2565: The repr() of type objects now calls them 'class',
|
18 years ago |
|
test_doctest4.txt
|
Fix test_doctest: drop u prefixes; explicitly declare
|
19 years ago |
|
test_docxmlrpc.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_dummy_thread.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_dummy_threading.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_dynamic.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_dynamicclassattribute.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_eintr.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_ensurepip.py
|
Merge the fix for #24267
|
11 years ago |
|
test_enum.py
|
Close issue23900: add default __doc__ to new enumerations that do not specify one.
|
11 years ago |
|
test_enumerate.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_eof.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_epoll.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_errno.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_exception_variations.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_exceptions.py
|
Add a rudimentary test for StopAsyncIteration in test_exceptions.
|
11 years ago |
|
test_extcall.py
|
PEP 448: additional unpacking generalizations (closes #2292)
|
11 years ago |
|
test_faulthandler.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_fcntl.py
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
|
12 years ago |
|
test_file.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_file_eintr.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_filecmp.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_fileinput.py
|
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
|
12 years ago |
|
test_fileio.py
|
Remove spurious text from build instructions README.
|
11 years ago |
|
test_finalization.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_float.py
|
Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok.
|
11 years ago |
|
test_flufl.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_fnmatch.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_fork1.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_format.py
|
Issue #23466: Fixed expected error message in test_format.
|
11 years ago |
|
test_fractions.py
|
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
|
11 years ago |
|
test_frame.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_ftplib.py
|
merge 3.4 (#22935)
|
11 years ago |
|
test_funcattrs.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_functools.py
|
Issue #14373: Other attempt to fix threaded test for lru_cache().
|
11 years ago |
|
test_future.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_future3.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_future4.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_future5.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_gc.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_gdb.py
|
Issue #22117: Fix test_gdb for the new time.sleep()
|
11 years ago |
|
test_generators.py
|
Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.
|
11 years ago |
|
test_genericpath.py
|
Issue #23780: Improved error message in os.path.join() with single argument.
|
11 years ago |
|
test_genexps.py
|
Issue #20326: Argument Clinic now uses a simple, unique signature to
|
12 years ago |
|
test_getargs2.py
|
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
|
11 years ago |
|
test_getopt.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_getpass.py
|
#21169: fix getpass to use replace error handler on UnicodeEncodeError.
|
12 years ago |
|
test_gettext.py
|
Merge from 3.4
|
11 years ago |
|
test_glob.py
|
Issue #13968: Fixed newly added recursive glob test.
|
12 years ago |
|
test_global.py
|
(partially)
|
16 years ago |
|
test_grammar.py
|
Issue #24687: Plug refleak on SyntaxError in function parameters annotations.
|
11 years ago |
|
test_grp.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_gzip.py
|
Issue #23529: Limit the size of decompressed data when reading from
|
11 years ago |
|
test_hash.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_hashlib.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_heapq.py
|
Extend test coverage to include heapifying large heaps
|
11 years ago |
|
test_hmac.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_html.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_htmlparser.py
|
#21047: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag.
|
12 years ago |
|
test_http_cookiejar.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_http_cookies.py
|
merge 3.4 (#22931)
|
11 years ago |
|
test_httplib.py
|
#3566: Clean up handling of remote server disconnects.
|
11 years ago |
|
test_httpservers.py
|
Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests
|
11 years ago |
|
test_idle.py
|
Issue #18492: Allow all resources when tests are not run by regrtest.py.
|
12 years ago |
|
test_imaplib.py
|
#21800: Add RFC 6855 support to imaplib.
|
11 years ago |
|
test_imghdr.py
|
#20295: Teach imghdr to recognize OpenEXR format images.
|
12 years ago |
|
test_imp.py
|
Issue #23731: Implement PEP 488.
|
11 years ago |
|
test_index.py
|
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
|
12 years ago |
|
test_inspect.py
|
Issue #24485: Function source inspection fails on closures.
|
11 years ago |
|
test_int.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_int_literal.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_io.py
|
Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht.
|
11 years ago |
|
test_ioctl.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_ipaddress.py
|
Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.
|
11 years ago |
|
test_isinstance.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_iter.py
|
#23891: describe a few more modules in the tutorial
|
11 years ago |
|
test_iterlen.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_itertools.py
|
Make some tests more frienly to MemoryError.
|
11 years ago |
|
test_keyword.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_keywordonlyarg.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_kqueue.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_largefile.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_lib2to3.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_linecache.py
|
Issue #23838: linecache now clears the cache and returns an empty result on
|
11 years ago |
|
test_list.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_listcomps.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_locale.py
|
Issue #23474: Enhanced locale testing.
|
11 years ago |
|
test_logging.py
|
Issue #24678: Fixed raiseExceptions typo in logging tests.
|
11 years ago |
|
test_long.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_longexp.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_lzma.py
|
Issue #23529: Limit the size of decompressed data when reading from
|
11 years ago |
|
test_macpath.py
|
Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
|
11 years ago |
|
test_macurl2path.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_mailbox.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_mailcap.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_marshal.py
|
Issue #23392: Added tests for marshal C API that works with FILE*.
|
11 years ago |
|
test_math.py
|
Issue #19543: Implementation of isclose as per PEP 485
|
11 years ago |
|
test_memoryio.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_memoryview.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_metaclass.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_mimetypes.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_minidom.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
test_mmap.py
|
Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and
|
11 years ago |
|
test_module.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_modulefinder.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_msilib.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_multibytecodec.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_multiprocessing_fork.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_multiprocessing_forkserver.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_multiprocessing_main_handling.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_multiprocessing_spawn.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_netrc.py
|
Issue #13540: Expanded argparse documents to clarify the action API
|
14 years ago |
|
test_nis.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_nntplib.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_normalization.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_ntpath.py
|
Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.
|
11 years ago |
|
test_numeric_tower.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_opcodes.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_openpty.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_operator.py
|
Issue #22955: Fixed test_operator. It left Python implementation in
|
11 years ago |
|
test_optparse.py
|
Merge from 3.4
|
12 years ago |
|
test_os.py
|
Use setUpClass and tearDownClass correctly in test_os.
|
11 years ago |
|
test_ossaudiodev.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_osx_env.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_parser.py
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
11 years ago |
|
test_pathlib.py
|
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
|
11 years ago |
|
test_pdb.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_peepholer.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pep247.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pep277.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_pep292.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pep352.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_pep380.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pep479.py
|
Issue 22906: Add test file.
|
11 years ago |
|
test_pep3120.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pep3131.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pep3151.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pickle.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_pickletools.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_pipes.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_pkg.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pkgimport.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pkgutil.py
|
Issue #23014: Make importlib.abc.Loader.create_module() required when
|
11 years ago |
|
test_platform.py
|
Issue #24210: Silence more PendingDeprecationWarning warnings in tests.
|
11 years ago |
|
test_plistlib.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_poll.py
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
|
12 years ago |
|
test_popen.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_poplib.py
|
#21804: Add RFC 6856 (UTF8) support to poplib.
|
11 years ago |
|
test_posix.py
|
Issue #23908: os functions now reject paths with embedded null character
|
11 years ago |
|
test_posixpath.py
|
Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.
|
11 years ago |
|
test_pow.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pprint.py
|
Issue 24215: Added tests for more builtin types in test_pprint.
|
11 years ago |
|
test_print.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_profile.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_property.py
|
Issue #24064: Property() docstrings are now writeable.
|
11 years ago |
|
test_pstats.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pty.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pulldom.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pwd.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_py_compile.py
|
Issue #23822: Fix test_py_compile to not fail under -O.
|
11 years ago |
|
test_pyclbr.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_pydoc.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_pyexpat.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_queue.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_quopri.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_raise.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_random.py
|
Issue #24620: Random.setstate() now validates the value of state last element.
|
11 years ago |
|
test_range.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_re.py
|
Issue #24580: Symbolic group references to open group in re patterns now are
|
11 years ago |
|
test_readline.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_regrtest.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_reprlib.py
|
Issue #22824: Simplify reprlib output format for empty arrays
|
11 years ago |
|
test_resource.py
|
Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs.
|
12 years ago |
|
test_richcmp.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_rlcompleter.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_robotparser.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_runpy.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_sax.py
|
Issue #24125: Saved error's line and column numbers when an error is occured
|
11 years ago |
|
test_sched.py
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
|
12 years ago |
|
test_scope.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_script_helper.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_select.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_selectors.py
|
Issue #23485: Enhance and update selectors doc and test_selectors
|
11 years ago |
|
test_set.py
|
Issue #24583: Fix crash when set is mutated while being updated.
|
11 years ago |
|
test_setcomps.py
|
#2621 rename test.test_support to test.support
|
18 years ago |
|
test_shelve.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_shlex.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_shutil.py
|
Issue #21775: shutil.copytree(): fix crash when copying to VFAT
|
11 years ago |
|
test_signal.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_site.py
|
Issue #23911: Fix mixed bytes/strings.
|
11 years ago |
|
test_slice.py
|
Issue #24134: Use assertRaises() in context manager form in test_slice to
|
11 years ago |
|
test_smtpd.py
|
#21795: advertise 8BITMIME if decode_data is False.
|
11 years ago |
|
test_smtplib.py
|
- Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional
|
11 years ago |
|
test_smtpnet.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_sndhdr.py
|
Issue #22777: Test pickling with all protocols.
|
11 years ago |
|
test_socket.py
|
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
|
11 years ago |
|
test_socketserver.py
|
Issue #23358: Add missing BaseServer entry to socketserver.__all__.
|
11 years ago |
|
test_sort.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_source_encoding.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_spwd.py
|
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
|
12 years ago |
|
test_sqlite.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_ssl.py
|
Issue #24210: Silence more PendingDeprecationWarning warnings in tests.
|
11 years ago |
|
test_startfile.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_stat.py
|
Issue #21741: Add st_file_attributes to os.stat_result on Windows.
|
12 years ago |
|
test_statistics.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_strftime.py
|
Isue #19634: test_y_before_1900() is expected to fail on Solaris
|
12 years ago |
|
test_string.py
|
#11754: test contents of string module attributes.
|
11 years ago |
|
test_stringprep.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_strlit.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_strptime.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_strtod.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_struct.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_structmembers.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_structseq.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_subprocess.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_sunau.py
|
Issue #19623: Fixed writing to unseekable files in the aifc module.
|
12 years ago |
|
test_sundry.py
|
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
|
11 years ago |
|
test_super.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_support.py
|
issue9859: Document test.support.detect_api_mismatch() and simplify its test.
|
11 years ago |
|
test_symtable.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_syntax.py
|
PEP 448: additional unpacking generalizations (closes #2292)
|
11 years ago |
|
test_sys.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_sys_setprofile.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_sys_settrace.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_sysconfig.py
|
Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension
|
11 years ago |
|
test_syslog.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_tarfile.py
|
Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
|
11 years ago |
|
test_tcl.py
|
Issue #20035: Reimplement tkinter._fix module as a C function.
|
11 years ago |
|
test_telnetlib.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_tempfile.py
|
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
|
11 years ago |
|
test_textwrap.py
|
Issue #22687: Fixed some corner cases in breaking words in tetxtwrap.
|
11 years ago |
|
test_thread.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_threaded_import.py
|
Issue #23799: Added test.support.start_threads() for running and cleaning up
|
11 years ago |
|
test_threadedtempfile.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_threading.py
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
|
11 years ago |
|
test_threading_local.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_threadsignals.py
|
Issue #20564: Skip tests on lock+signals on OpenBSD
|
12 years ago |
|
test_time.py
|
Closes #24244: Removes invalid test from test_time
|
11 years ago |
|
test_timeit.py
|
Issue #24631: Fixed regression in the timeit modulu with multyline setup.
|
11 years ago |
|
test_timeout.py
|
Issue #21566: Make use of socket.listen() default backlog.
|
12 years ago |
|
test_tix.py
|
Issue #21337: Add bare-bones Tix test
|
11 years ago |
|
test_tk.py
|
Issue #20035: Reimplement tkinter._fix module as a C function.
|
11 years ago |
|
test_tokenize.py
|
Issue #24619: Simplify async/await tokenization.
|
11 years ago |
|
test_trace.py
|
Issue 24215: Added tests for more builtin types in test_pprint.
|
11 years ago |
|
test_traceback.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_tracemalloc.py
|
Issue #23731: Fix tracemalloc test on Windows.
|
11 years ago |
|
test_ttk_guionly.py
|
Issue #20035: Reimplement tkinter._fix module as a C function.
|
11 years ago |
|
test_ttk_textonly.py
|
Merged revisions 78093 via svnmerge from
|
16 years ago |
|
test_tuple.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_typechecks.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_types.py
|
Issue #24692: Add more tests for types.coroutine
|
11 years ago |
|
test_typing.py
|
Preliminary typing.py, anticipating provisional acceptance of PEP 484.
|
11 years ago |
|
test_ucn.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_unary.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_unicode.py
|
Issue #22681: Added support for the koi8_t encoding.
|
11 years ago |
|
test_unicode_file.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_unicodedata.py
|
upgrade to Unicode 8.0.0
|
11 years ago |
|
test_unittest.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_univnewlines.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_unpack.py
|
#23949: Improve tuple unpacking error messages.
|
11 years ago |
|
test_unpack_ex.py
|
set items in dict displays from left to right (closes #24569)
|
11 years ago |
|
test_urllib.py
|
Added more tests for urllib.parse utility functions.
|
11 years ago |
|
test_urllib2.py
|
Issue #23887: urllib.error.HTTPError now has a proper repr() representation.
|
11 years ago |
|
test_urllib2_localnet.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_urllib2net.py
|
Issue #24245: Eliminated senseless expect clauses that have no any effect.
|
11 years ago |
|
test_urllib_response.py
|
urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
|
12 years ago |
|
test_urllibnet.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_urlparse.py
|
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.
|
11 years ago |
|
test_userdict.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_userlist.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_userstring.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_uu.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_uuid.py
|
Issue #23015: Improved testing of the uuid module.
|
11 years ago |
|
test_venv.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_wait3.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_wait4.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_warnings.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_wave.py
|
Issue #19623: Fixed writing to unseekable files in the aifc module.
|
12 years ago |
|
test_weakref.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_weakset.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_webbrowser.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
test_winreg.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_winsound.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_with.py
|
Issue #24336: The contextmanager decorator now works with functions with
|
11 years ago |
|
test_wsgiref.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_xdrlib.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
test_xml_dom_minicompat.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_xml_etree.py
|
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
|
11 years ago |
|
test_xml_etree_c.py
|
Fixed sizeof tests for ElementTree (issue #23450).
|
11 years ago |
|
test_xmlrpc.py
|
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
|
11 years ago |
|
test_xmlrpc_net.py
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
|
12 years ago |
|
test_zipapp.py
|
#23657 Don't explicitly do an isinstance check for str in zipapp
|
11 years ago |
|
test_zipfile.py
|
Merge from 3.4.
|
11 years ago |
|
test_zipfile64.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
test_zipimport.py
|
Issue #23731: Implement PEP 488.
|
11 years ago |
|
test_zipimport_support.py
|
Issue #9517: Move script_helper to the support package.
|
11 years ago |
|
test_zlib.py
|
Issue #21741: Update 147 test modules to use test discovery.
|
11 years ago |
|
testcodec.py
|
Merging the py3k-pep3137 branch back into the py3k branch.
|
18 years ago |
|
testtar.tar
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
tf_inherit_check.py
|
Issue 23314: SuppressCrashReports now disables CRT assertions
|
11 years ago |
|
threaded_import_hangers.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
time_hashlib.py
|
Suppress a couple more DeprecationWarnings in the test suite.
|
12 years ago |
|
tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt
|
Ran svneol.py
|
18 years ago |
|
tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt
|
Ran svneol.py
|
18 years ago |
|
tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt
|
Ran svneol.py
|
18 years ago |
|
tokenize_tests.txt
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
warning_tests.py
|
Add tests for the filename.
|
19 years ago |
|
win_console_handler.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
xmltests.py
|
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
|
14 years ago |
|
zip_cp437_header.zip
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
zipdir.zip
|
Issue #4710: Extract directories properly in the zipfile module;
|
17 years ago |