cpython/Lib
Victor Stinner 5ab1c01bfd Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP
connection failed.
2015-04-07 12:47:57 +02:00
..
bsddb Issue #22943: bsddb tests are locale independend now. 2014-12-01 10:34:23 +02:00
compiler #18705: fix a number of typos. Patch by Févry Thibault. 2013-08-17 15:43:51 +03:00
ctypes Make some tests more frienly to MemoryError. 2015-03-28 20:38:48 +02:00
curses
distutils fix parsing reST with code or code-block directives (closes #23063) 2015-01-14 23:56:35 -05:00
email Closes #19434: fix copy-paste error in MIMENonMultipart docstring. 2014-10-02 12:35:08 +02:00
encodings Avoid deprecation warnings. 2015-01-31 11:27:06 +02:00
ensurepip Upgrade pip to 6.1.0 and setuptools to 15.0 2015-04-07 01:32:24 -04:00
hotshot
idlelib Issue #23825: Fixed test_idle under -OO. 2015-04-04 09:47:18 +03:00
importlib
json in scan_once, prevent the reading of arbitrary memory when passed a negative index 2014-04-13 22:10:38 -04:00
lib-tk Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and 2015-04-04 12:42:25 +03:00
lib2to3 fix instances of consecutive articles (closes #23221) 2015-01-13 09:17:24 -05:00
logging Brought excluded code into the scope of a try block in SysLogHandler.emit(). 2014-11-01 19:56:13 +00:00
msilib
multiprocessing Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now 2015-03-13 08:31:34 +02:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-irix5
plat-irix6
plat-linux2
plat-mac
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
plat-sunos5
plat-unixware7
pydoc_data update pydoc-topics 2014-11-25 18:25:06 -06:00
site-packages
sqlite3
test Issue #23458: Remove test_os.test_urandom_fd_non_inheritable() 2015-04-06 23:39:47 +02:00
unittest
wsgiref
xml
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. 2014-11-02 22:35:47 +02:00
DocXMLRPCServer.py
HTMLParser.py
MimeWriter.py
Queue.py
SimpleHTTPServer.py fix behavior of trailing slash redirection when a query string is involved (closes #23112) 2014-12-26 10:53:43 -06:00
SimpleXMLRPCServer.py
SocketServer.py
StringIO.py
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py fix instances of consecutive articles (closes #23221) 2015-01-13 09:17:24 -05:00
_MozillaCookieJar.py
__future__.py
__phello__.foo.py
_abcoll.py Issue #22609: Constructors and update methods of mapping classes in the 2014-11-27 19:02:56 +02:00
_osx_support.py
_pyio.py Issue #21802: The reader in BufferedRWPair now is closed even when closing 2015-03-24 23:23:42 +02:00
_strptime.py Issue #23136: _strptime now uniformly handles all days in week 0, including 2015-03-19 19:13:25 +02:00
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
anydbm.py
argparse.py
ast.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py Escaped backslashes in docstrings. 2015-04-03 18:12:32 +03:00
codeop.py
collections.py Issue #22609: Constructors and update methods of mapping classes in the 2014-11-27 19:02:56 +02:00
colorsys.py
commands.py
compileall.py
contextlib.py
cookielib.py Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. 2015-03-13 09:04:34 +02:00
copy.py
copy_reg.py
csv.py
dbhash.py
decimal.py Remove unused import 2014-11-07 22:47:30 -08:00
difflib.py
dircache.py
dis.py
doctest.py
dumbdbm.py Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm 2015-02-16 00:29:52 +02:00
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py Issue #23191: fnmatch functions that use caching are now threadsafe. 2015-01-27 11:40:51 +02:00
formatter.py
fpformat.py
fractions.py
ftplib.py allow a SSLContext to be given to ftplib.FTP_TLS 2015-01-04 15:36:31 -06:00
functools.py
genericpath.py Issue #21840: Fixed expanding unicode variables of form $var in 2015-02-13 12:02:05 +02:00
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Issue #21560: An attempt to write a data of wrong type no longer cause 2015-03-23 15:25:18 +02:00
hashlib.py Removed duplicated words in in comments and docs. 2014-12-01 18:16:30 +02:00
heapq.py
hmac.py
htmlentitydefs.py Issue #23181: More "codepoint" -> "code point". 2015-01-18 11:42:50 +02:00
htmllib.py
httplib.py #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. 2015-03-22 15:15:44 -04:00
ihooks.py
imaplib.py #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. 2015-03-22 16:17:11 -04:00
imghdr.py
imputil.py
inspect.py
io.py
keyword.py
linecache.py Issue #23838: linecache now clears the cache and returns an empty result on 2015-04-01 16:53:53 +03:00
locale.py
macpath.py Issue #21840: Fixed expanding unicode variables of form $var in 2015-02-13 12:02:05 +02:00
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
md5.py
mhlib.py
mimetools.py
mimetypes.py Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls 2015-03-10 13:19:17 -07:00
mimify.py
modulefinder.py close files explicit (closes #21610) 2015-03-10 19:06:18 -05:00
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. 2015-03-25 16:39:58 +02:00
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
os2emxpath.py Issue #21840: Fixed expanding unicode variables of form $var in 2015-02-13 12:02:05 +02:00
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py
popen2.py
poplib.py in poplib, limit maximum line length that we read from the network (closes #16041) 2014-12-05 20:02:38 -05:00
posixfile.py
posixpath.py Issue #21840: Fixed expanding unicode variables of form $var in 2015-02-13 12:02:05 +02:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty 2015-02-20 12:10:33 +02:00
quopri.py
random.py
re.py backout fac649bf2d10 (#9179) for further consideration 2014-11-30 11:47:54 -05:00
repr.py
rexec.py
rfc822.py simply ignore headers with no name (#19996) 2015-01-25 23:34:42 -05:00
rlcompleter.py
robotparser.py
runpy.py
sched.py
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of 2014-11-28 00:50:06 +02:00
site.py https goodness 2015-02-01 20:17:22 -05:00
smtpd.py
smtplib.py smtplib: limit amount read from the network (closes #16042) 2014-12-05 20:05:18 -05:00
sndhdr.py
socket.py Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The 2015-01-06 13:53:37 +01:00
sre.py
sre_compile.py Issue #12728: Different Unicode characters having the same uppercase but 2014-11-10 12:37:02 +02:00
sre_constants.py
sre_parse.py Issues #814253, #9179: Warnings now are raised when group references and 2015-02-21 12:08:36 +02:00
ssl.py use _import_symbols to import VERIFY_* constants 2015-03-04 23:18:57 -05:00
stat.py
statvfs.py
string.py Issue #23671: string.Template now allows to specify the "self" parameter as 2015-03-24 22:27:50 +02:00
stringold.py
stringprep.py
struct.py
subprocess.py
sunau.py
sunaudio.py
symbol.py
symtable.py
sysconfig.py
tabnanny.py
tarfile.py Issue #23615: Module tarfile is now can be reloaded with imp.reload(). 2015-03-11 17:31:59 +02:00
telnetlib.py
tempfile.py
textwrap.py Escaped backslashes in docstrings. 2015-04-03 18:12:32 +03:00
this.py
threading.py
timeit.py Issue #18518: timeit now rejects statements which can't be compiled outside 2015-01-26 12:08:37 +02:00
toaiff.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
types.py Issue #23504: Added an __all__ to the types module. 2015-03-04 09:42:59 +02:00
urllib.py Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP 2015-04-07 12:47:57 +02:00
urllib2.py remove HTTPSConnection's check_hostname parameter (#22959) 2014-12-07 13:41:26 -05:00
urlparse.py
user.py
uu.py
uuid.py Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. 2014-11-21 21:54:43 +02:00
warnings.py Issue #23016: A warning no longer produces an AttributeError when sys.stderr 2014-12-10 23:05:33 +02:00
wave.py
weakref.py
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) 2014-12-05 20:15:15 -05:00
zipfile.py Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). 2015-01-26 13:45:04 +02:00