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.
 
 
 
 
 
 
Martin Panter 0f29ad1be5 More typo fixes for 3.6 10 years ago
..
asyncio Merge typo fixes from 3.5 10 years ago
collections Issue #27125: Merge typo fixes from 3.5 10 years ago
concurrent Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
ctypes Issue #27125: Merge typo fixes from 3.5 10 years ago
curses Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
dbm Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
distutils Issue #21776: Merge from 3.5 10 years ago
email Issue #27125: Fix various errors like “will [be] inherited” 10 years ago
encodings Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
ensurepip Upgrade ensurepip bundled setuptools to 20.10.1 10 years ago
html Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
http Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
idlelib Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings. 10 years ago
importlib Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
json Issue #26623: TypeError message for JSON unserializible object now contains 10 years ago
lib2to3 Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
logging merge with 3.5 11 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. 20 years ago
plat-darwin These are present in the trunk but no longer in 3.x, which causes problems 18 years ago
plat-freebsd4 set svn:executable on all regen scripts 17 years ago
plat-freebsd5 set svn:executable on all regen scripts 17 years ago
plat-freebsd6 set svn:executable on all regen scripts 17 years ago
plat-freebsd7 set svn:executable on all regen scripts 17 years ago
plat-freebsd8 set svn:executable on all regen scripts 17 years ago
plat-generic Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
plat-linux Issue #13590: Improve support for OS X Xcode 4: 14 years ago
plat-netbsd1 Whitespace normalization, via reindent.py. 22 years ago
plat-next3 Do no regenerate modules that should no longer be here. 26 years ago
plat-sunos5 Merged revisions 78678,78680,78682 via svnmerge from 17 years ago
plat-unixware7 Merged revisions 55817-55961 via svnmerge from 19 years ago
pydoc_data Update pydoc topics for 3.6.0a1 10 years ago
site-packages Merge with 3.5. 11 years ago
sqlite3 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
test merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate 10 years ago
tkinter Issue #27171: Merge typo fixes from 3.5 10 years ago
turtledemo Issue #27117: Make colorizer htest and turtledemo work with dark theme. 10 years ago
unittest Issue #21271: Adds new keyword only parameters in reset_mock call 10 years ago
urllib More typo fixes for 3.6 10 years ago
venv Fixes #26348: Merged fix from 3.5. 11 years ago
wsgiref Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
xml Issue #26676: Add missing XMLPullParser to ElementTree.__all__ 10 years ago
xmlrpc Issue #26873: xmlrpc now raises ResponseError on unsupported type tags 10 years ago
__future__.py Issue #25314: store_true and store_false also create appropriate defaults. 15 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. 15 years ago
_collections_abc.py Issue 26915: Add identity checks to the collections ABC __contains__ methods. 10 years ago
_compat_pickle.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
_compression.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
_dummy_thread.py Issue #25314: store_true and store_false also create appropriate defaults. 15 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 Issue #27171: Merge typo fixes from 3.5 10 years ago
_pyio.py Issue #27171: Merge typo fixes from 3.5 10 years ago
_sitebuiltins.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
_strptime.py Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by 11 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. 15 years ago
abc.py Issue #25314: store_true and store_false also create appropriate defaults. 15 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() 11 years ago
ast.py Add ast.Constant 11 years ago
asynchat.py Issue #27034: Removed deprecated class asynchat.fifo. 10 years ago
asyncore.py Add a source parameter to warnings.warn() 10 years ago
base64.py Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. 11 years ago
bdb.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
binhex.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
bisect.py Per the language summit, the optional fastpath imports should use from-import-star. 18 years ago
bz2.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
cProfile.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
calendar.py Issue #23883: Add missing APIs to calendar.__all__ 11 years ago
cgi.py Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
cgitb.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
chunk.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
cmd.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
code.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
codecs.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
codeop.py correct porting error with raise #7161 17 years ago
colorsys.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
compileall.py Issue #25768: Make compileall functions return booleans and document 11 years ago
configparser.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
contextlib.py Normalize whitespace 10 years ago
copy.py Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy(). 11 years ago
copyreg.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
crypt.py Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not 11 years ago
csv.py Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej 11 years ago
datetime.py Issue #27125: Remove duplicated words in exception message 10 years ago
decimal.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
difflib.py Issue #25314: store_true and store_false also create appropriate defaults. 15 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 signal, socket, and ssl module IntEnum constant name lookups now return a 10 years ago
filecmp.py Issue #25314: store_true and store_false also create appropriate defaults. 15 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. 15 years ago
formatter.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
fractions.py Issue #25971: Optimized creating Fractions from floats by 2 times and from 11 years ago
ftplib.py Removed unused imports. 10 years ago
functools.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
genericpath.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
getopt.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
getpass.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
gettext.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
glob.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
gzip.py Fix spelling (inital), grammar (may translates) in documentation, comments 10 years ago
hashlib.py Issue #25314: store_true and store_false also create appropriate defaults. 15 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. 15 years ago
imaplib.py #21815: violate IMAP RFC to be compatible with, e.g., gmail 11 years ago
imghdr.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
imp.py Upgrade the imp module's deprecation to DeprecationWarning. 11 years ago
inspect.py Merge 3.5 (issue #26347) 11 years ago
io.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
ipaddress.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
keyword.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
linecache.py Issue #25314: store_true and store_false also create appropriate defaults. 15 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. 15 years ago
macurl2path.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
mailbox.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
mailcap.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
mimetypes.py Issue #25314: Remove confused statement about const argument 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. 15 years ago
nntplib.py Issue #25314: Remove confused statement about const argument 10 years ago
ntpath.py Issue #25314: Remove confused statement about const argument 10 years ago
nturl2path.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
numbers.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
opcode.py Issue #26647: Cleanup opcode 10 years ago
operator.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
optparse.py Merge doc and comment fixes from 3.5 10 years ago
os.py issue27186 -- initial docs, tests, and python version of os.fspath 10 years ago
pathlib.py Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
pdb.py Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
pickle.py Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 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 Upgrade the imp module's deprecation to DeprecationWarning. 11 years ago
platform.py Issue #26041: Remove "will be removed in Python 3.7" from description messages 10 years ago
plistlib.py Issue #26711: Fixed the comparison of plistlib.Data with other types. 10 years ago
poplib.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
posixpath.py Fix typos in code comments and documentation 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. 15 years ago
pstats.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
pty.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
py_compile.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
pyclbr.py Removed unused imports. 10 years ago
pydoc.py Merge: #16484: Fix pydoc doc links to modules whose names are mixed case. 10 years ago
queue.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
quopri.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
random.py Issue #27171: Fix typos in documentation, comments, and test function names 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 11 years ago
runpy.py Issue #25314: store_true and store_false also create appropriate defaults. 15 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. 15 years ago
shelve.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
shlex.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
shutil.py Issue #26801: shutil.get_terminal_size() now handles the case of stdout is 10 years ago
signal.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
site.py Issue #27171: Merge typo fixes from 3.5 10 years ago
smtpd.py Issue #27033: Removed unnecessary the bool calls. 10 years ago
smtplib.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
sndhdr.py Issue #24878: Add docstrings to selected namedtuples 11 years ago
socket.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
socketserver.py Reindent properly. 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. 15 years ago
sre_parse.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
ssl.py Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
stat.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
statistics.py Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
string.py Issue #25034: Merge from 3.5. 11 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. 15 years ago
subprocess.py merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate 10 years ago
sunau.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
symbol.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
symtable.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
sysconfig.py Issue #25985: sys.version_info is now used instead of sys.version 11 years ago
tabnanny.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
tarfile.py Issue #24838: Merge tarfile fix from 3.5. 10 years ago
telnetlib.py #25485: Add context manager support to Telnet class. 11 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. 15 years ago
this.py Fix most trivially-findable print statements. 20 years ago
threading.py Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
timeit.py Issue #23552: Timeit now warns when there is substantial (4x) variance 11 years ago
token.py Issue #25314: store_true and store_false also create appropriate defaults. 15 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 #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 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 26 years ago
turtle.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
types.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
typing.py Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
uu.py Issue #10266: uu.decode didn't close in_file explicitly when it was given 16 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 11 years ago
weakref.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
webbrowser.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
xdrlib.py Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
zipapp.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
zipfile.py Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. 10 years ago