Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pypy.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PyPy
pypy.org
Commits
b6803529
Commit
b6803529
authored
13 years ago
by
Antonio Cuni
Browse files
Options
Downloads
Patches
Plain Diff
update the list of supported modules
parent
75adcfc9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
compat.html
+2
-2
2 additions, 2 deletions
compat.html
source/compat.txt
+2
-2
2 additions, 2 deletions
source/compat.txt
with
4 additions
and
4 deletions
compat.html
+
2
−
2
View file @
b6803529
...
...
@@ -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 _s
sl
_socket _sre
_weakref array
bz2 cStringIO cpyext crypt errno exceptions fcntl
gc
itertools marshal math m
d5
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
,
_s
ha,
_socket
,
_sre
, _ssl, _stackless, _warnings, _weakref, _winreg, array, binascii,
bz2
,
cStringIO
, clr, cmath,
cpyext
,
crypt
,
errno
,
exceptions
,
fcntl
, gc, imp,
itertools
,
marshal
,
math
,
m
icronumpy,
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>
...
...
This diff is collapsed.
Click to expand it.
source/compat.txt
+
2
−
2
View file @
b6803529
...
...
@@ -18,7 +18,7 @@
Standard library modules supported by PyPy, in alphabetical order:
* ``__builtin__ __pypy__ _ast _bisect _codecs _lsprof _minimal_curses _random _rawffi _s
sl
_socket _sre
_weakref array
bz2 cStringIO cpyext crypt errno exceptions fcntl
gc itertools marshal math m
d5
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
,
_s
ha,
_socket
,
_sre
, _ssl, _stackless, _warnings, _weakref, _winreg, array, binascii,
bz2
,
cStringIO
, clr, cmath,
cpyext
,
crypt
,
errno
,
exceptions
,
fcntl
,
gc
, imp,
itertools
,
marshal
,
math
,
m
icronumpy,
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment