Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove objspace.usepycfiles option. | Manuel Jacob | 2016-02-25 | 1 | -1/+0 |
| | | | | | | | This option was needed for the sandbox feature, where it might not be allowed to write to the file system. Nowadays Python has a sys.dont_write_bytecode flag, which can be used for that. By default, this flags is `False`, unless when the sandbox feature is enabled; in this case it's set to `True`. | ||||
* | Windows: add a translation config to give the name of the .lib file. | Armin Rigo | 2016-02-15 | 1 | -0/+3 |
| | | | | | | Use it to change "libpypy-c.lib" into "..\..\libs\python27.lib". Other related fixes to package and use the result. (thanks matti for starting) | ||||
* | revert some changes, and roughly finish the logic. Need to think about how ↵ | Armin Rigo | 2015-12-30 | 1 | -2/+103 |
| | | | | to test that | ||||
* | fixes fixes | Armin Rigo | 2015-12-06 | 1 | -3/+1 |
| | |||||
* | hg merge default | Armin Rigo | 2015-12-06 | 1 | -3/+4 |
|\ | |||||
| * | Found an issue with entrypoint.entrypoint(): it is always buggy, | Armin Rigo | 2015-12-06 | 1 | -16/+8 |
| | | | | | | | | | | | | because it doesn't acquire the GIL but still does racy things. Fix it, and rename it for reasons of no backward compatibility (see docs in the exception message for entrypoint()) | ||||
| * | Make build_cffi_imports hack work with other backends than GenC. | Manuel Jacob | 2015-11-20 | 1 | -3/+4 |
| | | |||||
* | | in-progress: trying to come up with a simpler API for embedding, | Armin Rigo | 2015-12-06 | 1 | -110/+2 |
|/ | | | | which can be used directly in _cffi_backend too | ||||
* | reenable jit hooks and pass all the untranslated tests | Maciej Fijalkowski | 2015-09-20 | 1 | -2/+1 |
| | |||||
* | a bit untested but try to expose minimal thing | Maciej Fijalkowski | 2015-09-14 | 1 | -1/+2 |
| | |||||
* | merge default | Maciej Fijalkowski | 2015-08-28 | 1 | -22/+64 |
|\ | |||||
| * | Issue #2114: get a new globals dictionary for every call to ↵ | Armin Rigo | 2015-08-14 | 1 | -18/+16 |
| | | | | | | | | pypy_execute_source_ptr. Expand the documentation to point out the drawback of calling pypy_execute_source_ptr many times. | ||||
| * | Only do the final "Create cffi bindings for modules" step if the | Armin Rigo | 2015-07-09 | 1 | -2/+5 |
| | | | | | | | | | | _cffi_backend module is enabled. It is not, for example, with --sandbox translations, which hang when used in this way. | ||||
| * | error message, update whatsnew | mattip | 2015-06-23 | 1 | -0/+1 |
| | | |||||
| * | create_cffi_import_libraries does not raise rather indicates which imports ↵ | mattip | 2015-06-22 | 1 | -5/+3 |
| | | | | | | | | failed | ||||
| * | add try/except (arigato) | mattip | 2015-06-21 | 1 | -2/+5 |
| | | |||||
| * | merge default into branch | mattip | 2015-06-19 | 1 | -3/+6 |
| |\ | |||||
| | * | Don't give "libpypy-c.so" in the example programs, as this seems to | Armin Rigo | 2015-06-18 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | confuse people into thinking they only need to have the "libpypy-c.so" somewhere. Fix pypy_setup_home("xx") to also accept as "xx" the path of the root directory of pypy directly; currently it has to be anything strictly inside it. | ||||
| * | | remove debug cruft | mattip | 2015-06-16 | 1 | -2/+3 |
| | | | |||||
| * | | refactor create_cffi_import_libraries() | mattip | 2015-06-15 | 1 | -43/+17 |
| | | | |||||
| * | | start to add a build task to create cffi_imports | mattip | 2015-06-12 | 1 | -1/+62 |
| |/ | |||||
* | | merge default | Carl Friedrich Bolz | 2015-06-18 | 4 | -47/+8 |
|\| | |||||
| * | From this last-level helper, don't propagate further OSErrors | Armin Rigo | 2015-06-07 | 1 | -1/+4 |
| | | |||||
| * | we no longer need it | Maciej Fijalkowski | 2015-05-28 | 1 | -2/+0 |
| | | |||||
| * | do it yet differently | Maciej Fijalkowski | 2015-05-28 | 1 | -0/+2 |
| | | |||||
| * | Add pypy.ico from Eun Che on pypy-dev | Armin Rigo | 2015-05-04 | 2 | -0/+1 |
| | | |||||
| * | skip test_zjit pending moving the tests to test_micronumpy in test_pypy_c | mattip | 2015-04-22 | 1 | -43/+0 |
| | | |||||
| * | Kill unused attribute PyPyAnnotatorPolicy.single_space | Ronan Lamy | 2015-03-27 | 1 | -2/+2 |
| | | |||||
| * | extract libpypy-c.so too now that it's needed | Antonio Cuni | 2015-03-17 | 1 | -1/+1 |
| | | |||||
* | | disable it better | Maciej Fijalkowski | 2015-06-03 | 1 | -2/+2 |
|/ | |||||
* | issue #1991: fixed by removing sys.executable from the list of | Armin Rigo | 2015-02-25 | 1 | -0/+3 |
| | | | | | prebuilt attributes. Related fixes of other places that would end up with sys.executable == 'py.py'. | ||||
* | Yet another attempt to fix issue 1971. | Armin Rigo | 2015-02-06 | 1 | -0/+5 |
| | |||||
* | - fix the mismatch between "int" and "long" return types for | Armin Rigo | 2015-01-14 | 1 | -3/+3 |
| | | | | | | | pypy_setup_home() - fix the docs to say that calling pypy_setup_home() is not optional (we get a segfault if we don't call it) | ||||
* | Make this default on all platforms | Maciej Fijalkowski | 2014-12-31 | 1 | -2/+1 |
| | |||||
* | hg merge default | Manuel Jacob | 2014-10-25 | 1 | -1/+2 |
|\ | |||||
| * | enough to make the translation work | Maciej Fijalkowski | 2014-10-23 | 1 | -1/+2 |
| | | |||||
* | | hg merge remove-remaining-smm | Manuel Jacob | 2014-10-21 | 1 | -9/+4 |
|\| | |||||
| * | disable shared-by default on OS X for now, before we figure out how to do it | Maciej Fijalkowski | 2014-10-20 | 1 | -1/+2 |
| | | |||||
| * | disable shared by default and suggest it from pypy instead | Maciej Fijalkowski | 2014-10-15 | 1 | -0/+1 |
| | | |||||
| * | Kill a random indirection: space.startup() must now be called first, | Armin Rigo | 2014-06-23 | 1 | -9/+2 |
| | | | | | | | | before space.call_function(). | ||||
* | | hg merge remove-remaining-smm | Manuel Jacob | 2014-03-13 | 1 | -9/+25 |
|\| | |||||
| * | Return -1 on failure (as opposed to just 1) | Maciej Fijalkowski | 2014-02-28 | 1 | -2/+2 |
| | | |||||
| * | Implement another hack | Maciej Fijalkowski | 2014-02-28 | 1 | -0/+14 |
| | | |||||
| * | fix those things (maybe?) | Maciej Fijalkowski | 2014-02-27 | 1 | -3/+1 |
| | | |||||
| * | Fix: we need to check for NULL-ness before calling the aroundstate functions | Armin Rigo | 2014-02-27 | 1 | -4/+8 |
| | | |||||
* | | hg merge remove-remaining-smm | Manuel Jacob | 2014-02-27 | 1 | -0/+5 |
|\| | |||||
| * | improve the embedding interface a little | Maciej Fijalkowski | 2014-02-26 | 1 | -0/+3 |
| | | |||||
| * | (arigo, fijal) add GIL handling around pypy_execute_source | Maciej Fijalkowski | 2014-02-26 | 1 | -0/+2 |
| | | |||||
* | | Remove multimethod option and references to pypy.objspace.std.multimethod. | Manuel Jacob | 2014-02-25 | 1 | -17/+0 |
|/ | |||||
* | Use "int" instead of "Signed" in these functions meant to be called from | Armin Rigo | 2014-02-12 | 1 | -2/+4 |
| | | | | C code. |