GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpython
/
translator
Commit message (
Expand
)
Author
Age
Files
Lines
*
remerge fixes from rpython-never-allocate
Matti Picus
2021-01-28
2
-8
/
+8
|
\
|
*
unify 'hints' and '_hints' to '_hints'
Matti Picus
2021-01-28
2
-8
/
+8
*
|
more lceanly work around limitations of jom.exe (a nmake replacement that kno...
Matti Picus
2020-12-25
2
-16
/
+30
*
|
work around problem with jom.exe in this test
Matti Picus
2020-12-25
1
-0
/
+2
*
|
test, cleanup manifest embedding for vs2008+; add option for adding a manifest
Matti Picus
2020-12-24
4
-34
/
+185
*
|
Patch from issue #3227, modernized to use the existing bitflags: PYPYSIG_NO_W...
Armin Rigo
2020-12-22
1
-1
/
+3
*
|
make stack bigger when creating pypy.exe directly from C
Matti Picus
2020-12-03
1
-3
/
+3
*
|
Merge the rpython-error_value branch.
Antonio Cuni
2020-12-02
2
-28
/
+104
|
\
\
|
*
|
fix test_enforce_llhelper_error_value_in_case_of_nested_exception by disablin...
Antonio Cuni
2020-11-30
2
-7
/
+10
|
*
|
merge heads
Antonio Cuni
2020-11-30
1
-1
/
+1
|
|
\
\
|
|
*
|
temporary checkin to see whether disabling this breaks any test
Antonio Cuni
2020-11-30
1
-1
/
+1
|
*
|
|
Refactor&simplify the approach:
Antonio Cuni
2020-11-30
2
-128
/
+50
|
|
/
/
|
*
|
WIP: require the user to explicitly define which error_value to use when usin...
Antonio Cuni
2020-11-21
1
-23
/
+86
|
*
|
implement @ll_error_value and add a couple of test to ensure that it works co...
Antonio Cuni
2020-11-18
2
-7
/
+63
|
*
|
add a test which checks that in case of exception the function returns a spec...
Antonio Cuni
2020-11-18
2
-9
/
+41
*
|
|
merge default into branch
Matti Picus
2020-10-15
1
-2
/
+6
|
\
|
|
|
*
|
backport rpython changes from py3.6
Matti Picus
2020-10-15
1
-2
/
+6
|
|
/
*
|
fix FFI_TYPE_LONGDOUBLE on win64
nulano
2020-10-11
2
-1
/
+3
*
|
merge default into branch
Matti Picus
2020-10-05
9
-9
/
+40
|
\
|
|
*
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
*
|
always use win64_14x externals branch
nulano
2020-08-31
1
-1
/
+1
*
|
fix long vs Signed in instrument.c
nulano
2020-08-17
3
-4
/
+7
*
|
fix long vs Signed error in stacklet.c
nulano
2020-08-17
1
-5
/
+5
*
|
change some longs to Signeds in c sources; these should not matter, but avoid...
nulano
2020-08-17
4
-7
/
+8
*
|
fix: otherwise, the variable is only 4 bytes but the JIT writes to it as if i...
Armin Rigo
2020-08-17
1
-1
/
+1
*
|
win64 MSVC doesn't support __asm
nulano
2020-08-10
1
-1
/
+1
*
|
Merge default
nulano
2020-08-10
3
-29
/
+20
|
\
|
|
*
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
*
|
proper fix for windows running rpython\translator\c\test\test_standalone.py::...
nulano
2020-07-31
1
-4
/
+6
*
|
Merge default
nulano
2020-07-30
5
-186
/
+81
|
\
|
|
*
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
*
|
Merge default
nulano
2020-07-24
2
-9
/
+35
|
\
|
|
*
initialize lock timeout on windows if timeout is infinite
nulano
2020-07-24
1
-1
/
+1
[next]