| .. |
|
audiodata
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
capath
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
cjkencodings
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
crashers
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
data
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
decimaltestdata
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
eintrdata
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
10 years ago |
|
encoded_modules
|
Issue #9308: Removed redundant coding cookies. Added tests for
|
16 years ago |
|
imghdrdata
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
leakers
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
sndhdrdata
|
Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
|
16 years ago |
|
subprocessdata
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
support
|
Issue #28666: Fix removing readonly directories on Windows.
|
10 years ago |
|
test_asyncio
|
Issue #28704: Fix create_unix_server to support Path-like objects
|
10 years ago |
|
test_email
|
#19003: Only replace \r and/or \n line endings in email.generator.
|
10 years ago |
|
test_import
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_importlib
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
10 years ago |
|
test_json
|
Issue #27993: Fix problems with plural objects in docs and comments
|
10 years ago |
|
test_tools
|
Issue #27952: Capture stderr in run_script()
|
10 years ago |
|
test_warnings
|
Issue #27528: Document and test warning messages must match at beginning
|
10 years ago |
|
tracedmodules
|
Merged revisions 84994 via svnmerge from
|
16 years ago |
|
xmltestdata
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
185test.db
|
Data file for bsddb185 test
|
24 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 #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
_test_multiprocessing.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
10 years ago |
|
allsans.pem
|
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
|
10 years ago |
|
audiotest.au
|
Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes
|
16 years ago |
|
audiotests.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 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 #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
badsyntax_async2.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
badsyntax_async3.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
badsyntax_async4.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
badsyntax_async5.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
badsyntax_async6.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
badsyntax_async7.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
badsyntax_async8.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
badsyntax_future3.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
23 years ago |
|
badsyntax_future4.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
23 years ago |
|
badsyntax_future5.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
23 years ago |
|
badsyntax_future6.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
23 years ago |
|
badsyntax_future7.py
|
SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
|
23 years ago |
|
badsyntax_future8.py
|
Fix most trivially-findable print statements.
|
20 years ago |
|
badsyntax_future9.py
|
Fix most trivially-findable print statements.
|
20 years ago |
|
badsyntax_future10.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
badsyntax_pep3120.py
|
Implement PEP 3120.
|
19 years ago |
|
bytecode_helper.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
cfgparser.1
|
ConfigParser:
|
22 years ago |
|
cfgparser.2
|
Issue 19504: Change "customise" to "customize" American spelling.
|
10 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 |
|
cmath_testcases.txt
|
Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to
|
16 years ago |
|
coding20731.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
curses_tests.py
|
convert shebang lines: python -> python3
|
17 years ago |
|
datetimetester.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
10 years ago |
|
dh1024.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 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().
|
21 years ago |
|
exception_hierarchy.txt
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
final_a.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
final_b.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
floating_points.txt
|
Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
|
17 years ago |
|
fork_wait.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 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 |
|
ieee754.txt
|
Issue #7534: Fix handling of nans, infinities, and negative zero in **
|
17 years ago |
|
imp_dummy.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
inspect_fodder.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
inspect_fodder2.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 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
|
16 years ago |
|
keycert3.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
keycert4.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
list_tests.py
|
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
|
10 years ago |
|
lock_tests.py
|
Issue #25551: Test condition behavior instead of its internals
|
10 years ago |
|
mailcap.txt
|
#14977: Make mailcap respect the order of the lines in the mailcap file.
|
10 years ago |
|
make_ssl_certs.py
|
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
|
10 years ago |
|
mapping_tests.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 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
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
mp_fork_bomb.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
multibytecodec_support.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
nokia.pem
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
nullbytecert.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
nullcert.pem
|
More work on SSL support.
|
19 years ago |
|
outstanding_bugs.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
pickletester.py
|
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
|
10 years ago |
|
profilee.py
|
* Use the same code to profile for test_profile and test_cprofile.
|
19 years ago |
|
pstats.pck
|
#10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file.
|
16 years ago |
|
pycacert.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
pycakey.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
pyclbr_input.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pydoc_mod.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
pydocfodder.py
|
Merged revisions 60176-60209 via svnmerge from
|
19 years ago |
|
pystone.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
randv2_32.pck
|
Issue #1727780: Support loading pickles of random.Random objects created
|
19 years ago |
|
randv2_64.pck
|
Issue #1727780: Support loading pickles of random.Random objects created
|
19 years ago |
|
randv3.pck
|
Issue #1727780: Support loading pickles of random.Random objects created
|
19 years ago |
|
re_tests.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
regrtest.py
|
Issue #23839: Various caches now are cleared before running every test file.
|
10 years ago |
|
relimport.py
|
Issue #2400: Allow relative imports to "import *".
|
19 years ago |
|
reperf.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
revocation.crl
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
sample_doctest.py
|
Fix a bunch of doctests with the -d option of refactor.py.
|
20 years ago |
|
sample_doctest_no_docstrings.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
sample_doctest_no_doctests.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
selfsigned_pythontestdotnet.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
seq_tests.py
|
Issue #26494: Fixed crash on iterating exhausting iterators.
|
10 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 #25314: store_true and store_false also create appropriate defaults.
|
15 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
|
Fix references to Python 3’s socketserver (lowercase) module
|
10 years ago |
|
ssltests.py
|
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
|
10 years ago |
|
string_tests.py
|
Issue #25314: Remove confused statement about const argument
|
10 years ago |
|
test___all__.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test___future__.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test__locale.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test__opcode.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test__osx_support.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_abc.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_abstract_numbers.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_aifc.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_argparse.py
|
Issue #28300: Fix typos, patch by Shlomi Fish
|
10 years ago |
|
test_array.py
|
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
|
10 years ago |
|
test_asdl_parser.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_ast.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_asynchat.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_asyncore.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_atexit.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_audioop.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_augassign.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_base64.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_bigaddrspace.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_bigmem.py
|
Issue #27171: Fix typos in documentation, comments, and test function names
|
10 years ago |
|
test_binascii.py
|
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
|
10 years ago |
|
test_binhex.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_binop.py
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
10 years ago |
|
test_bisect.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_bool.py
|
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
|
10 years ago |
|
test_buffer.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_bufio.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_builtin.py
|
Issue #28385: An error message when non-empty format spec is passed to
|
10 years ago |
|
test_bytes.py
|
Issue #28385: An error message when non-empty format spec is passed to
|
10 years ago |
|
test_bz2.py
|
Issue #28664: test_bz2 now works on non-Windows platforms without bunzip2
|
10 years ago |
|
test_calendar.py
|
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
|
10 years ago |
|
test_call.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_capi.py
|
Issue #27076: Doc, comment and tests spelling fixes
|
10 years ago |
|
test_cgi.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_cgitb.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_charmapcodec.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_class.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_cmath.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_cmd.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_cmd_line.py
|
Fix spelling and grammar in documentation and code comments
|
10 years ago |
|
test_cmd_line_script.py
|
Issue #27487: Warn if submodule already imported before runpy execution
|
10 years ago |
|
test_code.py
|
Issue #28350: String constants with null character no longer interned.
|
10 years ago |
|
test_code_module.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codeccallbacks.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecencodings_cn.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecencodings_hk.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecencodings_iso2022.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecencodings_jp.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecencodings_kr.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecencodings_tw.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecmaps_cn.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecmaps_hk.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecmaps_jp.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecmaps_kr.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecmaps_tw.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_codecs.py
|
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
|
10 years ago |
|
test_codeop.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_collections.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
10 years ago |
|
test_colorsys.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_compare.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_compile.py
|
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
|
10 years ago |
|
test_compileall.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_complex.py
|
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma.
|
10 years ago |
|
test_concurrent_futures.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
10 years ago |
|
test_configparser.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_contains.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_contextlib.py
|
Added more tests for issue #27122.
|
10 years ago |
|
test_copy.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_copyreg.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_coroutines.py
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
|
10 years ago |
|
test_cprofile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_crashers.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_crypt.py
|
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
|
10 years ago |
|
test_csv.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_ctypes.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_curses.py
|
Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not available
|
10 years ago |
|
test_datetime.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_dbm.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_dbm_dumb.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_dbm_gnu.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_dbm_ndbm.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_decimal.py
|
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
|
10 years ago |
|
test_decorators.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_defaultdict.py
|
Issue #28145: Spelling fixes
|
10 years ago |
|
test_deque.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
10 years ago |
|
test_descr.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
10 years ago |
|
test_descrtut.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_devpoll.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_dict.py
|
Issue #27125: Remove duplicated words from documentation and comments
|
10 years ago |
|
test_dictcomps.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_dictviews.py
|
Issue #28189: dictitems_contains no longer swallows compare errors.
|
10 years ago |
|
test_difflib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_difflib_expect.html
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_dis.py
|
Issue #26733: Disassembling a class now disassembles class and static methods.
|
10 years ago |
|
test_distutils.py
|
Merged revisions 75860 via svnmerge from
|
17 years ago |
|
test_doctest.py
|
Issue #18300: Set TERM='' by default in assert_python_*
|
10 years ago |
|
test_doctest.txt
|
Kill off softspace completely (except in formatter.py which seems to have
|
20 years ago |
|
test_doctest2.py
|
Issue #9308: Removed redundant coding cookies. Added tests for
|
16 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',
|
19 years ago |
|
test_doctest4.txt
|
Fix test_doctest: drop u prefixes; explicitly declare
|
19 years ago |
|
test_docxmlrpc.py
|
Issue #27614: Avoid race in test_docxmlrpc server setup
|
10 years ago |
|
test_dummy_thread.py
|
Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
|
10 years ago |
|
test_dummy_threading.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_dynamic.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_dynamicclassattribute.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_eintr.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_ensurepip.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_enum.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
10 years ago |
|
test_enumerate.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_eof.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_epoll.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_errno.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_exception_variations.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_exceptions.py
|
Issue #21578: Fixed misleading error message when ImportError called with
|
10 years ago |
|
test_extcall.py
|
Issue #28257: Improved error message when pass a non-mapping as a var-keyword
|
10 years ago |
|
test_faulthandler.py
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
10 years ago |
|
test_fcntl.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_file.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_file_eintr.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_filecmp.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_fileinput.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_fileio.py
|
Issue #28016: Skip /dev/tty seekable() test on AIX
|
10 years ago |
|
test_finalization.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_float.py
|
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
|
10 years ago |
|
test_flufl.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_fnmatch.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_fork1.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_format.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_fractions.py
|
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić.
|
10 years ago |
|
test_frame.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_ftplib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_funcattrs.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_functools.py
|
Issue #28653: Fix a refleak in functools.lru_cache.
|
10 years ago |
|
test_future.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_future3.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_future4.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_future5.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_gc.py
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
|
10 years ago |
|
test_gdb.py
|
suppress stderr output when checking gdb (closes #27969)
|
10 years ago |
|
test_generators.py
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
|
10 years ago |
|
test_genericpath.py
|
Issue #13849: Fix test_null_bytes under Windows
|
10 years ago |
|
test_genexps.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_getargs2.py
|
Issue #14132: Fix redirect handling when target is just a query string
|
10 years ago |
|
test_getopt.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_getpass.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_gettext.py
|
Issue #28563: Make plural form selection more lenient and accepting
|
10 years ago |
|
test_glob.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_global.py
|
(partially)
|
17 years ago |
|
test_grammar.py
|
Issue #27243: Fix __aiter__ protocol
|
10 years ago |
|
test_grp.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_gzip.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_hash.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_hashlib.py
|
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
|
10 years ago |
|
test_heapq.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_hmac.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_html.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_htmlparser.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_http_cookiejar.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
10 years ago |
|
test_http_cookies.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_httplib.py
|
Issue #28394: Spelling and typo fixes in code comments and changelog
|
10 years ago |
|
test_httpservers.py
|
Issue #25738: Don’t send message body for 205 Reset Content
|
10 years ago |
|
test_idle.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_imaplib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_imghdr.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_imp.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_index.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_inspect.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_int.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_int_literal.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_io.py
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
|
10 years ago |
|
test_ioctl.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_ipaddress.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
10 years ago |
|
test_isinstance.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_iter.py
|
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
|
10 years ago |
|
test_iterlen.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_itertools.py
|
Issue #28322: Fixed possible crashes when unpickle itertools objects from
|
10 years ago |
|
test_keyword.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_keywordonlyarg.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_kqueue.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_largefile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_lib2to3.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_linecache.py
|
Issue #27076: Doc, comment and tests spelling fixes
|
10 years ago |
|
test_list.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_listcomps.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_locale.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_logging.py
|
Issue 28668: Skip tests where instanciation of multiprocessing.Queue
|
10 years ago |
|
test_long.py
|
Issue 27936: Fix inconsistent round() behavior between float and int
|
10 years ago |
|
test_longexp.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_lzma.py
|
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
|
10 years ago |
|
test_macpath.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_macurl2path.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_mailbox.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_mailcap.py
|
#14977: Make mailcap respect the order of the lines in the mailcap file.
|
10 years ago |
|
test_marshal.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_math.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
10 years ago |
|
test_memoryio.py
|
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
|
10 years ago |
|
test_memoryview.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_metaclass.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_mimetypes.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_minidom.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_mmap.py
|
skip test on windows
|
10 years ago |
|
test_module.py
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
|
10 years ago |
|
test_modulefinder.py
|
Issue #26881: The modulefinder module now supports extended opcode arguments.
|
10 years ago |
|
test_msilib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_multibytecodec.py
|
Issue #25314: Remove confused statement about const argument
|
10 years ago |
|
test_multiprocessing_fork.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_multiprocessing_forkserver.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_multiprocessing_main_handling.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_multiprocessing_spawn.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_netrc.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_nis.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_nntplib.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
10 years ago |
|
test_normalization.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_ntpath.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_numeric_tower.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_opcodes.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_openpty.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_operator.py
|
Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
|
10 years ago |
|
test_optparse.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_ordered_dict.py
|
Issue #26494: Fixed crash on iterating exhausting iterators.
|
10 years ago |
|
test_os.py
|
Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable.
|
10 years ago |
|
test_ossaudiodev.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_osx_env.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_parser.py
|
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
|
10 years ago |
|
test_pathlib.py
|
Back out pathlib.Path.path attr. (Merge 3.4->3.5)
|
10 years ago |
|
test_pdb.py
|
Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.
|
10 years ago |
|
test_peepholer.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pep247.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
10 years ago |
|
test_pep277.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pep352.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pep380.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pep479.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pep3120.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pep3131.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pep3151.py
|
Issue #27171: Fix typos in documentation, comments, and test function names
|
10 years ago |
|
test_pickle.py
|
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
|
10 years ago |
|
test_pickletools.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pipes.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_pkg.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pkgimport.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pkgutil.py
|
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
|
10 years ago |
|
test_platform.py
|
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
|
10 years ago |
|
test_plistlib.py
|
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
|
10 years ago |
|
test_poll.py
|
Issue #26741: Clean up subprocess.Popen object in test_poll
|
10 years ago |
|
test_popen.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_poplib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_posix.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_posixpath.py
|
#2466: ismount now recognizes mount points user can't access.
|
10 years ago |
|
test_pow.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pprint.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_print.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_profile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_property.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pstats.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pty.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pulldom.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pwd.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_py_compile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pyclbr.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_pydoc.py
|
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L.
|
10 years ago |
|
test_pyexpat.py
|
Issue #27369: Merge test_pyexpat from 3.4 into 3.5
|
10 years ago |
|
test_queue.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_quopri.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_raise.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_random.py
|
Issue #27706: Fix regression in random.seed(somestr, version=1)
|
10 years ago |
|
test_range.py
|
Issue #28376: The constructor of range_iterator now checks that step is not 0.
|
10 years ago |
|
test_re.py
|
Issue #11957: Restored re tests for passing count and maxsplit as positional
|
10 years ago |
|
test_readline.py
|
Issue #19884: Avoid spurious output on OS X with Gnu Readline
|
10 years ago |
|
test_regrtest.py
|
Issue #28409: regrtest: fix the parser of command line arguments.
|
10 years ago |
|
test_reprlib.py
|
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
|
10 years ago |
|
test_resource.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_richcmp.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_rlcompleter.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_robotparser.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_runpy.py
|
Issue #27487: Warn if submodule already imported before runpy execution
|
10 years ago |
|
test_sax.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_sched.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_scope.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_script_helper.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_select.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_selectors.py
|
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
|
10 years ago |
|
test_set.py
|
Issue #26020: Fix evaluation order for set literals
|
10 years ago |
|
test_setcomps.py
|
#2621 rename test.test_support to test.support
|
18 years ago |
|
test_shelve.py
|
Issue #27431: Update default protocol version in shelve.Shelf() documentation
|
10 years ago |
|
test_shlex.py
|
Closes #21999: Handled empty strings correctly when in POSIX mode.
|
10 years ago |
|
test_shutil.py
|
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
|
10 years ago |
|
test_signal.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_site.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_slice.py
|
test_support -> support
|
10 years ago |
|
test_smtpd.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_smtplib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_smtpnet.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_sndhdr.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_socket.py
|
Fix temporary file not deleted in test_socket
|
10 years ago |
|
test_socketserver.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_sort.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_source_encoding.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_spwd.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_sqlite.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_ssl.py
|
Issue #28221: Remove unused assignment from test_asyncore_server()
|
10 years ago |
|
test_startfile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_stat.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_statistics.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_strftime.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_string.py
|
Issue #27185: Rename test_string_merged.py back to test_string.py.
|
10 years ago |
|
test_stringprep.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_strlit.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_strptime.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_strtod.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_struct.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_structmembers.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_structseq.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
10 years ago |
|
test_subprocess.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
10 years ago |
|
test_sunau.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_sundry.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_super.py
|
Issue #25314: Remove confused statement about const argument
|
10 years ago |
|
test_support.py
|
Issue #28666: Now test.support.rmtree is able to remove unwritable or
|
10 years ago |
|
test_symtable.py
|
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
|
10 years ago |
|
test_syntax.py
|
make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514)
|
10 years ago |
|
test_sys.py
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
|
10 years ago |
|
test_sys_setprofile.py
|
Issue #27171: Fix typos in documentation, comments, and test function names
|
10 years ago |
|
test_sys_settrace.py
|
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
|
10 years ago |
|
test_sysconfig.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_syslog.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_tarfile.py
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
|
10 years ago |
|
test_tcl.py
|
Issue #23815: Fixed crashes related to directly created instances of types in
|
10 years ago |
|
test_telnetlib.py
|
Issue #27076: Doc, comment and tests spelling fixes
|
10 years ago |
|
test_tempfile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_textwrap.py
|
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
|
10 years ago |
|
test_thread.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_threaded_import.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_threadedtempfile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_threading.py
|
Fix SystemError in "raise" statement
|
10 years ago |
|
test_threading_local.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_threadsignals.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_time.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_timeit.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_timeout.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_tix.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_tk.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_tokenize.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_trace.py
|
Issue #19398: Extra slash no longer added to sys.path components in case of
|
10 years ago |
|
test_traceback.py
|
Issue #25783: Fixed test_traceback when run directly (without regrtest).
|
10 years ago |
|
test_tracemalloc.py
|
Fix spelling (inital), grammar (may translates) in documentation, comments
|
10 years ago |
|
test_ttk_guionly.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_ttk_textonly.py
|
Merged revisions 78093 via svnmerge from
|
17 years ago |
|
test_tuple.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_turtle.py
|
Issue #21916: Added more tests for the turtle module.
|
10 years ago |
|
test_typechecks.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_types.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_typing.py
|
Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330)
|
10 years ago |
|
test_ucn.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_unary.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_unicode.py
|
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
|
10 years ago |
|
test_unicode_file.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_unicodedata.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_unittest.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_univnewlines.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_unpack.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_unpack_ex.py
|
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
|
10 years ago |
|
test_urllib.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
10 years ago |
|
test_urllib2.py
|
Issue #17214: Percent-encode non-ASCII bytes in redirect targets
|
10 years ago |
|
test_urllib2_localnet.py
|
Issue #28435: Avoid no_proxy environment variable interfering with tests
|
10 years ago |
|
test_urllib2net.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_urllib_response.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_urllibnet.py
|
Fix self.fail() call in test_data_header
|
10 years ago |
|
test_urlparse.py
|
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
|
10 years ago |
|
test_userdict.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_userlist.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_userstring.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_uu.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_uuid.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_venv.py
|
Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana
|
10 years ago |
|
test_wait3.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_wait4.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_wave.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_weakref.py
|
ensure gc tracking is off when invoking weakref callbacks (closes #26617)
|
10 years ago |
|
test_weakset.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_webbrowser.py
|
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
|
10 years ago |
|
test_winreg.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
10 years ago |
|
test_winsound.py
|
Issue #27748: Simplify test_winsound.
|
10 years ago |
|
test_with.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_wsgiref.py
|
Issue #24291: Avoid WSGIRequestHandler doing partial writes
|
10 years ago |
|
test_xdrlib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_xml_dom_minicompat.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_xml_etree.py
|
Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().
|
10 years ago |
|
test_xml_etree_c.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_xmlrpc.py
|
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
|
10 years ago |
|
test_xmlrpc_net.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_zipapp.py
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
10 years ago |
|
test_zipfile.py
|
Issue #28115: ZIP creation test requires zlib.
|
10 years ago |
|
test_zipfile64.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_zipimport.py
|
Issue #28131: Fix a regression in zipimport's compile_source()
|
10 years ago |
|
test_zipimport_support.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
test_zlib.py
|
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
|
10 years ago |
|
testcodec.py
|
Merging the py3k-pep3137 branch back into the py3k branch.
|
19 years ago |
|
testtar.tar
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
tf_inherit_check.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
threaded_import_hangers.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
time_hashlib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 years ago |
|
tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt
|
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
|
10 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 |
|
win_console_handler.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
wrongcert.pem
|
various SSL fixes; issues 1251, 3162, 3212
|
18 years ago |
|
xmltests.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
15 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;
|
18 years ago |