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.
 
 
 
 
 
 
Serhiy Storchaka 00a0fc1144 Issue #27942: String constants now interned recursively in tuples and frozensets. 10 years ago
..
asyncio Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. 10 years ago
collections Issue #27125: Fix various errors like “will [be] inherited” 10 years ago
concurrent Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
ctypes Remove disabled ctypes test 10 years ago
curses Issue #27294: Numerical state in the repr for Tkinter event objects is now 10 years ago
dbm Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
distutils build_ext: correctly parse the link_objects user option (closes #1703178) 10 years ago
email #19003: Only replace \r and/or \n line endings in email.generator. 10 years ago
encodings Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
ensurepip Upgrade setuptools to 27.1.2 10 years ago
html Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. 10 years ago
http Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. 10 years ago
idlelib Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. 10 years ago
importlib Fix regressions introduced by fixes for issue #27083. 10 years ago
json Issue #4945: Improved the documenting of boolean arguments in the json module. 10 years ago
lib2to3 Remove the debug print that i accidentally left in. 10 years ago
logging Fixes #27930: improved QueueListener behaviour. 10 years ago
msilib Issue #27076: Doc, comment and tests spelling fixes 10 years ago
multiprocessing Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions 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 #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. 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.5.2 final. 10 years ago
site-packages Add a README file so that cvs update -P doesn't obliterate this 26 years ago
sqlite3 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() 10 years ago
test Issue #27942: String constants now interned recursively in tuples and frozensets. 10 years ago
tkinter Issue #27611: Fixed support of default root window in the tkinter.tix module. 10 years ago
turtledemo Issue #27125: Fix various errors like “will [be] inherited” 10 years ago
unittest Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish 10 years ago
urllib Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin 10 years ago
venv Fixes #25671: Updated prompt handling in activate.fish. 10 years ago
wsgiref Issue #24291: Avoid WSGIRequestHandler doing partial writes 10 years ago
xml Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes 10 years ago
xmlrpc English spelling and grammar fixes 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 #27243: Fix __aiter__ protocol 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 Issue #27348: Restore “Exception: None” formatting in traceback module 10 years ago
_pyio.py Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
_sitebuiltins.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_strptime.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago
antigravity.py Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. 10 years ago
argparse.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
ast.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
asynchat.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
asyncore.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
base64.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. 10 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. 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 #25314: store_true and store_false also create appropriate defaults. 14 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 17 years ago
colorsys.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
compileall.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago
copyreg.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
crypt.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
csv.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
datetime.py Issue #27626: Spelling fixes in docs, comments and internal names 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 #27076: Doc, comment and tests spelling fixes 10 years ago
doctest.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dummy_threading.py Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
enum.py issue26893: use mro() to examine class heirarchy 10 years ago
filecmp.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
fileinput.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić. 10 years ago
ftplib.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
functools.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
genericpath.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 #25314: store_true and store_false also create appropriate defaults. 14 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. 14 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
imghdr.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
imp.py Issue #26844: Fix imp.find_module() to have the exception related to 10 years ago
inspect.py Issue #27993: Fix problems with plural objects in docs and comments 10 years ago
io.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
ipaddress.py Issue #21386: Implement missing IPv4Address.is_global property 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 #27076: Doc, comment and tests spelling fixes 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 #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
mailcap.py #14977: Make mailcap respect the order of the lines in the mailcap file. 10 years ago
mimetypes.py Issue #25314: Remove confused statement about const argument 10 years ago
modulefinder.py Issue #26881: Restored the name of scan_opcodes_25(). 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 #25314: Remove confused statement about const argument 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago
operator.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
optparse.py Fix spelling (inital), grammar (may translates) in documentation, comments 10 years ago
os.py Issue #25911: Backport os._DummyDirEntry fixes 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 #17711: Fixed unpickling by the persistent ID with protocol 0. 10 years ago
pickletools.py Corrections for a/an in code comments and documentation 10 years ago
pipes.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pkgutil.py [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 10 years ago
platform.py Issue #27932: Prevent memory leak in win32_ver(). 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. 14 years ago
posixpath.py #2466: ismount now recognizes mount points user can't access. 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 #27241: Catch exception when running pstats as main. 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pydoc.py Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi 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 Improve docs for random.seed() 10 years ago
re.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
reprlib.py Issue #26634: recursive_repr() now sets __qualname__ of wrapper. 10 years ago
rlcompleter.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
runpy.py [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 10 years ago
sched.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
selectors.py Issue #27759: Fix selectors incorrectly retain invalid file descriptors. 10 years ago
shelve.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
shlex.py Closes #21999: Handled empty strings correctly when in POSIX mode. 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: Fix typos in documentation, comments, and test function names 10 years ago
smtpd.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
smtplib.py Issue #27430: Fix typos, patch by scop. 10 years ago
sndhdr.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
socket.py Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile 10 years ago
socketserver.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
sre_compile.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sre_constants.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sre_parse.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 26977, remove unneeded line in pvariance (duplicate call to _ss). 10 years ago
string.py Issue #26809: Add __all__ to string module. Patch by Emanuel Barry 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 Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago
tabnanny.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tarfile.py Issue #27194: superfluous truncate calls in tarfile.py slow down extraction 10 years ago
telnetlib.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tempfile.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 Fix spelling and grammar in documentation and code comments 10 years ago
timeit.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
token.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tokenize.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
trace.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
traceback.py Issue #27348: Restore “Exception: None” formatting in traceback module 10 years ago
tracemalloc.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tty.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 25 years ago
turtle.py Correct spelling in documentation and code comment 10 years ago
types.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
typing.py Update typing.py and test_typing.py from upstream (https://github.com/python/typing) 10 years ago
uu.py Issue #10266: uu.decode didn't close in_file explicitly when it was given 16 years ago
uuid.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
warnings.py Issue #18383: Avoid adding duplicate filters when warnings is reloaded 10 years ago
wave.py Issue #25314: store_true and store_false also create appropriate defaults. 14 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago