You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Steve Dower 22d0698d3b Adds test.support.PGO and skips tests that are not useful for PGO. 10 years ago
..
asyncio Merge asyncio from 3.5 10 years ago
collections Remove main section that was only used during testing and development 10 years ago
concurrent Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
ctypes Issue #27355: Import no longer needed 10 years ago
curses Issue #27294: Numerical state in the repr for Tkinter event objects is now 10 years ago
dbm Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm 10 years ago
distutils Merge backout for test suite fix 10 years ago
email Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
encodings PEP 7 style for if/else in C 10 years ago
ensurepip Use modern mechanism for test discovery 11 years ago
html Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
http Issue 27921: Remove backslash from another f-string. 10 years ago
idlelib Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). 10 years ago
importlib Issue #27974: Remove importlib._bootstrap._ManageReload. 10 years ago
json Issue #4945: Improved the documenting of boolean arguments in the json module. 10 years ago
lib2to3 Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. 10 years ago
logging Closes #27935: returned numeric value for 'FATAL' logging level. 10 years ago
msilib Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
multiprocessing Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error 10 years ago
plat-aix4 Rip out 'long' and 'L'-suffixed integer literals. 19 years ago
plat-darwin These are present in the trunk but no longer in 3.x, which causes problems 17 years ago
plat-freebsd4 set svn:executable on all regen scripts 16 years ago
plat-freebsd5 set svn:executable on all regen scripts 16 years ago
plat-freebsd6 set svn:executable on all regen scripts 16 years ago
plat-freebsd7 set svn:executable on all regen scripts 16 years ago
plat-freebsd8 set svn:executable on all regen scripts 16 years ago
plat-generic Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
plat-linux - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to 10 years ago
plat-netbsd1 Whitespace normalization, via reindent.py. 22 years ago
plat-next3 Do no regenerate modules that should no longer be here. 25 years ago
plat-sunos5 Merged revisions 78678,78680,78682 via svnmerge from 16 years ago
plat-unixware7 Merged revisions 55817-55961 via svnmerge from 19 years ago
pydoc_data Update pydoc topics for 3.6.0a4 10 years ago
site-packages Merge with 3.5. 10 years ago
sqlite3 Issue #21250: Merge from 3.5 10 years ago
test Adds test.support.PGO and skips tests that are not useful for PGO. 10 years ago
tkinter Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
turtledemo Issue #27117: Make colorizer htest and turtledemo work with dark theme. 10 years ago
unittest Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
urllib Issue #12319: Support for chunked encoding of HTTP request bodies 10 years ago
venv Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
wsgiref Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase 10 years ago
xml Issue #23804: Merge spelling and NEWS fixes from 3.5 10 years ago
xmlrpc Issue #23804: Merge spelling and NEWS fixes from 3.5 10 years ago
__future__.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
__phello__.foo.py Fix the frozen bytecode for __hello__ (betcha didn't know that existed 25 years ago
_bootlocale.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_collections_abc.py Issue 27598: Add Collections to collections.abc. 10 years ago
_compat_pickle.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_compression.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_dummy_thread.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_markupbase.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_osx_support.py Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
_pydecimal.py merge 10 years ago
_pyio.py Drop unused import 10 years ago
_sitebuiltins.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_strptime.py Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by 10 years ago
_threading_local.py Issue #9707: Rewritten reference implementation of threading.local which 16 years ago
_weakrefset.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abc.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
aifc.py Issue #24878: Fix typos and line wrap 11 years ago
antigravity.py Another hidden treasure. 17 years ago
argparse.py Issue #17940: Remove redundant code from _Section.format_help() 10 years ago
ast.py Add ast.Constant 10 years ago
asynchat.py Issue #27034: Removed deprecated class asynchat.fifo. 10 years ago
asyncore.py Issue #27355: Removed support for Windows CE. It was never finished, 10 years ago
base64.py Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. 10 years ago
bdb.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
binhex.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
bisect.py Per the language summit, the optional fastpath imports should use from-import-star. 17 years ago
bz2.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
cProfile.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
calendar.py Issue #23883: Add missing APIs to calendar.__all__ 10 years ago
cgi.py Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch 10 years ago
cgitb.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
chunk.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
cmd.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
code.py Issue #27573 make the exit message configurable. 10 years ago
codecs.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
codeop.py correct porting error with raise #7161 16 years ago
colorsys.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
compileall.py Issue #25768: Make compileall functions return booleans and document 10 years ago
configparser.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
contextlib.py Issue #27123: When an exception is raised within the context being 10 years ago
copy.py Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy(). 10 years ago
copyreg.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
crypt.py Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not 10 years ago
csv.py Issue #27842: The csv.DictReader now returns rows of type OrderedDict. 10 years ago
datetime.py Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. 10 years ago
decimal.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
difflib.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dis.py Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
doctest.py doctest now supports packages 10 years ago
dummy_threading.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
enum.py issue23591: more docs; slight change to repr 10 years ago
filecmp.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
fileinput.py Issue #25788: fileinput.hook_encoded() now supports an "errors" argument 10 years ago
fnmatch.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
formatter.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
fractions.py Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only. 10 years ago
ftplib.py Removed unused imports. 10 years ago
functools.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
genericpath.py Issue #26027, #27524: Add PEP 519/__fspath__() support to os and 10 years ago
getopt.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
getpass.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
gettext.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
glob.py Issue #25596: Optimized glob() and iglob() functions in the 10 years ago
gzip.py Fix spelling (inital), grammar (may translates) in documentation, comments 10 years ago
hashlib.py Bypass __get_openssl_constructor() and always use our own blake2 implementation 10 years ago
heapq.py Issue #25314: Remove confused statement about const argument 10 years ago
hmac.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
imaplib.py #21815: violate IMAP RFC to be compatible with, e.g., gmail 10 years ago
imghdr.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
imp.py Merge for #26844 10 years ago
inspect.py Issue #19611: handle implicit parameters in inspect.signature 10 years ago
io.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
ipaddress.py Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ 10 years ago
keyword.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
linecache.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
locale.py Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
lzma.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
macpath.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
macurl2path.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
mailbox.py Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej 10 years ago
mailcap.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
mimetypes.py Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej 10 years ago
modulefinder.py Issue #26881: The modulefinder module now supports extended opcode arguments. 10 years ago
netrc.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
nntplib.py Issue #25314: Remove confused statement about const argument 10 years ago
ntpath.py Issue #27355: Removed support for Windows CE. It was never finished, 10 years ago
nturl2path.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
numbers.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
opcode.py Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. 10 years ago
operator.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
optparse.py Merge doc and comment fixes from 3.5 10 years ago
os.py Issue #27355: Removed support for Windows CE. It was never finished, 10 years ago
pathlib.py Issue #27186: Add os.PathLike support to pathlib. 10 years ago
pdb.py Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
pickle.py Issue #17711: Fixed unpickling by the persistent ID with protocol 0. 10 years ago
pickletools.py Merge typo fixes from 3.5 10 years ago
pipes.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pkgutil.py [merge from 3.5] - Update pkgutil docs to reference appropriate finder and loader object documentation. 10 years ago
platform.py Issue #27355: Removed support for Windows CE. It was never finished, 10 years ago
plistlib.py Issue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej 10 years ago
poplib.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
posixpath.py Issue #26027, #27524: Add PEP 519/__fspath__() support to os and 10 years ago
pprint.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
profile.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pstats.py Issue #27641: Comment out regeneration rules when cross compiling 10 years ago
pty.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
py_compile.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pyclbr.py Removed unused imports. 10 years ago
pydoc.py - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to 10 years ago
queue.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
quopri.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
random.py Issue #18844: Add random.weighted_choices() 10 years ago
re.py Removed unused imports. 10 years ago
reprlib.py Issue #26634: recursive_repr() now sets __qualname__ of wrapper. 10 years ago
rlcompleter.py Merge 3.5 10 years ago
runpy.py Issue #27487: Merge runpy warning from 3.5 10 years ago
sched.py Issue #24878: Add docstrings to selected namedtuples 11 years ago
secrets.py Shorten secrets module docstring, add function docstrings. 10 years ago
selectors.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
shelve.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
shlex.py Closes #1521950: Made shlex parsing more shell-like. 10 years ago
shutil.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
signal.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
site.py Issue #27171: Merge typo fixes from 3.5 10 years ago
smtpd.py Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej 10 years ago
smtplib.py Issue #27430: Fix typos, patch by scop. 10 years ago
sndhdr.py Issue #24878: Add docstrings to selected namedtuples 11 years ago
socket.py Issue #27698: Add socketpair to socket.__all__ on Windows 10 years ago
socketserver.py Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase 10 years ago
sre_compile.py Issue #24426: Fast searching optimization in regular expressions now works 11 years ago
sre_constants.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sre_parse.py Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in 10 years ago
ssl.py Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. 10 years ago
stat.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
statistics.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
string.py Closes #26809: Merge with 3.5 10 years ago
stringprep.py Merged revisions 55007-55179 via svnmerge from 19 years ago
struct.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
subprocess.py subprocess: enhance ResourceWarning message 10 years ago
sunau.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
symbol.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
symtable.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sysconfig.py - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to 10 years ago
tabnanny.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tarfile.py Issue #27355: Removed support for Windows CE. It was never finished, 10 years ago
telnetlib.py #25485: Add context manager support to Telnet class. 10 years ago
tempfile.py Add a source parameter to warnings.warn() 10 years ago
textwrap.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
this.py Fix most trivially-findable print statements. 19 years ago
threading.py Merge spelling and grammar fixes from 3.5 10 years ago
timeit.py Issue6422 add autorange method to timeit.Timer 10 years ago
token.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tokenize.py Issue #26581: Use the first coding cookie on a line, not the last one. 10 years ago
trace.py More typo fixes for 3.6 10 years ago
traceback.py Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2. I also need to look in to why test_tools/test_unparse fails with the files that are now being skipped. 10 years ago
tracemalloc.py tracemalloc now supports domains 10 years ago
tty.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 25 years ago
turtle.py Issue #27238: Got rid of bare excepts in the turtle module. Original patch 10 years ago
types.py Issue #24254: Preserve class attribute definition order. 10 years ago
typing.py Issue #24254: Preserve class attribute definition order. 10 years ago
uu.py Issue #10266: uu.decode didn't close in_file explicitly when it was given 15 years ago
uuid.py Removed unused imports. 10 years ago
warnings.py Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
wave.py Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej 10 years ago
weakref.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
webbrowser.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
xdrlib.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
zipapp.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
zipfile.py Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open(). 10 years ago