cpython/Lib
Miss Islington (bot) 65cc60b368
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
(cherry picked from commit 16fba62314)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2018-09-24 17:23:07 -07:00
..
asyncio [3.7] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) (GH-8586) 2018-07-31 11:29:07 -04:00
collections
concurrent
ctypes bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) 2018-09-15 22:53:13 -07:00
curses
dbm
distutils bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506) 2018-09-23 10:31:53 +03:00
email bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) 2018-07-28 08:41:26 -07:00
encodings
ensurepip
html
http
idlelib bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) 2018-09-24 17:23:07 -07:00
importlib
json
lib2to3 closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950) 2018-09-15 10:52:57 -07:00
logging bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8817) 2018-08-19 08:20:13 +01:00
msilib bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) 2018-07-28 17:14:44 -07:00
multiprocessing bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) 2018-09-17 05:10:56 -07:00
pydoc_data
site-packages
sqlite3
test bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535) 2018-09-24 08:28:23 -07:00
tkinter
turtledemo
unittest bpo-32933: Implement __iter__ method on mock_open() (GH-5974) 2018-09-15 00:30:04 +03:00
urllib
venv
wsgiref
xml [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511) 2018-09-24 05:38:37 -07:00
xmlrpc
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py
_compat_pickle.py
_compression.py Issue #23529: Limit the size of decompressed data when reading from 2015-04-11 00:31:01 +02:00
_dummy_thread.py
_markupbase.py
_osx_support.py
_py_abc.py
_pydecimal.py
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py Change the xkcd link in comment over https. (GH-9293) 2018-09-14 09:28:07 -07:00
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
cProfile.py Fix docstring of Profiler class (GH-8651) 2018-08-03 02:30:49 -07:00
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
contextvars.py
copy.py
copyreg.py
crypt.py
csv.py
dataclasses.py bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are namedtuples. (GH-9151) (GH-9304) 2018-09-14 13:47:14 -04:00
datetime.py bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8466) 2018-07-25 16:34:09 -04:00
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
enum.py [3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) (GH-9486) 2018-09-21 22:26:32 -07:00
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 [3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) 2018-07-31 10:22:44 +03:00
heapq.py
hmac.py
imaplib.py bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) 2018-08-07 05:37:38 +03:00
imghdr.py
imp.py
inspect.py bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) 2018-08-24 10:44:47 -04:00
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
mailbox.py
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) 2018-07-29 08:42:18 -07:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pathlib.py bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542) 2018-08-27 18:37:18 -04:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py [3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356). (GH-8970) 2018-09-04 17:31:18 +03:00
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py bpo-19891: Ignore error while writing history file (GH-8483) 2018-08-06 02:03:43 -07:00
smtpd.py
smtplib.py closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965) 2018-09-10 11:13:13 -07:00
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505) 2018-09-23 00:22:52 -07:00
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841) 2018-08-25 03:47:22 -04:00
traceback.py bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) 2018-09-10 09:00:08 -07:00
tracemalloc.py
tty.py
turtle.py
types.py
typing.py Fix typo in typing.py module docstring (GH-9014) 2018-09-01 05:15:40 -04:00
uu.py
uuid.py [3.7] bpo-34621: fix uuid.UUID (un)pickling compatbility with older Python versions (<3.7) (GH-9133) 2018-09-10 18:47:29 +03:00
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399) 2018-09-22 21:03:04 +03:00