.. |
asyncio
|
Issue #27392: Add loop.connect_accepted_socket().
|
2016-07-12 18:23:10 -04:00 |
collections
|
Issue #27125: Fix various errors like “will [be] inherited”
|
2016-05-29 04:13:35 +00:00 |
concurrent
|
…
|
|
ctypes
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
2016-07-28 01:11:04 +00:00 |
curses
|
Issue #27294: Numerical state in the repr for Tkinter event objects is now
|
2016-06-18 22:08:11 +03:00 |
dbm
|
…
|
|
distutils
|
English spelling and grammar fixes
|
2016-07-11 07:51:37 +00:00 |
email
|
Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.
|
2016-07-17 13:25:15 +03:00 |
encodings
|
Issue #27076: Doc, comment and tests spelling fixes
|
2016-05-26 05:35:26 +00:00 |
ensurepip
|
…
|
|
html
|
Issue #27076: Doc, comment and tests spelling fixes
|
2016-05-26 05:35:26 +00:00 |
http
|
#22758: fix regression in handling of secure cookies.
|
2016-07-10 13:32:43 -04:00 |
idlelib
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
2016-07-28 01:11:04 +00:00 |
importlib
|
Fix regressions introduced by fixes for issue #27083.
|
2016-07-16 10:44:13 -07:00 |
json
|
Issue #4945: Improved the documenting of boolean arguments in the json module.
|
2016-06-30 13:59:12 +03:00 |
lib2to3
|
Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030
|
2016-06-12 06:07:35 +00:00 |
logging
|
Fixed #27251: corrected string/bytes handling in credentials.
|
2016-06-07 21:19:55 +01:00 |
msilib
|
Issue #27076: Doc, comment and tests spelling fixes
|
2016-05-26 05:35:26 +00:00 |
multiprocessing
|
…
|
|
plat-aix4
|
…
|
|
plat-darwin
|
…
|
|
plat-freebsd4
|
…
|
|
plat-freebsd5
|
…
|
|
plat-freebsd6
|
…
|
|
plat-freebsd7
|
…
|
|
plat-freebsd8
|
…
|
|
plat-generic
|
…
|
|
plat-linux
|
…
|
|
plat-netbsd1
|
…
|
|
plat-next3
|
…
|
|
plat-sunos5
|
…
|
|
plat-unixware7
|
…
|
|
pydoc_data
|
Regenerate pydoc topics for 3.4.5 final.
|
2016-06-25 14:42:04 -07:00 |
site-packages
|
…
|
|
sqlite3
|
Mark tests as skipped when a SQLite version is not supported
|
2016-06-14 14:19:02 +03:00 |
test
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
2016-07-28 01:11:04 +00:00 |
tkinter
|
Issue #22115: Fixed tracing Tkinter variables:
|
2016-06-26 17:42:23 +03:00 |
turtledemo
|
Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme.
|
2016-05-29 01:40:30 -04:00 |
unittest
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
2016-07-28 01:11:04 +00:00 |
urllib
|
…
|
|
venv
|
Issue #26665: Remove mis-use of ``$`` in activate.fish.
|
2016-06-30 11:41:55 -07:00 |
wsgiref
|
Issue #24291: Avoid WSGIRequestHandler doing partial writes
|
2016-06-05 06:28:55 +00:00 |
xml
|
English spelling and grammar fixes
|
2016-07-11 07:51:37 +00:00 |
xmlrpc
|
English spelling and grammar fixes
|
2016-07-11 07:51:37 +00:00 |
__future__.py
|
…
|
|
__phello__.foo.py
|
…
|
|
_bootlocale.py
|
…
|
|
_collections_abc.py
|
Issue #27243: Fix __aiter__ protocol
|
2016-06-09 15:08:31 -04:00 |
_compat_pickle.py
|
…
|
|
_compression.py
|
…
|
|
_dummy_thread.py
|
…
|
|
_markupbase.py
|
…
|
|
_osx_support.py
|
Issue #27171: Fix typos in documentation, comments, and test function names
|
2016-06-02 10:07:09 +00:00 |
_pydecimal.py
|
Issue #27171: Fix typos in documentation, comments, and test function names
|
2016-06-02 10:07:09 +00:00 |
_pyio.py
|
Issue #27171: Fix typos in documentation, comments, and test function names
|
2016-06-02 10:07:09 +00:00 |
_sitebuiltins.py
|
…
|
|
_strptime.py
|
…
|
|
_threading_local.py
|
…
|
|
_weakrefset.py
|
…
|
|
abc.py
|
…
|
|
aifc.py
|
…
|
|
antigravity.py
|
…
|
|
argparse.py
|
…
|
|
ast.py
|
…
|
|
asynchat.py
|
…
|
|
asyncore.py
|
…
|
|
base64.py
|
…
|
|
bdb.py
|
…
|
|
binhex.py
|
…
|
|
bisect.py
|
…
|
|
bz2.py
|
…
|
|
cProfile.py
|
…
|
|
calendar.py
|
…
|
|
cgi.py
|
Issue #27076: Doc, comment and tests spelling fixes
|
2016-05-26 05:35:26 +00:00 |
cgitb.py
|
…
|
|
chunk.py
|
…
|
|
cmd.py
|
…
|
|
code.py
|
…
|
|
codecs.py
|
…
|
|
codeop.py
|
…
|
|
colorsys.py
|
…
|
|
compileall.py
|
…
|
|
configparser.py
|
…
|
|
contextlib.py
|
Issue #27123: When an exception is raised within the context being
|
2016-06-14 09:19:20 -07:00 |
copy.py
|
…
|
|
copyreg.py
|
…
|
|
crypt.py
|
…
|
|
csv.py
|
…
|
|
datetime.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
2016-07-28 01:11:04 +00:00 |
decimal.py
|
…
|
|
difflib.py
|
…
|
|
dis.py
|
Issue #27076: Doc, comment and tests spelling fixes
|
2016-05-26 05:35:26 +00:00 |
doctest.py
|
…
|
|
dummy_threading.py
|
…
|
|
enum.py
|
…
|
|
filecmp.py
|
…
|
|
fileinput.py
|
…
|
|
fnmatch.py
|
…
|
|
formatter.py
|
…
|
|
fractions.py
|
…
|
|
ftplib.py
|
…
|
|
functools.py
|
…
|
|
genericpath.py
|
…
|
|
getopt.py
|
…
|
|
getpass.py
|
…
|
|
gettext.py
|
…
|
|
glob.py
|
…
|
|
gzip.py
|
…
|
|
hashlib.py
|
…
|
|
heapq.py
|
…
|
|
hmac.py
|
…
|
|
imaplib.py
|
…
|
|
imghdr.py
|
…
|
|
imp.py
|
Issue #26844: Fix imp.find_module() to have the exception related to
|
2016-07-15 10:58:54 -07:00 |
inspect.py
|
…
|
|
io.py
|
…
|
|
ipaddress.py
|
Issue #21386: Implement missing IPv4Address.is_global property
|
2016-06-11 22:11:47 +03:00 |
keyword.py
|
…
|
|
linecache.py
|
…
|
|
locale.py
|
Issue #27076: Doc, comment and tests spelling fixes
|
2016-05-26 05:35:26 +00:00 |
lzma.py
|
…
|
|
macpath.py
|
…
|
|
macurl2path.py
|
…
|
|
mailbox.py
|
…
|
|
mailcap.py
|
…
|
|
mimetypes.py
|
…
|
|
modulefinder.py
|
…
|
|
netrc.py
|
…
|
|
nntplib.py
|
…
|
|
ntpath.py
|
…
|
|
nturl2path.py
|
…
|
|
numbers.py
|
…
|
|
opcode.py
|
…
|
|
operator.py
|
…
|
|
optparse.py
|
…
|
|
os.py
|
…
|
|
pathlib.py
|
Issue #27171: Fix typos in documentation, comments, and test function names
|
2016-06-02 10:07:09 +00:00 |
pdb.py
|
Issue #27171: Fix typos in documentation, comments, and test function names
|
2016-06-02 10:07:09 +00:00 |
pickle.py
|
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
|
2016-07-17 11:24:17 +03:00 |
pickletools.py
|
…
|
|
pipes.py
|
…
|
|
pkgutil.py
|
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
|
2016-06-11 18:02:46 -07:00 |
platform.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
2016-07-28 01:11:04 +00:00 |
plistlib.py
|
…
|
|
poplib.py
|
…
|
|
posixpath.py
|
…
|
|
pprint.py
|
…
|
|
profile.py
|
…
|
|
pstats.py
|
…
|
|
pty.py
|
…
|
|
py_compile.py
|
…
|
|
pyclbr.py
|
…
|
|
pydoc.py
|
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
|
2016-06-12 04:24:06 +00:00 |
queue.py
|
…
|
|
quopri.py
|
…
|
|
random.py
|
Issue #27171: Fix typos in documentation, comments, and test function names
|
2016-06-02 10:07:09 +00:00 |
re.py
|
…
|
|
reprlib.py
|
…
|
|
rlcompleter.py
|
…
|
|
runpy.py
|
…
|
|
sched.py
|
…
|
|
selectors.py
|
…
|
|
shelve.py
|
…
|
|
shlex.py
|
…
|
|
shutil.py
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
2016-07-28 01:11:04 +00:00 |
signal.py
|
…
|
|
site.py
|
Issue #27171: Fix typos in documentation, comments, and test function names
|
2016-06-02 10:07:09 +00:00 |
smtpd.py
|
…
|
|
smtplib.py
|
Issue #27430: Fix typos, patch by scop.
|
2016-07-01 12:17:05 +03:00 |
sndhdr.py
|
…
|
|
socket.py
|
…
|
|
socketserver.py
|
…
|
|
sre_compile.py
|
…
|
|
sre_constants.py
|
…
|
|
sre_parse.py
|
…
|
|
ssl.py
|
Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError
|
2016-05-26 12:18:12 -07:00 |
stat.py
|
…
|
|
statistics.py
|
…
|
|
string.py
|
Issue #26809: Add __all__ to string module. Patch by Emanuel Barry
|
2016-06-04 14:35:05 -05:00 |
stringprep.py
|
…
|
|
struct.py
|
…
|
|
subprocess.py
|
Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores
|
2016-06-04 00:22:17 +00:00 |
sunau.py
|
…
|
|
symbol.py
|
…
|
|
symtable.py
|
…
|
|
sysconfig.py
|
…
|
|
tabnanny.py
|
…
|
|
tarfile.py
|
Issue #27194: superfluous truncate calls in tarfile.py slow down extraction
|
2016-06-11 16:42:36 -07:00 |
telnetlib.py
|
…
|
|
tempfile.py
|
…
|
|
textwrap.py
|
…
|
|
this.py
|
…
|
|
threading.py
|
Issue #27076: Doc, comment and tests spelling fixes
|
2016-05-26 05:35:26 +00:00 |
timeit.py
|
…
|
|
token.py
|
…
|
|
tokenize.py
|
…
|
|
trace.py
|
…
|
|
traceback.py
|
Issue #27076: Doc, comment and tests spelling fixes
|
2016-05-26 05:35:26 +00:00 |
tracemalloc.py
|
…
|
|
tty.py
|
…
|
|
turtle.py
|
Issue #27238: Got rid of bare excepts in the turtle module. Original patch
|
2016-06-14 22:52:04 +03:00 |
types.py
|
…
|
|
typing.py
|
Sync typing.py with upstream.
|
2016-06-08 11:19:11 -07:00 |
uu.py
|
…
|
|
uuid.py
|
…
|
|
warnings.py
|
Issue #18383: Avoid adding duplicate filters when warnings is reloaded
|
2016-05-26 09:10:55 +00:00 |
wave.py
|
…
|
|
weakref.py
|
…
|
|
webbrowser.py
|
…
|
|
xdrlib.py
|
…
|
|
zipapp.py
|
…
|
|
zipfile.py
|
…
|
|