| Commit message (Expand) | Author | Age | Files | Lines |
* | change all http to https, fix some broken links | Matti Picus | 2020-09-06 | 1 | -9/+12 |
* | move lib_pypy/tools -> lib_pypy/pypy_tools: otherwise"tools" appears on the s... | Matti Picus | 2020-07-27 | 1 | -1/+1 |
* | Replaced bad link to getting-started-dev.html with contributing.html. | shaolo1 | 2020-06-11 | 1 | -1/+1 |
* | best practices is to use '-mpip' not 'pip' directly. also update release note. | Matti Picus | 2020-03-06 | 1 | -1/+1 |
* | start to migrate documentation to foss.heptapod.net and document new workflow | Matti Picus | 2020-02-11 | 1 | -1/+1 |
* | move build_cffi_imports | Matti Picus | 2019-12-24 | 1 | -1/+1 |
* | adjust documentation for cffi _hashlib, _ssl | Matti Picus | 2019-12-02 | 1 | -13/+7 |
* | tweak build documentation | Matti Picus | 2019-11-29 | 1 | -5/+2 |
* | Issue #2945 | Armin Rigo | 2019-01-31 | 1 | -1/+1 |
* | rephrase | Matti Picus | 2019-01-31 | 1 | -5/+6 |
* | fix many broken links, checked with "sphinx-build -n -b linkcheck" | Matti Picus | 2018-05-09 | 1 | -2/+2 |
* | Fix Sphinx build warnings. | Manuel Jacob | 2017-12-10 | 1 | -1/+1 |
* | Merged in cjrh/pypy/docs-osx-brew-openssl (pull request #572) | Armin Rigo | 2017-10-08 | 1 | -7/+18 |
|\ |
|
| * | DOC: For translation on MacOS, get OpenSSL from Homebrew and set env var. | Caleb Hattingh | 2017-10-08 | 1 | -7/+18 |
* | | Issue #2676 | Armin Rigo | 2017-10-08 | 1 | -2/+2 |
|/ |
|
* | PR #565, originally by splasky | Armin Rigo | 2017-09-02 | 1 | -2/+9 |
* | clean build warnings, expand building section | Matti Picus | 2017-08-01 | 1 | -15/+48 |
* | improve cross-referencing in documentation | Matti Picus | 2017-08-01 | 1 | -0/+12 |
* | Name "Ubuntu" in addition to "Debian" | Armin Rigo | 2017-06-13 | 1 | -1/+2 |
* | This package is needed on Ubuntu for PyPy3 | Armin Rigo | 2017-06-13 | 1 | -2/+3 |
* | copy packaging explaination from www.pypy.org to documentation | Matti Picus | 2017-06-07 | 1 | -0/+23 |
* | Partial back-out of changeset 4b63e7093115 | Armin Rigo | 2017-04-05 | 1 | -0/+0 |
* | conditionally call vmp_native_enable/disable (only if platform supports it), ... | Richard Plangger | 2017-04-03 | 1 | -0/+0 |
* | merge vmprof-native, I thought I have already done that before | Richard Plangger | 2017-03-29 | 1 | -0/+3 |
|\ |
|
| * | merge default | Richard Plangger | 2017-03-22 | 1 | -4/+4 |
| |\ |
|
| * | | revert the changes done to rpython/jit/* to support _U_dyn_register and _U_dy... | Richard Plangger | 2017-03-15 | 1 | -1/+1 |
| * | | merge default | Richard Plangger | 2017-03-14 | 1 | -7/+6 |
| |\ \ |
|
| * | | | revert that check, does not work for tests | Richard Plangger | 2017-02-09 | 1 | -0/+3 |
* | | | | Fix docs (thanks 'and2' on irc) | Armin Rigo | 2017-03-28 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | extend b7089fe8b581 to other platforms | Matti Picus | 2017-03-21 | 1 | -3/+3 |
* | | | add python-cffi to the list of debian packages | Carl Friedrich Bolz | 2017-03-21 | 1 | -1/+1 |
| |/
|/| |
|
* | | Build docs: fix fedora dependencies installation snippet. | Robert Zaremba | 2017-02-26 | 1 | -6/+4 |
* | | fix command (thanks jason on irc) | Armin Rigo | 2017-02-15 | 1 | -1/+2 |
|/ |
|
* | document cffi as a build-time requirement | Ronan Lamy | 2017-01-30 | 1 | -0/+3 |
* | Build instructions: move PyPy3 deps into the copy-pasteable install command. | Devin Jeanpierre | 2016-07-23 | 1 | -9/+6 |
* | tweak documentation for lzma, and add a mention of libgc | Matti Picus | 2016-05-28 | 1 | -4/+6 |
* | added Debian equivalent packages for Fedora | Vasantha Ganesh K | 2016-04-25 | 1 | -2/+2 |
* | changed spelling of Fedora, changed yum to dnf | Vasantha Ganesh K | 2016-04-25 | 1 | -2/+2 |
* | list libgc-dev (it used to be listed somewhere, but was forgotten) | Armin Rigo | 2016-04-21 | 1 | -1/+1 |
* | tweaks in list of packages | Armin Rigo | 2015-12-11 | 1 | -9/+19 |
* | Fix one issue reported by issue #2177: if you run "rpython" while not in | Armin Rigo | 2015-12-11 | 1 | -2/+4 |
* | document and add building cffi import libraries to the (unused) Makefile | mattip | 2015-12-06 | 1 | -2/+9 |
* | I need this library to build on Ubuntu 14 | Tobias Diaz | 2015-11-05 | 1 | -1/+4 |
* | Add a "Packaging" section and mention it's needed to run it | Armin Rigo | 2015-04-01 | 1 | -0/+20 |
* | fix arm cross-compile documentation for rpython/pypy split (Samureus) | mattip | 2015-02-12 | 1 | -1/+5 |
* | add windows link | mattip | 2015-01-17 | 1 | -0/+5 |
* | Mention "python .../bin/rpython" in addition to the default "pypy". | Armin Rigo | 2014-10-25 | 1 | -0/+3 |
* | Remove 'Where to go from here' section from build.rst. | Manuel Jacob | 2014-10-22 | 1 | -25/+0 |
* | Move these paragraphs up. | Manuel Jacob | 2014-09-15 | 1 | -10/+10 |
* | Change wording a bit for style and consistency. | Manuel Jacob | 2014-09-15 | 1 | -1/+1 |