cpython/Lib
Gregory P. Smith 6dcdcde2a8 Import all implementations of the hash algorithms (OpenSSL & builtin) and run
the test suite across all that are available.  Warns about extension modules
that could not be imported when python was compiled with Py_DEBUG.

That warning could be made fatal but I didn't want to do that initially as
I suspect non setup.py based build processes (windows, any others?) won't
compile them all conditionally based on the Py_DEBUG setting today.
2010-01-03 00:19:04 +00:00
..
bsddb
compiler
ctypes
curses
distutils Unittests and news items for the patch in r77026. 2009-12-24 14:50:35 +00:00
email More yearly updates. 2010-01-01 13:07:05 +00:00
encodings #1757126: fix typo with the cyrillic_asian alias 2009-11-17 02:42:26 +00:00
hotshot
idlelib More yearly updates. 2010-01-01 13:07:05 +00:00
importlib
json Issue #6986: Fix crash in the JSON C accelerator when called with the 2009-12-08 15:40:51 +00:00
lib-tk More yearly updates. 2010-01-01 13:07:05 +00:00
lib2to3 Merged revisions 77158 via svnmerge from 2009-12-30 19:44:23 +00:00
logging More yearly updates. 2010-01-01 13:07:05 +00:00
msilib
multiprocessing allow Process name to be unicode #7571 2009-12-24 15:19:40 +00: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 regenerate pydoc_topics 2009-12-05 17:45:40 +00:00
site-packages
sqlite3
test Import all implementations of the hash algorithms (OpenSSL & builtin) and run 2010-01-03 00:19:04 +00:00
unittest More yearly updates. 2010-01-01 13:07:05 +00:00
wsgiref
xml
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 make StringIO like other file objects in that readline(-1) has no effect #7348 2009-12-13 17:29:16 +00:00
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py
__phello__.foo.py
_abcoll.py
_pyio.py Remove superfetatory paragraph (left there by mistake). 2009-12-19 21:06:36 +00:00
_strptime.py
_threading_local.py
abc.py
aifc.py
antigravity.py
anydbm.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
codeop.py
collections.py
colorsys.py
commands.py
compileall.py
contextlib.py
cookielib.py
copy.py Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. 2009-11-28 15:55:58 +00:00
copy_reg.py
csv.py
dbhash.py
decimal.py
difflib.py Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab 2009-11-23 18:41:31 +00:00
dircache.py
dis.py
doctest.py Remove a leftover from a previous iteration of the issue 7376 patch. 2009-12-21 12:45:41 +00:00
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
fractions.py Issue #7379: Fix incorrect doctest for Fraction.limit_denominator. 2009-11-23 16:23:43 +00:00
ftplib.py Issue #6845: Add restart support for binary upload in ftplib. The 2009-11-27 13:18:34 +00:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
htmlentitydefs.py
htmllib.py
httplib.py Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth 2009-12-20 06:05:13 +00:00
ihooks.py
imaplib.py Fix casing. 2010-01-02 12:35:01 +00:00
imghdr.py
imputil.py
inspect.py
io.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
md5.py
mhlib.py
mimetools.py
mimetypes.py Issue #4969: The mimetypes module now reads the MIME database from 2009-11-15 14:10:48 +00:00
mimify.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py Issue #5080: turn the DeprecationWarning from float arguments passed 2010-01-01 17:27:30 +00:00
os2emxpath.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py More yearly updates. 2010-01-01 13:07:05 +00:00
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 Issue #7328: don't corrupt sys.path when running pydoc with the -m switch 2009-11-15 22:36:47 +00:00
quopri.py
random.py
re.py
repr.py
rexec.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py Fix comment typo. 2009-12-20 16:24:46 +00:00
sched.py
sets.py
sgmllib.py
sha.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
sre.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statvfs.py
string.py
stringold.py
stringprep.py
struct.py
subprocess.py #7381: consistency update, and backport avoiding ``None >= 0`` check from py3k. 2009-12-28 08:09:32 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Issue #7357: No longer suppress fatal extraction errors by 2009-12-13 11:32:27 +00:00
telnetlib.py
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 Fix transient refleaks in test_urllib. Thanks to Florent Xicluna. 2009-12-08 19:35:12 +00:00
urllib2.py Fix for issue5625 - test_urllib2 fails - urlopen error file not on local host. 2009-12-27 09:11:09 +00:00
urlparse.py
user.py
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. 2009-12-30 06:14:51 +00:00