aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* backport rpython changes from py3.6Matti Picus2020-10-151-2/+6
* revert be9ad752d782, set MACOSX_DEPLOYMENT_TARGET in sysconfig to fix issue 3311Matti Picus2020-09-291-1/+0
* issue3312: some limited support for longdouble constantsArmin Rigo2020-09-282-1/+11
* typoMatti Picus2020-09-271-1/+1
* try to add a flag to support MacOS<=10.13Matti Picus2020-09-271-1/+4
* darwin: don't define _POSIX_C_SOURCE, as it hides e.g. getpagesize()Dan Villiom Podlaski Christiansen2020-09-171-3/+6
* use win32_14x or win64_14x branch name for exernalsMatti Picus2020-09-131-2/+6
* Respect system PKG_CONFIG environment variableUnknown2020-09-081-1/+2
* typoMatti Picus2020-08-301-1/+1
* make stack 3MB on windowsMatti Picus2020-08-301-1/+2
* Use "JITLOG" in programs translated with rpython/bin/rpython,Armin Rigo2020-08-232-0/+4
* partial fix: turn a crash into an error on win32Matti Picus2020-08-211-0/+6
* backout 690ed94d970b and do PYPY_INHIBIT_TAIL_CALL for MSVC properlyMatti Picus2020-08-032-4/+2
* /O2 or /Ox on MSVC does tail call optimizationMatti Picus2020-08-031-0/+4
* initialize valueMatti Picus2020-07-311-1/+1
* tweak c4f64ef3a071 (version is shown on stdout when running tests)Matti Picus2020-07-301-0/+1
* let the signal handler set a windows event, like it does in CPython 3.6Armin Rigo2020-07-301-0/+10
* get rid of the pre-version-80 support. It was buggy because it expected outp...Armin Rigo2020-07-301-29/+7
* update libffi_msvc by copying the fixes done in cffiArmin Rigo2020-07-294-182/+100
* missing includes for getsockopt() and send()Armin Rigo2020-07-271-0/+2
* add /FS to enable JOM.exe to run compilation on all cores, fix typoMatti Picus2020-07-241-2/+2
* initialize lock timeout on windows if timeout is infinitenulano2020-07-241-1/+1
* fixArmin Rigo2020-07-211-0/+1
* missing includeArmin Rigo2020-07-211-0/+1
* add a win64 comment hereArmin Rigo2020-07-211-1/+8
* Revert the direction in which I was taking this, and instead just checkArmin Rigo2020-07-212-2/+15
* #3220 in-progressArmin Rigo2020-07-212-9/+13
* fixArmin Rigo2020-06-291-4/+4
* Trying to check errors in the locking functions on WindowsArmin Rigo2020-06-291-15/+35
* add -headerpad_max_install_names for macosMatti Picus2020-06-021-1/+3
* Avoid obsolete syntax for raiseRonan Lamy2020-04-221-1/+1
* Use py3-style names for function attributesRonan Lamy2020-04-227-8/+8
* Modernize exec syntax in rpython/Ronan Lamy2020-04-184-4/+4
* merge default into branchMatti Picus2020-03-181-2/+6
|\
| * prefer modern MSVC over visual 9 to build, even on python2Matti Picus2020-03-181-4/+1
| * update setuptools.msvc vendored copy to find msvc 2019Matti Picus2020-03-181-1/+5
* | redefining "inline" on MSVC emits a warning, use INLINE insteadMatti Picus2020-03-173-18/+22
* | use msvc14 for building by default on win32, even for python2.7Matti Picus2020-03-171-3/+0
|/
* (antocuni, arigo): add a passing test which we needed to convince ourselves t...Antonio Cuni2019-11-181-0/+23
* Kill cpyext_glob_tid_ptr from cpyextArmin Rigo2020-03-061-0/+7
* hg merge rgil-track-threadArmin Rigo2020-03-059-73/+156
|\
| * (antocuni, arigo): yet another try at fixing all the places which could try t...Antonio Cuni2020-03-042-4/+1
| * (antocuni, arigo, hodgestar around) blindly try to implement pypy_compare_and...Antonio Cuni2020-03-031-0/+3
| * re-add the call to RPython_ThreadLocals_ProgramInit in RPython_StartupCode();...Antonio Cuni2020-03-032-0/+9
| * (antocuni around, arigo) Shuffle shuffle shuffle fix?Armin Rigo2020-03-034-12/+12
| * fix fix fixArmin Rigo2020-03-012-2/+6
| * (antocuni, arigo)Armin Rigo2020-03-015-39/+44
| * (antocuni, arigo) fix test (but more work needed, it's not ready)Armin Rigo2020-03-012-1/+2
| * (arigo, antocuni) WIPAntonio Cuni2020-03-014-23/+37
| * (antocuni, arigo): WIP write a test and start to implement the plan which was...Antonio Cuni2020-03-011-1/+11