diff --git a/compat.html b/compat.html
index 75adcfc90ceaf15ca5641bca114b3d994fcb2baa_Y29tcGF0Lmh0bWw=..b68035292a16b582780475b927a2372a452cfd31_Y29tcGF0Lmh0bWw= 100644
--- a/compat.html
+++ b/compat.html
@@ -59,7 +59,7 @@
 your build system, it might work out of the box or will be slightly harder.</p>
 <p>Standard library modules supported by PyPy, in alphabetical order:</p>
 <ul class="simple">
-<li><tt class="docutils literal">__builtin__ __pypy__ _ast _bisect _codecs _lsprof _minimal_curses _random _rawffi _ssl _socket _sre _weakref array bz2 cStringIO cpyext crypt errno exceptions fcntl&nbsp; gc itertools marshal math md5 mmap operator parser posix pyexpat select sha signal struct symbol sys termios thread time token unicodedata zipimport zlib</tt></li>
+<li><tt class="docutils literal">__builtin__, __pypy__, _ast, _bisect, _codecs, _collections, _ffi, _file, _hashlib, _io, _locale, _lsprof, _md5, _minimal_curses, _multiprocessing, _pickle_support, _random, _rawffi, _sha, _socket, _sre, _ssl, _stackless, _warnings, _weakref, _winreg, array, binascii, bz2, cStringIO, clr, cmath, cpyext, crypt, errno, exceptions, fcntl, gc, imp, itertools, marshal, math, micronumpy, mmap, operator, oracle, parser, posix, pyexpat, pypyjit, rbench, rctime, select, signal, struct, symbol, sys, termios, thread, time, token, unicodedata, zipimport, zlib</tt></li>
 </ul>
 <p>Supported, but written in pure-python:</p>
 <ul class="simple">
@@ -63,7 +63,7 @@
 </ul>
 <p>Supported, but written in pure-python:</p>
 <ul class="simple">
-<li><tt class="docutils literal">binascii cPickle cmath collections ctypes datetime functools grp pwd sqlite3 syslog</tt></li>
+<li><tt class="docutils literal">cPickle, _csv, ctypes, datetime, dbm, _functools, grp, pwd, readline, resource, sqlite3, syslog, tputil</tt></li>
 </ul>
 <p>All modules that are pure python in CPython of course work.</p>
 <p>Python libraries known to work under PyPy (the list is not exhaustive):</p>
diff --git a/source/compat.txt b/source/compat.txt
index 75adcfc90ceaf15ca5641bca114b3d994fcb2baa_c291cmNlL2NvbXBhdC50eHQ=..b68035292a16b582780475b927a2372a452cfd31_c291cmNlL2NvbXBhdC50eHQ= 100644
--- a/source/compat.txt
+++ b/source/compat.txt
@@ -18,7 +18,7 @@
 
 Standard library modules supported by PyPy, in alphabetical order:
 
-* ``__builtin__ __pypy__ _ast _bisect _codecs _lsprof _minimal_curses _random _rawffi _ssl _socket _sre _weakref array bz2 cStringIO cpyext crypt errno exceptions fcntl  gc itertools marshal math md5 mmap operator parser posix pyexpat select sha signal struct symbol sys termios thread time token unicodedata zipimport zlib``
+* ``__builtin__, __pypy__, _ast, _bisect, _codecs, _collections, _ffi, _file, _hashlib, _io, _locale, _lsprof, _md5, _minimal_curses, _multiprocessing, _pickle_support, _random, _rawffi, _sha, _socket, _sre, _ssl, _stackless, _warnings, _weakref, _winreg, array, binascii, bz2, cStringIO, clr, cmath, cpyext, crypt, errno, exceptions, fcntl, gc, imp, itertools, marshal, math, micronumpy, mmap, operator, oracle, parser, posix, pyexpat, pypyjit, rbench, rctime, select, signal, struct, symbol, sys, termios, thread, time, token, unicodedata, zipimport, zlib``
 
 Supported, but written in pure-python:
 
@@ -22,7 +22,7 @@
 
 Supported, but written in pure-python:
 
-* ``binascii cPickle cmath collections ctypes datetime functools grp pwd sqlite3 syslog``
+* ``cPickle, _csv, ctypes, datetime, dbm, _functools, grp, pwd, readline, resource, sqlite3, syslog, tputil``
 
 All modules that are pure python in CPython of course work.