cpython/Lib
Serhiy Storchaka b580f4f2bf
[3.6] bpo-30416: Protect the optimizer during constant folding. (#4865)
It no longer spends much time doing complex calculations and no
longer consumes much memory for creating large constants that will
be dropped later.

This fixes also bpo-21074.
2017-12-15 14:12:14 +02:00
..
asyncio asyncio: Remove unused Future._tb_logger attribute (GH-4596) (#4598) 2017-11-28 10:32:28 +01:00
collections Backport docstring improvements to OrderedDict. (GH-3470) 2017-09-10 18:11:18 -07:00
concurrent [3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (GH-3830) (#3831) 2017-09-29 15:07:01 -07:00
ctypes [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
curses
dbm
distutils bpo-32302: Fix distutils bdist_wininst for CRT v142 (GH-4851) (#4861) 2017-12-14 12:00:50 +01:00
email [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
encodings
ensurepip bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683) 2017-09-22 06:45:37 -07:00
html
http [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
idlelib Fix idlelib comment typos reported by Mike on pull request 4803. (GH-4807) (#4809) 2017-12-11 23:29:34 -05:00
importlib [3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-4118) (#4128) 2017-10-26 12:02:54 +03:00
json [3.6] Fix trivial typo in json module docstring (GH-2274) (#2430) 2017-06-30 21:15:18 -04:00
lib2to3 bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (GH-24) (GH-2235) 2017-06-15 19:56:52 -07:00
logging bpo-30904: Removed duplicated Host: header. (GH-4465) (#4468) 2017-11-19 19:16:17 +00:00
msilib
multiprocessing [3.6] bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (GH-3247) (#4254) 2017-11-03 14:58:37 +01:00
pydoc_data Update NEWS and pydoc topics. 2017-12-05 03:17:05 -05:00
site-packages
sqlite3 bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-3958) (#4303) 2017-11-06 16:45:19 -08:00
test [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865) 2017-12-15 14:12:14 +02:00
tkinter [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
turtledemo [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
unittest [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
urllib bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533) 2017-11-23 15:57:58 -08:00
venv [3.6] bpo-25351: avoid activate failure on strict shells (GH-3804) (#3820) 2017-09-29 05:34:43 -07:00
wsgiref
xml [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
xmlrpc [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
__future__.py
__phello__.foo.py
_bootlocale.py
_collections_abc.py bpo-31942: Document optional support of start and stop attributes in Sequence.index method (GH-4277) (#4811) 2017-12-12 11:58:26 +01:00
_compat_pickle.py
_compression.py
_dummy_thread.py
_markupbase.py
_osx_support.py Fix misplaced positional argument in OS X support library (#1137) 2017-04-14 17:44:34 +03:00
_pydecimal.py
_pyio.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py bpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (GH-527) (GH-1282) 2017-06-06 17:31:03 -07:00
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2898) 2017-07-27 01:27:08 +02:00
base64.py
bdb.py
binhex.py
bisect.py
bz2.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4622) 2017-11-29 02:06:53 +02:00
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054) 2017-06-09 20:36:28 -07:00
copy.py
copyreg.py [3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003) 2017-08-05 18:01:10 +03:00
crypt.py
csv.py
datetime.py bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Python (GH-4176) (#4356) 2017-11-09 16:52:05 -08:00
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
enum.py [3.6] bpo-30616: Functional API of enum allows to create empty enums. (#2304) (#2324) 2017-06-24 09:12:20 -07:00
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py [3.6] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2886) 2017-07-26 14:11:25 +02:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py [3.6] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) (#2297) 2017-06-20 18:06:35 +03:00
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1620) 2017-05-16 15:29:41 -07:00
imghdr.py
imp.py [3.6] bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) (#2364) 2017-06-23 11:23:36 -07:00
inspect.py [3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717) (#3778) 2017-09-27 09:34:44 +03:00
io.py
ipaddress.py [3.6] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (GH-879) (#2217) 2017-06-15 17:16:38 +03:00
keyword.py
linecache.py
locale.py
lzma.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py [3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401) 2017-09-06 20:04:14 -04:00
modulefinder.py
netrc.py bpo-30806: Fix netrc.__repr__() format (GH-2491) 2017-11-03 14:36:45 +09:00
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
pathlib.py bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#1985) 2017-06-07 10:18:56 -07:00
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) 2017-03-04 01:05:06 -05:00
plistlib.py bpo-32072: Fix issues with binary plists. (GH-4455) (#4654) 2017-12-01 00:15:30 +02:00
poplib.py bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1620) 2017-05-16 15:29:41 -07:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
quopri.py
random.py [3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614) (GH-3659) 2017-09-19 10:56:33 -07:00
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py
smtpd.py
smtplib.py bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1790) 2017-05-25 02:59:06 +08:00
sndhdr.py
socket.py [3.6] bpo-31234, socket.create_connection(): Fix ref cycle (GH-3546) (#3552) 2017-09-13 15:54:34 -07:00
socketserver.py
sre_compile.py
sre_constants.py [3.6] bpo-30398: Add a docstring for re.error. (GH-1647) (#1830) 2017-05-27 16:37:40 +03:00
sre_parse.py [3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-2016) (#2214) 2017-06-15 16:55:22 +03:00
ssl.py [3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444) 2017-09-07 20:23:52 -07:00
stat.py
statistics.py
string.py bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH-3872) 2017-10-14 14:21:59 +09:00
stringprep.py
struct.py
subprocess.py [3.6] bpo-22635: Update the getstatusoutput docstring. (GH-3435) (#3439) 2017-09-07 16:44:58 -07:00
sunau.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py fix function name in tabnanny documentation (GH-762) 2017-03-22 15:26:53 +08:00
tarfile.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py [3.6] bpo-31516: current_thread() should not return a dummy thread at shutdown (GH-3673) (#3856) 2017-10-02 17:20:01 +02:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014) (#4024) 2017-10-18 01:14:19 +03:00
tracemalloc.py
tty.py
turtle.py
types.py
typing.py [bpo-28556] Minor fixes for typing module (GH-4710) (#4713) 2017-12-04 22:02:02 -05:00
uu.py
uuid.py bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link list' (GH-4696) (#4747) 2017-12-07 13:48:14 +01:00
warnings.py
wave.py
weakref.py
webbrowser.py
xdrlib.py
zipapp.py
zipfile.py [3.6] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (#1485) 2017-05-06 15:10:50 +03:00