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
30d1deff77fe
Commit
30d1deff77fe
authored
5 years ago
by
Armin Rigo
Browse files
Options
Downloads
Patches
Plain Diff
Fix a couple of links
parent
de90045ba162
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
download.html
+3
-4
3 additions, 4 deletions
download.html
source/download.txt
+3
-4
3 additions, 4 deletions
source/download.txt
with
6 additions
and
8 deletions
download.html
+
3
−
4
View file @
30d1deff
...
...
@@ -188,7 +188,7 @@
release is too old for what you want to do. There are versions for
different libc on this site too.
</li>
<li>
Reverse debugger: This version enables debugging your Python
programs by going forward and backward in time. See the
<a
class=
"reference external"
href=
"https://
bitbucket.org
/pypy/revdb/"
>
RevDB
programs by going forward and backward in time. See the
<a
class=
"reference external"
href=
"https://
foss.heptapod.net
/pypy/revdb/"
>
RevDB
documentation
</a>
.
</li>
</ul>
<ul
class=
"simple"
>
...
...
@@ -229,6 +229,5 @@
<ol
class=
"arabic"
>
<li><p
class=
"first"
>
Get the source code. The preferred way is to checkout the current
trunk using
<a
class=
"reference external"
href=
"https://www.mercurial-scm.org/"
>
Mercurial
</a>
. The trunk usually works and is of course
more up-to-date. The following command should run in about 7 minutes
nowadays if you have hg
>
= 3.7 (it is much slower with older versions):
</p>
more up-to-date:
</p>
<pre
class=
"literal-block"
>
...
...
@@ -234,5 +233,5 @@
<pre
class=
"literal-block"
>
hg clone https://
bitbucket.org
/pypy/pypy
hg clone https://
foss.heptapod.net
/pypy/pypy
/
</pre>
<p>
The trunk contains PyPy 2. For PyPy 3, switch to the correct branch:
</p>
<pre
class=
"literal-block"
>
...
...
This diff is collapsed.
Click to expand it.
source/download.txt
+
3
−
4
View file @
30d1deff
...
...
@@ -212,7 +212,7 @@
programs by going forward and backward in time. See the `RevDB
documentation`__.
.. __: https://
bitbucket.org
/pypy/revdb/
.. __: https://
foss.heptapod.net
/pypy/revdb/
* Old-style sandboxing: A special safe version.
*This is NOT the version announced in-development during 2019!*
...
...
@@ -266,6 +266,5 @@
1. Get the source code. The preferred way is to checkout the current
trunk using Mercurial_. The trunk usually works and is of course
more up-to-date. The following command should run in about 7 minutes
nowadays if you have hg >= 3.7 (it is much slower with older versions)::
more up-to-date::
...
...
@@ -271,5 +270,5 @@
hg clone https://
bitbucket.org
/pypy/pypy
hg clone https://
foss.heptapod.net
/pypy/pypy
/
The trunk contains PyPy 2. For PyPy 3, switch to the correct branch::
...
...
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