cpython/Lib
Gregory P. Smith b1a52b1167
Use assertItemsEqual instead of assertEqual. (#5224)
This test doesn't care about order, the underlying filesystem APIs do not
guarantee directory listings on subsequent calls will be in the same order.
2018-01-17 15:15:46 -08:00
..
bsddb test_bsddb3 tolerates smaller timeout on Windows (#2840) 2017-07-24 13:01:59 +02:00
compiler
ctypes Fix py3k warnings in 1/0 in tests. (#4072) 2017-10-22 12:15:41 +03:00
curses
distutils bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316) 2017-11-08 07:48:48 -08:00
email bpo-31507: Add docstring to parseaddr function in email.utils.parseaddr (GH-3647) (GH-3735) 2017-10-06 22:29:54 -07:00
encodings
ensurepip [2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734) 2017-09-25 11:03:24 +10:00
hotshot
idlelib [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) 2017-06-11 14:19:39 -05:00
importlib
json Fix py3k warnings in 1/0 in tests. (#4072) 2017-10-22 12:15:41 +03:00
lib-tk bpo-30855: Fix winfo_id related Tkinter test on Windows. (#4121) 2017-10-26 00:28:02 +03:00
lib2to3 [2.7] remove unused import (GH-5040). (#5043) 2017-12-28 23:38:55 -08:00
logging [2.7] bpo-21149: Workaround a GC finalization bug in logging. (#4368) 2017-11-11 14:48:49 -08:00
msilib
multiprocessing bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882) 2017-07-26 17:54:42 +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
plat-sunos5
plat-unixware7
pydoc_data update pydoc topics 2017-08-26 11:17:02 -07:00
site-packages
sqlite3 bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-4333) 2017-11-08 01:57:02 -08:00
test Use assertItemsEqual instead of assertEqual. (#5224) 2018-01-17 15:15:46 -08:00
unittest Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) (GH-4040) 2017-10-18 10:30:05 -07:00
wsgiref
xml bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) 2017-05-17 10:08:11 +03:00
BaseHTTPServer.py
Bastion.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py
DocXMLRPCServer.py
HTMLParser.py
MimeWriter.py
Queue.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
SocketServer.py
StringIO.py
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py
__phello__.foo.py
_abcoll.py
_osx_support.py
_pyio.py
_strptime.py [2.7] bpo-30363: Backport warnings in the re module. (#1577) 2017-05-18 12:34:40 +03:00
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
anydbm.py
argparse.py
ast.py
asynchat.py
asyncore.py bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900) 2017-07-27 01:24:52 +02:00
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 bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4623) 2017-11-29 02:15:43 +02:00
codeop.py
collections.py
colorsys.py
commands.py
compileall.py
contextlib.py
cookielib.py
copy.py
copy_reg.py [2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004) 2017-08-05 18:03:01 +03:00
csv.py
dbhash.py
decimal.py
difflib.py
dircache.py
dis.py
doctest.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
fractions.py
ftplib.py [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894) 2017-07-26 17:50:36 +02:00
functools.py bpo-25732: Make functools.total_ordering implementing __ne__. (#3748) 2017-09-25 14:41:34 +03:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py
imaplib.py bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624) 2017-05-16 17:38:30 -07:00
imghdr.py
imputil.py
inspect.py
io.py
keyword.py
linecache.py
locale.py bpo-30409: locale.getpreferredencoding doesn't return result (#1672) 2017-05-20 18:44:02 -07:00
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
md5.py
mhlib.py
mimetools.py
mimetypes.py [2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394) 2017-09-06 18:31:36 -04:00
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py bpo-30806: Fix netrc.__repr__() format (GH-2491) 2017-12-10 15:09:58 +09:00
new.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py bpo-31681: Make sure pkgutil.get_data closes files properly (#3875) 2017-10-09 10:55:54 -04:00
platform.py
plistlib.py
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
quopri.py
random.py
re.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py
sched.py
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1788) 2017-05-25 02:24:27 +08:00
sndhdr.py
socket.py
sre.py
sre_compile.py [2.7] bpo-30363: Backport warnings in the re module. (#1577) 2017-05-18 12:34:40 +03:00
sre_constants.py
sre_parse.py [2.7] bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) (#1648) 2017-05-18 13:46:17 +03:00
ssl.py [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446) 2017-09-07 22:31:17 -07:00
stat.py
statvfs.py
string.py
stringold.py
stringprep.py
struct.py
subprocess.py bpo-27448: Work around a gc.disable race condition in subprocess. (#1932) 2017-09-05 11:20:02 -07:00
sunau.py
sunaudio.py
symbol.py
symtable.py
sysconfig.py bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544) 2017-05-12 11:31:08 +02:00
tabnanny.py
tarfile.py
telnetlib.py bpo-18035: telnetlib: select.error doesn't have an errno attribute (#5044) 2017-12-29 12:44:04 -08:00
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
toaiff.py
token.py
tokenize.py
trace.py
traceback.py
tty.py
types.py
urllib.py bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294) 2017-06-20 16:20:36 +02:00
urllib2.py
urlparse.py
user.py
uu.py
uuid.py [2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4270) 2017-11-04 10:23:09 +02:00
warnings.py Simplify code in warnings modules (#1957) 2017-06-05 09:13:50 -04:00
wave.py
weakref.py bpo-29519: weakref spewing exceptions during interp finalization (#2958) 2017-07-31 10:52:46 -07:00
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py