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
ca9b84bc
Commit
ca9b84bc
authored
14 years ago
by
Maciej Fijalkowski
Browse files
Options
Downloads
Patches
Plain Diff
* Update compat.txt
* Move _config.yaml to newer yatiblog.conf
parent
afbc50a4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
compat.html
+3
-0
3 additions, 0 deletions
compat.html
source/compat.txt
+6
-0
6 additions, 0 deletions
source/compat.txt
source/yatiblog.conf
+0
-0
0 additions, 0 deletions
source/yatiblog.conf
with
9 additions
and
0 deletions
compat.html
+
3
−
0
View file @
ca9b84bc
...
...
@@ -53,6 +53,9 @@
of the commonly used Python
<a
class=
"reference external"
href=
"http://docs.python.org/library/"
>
standard library modules
</a>
; details below.
</p>
<p>
PyPy does not support the
<a
class=
"reference external"
href=
"http://docs.python.org/c-api/"
>
CPython C API
</a>
, which means that third party
libraries for python, written in C, will not work.
</p>
<p
class=
"download-menu"
><em>
Note
</em>
: PyPy trunk has
<em>
experimental
</em>
support for CPython extension modules
in the trunk, however it was not released yet so downloads below won't have
it.
</p>
<p>
Standard library modules supported by PyPy, in alphabetical order:
</p>
<ul
class=
"simple"
>
<li><tt
class=
"docutils literal"
><span
class=
"pre"
>
__builtin__
</span>
<span
class=
"pre"
>
__pypy__
</span>
<span
class=
"pre"
>
_codecs
</span>
<span
class=
"pre"
>
_lsprof
</span>
<span
class=
"pre"
>
_minimal_curses
</span>
<span
class=
"pre"
>
_random
</span>
<span
class=
"pre"
>
_rawffi
</span>
<span
class=
"pre"
>
_socket
</span>
<span
class=
"pre"
>
_sre
</span>
<span
class=
"pre"
>
_weakref
</span>
<span
class=
"pre"
>
bz2
</span>
<span
class=
"pre"
>
cStringIO
</span>
<span
class=
"pre"
>
crypt
</span>
<span
class=
"pre"
>
errno
</span>
<span
class=
"pre"
>
exceptions
</span>
<span
class=
"pre"
>
fcntl
</span>
<span
class=
"pre"
>
gc
</span>
<span
class=
"pre"
>
itertools
</span>
<span
class=
"pre"
>
marshal
</span>
<span
class=
"pre"
>
math
</span>
<span
class=
"pre"
>
md5
</span>
<span
class=
"pre"
>
mmap
</span>
<span
class=
"pre"
>
operator
</span>
<span
class=
"pre"
>
parser
</span>
<span
class=
"pre"
>
posix
</span>
<span
class=
"pre"
>
pyexpat
</span>
<span
class=
"pre"
>
select
</span>
<span
class=
"pre"
>
sha
</span>
<span
class=
"pre"
>
signal
</span>
<span
class=
"pre"
>
struct
</span>
<span
class=
"pre"
>
symbol
</span>
<span
class=
"pre"
>
sys
</span>
<span
class=
"pre"
>
termios
</span>
<span
class=
"pre"
>
thread
</span>
<span
class=
"pre"
>
time
</span>
<span
class=
"pre"
>
token
</span>
<span
class=
"pre"
>
unicodedata
</span>
<span
class=
"pre"
>
zipimport
</span>
<span
class=
"pre"
>
zlib
</span></tt></li>
...
...
This diff is collapsed.
Click to expand it.
source/compat.txt
+
6
−
0
View file @
ca9b84bc
...
...
@@ -11,6 +11,12 @@
PyPy does not support the `CPython C API`_, which means that third party
libraries for python, written in C, will not work.
.. class:: download_menu
*Note*: PyPy trunk has *experimental* support for CPython extension modules
in the trunk, however it was not released yet so downloads below won't have
it.
Standard library modules supported by PyPy, in alphabetical order:
* ``__builtin__ __pypy__ _codecs _lsprof _minimal_curses _random _rawffi _socket _sre _weakref bz2 cStringIO 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``
...
...
This diff is collapsed.
Click to expand it.
source/
_config.yml
→
source/
yatiblog.conf
+
0
−
0
View file @
ca9b84bc
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