cpython/Lib
Senthil Kumaran 17742f2d45 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which
indicates that the script is in CGI mode.

Issue #27568 Reported and patch contributed by Rémi Rampin.
2016-07-30 23:39:06 -07:00
..
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 Issue #25523: Further a-to-an corrections new in 3.5 2015-11-02 04:20:33 +00:00
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 Upgrade ensurepip bundled setuptools to 20.10.1 2016-05-02 07:03:46 -04:00
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 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
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 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) 2016-07-30 23:39:06 -07: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 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) 2016-07-30 23:39:06 -07:00
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 Issue #26013: Added compatibility with broken protocol 2 pickles created 2016-01-18 21:35:22 +02:00
_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 Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by 2016-03-12 10:51:16 +02:00
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py
ast.py
asynchat.py
asyncore.py
base64.py Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. 2016-02-24 12:05:50 +02:00
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 Issue #22831: Use "with" to avoid possible fd leaks. 2015-04-04 11:01:02 +03:00
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py Merge: #24903: Remove misleading error message to fix regression. 2015-12-04 23:04:37 -05:00
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 Issue #26202: copy.deepcopy() now correctly copies range() objects with 2016-01-28 21:43:35 +02:00
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 doctest: fix _module_relative_path() error message 2016-03-25 12:50:36 +01:00
dummy_threading.py
enum.py issue26893: use mro() to examine class heirarchy 2016-05-01 10:03:53 -07:00
filecmp.py
fileinput.py Issue #15068: Avoid creating a reference loop in fileinput. 2016-03-08 23:35:35 +02:00
fnmatch.py
formatter.py
fractions.py
ftplib.py Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 2015-11-02 04:04:57 +00:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Fix spelling (inital), grammar (may translates) in documentation, comments 2016-04-19 04:03:41 +00:00
hashlib.py
heapq.py Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
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 inspect: Fix BoundArguments.apply_defaults to handle empty arguments 2016-03-02 11:07:47 -05:00
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 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
macpath.py
macurl2path.py
mailbox.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
mailcap.py
mimetypes.py Issue #16329: Add .webm to mimetypes.types_map 2016-04-09 08:00:20 +03:00
modulefinder.py Issue #26881: Restored the name of scan_opcodes_25(). 2016-05-11 22:19:49 +03:00
netrc.py Merge #14984: only import pwd on POSIX. 2013-09-18 08:59:47 -04:00
nntplib.py Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
ntpath.py Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py Fix spelling (inital), grammar (may translates) in documentation, comments 2016-04-19 04:03:41 +00:00
os.py Issue #25911: Backport os._DummyDirEntry fixes 2016-03-29 13:38:22 +02:00
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 Corrections for a/an in code comments and documentation 2016-05-08 13:53:41 +00:00
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 Issue #26711: Fixed the comparison of plistlib.Data with other types. 2016-05-01 13:36:16 +03:00
poplib.py
posixpath.py Fix typos in code comments and documentation 2016-04-16 09:28:57 +00:00
pprint.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py Fix pyclbr to support importing packages 2016-03-17 09:06:41 +01:00
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 Issue #26634: recursive_repr() now sets __qualname__ of wrapper. 2016-04-26 09:30:44 +03:00
rlcompleter.py Issue #25660: Fix a unittest and rlcompleter when readline isn't available 2016-02-04 14:00:26 -05:00
runpy.py Issue #19771: Omit irrelevant message if package could not be initialized 2015-12-12 06:58:55 +00:00
sched.py
selectors.py asyncio, selectors: Update to the upstream version 2016-03-02 10:37:59 -05:00
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 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
socketserver.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
sre_compile.py
sre_constants.py
sre_parse.py Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. 2016-03-06 09:15:47 +02:00
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 Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). 2016-05-11 11:50:13 +10:00
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 - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars 2016-01-11 21:41:40 +01:00
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 Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost 2016-02-28 05:22:20 +00:00
textwrap.py
this.py
threading.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
timeit.py Issue #24631: Fixed regression in the timeit modulu with multyline setup. 2015-07-15 22:11:36 +03:00
token.py
tokenize.py Issue #26581: Use the first coding cookie on a line, not the last one. 2016-03-20 23:36:29 +02:00
trace.py
traceback.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
tracemalloc.py Issue #23731: Implement PEP 488. 2015-04-13 14:21:02 -04:00
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 Issue #19164: Improve exception message of uuid.UUID() 2016-03-20 16:49:10 +02:00
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 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
zipfile.py Issue #22341: Drop Python 2 workaround and document CRC initial value 2015-12-11 05:19:29 +00:00