| .. |
|
audiodata
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
capath
|
Issue #25940: Use internal local server more in test_ssl
|
10 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.
|
14 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.
|
14 years ago |
|
dtracedata
|
DTrace support: function calls, GC activity, line execution
|
9 years ago |
|
eintrdata
|
test_eintr: Fix ResourceWarning warnings
|
9 years ago |
|
encoded_modules
|
Issue #9308: Removed redundant coding cookies. Added tests for
|
15 years ago |
|
imghdrdata
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
leakers
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
libregrtest
|
Issue #28649: Clear the typing module caches when search for reference leaks.
|
9 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.
|
14 years ago |
|
support
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
test_asyncio
|
Merge 3.5 (issue #28652)
|
9 years ago |
|
test_email
|
Merge: #19003: Only replace \r and/or \n line endings in email.generator.
|
9 years ago |
|
test_import
|
Issue #15767: Use ModuleNotFoundError.
|
9 years ago |
|
test_importlib
|
Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing.
|
9 years ago |
|
test_json
|
Issue #28541: Improve test coverage for encoding detection in json library.
|
9 years ago |
|
test_tools
|
Issue #27952: Merge from 3.5
|
9 years ago |
|
test_warnings
|
Issue #27528: Merge warning doc and test from 3.5
|
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.
|
14 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
|
Cleanup regrtest "main()" function
|
10 years ago |
|
_test_multiprocessing.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
allsans.pem
|
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
|
9 years ago |
|
ann_module.py
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
|
9 years ago |
|
ann_module2.py
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
|
9 years ago |
|
ann_module3.py
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
|
9 years ago |
|
audiotest.au
|
Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes
|
16 years ago |
|
audiotests.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
autotest.py
|
Cleanup regrtest "main()" function
|
10 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_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 #25314: store_true and store_false also create appropriate defaults.
|
14 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.
|
14 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 #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff Allen.
|
10 years ago |
|
coding20731.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
curses_tests.py
|
convert shebang lines: python -> python3
|
16 years ago |
|
datetimetester.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
dh1024.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 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 #15767: Add ModuleNotFoundError.
|
9 years ago |
|
final_a.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
final_b.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
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
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 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 **
|
16 years ago |
|
imp_dummy.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
inspect_fodder.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
inspect_fodder2.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 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
|
15 years ago |
|
keycert2.pem
|
Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and
|
15 years ago |
|
keycert3.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
keycert4.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
list_tests.py
|
Issue #1621: Avoid signed overflow in list and tuple operations
|
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.
|
9 years ago |
|
make_ssl_certs.py
|
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
|
9 years ago |
|
mapping_tests.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 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.
|
14 years ago |
|
mp_fork_bomb.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
multibytecodec_support.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 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.
|
14 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.
|
14 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.
|
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 #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
pycakey.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
pyclbr_input.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
pydoc_mod.py
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
|
9 years ago |
|
pydocfodder.py
|
Merged revisions 60176-60209 via svnmerge from
|
18 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 #22493: Inline flags now should be used only at the start of the
|
9 years ago |
|
regrtest.py
|
Cleanup regrtest "main()" function
|
10 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 #25314: store_true and store_false also create appropriate defaults.
|
14 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 #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
sample_doctest_no_doctests.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
selfsigned_pythontestdotnet.pem
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
seq_tests.py
|
Issue #23277: Remove more unused sys and os imports.
|
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 |
|
signalinterproctester.py
|
Issue #26566: Rewrite test_signal.InterProcessSignalTests
|
10 years ago |
|
sortperf.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
ssl_cert.pem
|
Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the
|
15 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
|
15 years ago |
|
ssl_servers.py
|
Fix references to Python 3’s socketserver (lowercase) module
|
9 years ago |
|
ssltests.py
|
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
|
9 years ago |
|
string_tests.py
|
Issue #25314: Remove confused statement about const argument
|
10 years ago |
|
test___all__.py
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
|
9 years ago |
|
test___future__.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test__locale.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test__opcode.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test__osx_support.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_abc.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_abstract_numbers.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_aifc.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_argparse.py
|
Issue #28300: Merge from 3.6
|
9 years ago |
|
test_array.py
|
Issue #27570: Merge null pointer fixes from 3.5
|
9 years ago |
|
test_asdl_parser.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_ast.py
|
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
|
9 years ago |
|
test_asyncgen.py
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
|
9 years ago |
|
test_asynchat.py
|
Issue #27034: Removed deprecated class asynchat.fifo.
|
10 years ago |
|
test_asyncore.py
|
Adds test.support.PGO and skips tests that are not useful for PGO.
|
9 years ago |
|
test_atexit.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_audioop.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_augassign.py
|
Anti-registration of various ABC methods.
|
10 years ago |
|
test_base64.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_baseexception.py
|
Rename test_pep####.py files
|
9 years ago |
|
test_bigaddrspace.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_bigmem.py
|
Issue #27171: Merge typo fixes from 3.5
|
10 years ago |
|
test_binascii.py
|
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
|
9 years ago |
|
test_binhex.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_binop.py
|
Anti-registration of various ABC methods.
|
10 years ago |
|
test_bisect.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_bool.py
|
Issue #27792: force int return type for modulo operations involving bools.
|
10 years ago |
|
test_buffer.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_bufio.py
|
Use sequence repetition instead of bytes constructor with integer argument.
|
9 years ago |
|
test_builtin.py
|
Issue #28385: An error message when non-empty format spec is passed to
|
9 years ago |
|
test_bytes.py
|
Issue #28385: An error message when non-empty format spec is passed to
|
9 years ago |
|
test_bz2.py
|
Issue #28225: bz2 module now supports pathlib
|
9 years ago |
|
test_calendar.py
|
Issue #28255: calendar.TextCalendar.prweek() no longer prints a space after
|
9 years ago |
|
test_call.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_capi.py
|
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
|
9 years ago |
|
test_cgi.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
test_cgitb.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_charmapcodec.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_class.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_cmath.py
|
Issue #27953: skip failing math and cmath tests for tan on OS X 10.4.
|
9 years ago |
|
test_cmd.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_cmd_line.py
|
Merge spelling and grammar fixes from 3.5
|
10 years ago |
|
test_cmd_line_script.py
|
Issue #15767: Use ModuleNotFoundError.
|
9 years ago |
|
test_code.py
|
Issue #28350: String constants with null character no longer interned.
|
9 years ago |
|
test_code_module.py
|
Issue #27573 make the exit message configurable.
|
10 years ago |
|
test_codeccallbacks.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
test_codecencodings_cn.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_codecencodings_hk.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_codecencodings_iso2022.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_codecencodings_jp.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_codecencodings_kr.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_codecencodings_tw.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_codecmaps_cn.py
|
Issue #23277: Remove unused support.run_unittest import.
|
10 years ago |
|
test_codecmaps_hk.py
|
Issue #23277: Remove unused support.run_unittest import.
|
10 years ago |
|
test_codecmaps_jp.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_codecmaps_kr.py
|
Issue #23277: Remove unused support.run_unittest import.
|
10 years ago |
|
test_codecmaps_tw.py
|
Issue #23277: Remove unused support.run_unittest import.
|
10 years ago |
|
test_codecs.py
|
Issue #25270: Merge from 3.5
|
9 years ago |
|
test_codeop.py
|
Issue #23275: Allow () = iterable assignment syntax
|
10 years ago |
|
test_collections.py
|
Issue #17941: Add a *module* parameter to collections.namedtuple()
|
9 years ago |
|
test_colorsys.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_compare.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_compile.py
|
Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().
|
9 years ago |
|
test_compileall.py
|
Issue #28226: Fix test_compileall on Windows
|
9 years ago |
|
test_complex.py
|
Issue #28203: Merge from 3.5
|
9 years ago |
|
test_concurrent_futures.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
9 years ago |
|
test_configparser.py
|
Issue #27106: Add test for configparser.__all__
|
9 years ago |
|
test_contains.py
|
Anti-registration of various ABC methods.
|
10 years ago |
|
test_contextlib.py
|
Added more tests for issue #27122.
|
10 years ago |
|
test_copy.py
|
Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy().
|
10 years ago |
|
test_copyreg.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_coroutines.py
|
Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.
|
9 years ago |
|
test_cprofile.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_crashers.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 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 #18219: Optimize csv.DictWriter for large number of columns.
|
9 years ago |
|
test_ctypes.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_curses.py
|
Issue #27801: Merge from 3.5
|
10 years ago |
|
test_datetime.py
|
Issue #24773: Made ZoneInfoCompleteTest a TestSuit.
|
10 years ago |
|
test_dbm.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_dbm_dumb.py
|
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
|
10 years ago |
|
test_dbm_gnu.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_dbm_ndbm.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_decimal.py
|
Issue #26331: Implement the parsing part of PEP 515.
|
9 years ago |
|
test_decorators.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_defaultdict.py
|
Issue #28145: Spelling fixes
|
9 years ago |
|
test_deque.py
|
Issue #27626: Merge spelling fixes from 3.5
|
10 years ago |
|
test_descr.py
|
Implement compact dict
|
9 years ago |
|
test_descrtut.py
|
Issue #27366: Implement PEP 487
|
10 years ago |
|
test_devpoll.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_dict.py
|
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
|
9 years ago |
|
test_dict_version.py
|
Rename test_pep####.py files
|
9 years ago |
|
test_dictcomps.py
|
Issue #23277: Remove unused support.run_unittest import.
|
10 years ago |
|
test_dictviews.py
|
merge
|
9 years ago |
|
test_difflib.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
9 years ago |
|
test_difflib_expect.html
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
9 years ago |
|
test_dis.py
|
Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
|
9 years ago |
|
test_distutils.py
|
Merged revisions 75860 via svnmerge from
|
16 years ago |
|
test_doctest.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 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 #27614: Avoid race in test_docxmlrpc server setup
|
10 years ago |
|
test_dtrace.py
|
DTrace support: function calls, GC activity, line execution
|
9 years ago |
|
test_dummy_thread.py
|
[merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
|
9 years ago |
|
test_dummy_threading.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_dynamic.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_dynamicclassattribute.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_eintr.py
|
Remove more unused imports in tests.
|
10 years ago |
|
test_ensurepip.py
|
Merge 3.6 - allow ensurepip w/o ssl
|
9 years ago |
|
test_enum.py
|
issue23591: fix flag decomposition and repr
|
9 years ago |
|
test_enumerate.py
|
Anti-registration of various ABC methods.
|
10 years ago |
|
test_eof.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_epoll.py
|
Issue #20100: Simplify newPyEpoll_Object()
|
9 years ago |
|
test_errno.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_exception_hierarchy.py
|
Rename test_pep####.py files
|
9 years ago |
|
test_exception_variations.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_exceptions.py
|
Issue #28289: ImportError.__init__ now resets not specified attributes.
|
9 years ago |
|
test_extcall.py
|
Issue #27358: Optimized merging var-keyword arguments and improved error
|
9 years ago |
|
test_faulthandler.py
|
Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces.
|
9 years ago |
|
test_fcntl.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_file.py
|
Issue #23277: Remove unused support.run_unittest import.
|
10 years ago |
|
test_file_eintr.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_filecmp.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_fileinput.py
|
Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
|
10 years ago |
|
test_fileio.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_finalization.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_float.py
|
Issue #26331: Implement the parsing part of PEP 515.
|
9 years ago |
|
test_flufl.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_fnmatch.py
|
Issue #22493: Inline flags now should be used only at the start of the
|
9 years ago |
|
test_fork1.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_format.py
|
Issue #26983: Fixed test_format failure.
|
10 years ago |
|
test_fractions.py
|
Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.
|
10 years ago |
|
test_frame.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_fstring.py
|
Fixed issue #28633: segfault when concatenating bytes literal and f-string.
|
9 years ago |
|
test_ftplib.py
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
|
9 years ago |
|
test_funcattrs.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_functools.py
|
Merge 3.6 (issue #28653)
|
9 years ago |
|
test_future.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
test_future3.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_future4.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_future5.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_gc.py
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
|
10 years ago |
|
test_gdb.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
test_generator_stop.py
|
Rename test_pep####.py files
|
9 years ago |
|
test_generators.py
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
|
9 years ago |
|
test_genericpath.py
|
Fixes tests broken by issue #27781.
|
9 years ago |
|
test_genexps.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_getargs2.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
test_getopt.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_getpass.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_gettext.py
|
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
|
9 years ago |
|
test_glob.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_global.py
|
(partially)
|
16 years ago |
|
test_grammar.py
|
issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L.
|
9 years ago |
|
test_grp.py
|
Issue #26129: Deprecated accepting non-integers in grp.getgrgid().
|
10 years ago |
|
test_gzip.py
|
Issue #28227: gzip now supports pathlib
|
9 years ago |
|
test_hash.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_hashlib.py
|
Add test cases for internal SHA3 helpers
|
9 years ago |
|
test_heapq.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_hmac.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_html.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_htmlparser.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
test_http_cookiejar.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
test_http_cookies.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_httplib.py
|
Issue #28394: Merge typo fixes from 3.5 into 3.6
|
9 years ago |
|
test_httpservers.py
|
Fixes tests broken by issue #27781.
|
9 years ago |
|
test_idle.py
|
Issue #27611, #24137: Only change tkinter when easily restored.
|
10 years ago |
|
test_imaplib.py
|
Issue #28022: Catch another deprecation warning in imaplib
|
9 years ago |
|
test_imghdr.py
|
Issue #28228: imghdr now supports pathlib
|
9 years ago |
|
test_imp.py
|
Remove more unused imports in tests.
|
10 years ago |
|
test_index.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_inspect.py
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
|
9 years ago |
|
test_int.py
|
Issue #26331: Implement the parsing part of PEP 515.
|
9 years ago |
|
test_int_literal.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_io.py
|
Issue #23214: Implement optional BufferedReader, BytesIO read1() argument
|
9 years ago |
|
test_ioctl.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_ipaddress.py
|
Use sequence repetition instead of bytes constructor with integer argument.
|
9 years ago |
|
test_isinstance.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_iter.py
|
Anti-registration of various ABC methods.
|
10 years ago |
|
test_iterlen.py
|
Issue #23277: Remove unused support.run_unittest import.
|
10 years ago |
|
test_itertools.py
|
Issue #28322: Fixed possible crashes when unpickle itertools objects from
|
9 years ago |
|
test_keyword.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_keywordonlyarg.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_kqueue.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_largefile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_lib2to3.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_linecache.py
|
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
|
10 years ago |
|
test_list.py
|
Remove unused support.run_unittest imports.
|
10 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.
|
14 years ago |
|
test_logging.py
|
Issue #28480: Adjust or skip tests if multithreading is disabled
|
9 years ago |
|
test_long.py
|
Issue 27080: PEP 515: add '_' formatting option.
|
9 years ago |
|
test_longexp.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_lzma.py
|
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
|
9 years ago |
|
test_macpath.py
|
Issue #23277: Remove unused support.run_unittest import.
|
10 years ago |
|
test_mailbox.py
|
Issue #27107: mailbox.fcntl = None on Windows
|
10 years ago |
|
test_mailcap.py
|
Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.
|
9 years ago |
|
test_marshal.py
|
Issue #26146: marshal.loads() now uses the empty frozenset singleton
|
10 years ago |
|
test_math.py
|
Issue #27427: Additional tests for the math module. Thanks Francisco Couzo.
|
9 years ago |
|
test_memoryio.py
|
Issue #23214: Implement optional BufferedReader, BytesIO read1() argument
|
9 years ago |
|
test_memoryview.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_metaclass.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
test_mimetypes.py
|
Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej
|
10 years ago |
|
test_minidom.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_mmap.py
|
merge 3.5
|
9 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 #23277: Remove unused sys and os imports
|
10 years ago |
|
test_multibytecodec.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_multiprocessing_fork.py
|
Adds test.support.PGO and skips tests that are not useful for PGO.
|
9 years ago |
|
test_multiprocessing_forkserver.py
|
Adds test.support.PGO and skips tests that are not useful for PGO.
|
9 years ago |
|
test_multiprocessing_main_handling.py
|
Adds test.support.PGO and skips tests that are not useful for PGO.
|
9 years ago |
|
test_multiprocessing_spawn.py
|
Adds test.support.PGO and skips tests that are not useful for PGO.
|
9 years ago |
|
test_netrc.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_nis.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_nntplib.py
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
|
9 years ago |
|
test_normalization.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_ntpath.py
|
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
|
10 years ago |
|
test_numeric_tower.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_opcodes.py
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
|
9 years ago |
|
test_openpty.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_operator.py
|
Issue #26822: itemgetter, attrgetter and methodcaller objects no longer
|
10 years ago |
|
test_optparse.py
|
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
|
10 years ago |
|
test_ordered_dict.py
|
Try to fix sizeof unit tests on dict
|
9 years ago |
|
test_os.py
|
Closes #27781: Removes special cases for the experimental aspect of PEP 529
|
9 years ago |
|
test_ossaudiodev.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_osx_env.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_parser.py
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
|
9 years ago |
|
test_pathlib.py
|
Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok)
|
9 years ago |
|
test_pdb.py
|
Issue #20766: Merge with 3.5.
|
9 years ago |
|
test_peepholer.py
|
Replace noop constant statement with expression
|
10 years ago |
|
test_pickle.py
|
Issue #15767: Add ModuleNotFoundError.
|
9 years ago |
|
test_pickletools.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_pipes.py
|
Issue #26918: Skipped some tests in test_pipes on Android.
|
10 years ago |
|
test_pkg.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_pkgimport.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_pkgutil.py
|
Issue #17211: Yield a namedtuple in pkgutil.
|
9 years ago |
|
test_platform.py
|
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
|
9 years ago |
|
test_plistlib.py
|
Issue #27181 remove geometric_mean and defer for 3.7.
|
9 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.
|
14 years ago |
|
test_poplib.py
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
|
9 years ago |
|
test_posix.py
|
Issue #26944: Fix test_posix for Android where 'id -G' is entirely wrong
|
9 years ago |
|
test_posixpath.py
|
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
|
10 years ago |
|
test_pow.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_pprint.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_print.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_profile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_property.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_pstats.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_pty.py
|
Issue #26685: Raise OSError if closing a socket fails
|
10 years ago |
|
test_pulldom.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_pwd.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_py_compile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_pyclbr.py
|
Issue #22493: Inline flags now should be used only at the start of the
|
9 years ago |
|
test_pydoc.py
|
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.5->3.6)
|
9 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.
|
14 years ago |
|
test_quopri.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_raise.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_random.py
|
merge
|
9 years ago |
|
test_range.py
|
Issue #28376: Creating instances of range_iterator by calling range_iterator
|
9 years ago |
|
test_re.py
|
Issue #25953: re.sub() now raises an error for invalid numerical group
|
9 years ago |
|
test_readline.py
|
Issue #19884: Merge Readline updates from 3.5
|
10 years ago |
|
test_regrtest.py
|
Issue #28484: Skip tests if GIL is not used or multithreading is disabled
|
9 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.
|
14 years ago |
|
test_richcmp.py
|
Issue #25210: Add some basic tests for the new exception message
|
10 years ago |
|
test_rlcompleter.py
|
Merge 3.5
|
10 years ago |
|
test_robotparser.py
|
Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate
|
9 years ago |
|
test_runpy.py
|
Issue #17211: Yield a namedtuple in pkgutil.
|
9 years ago |
|
test_sax.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_sched.py
|
Issue #23277: Remove unused support.run_unittest import.
|
10 years ago |
|
test_scope.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_script_helper.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_secrets.py
|
Fix missing parens.
|
10 years ago |
|
test_select.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_selectors.py
|
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
|
9 years ago |
|
test_set.py
|
Merge
|
9 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 #1521950: Made shlex parsing more shell-like.
|
10 years ago |
|
test_shutil.py
|
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
|
9 years ago |
|
test_signal.py
|
Issue #26566: Rewrite test_signal.InterProcessSignalTests
|
10 years ago |
|
test_site.py
|
Merge from 3.6
|
9 years ago |
|
test_slice.py
|
test_support -> support
|
10 years ago |
|
test_smtpd.py
|
Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej
|
10 years ago |
|
test_smtplib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_smtpnet.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_sndhdr.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_socket.py
|
Merge test suite fixes from 3.6
|
9 years ago |
|
test_socketserver.py
|
Use sequence repetition instead of bytes constructor with integer argument.
|
9 years ago |
|
test_sort.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_source_encoding.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_spwd.py
|
Fix test_spwd on OpenIndiana
|
10 years ago |
|
test_sqlite.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_ssl.py
|
Issue #28394: More typo fixes for 3.6+
|
9 years ago |
|
test_startfile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_stat.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_statistics.py
|
Tighten up test of harmonic mean on a single value.
|
10 years ago |
|
test_strftime.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
test_string.py
|
Issue #24617: Add comment for os.mkdir about mode quirks
|
10 years ago |
|
test_string_literals.py
|
Issue 28128: Print out better error/warning messages for invalid string escapes.
|
9 years ago |
|
test_stringprep.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_strptime.py
|
#27364: fix "incorrect" uses of escape character in the stdlib.
|
9 years ago |
|
test_strtod.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_struct.py
|
require a long long data type (closes #27961)
|
9 years ago |
|
test_structmembers.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_structseq.py
|
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
|
10 years ago |
|
test_subclassinit.py
|
Issue #28214: Improved exception reporting for problematic __set_name__
|
9 years ago |
|
test_subprocess.py
|
Issue #6135: Adds encoding and errors parameters to subprocess
|
9 years ago |
|
test_sunau.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_sundry.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_super.py
|
Issue #23722: Initialize __class__ from type.__new__()
|
9 years ago |
|
test_support.py
|
Replace noop constant statement with expression
|
10 years ago |
|
test_symbol.py
|
Remove more unused imports in tests.
|
10 years ago |
|
test_symtable.py
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
|
9 years ago |
|
test_syntax.py
|
Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.
|
9 years ago |
|
test_sys.py
|
Try to fix sizeof unit tests on dict
|
9 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
|
Skip a sysconfig test if _ctypes is not available.
|
9 years ago |
|
test_syslog.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_tarfile.py
|
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
|
9 years ago |
|
test_tcl.py
|
Issue #23815: Fixed crashes related to directly created instances of types in
|
10 years ago |
|
test_telnetlib.py
|
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
|
10 years ago |
|
test_tempfile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_textwrap.py
|
Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces.
|
9 years ago |
|
test_thread.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_threaded_import.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_threadedtempfile.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_threading.py
|
Merge 3.5 (fix raise)
|
10 years ago |
|
test_threading_local.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_threadsignals.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_time.py
|
Fix typo in test_time.py
|
10 years ago |
|
test_timeit.py
|
Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... instead
|
9 years ago |
|
test_timeout.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_tix.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_tk.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_tokenize.py
|
Issue #26331: Implement the parsing part of PEP 515.
|
9 years ago |
|
test_trace.py
|
Issue22642 - Convert trace module's option handling mechanism from getopt to argparse.
|
10 years ago |
|
test_traceback.py
|
Issue #25783: Fixed test_traceback when run directly (without regrtest).
|
9 years ago |
|
test_tracemalloc.py
|
Merge doc and comment fixes from 3.5
|
10 years ago |
|
test_ttk_guionly.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_ttk_textonly.py
|
Issue #23277: Remove unused sys and os imports
|
10 years ago |
|
test_tuple.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_turtle.py
|
Issue #24617: Add comment for os.mkdir about mode quirks
|
10 years ago |
|
test_typechecks.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_types.py
|
Issue #26331: Implement the parsing part of PEP 515.
|
9 years ago |
|
test_typing.py
|
Issue #28649: fix-typing-test-v2.diff
|
9 years ago |
|
test_ucn.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_unary.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_unicode.py
|
Issue 28128: Print out better error/warning messages for invalid string escapes.
|
9 years ago |
|
test_unicode_file.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_unicode_file_functions.py
|
Rename test_pep####.py files
|
9 years ago |
|
test_unicode_identifiers.py
|
Rename test_pep####.py files
|
9 years ago |
|
test_unicodedata.py
|
Unicode 9.0.0
|
9 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.
|
14 years ago |
|
test_unpack.py
|
Issue #23275: Allow () = iterable assignment syntax
|
10 years ago |
|
test_unpack_ex.py
|
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
|
10 years ago |
|
test_urllib.py
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
|
9 years ago |
|
test_urllib2.py
|
Issue #12319: Always send file request bodies using chunked encoding
|
10 years ago |
|
test_urllib2_localnet.py
|
Issue #28435: Merge urllib test fixes from 3.5 into 3.6
|
9 years ago |
|
test_urllib2net.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_urllib_response.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_urllibnet.py
|
Fix self.fail() call in test_data_header
|
10 years ago |
|
test_urlparse.py
|
Issue #25895: Merge from 3.5
|
9 years ago |
|
test_userdict.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_userlist.py
|
Remove unused support.run_unittest imports.
|
10 years ago |
|
test_userstring.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_utf8source.py
|
Rename test_pep####.py files
|
9 years ago |
|
test_uu.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_uuid.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_venv.py
|
Merge 3.6 - allow ensurepip w/o ssl
|
9 years ago |
|
test_wait3.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_wait4.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_wave.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_weakref.py
|
merge 3.5 (#26617)
|
9 years ago |
|
test_weakset.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_webbrowser.py
|
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
|
9 years ago |
|
test_winconsoleio.py
|
Issue #28162: Fixes Ctrl+Z handling in console readall()
|
9 years ago |
|
test_winreg.py
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
9 years ago |
|
test_winsound.py
|
Closes #27982: Allow keyword arguments to winsound functions
|
9 years ago |
|
test_with.py
|
Issue #23275: Allow () = iterable assignment syntax
|
10 years ago |
|
test_wsgiref.py
|
Use sequence repetition instead of bytes constructor with integer argument.
|
9 years ago |
|
test_xdrlib.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_xml_dom_minicompat.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_xml_etree.py
|
Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().
|
9 years ago |
|
test_xml_etree_c.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_xmlrpc.py
|
Issue #26885: xmlrpc now supports unmarshalling additional data types used
|
9 years ago |
|
test_xmlrpc_net.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_yield_from.py
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
|
9 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.
|
9 years ago |
|
test_zipfile64.py
|
Issue #25314: store_true and store_false also create appropriate defaults.
|
14 years ago |
|
test_zipimport.py
|
Issue #28131: Merge from 3.5
|
9 years ago |
|
test_zipimport_support.py
|
Issue #23277: Remove unused imports in tests.
|
10 years ago |
|
test_zlib.py
|
Issue #16764: Move NEWS entry to correct section and remove too strict test.
|
10 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 #25314: store_true and store_false also create appropriate defaults.
|
14 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.
|
14 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.
|
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 |