| Commit message (Expand) | Author | Age | Files | Lines |
* | backport rpython changes from py3.6 | Matti Picus | 2020-10-15 | 1 | -2/+6 |
* | revert be9ad752d782, set MACOSX_DEPLOYMENT_TARGET in sysconfig to fix issue 3311 | Matti Picus | 2020-09-29 | 1 | -1/+0 |
* | issue3312: some limited support for longdouble constants | Armin Rigo | 2020-09-28 | 2 | -1/+11 |
* | typo | Matti Picus | 2020-09-27 | 1 | -1/+1 |
* | try to add a flag to support MacOS<=10.13 | Matti Picus | 2020-09-27 | 1 | -1/+4 |
* | darwin: don't define _POSIX_C_SOURCE, as it hides e.g. getpagesize() | Dan Villiom Podlaski Christiansen | 2020-09-17 | 1 | -3/+6 |
* | use win32_14x or win64_14x branch name for exernals | Matti Picus | 2020-09-13 | 1 | -2/+6 |
* | Respect system PKG_CONFIG environment variable | Unknown | 2020-09-08 | 1 | -1/+2 |
* | typo | Matti Picus | 2020-08-30 | 1 | -1/+1 |
* | make stack 3MB on windows | Matti Picus | 2020-08-30 | 1 | -1/+2 |
* | Use "JITLOG" in programs translated with rpython/bin/rpython, | Armin Rigo | 2020-08-23 | 2 | -0/+4 |
* | partial fix: turn a crash into an error on win32 | Matti Picus | 2020-08-21 | 1 | -0/+6 |
* | backout 690ed94d970b and do PYPY_INHIBIT_TAIL_CALL for MSVC properly | Matti Picus | 2020-08-03 | 2 | -4/+2 |
* | /O2 or /Ox on MSVC does tail call optimization | Matti Picus | 2020-08-03 | 1 | -0/+4 |
* | initialize value | Matti Picus | 2020-07-31 | 1 | -1/+1 |
* | tweak c4f64ef3a071 (version is shown on stdout when running tests) | Matti Picus | 2020-07-30 | 1 | -0/+1 |
* | let the signal handler set a windows event, like it does in CPython 3.6 | Armin Rigo | 2020-07-30 | 1 | -0/+10 |
* | get rid of the pre-version-80 support. It was buggy because it expected outp... | Armin Rigo | 2020-07-30 | 1 | -29/+7 |
* | update libffi_msvc by copying the fixes done in cffi | Armin Rigo | 2020-07-29 | 4 | -182/+100 |
* | missing includes for getsockopt() and send() | Armin Rigo | 2020-07-27 | 1 | -0/+2 |
* | add /FS to enable JOM.exe to run compilation on all cores, fix typo | Matti Picus | 2020-07-24 | 1 | -2/+2 |
* | initialize lock timeout on windows if timeout is infinite | nulano | 2020-07-24 | 1 | -1/+1 |
* | fix | Armin Rigo | 2020-07-21 | 1 | -0/+1 |
* | missing include | Armin Rigo | 2020-07-21 | 1 | -0/+1 |
* | add a win64 comment here | Armin Rigo | 2020-07-21 | 1 | -1/+8 |
* | Revert the direction in which I was taking this, and instead just check | Armin Rigo | 2020-07-21 | 2 | -2/+15 |
* | #3220 in-progress | Armin Rigo | 2020-07-21 | 2 | -9/+13 |
* | fix | Armin Rigo | 2020-06-29 | 1 | -4/+4 |
* | Trying to check errors in the locking functions on Windows | Armin Rigo | 2020-06-29 | 1 | -15/+35 |
* | add -headerpad_max_install_names for macos | Matti Picus | 2020-06-02 | 1 | -1/+3 |
* | Avoid obsolete syntax for raise | Ronan Lamy | 2020-04-22 | 1 | -1/+1 |
* | Use py3-style names for function attributes | Ronan Lamy | 2020-04-22 | 7 | -8/+8 |
* | Modernize exec syntax in rpython/ | Ronan Lamy | 2020-04-18 | 4 | -4/+4 |
* | merge default into branch | Matti Picus | 2020-03-18 | 1 | -2/+6 |
|\ |
|
| * | prefer modern MSVC over visual 9 to build, even on python2 | Matti Picus | 2020-03-18 | 1 | -4/+1 |
| * | update setuptools.msvc vendored copy to find msvc 2019 | Matti Picus | 2020-03-18 | 1 | -1/+5 |
* | | redefining "inline" on MSVC emits a warning, use INLINE instead | Matti Picus | 2020-03-17 | 3 | -18/+22 |
* | | use msvc14 for building by default on win32, even for python2.7 | Matti Picus | 2020-03-17 | 1 | -3/+0 |
|/ |
|
* | (antocuni, arigo): add a passing test which we needed to convince ourselves t... | Antonio Cuni | 2019-11-18 | 1 | -0/+23 |
* | Kill cpyext_glob_tid_ptr from cpyext | Armin Rigo | 2020-03-06 | 1 | -0/+7 |
* | hg merge rgil-track-thread | Armin Rigo | 2020-03-05 | 9 | -73/+156 |
|\ |
|
| * | (antocuni, arigo): yet another try at fixing all the places which could try t... | Antonio Cuni | 2020-03-04 | 2 | -4/+1 |
| * | (antocuni, arigo, hodgestar around) blindly try to implement pypy_compare_and... | Antonio Cuni | 2020-03-03 | 1 | -0/+3 |
| * | re-add the call to RPython_ThreadLocals_ProgramInit in RPython_StartupCode();... | Antonio Cuni | 2020-03-03 | 2 | -0/+9 |
| * | (antocuni around, arigo) Shuffle shuffle shuffle fix? | Armin Rigo | 2020-03-03 | 4 | -12/+12 |
| * | fix fix fix | Armin Rigo | 2020-03-01 | 2 | -2/+6 |
| * | (antocuni, arigo) | Armin Rigo | 2020-03-01 | 5 | -39/+44 |
| * | (antocuni, arigo) fix test (but more work needed, it's not ready) | Armin Rigo | 2020-03-01 | 2 | -1/+2 |
| * | (arigo, antocuni) WIP | Antonio Cuni | 2020-03-01 | 4 | -23/+37 |
| * | (antocuni, arigo): WIP write a test and start to implement the plan which was... | Antonio Cuni | 2020-03-01 | 1 | -1/+11 |