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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remerge fixes from rpython-never-allocate
Matti Picus
2021-01-28
4
-12
/
+12
|
\
|
*
unify 'hints' and '_hints' to '_hints'
Matti Picus
2021-01-28
4
-12
/
+12
*
|
re-apply backed out changes from rpython-never-allocate
Matti Picus
2021-01-28
4
-3
/
+63
*
|
Backed out changes from rpython-never-allocate since it is not ready yet
Matti Picus
2021-01-22
4
-63
/
+3
*
|
Merge branch 'branch/rpython-never-allocate' into 'branch/default'
Antonio Cuni
2021-01-21
4
-3
/
+63
|
\
|
|
*
improve the test to check that if we constant-fold the MyClass malloc(), ever...
Antonio Cuni
2020-10-02
1
-6
/
+19
|
*
introduce a @never_allocate class decorator, which ensure that a certain RPyt...
Antonio Cuni
2020-10-02
4
-3
/
+50
*
|
fix a bug in the heapcache around nonstandard virtualizables (it doesn't occur
Carl Friedrich Bolz-Tereick
2021-01-18
3
-11
/
+21
*
|
add str2constcharp for tests
Matti Picus
2021-01-04
1
-0
/
+7
*
|
test, fix parsing "inf" and friends in PyOS_string_to_double (issue 3375)
Matti Picus
2021-01-03
1
-2
/
+2
*
|
happy new year
Matti Picus
2021-01-01
1
-3
/
+3
*
|
backport rpython changes from py3.7-winreg
Matti Picus
2020-12-25
1
-0
/
+1
*
|
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
*
|
add an option for 'manifest'
Matti Picus
2020-12-24
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
2
-1
/
+5
*
|
wchar_t is unsigned short on windows. This is important for surrogateescape
Matti Picus
2020-12-09
1
-0
/
+2
*
|
move "thread from "requires" to "suggested" for sandbox, compatibility with p...
Matti Picus
2020-12-06
1
-2
/
+3
*
|
Merge branch 'branch/add-rffi-constcharpsize2str' into 'branch/default'
Simon Cross
2020-12-04
2
-0
/
+27
|
\
\
|
*
|
Implement constcharpsize2str in rffi.
Simon Cross
2020-12-03
2
-0
/
+27
*
|
|
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
6
-50
/
+151
|
\
\
|
*
|
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
6
-162
/
+70
|
|
/
/
|
*
|
WIP: require the user to explicitly define which error_value to use when usin...
Antonio Cuni
2020-11-21
4
-32
/
+110
|
*
|
rename this test, else it's ungreppable
Antonio Cuni
2020-11-20
1
-1
/
+1
|
*
|
fix the case for exceptions raised by builtin ops
Antonio Cuni
2020-11-18
1
-2
/
+8
|
*
|
implement @ll_error_value and add a couple of test to ensure that it works co...
Antonio Cuni
2020-11-18
3
-7
/
+74
|
*
|
add a test which checks that in case of exception the function returns a spec...
Antonio Cuni
2020-11-18
3
-17
/
+56
*
|
|
backport changes from py3.7 to rpython
Matti Picus
2020-11-30
4
-1
/
+6
*
|
|
merge default into win64, tweak rpython/tool/cparser/cparser.py
Matti Picus
2020-11-29
20
-151
/
+2692
|
\
\
\
|
*
\
\
hg merge default
Ronan Lamy
2020-11-25
10
-150
/
+361
|
|
\
\
\
|
|
*
|
|
fix for a case where the difference shows up with recent unicode databases only
Armin Rigo
2020-11-24
2
-2
/
+8
|
|
*
|
|
fixes
Armin Rigo
2020-11-24
2
-3
/
+6
|
|
*
|
|
back-port the rpython bits of "py3.7-rsre"
Armin Rigo
2020-11-24
8
-129
/
+327
|
|
|
/
/
|
|
*
|
clarify CCHARP vs CWCHARP in rwinreg
Matti Picus
2020-11-15
1
-18
/
+22
|
*
|
|
hg merge default
Ronan Lamy
2020-11-12
11
-26
/
+186
|
|
\
|
|
|
|
*
|
Ensure compatibility of r_singlefloat/r_longfloat hashes with equality
Ronan Lamy
2020-11-02
1
-0
/
+6
|
|
*
|
typo in macro name
Matti Picus
2020-11-02
1
-1
/
+1
|
*
|
|
Make it possible to parse a header without configuring the types immediately
Ronan Lamy
2020-10-23
2
-5
/
+9
|
*
|
|
Raise meaningful error when trying to configure an undefined struct
Ronan Lamy
2020-10-23
2
-4
/
+4
|
*
|
|
Configure named structs, without requiring a spurious typedef
Ronan Lamy
2020-10-22
2
-1
/
+22
|
*
|
|
Move cpyext-specific test back to cpyext
Ronan Lamy
2020-10-22
1
-17
/
+0
|
*
|
|
Move cparser from cpyext to rpython.tool.cparser
Ronan Lamy
2020-10-22
8
-0
/
+2247
*
|
|
|
translating win64 on regular CPython is now an error; I think RPython is also...
nulano
2020-10-31
1
-0
/
+10
*
|
|
|
this is no longer needed
nulano
2020-10-31
1
-4
/
+2
*
|
|
|
merge default into branch
Matti Picus
2020-10-28
1
-0
/
+5
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
[next]