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
/
flowspace
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use py3-style names for function attributes
Ronan Lamy
2020-04-22
2
-3
/
+3
*
Modernize exec syntax in rpython/
Ronan Lamy
2020-04-18
1
-1
/
+1
*
Don't make an RPython subclass of AssertionError or NotImplementedError for the
Armin Rigo
2019-08-30
1
-0
/
+17
*
Imperative py.test.skip() is evil
Ronan Lamy
2017-08-25
1
-2
/
+2
*
If translation ends up calling build_flow() on something that is a
Armin Rigo
2015-08-19
1
-0
/
+9
*
Test and fix for a better error message on failing imports
Armin Rigo
2015-06-21
2
-0
/
+7
*
Kill unused op.getitem_key and op.getitem_idx_key
Ronan Lamy
2015-03-14
1
-5
/
+5
*
Add a few flowspace tests with convoluted control flow
Ronan Lamy
2015-03-03
1
-0
/
+45
*
Hide c_last_exception as an implementation detail of Block
Ronan Lamy
2015-03-01
1
-2
/
+2
*
get RaiseImplicit.rebuild to behave as it should
Ronan Lamy
2014-11-20
1
-1
/
+1
*
Make FlowSignal interface more convenient
Ronan Lamy
2014-11-20
1
-0
/
+15
*
Actually split locals from stack in FlowContext + cleanup
Ronan Lamy
2014-11-20
1
-10
/
+9
*
fix remove_identical_vars_SSA()
Ronan Lamy
2014-11-15
1
-0
/
+10
*
transform_dead_op_vars() is compatible with SSA
Ronan Lamy
2014-11-14
1
-0
/
+11
*
move SSA_to_SSI() call from build_flow() to simplify_graph()
Ronan Lamy
2014-11-13
1
-0
/
+1
*
clean up and kill dead code
Ronan Lamy
2014-11-12
1
-1
/
+1
*
Rename FrameState.__eq__ to .matches
Ronan Lamy
2013-08-16
1
-7
/
+7
*
In RPython, this adds the ability to automatically redirect some
Armin Rigo
2014-08-31
1
-0
/
+12
*
Change variable name in test to be slightly more consistent.
Manuel Jacob
2014-07-28
1
-4
/
+4
*
inline bootstrap_generator()
Ronan Lamy
2014-05-11
1
-8
/
+5
*
don't use deprecated 'new' module
Ronan Lamy
2014-04-27
1
-4
/
+4
*
Remove unused feature
Alex Gaynor
2014-04-05
1
-16
/
+3
*
Rename FlowSpaceFrame to FlowContext
Ronan Lamy
2014-01-18
2
-46
/
+46
*
Kill FlowObjSpace. Finally!
Ronan Lamy
2014-01-18
1
-2
/
+1
*
kill some FlowObjSpace methods, use operations directly instead
Ronan Lamy
2014-01-03
1
-0
/
+7
*
Kill all consider_op_*() methods
Ronan Lamy
2014-01-17
1
-0
/
+13
*
Support os.remove() in RPython. It worked accidentally when the
Armin Rigo
2013-12-13
1
-0
/
+14
*
Handle empty cells in flowspace:
Ronan Lamy
2013-12-03
1
-0
/
+33
*
Move ._rawshape() to CallSpec
Ronan Lamy
2013-11-19
1
-3
/
+25
*
hg merge default
Ronan Lamy
2013-11-19
1
-1
/
+0
|
\
|
*
Fixed issue1617 -- when a local is deleted, ensure it doesn't show up in loca...
Alex Gaynor
2013-09-29
1
-1
/
+0
*
|
kill all (broken by design) support for **-unpacking
Ronan Lamy
2013-11-18
1
-2
/
+1
*
|
const(<Exception>) returns an instance of Constant
Ronan Lamy
2013-09-11
1
-1
/
+14
*
|
Fix exception raising
Ronan Lamy
2013-09-01
1
-0
/
+10
|
/
*
Fix duplication between 'nonzero' and 'is_true' ops.
Ronan Lamy
2013-08-19
2
-3
/
+3
*
Deal with FSFrame.last_instr a bit more explicitly
Ronan Lamy
2013-04-30
1
-18
/
+18
*
Fix FlowObjSpace.import_from()
Ronan Lamy
2013-07-06
1
-1
/
+15
*
Add 'pure' attribute to SpaceOperator and simplify make_op()
Ronan Lamy
2013-05-18
1
-0
/
+8
*
move ArgumentsForTranslation and friends to rpython/annotator/
Ronan Lamy
2013-01-28
1
-276
/
+1
*
flowspace: test kwarg call
Ronan Lamy
2013-01-27
1
-0
/
+12
*
Kill unused argument CallSpec.w_starstararg
Ronan Lamy
2013-01-27
1
-1
/
+1
*
raise FlowingError on **-unpacking
Ronan Lamy
2013-01-27
1
-0
/
+17
*
move build_flow() out of FlowObjSpace
Ronan Lamy
2013-01-27
3
-17
/
+10
*
Merge with default
Alexander Hesse
2013-01-13
1
-6
/
+5
*
Split up conftest
Alexander Hesse
2013-01-12
2
-3
/
+3
*
Moved descriptor to rpython
Alexander Hesse
2013-01-06
1
-4
/
+4
*
Moved pypy.tool.error, pypy.tool.leakfinder, pypy.tool.logparser, pypy.tool.p...
Alexander Hesse
2013-01-04
1
-1
/
+1
*
Initial package rename:
Alexander Hesse
2012-12-30
8
-0
/
+1991