Author: Armin Rigo
Branch:
Changeset: r3120:93d9ae775fb2
Date: 2018-05-23 16:07 +0200
http://bitbucket.org/cffi/cffi/changeset/93d9ae775fb2/
Log:Mention cppyy
diff --git a/doc/source/goals.rst b/doc/source/goals.rst
--- a/doc/source/goals.rst
+++ b/doc/source/goals.rst
@@ -31,6 +31,12 @@
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r94653:dd287c100ac7
Date: 2018-05-23 16:12 +0200
http://bitbucket.org/pypy/pypy/changeset/dd287c100ac7/
Log:hg merge default
diff too long, truncating to 2000 out of 4168 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r94654:c2f8c612bd01
Date: 2018-05-23 17:19 +0200
http://bitbucket.org/pypy/pypy/changeset/c2f8c612bd01/
Log:fix for test_app_main.py
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r94655:40fff8a8e2e0
Date: 2018-05-23 19:26 +0200
http://bitbucket.org/pypy/pypy/changeset/40fff8a8e2e0/
Log:Explain and tweak
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++
Author: Armin Rigo
Branch: py3.5-reverse-debugger
Changeset: r94656:5b31e0272c45
Date: 2018-05-23 18:52 +0200
http://bitbucket.org/pypy/pypy/changeset/5b31e0272c45/
Log:merge branch
___
pypy-commit mailing list
[email protected]
https://mail.p
Author: Armin Rigo
Branch: py3.5-reverse-debugger
Changeset: r94657:3d3ad98443d6
Date: 2018-05-23 19:30 +0200
http://bitbucket.org/pypy/pypy/changeset/3d3ad98443d6/
Log:merge the two branches
diff too long, truncating to 2000 out of 7458 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
++
Author: Armin Rigo
Branch: py3.5-reverse-debugger
Changeset: r94659:6e57c08457f6
Date: 2018-05-23 19:34 +0200
http://bitbucket.org/pypy/pypy/changeset/6e57c08457f6/
Log:merge py3.5 again
diff --git a/pypy/objspace/std/test/test_dictmultiobject.py
b/pypy/objspace/std/test/test_dictmultiobjec
Author: Armin Rigo
Branch: py3.5
Changeset: r94658:33ccfe808125
Date: 2018-05-23 19:33 +0200
http://bitbucket.org/pypy/pypy/changeset/33ccfe808125/
Log:Fix test
diff --git a/pypy/objspace/std/test/test_dictmultiobject.py
b/pypy/objspace/std/test/test_dictmultiobject.py
--- a/pypy/objspace/s
Author: Armin Rigo
Branch: py3.5-reverse-debugger
Changeset: r94663:9e3c05dbb3fd
Date: 2018-05-23 20:13 +0200
http://bitbucket.org/pypy/pypy/changeset/9e3c05dbb3fd/
Log:hg merge reverse-debugger
diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/a
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r94661:f2c1d407e8d7
Date: 2018-05-23 20:12 +0200
http://bitbucket.org/pypy/pypy/changeset/f2c1d407e8d7/
Log:Disable rsiphash if we're using the --revdb option
diff --git a/rpython/rlib/rsiphash.py b/rpython/rlib/rsiphash.py
--- a/rpython
Author: Armin Rigo
Branch: py3.5-reverse-debugger
Changeset: r94660:216549ff7482
Date: 2018-05-23 19:40 +0200
http://bitbucket.org/pypy/pypy/changeset/216549ff7482/
Log:manual 2to3
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a/pypy/interpre
Author: Armin Rigo
Branch: py3.5-reverse-debugger
Changeset: r94662:9239ac7f5456
Date: 2018-05-23 20:12 +0200
http://bitbucket.org/pypy/pypy/changeset/9239ac7f5456/
Log:add comment
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a/pypy/interpre
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r94664:0242387b5ccf
Date: 2018-05-23 20:47 +0200
http://bitbucket.org/pypy/pypy/changeset/0242387b5ccf/
Log:oops
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a/pypy/interpreter/reverse_d
Author: Armin Rigo
Branch: py3.5-reverse-debugger
Changeset: r94665:f05df0d75e88
Date: 2018-05-23 20:48 +0200
http://bitbucket.org/pypy/pypy/changeset/f05df0d75e88/
Log:hg merge reverse-debugger
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a
Author: Armin Rigo
Branch: py3.5
Changeset: r94667:cfbe109033a4
Date: 2018-05-23 21:04 +0200
http://bitbucket.org/pypy/pypy/changeset/cfbe109033a4/
Log:hg merge default
___
pypy-commit mailing list
[email protected]
https://mail.python.org/mai
Author: Armin Rigo
Branch:
Changeset: r94666:61041045408c
Date: 2018-05-23 21:02 +0200
http://bitbucket.org/pypy/pypy/changeset/61041045408c/
Log:Back-port from py3.5: this makes it easier to regenerate the DFA.
See comments in dfa_generated.py
diff --git a/pypy/interpreter/pyparser
Author: Armin Rigo
Branch: py3.5-reverse-debugger
Changeset: r94674:3e1574fb1516
Date: 2018-05-23 22:44 +0200
http://bitbucket.org/pypy/pypy/changeset/3e1574fb1516/
Log:Close branch, ready to merge
___
pypy-commit mailing list
[email protected]
Author: Armin Rigo
Branch: py3.5
Changeset: r94676:9f6f5b9f
Date: 2018-05-23 22:46 +0200
http://bitbucket.org/pypy/pypy/changeset/9f6f5b9f/
Log:document merge
diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst
--- a/pypy/doc/whatsnew-pypy3-head.rst
+++ b
Author: Armin Rigo
Branch:
Changeset: r94673:c67b31661f36
Date: 2018-05-23 22:43 +0200
http://bitbucket.org/pypy/pypy/changeset/c67b31661f36/
Log:hg merge reverse-debugger
diff too long, truncating to 2000 out of 7443 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -33,
Author: Armin Rigo
Branch: py3.5
Changeset: r94677:8e91ac1e6132
Date: 2018-05-23 22:46 +0200
http://bitbucket.org/pypy/pypy/changeset/8e91ac1e6132/
Log:hg merge default
___
pypy-commit mailing list
[email protected]
https://mail.python.org/mai
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r94672:cc66db75546c
Date: 2018-05-23 22:43 +0200
http://bitbucket.org/pypy/pypy/changeset/cc66db75546c/
Log:Close branch, ready to merge, finally!
___
pypy-commit mailing list
pypy-commit@pytho
Author: Armin Rigo
Branch: py3.5
Changeset: r94675:f984fd051c58
Date: 2018-05-23 22:44 +0200
http://bitbucket.org/pypy/pypy/changeset/f984fd051c58/
Log:hg merge py3.5-reverse-debugger
diff too long, truncating to 2000 out of 7499 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgt
Author: Armin Rigo
Branch:
Changeset: r94678:6a1df86a6f7a
Date: 2018-05-23 22:55 +0200
http://bitbucket.org/pypy/pypy/changeset/6a1df86a6f7a/
Log:uh revert this
diff --git a/pypy/module/cpyext/include/patchlevel.h
b/pypy/module/cpyext/include/patchlevel.h
--- a/pypy/module/cpyext/include/p
Author: Armin Rigo
Branch: py3.5
Changeset: r94679:7920e2af5244
Date: 2018-05-23 22:58 +0200
http://bitbucket.org/pypy/pypy/changeset/7920e2af5244/
Log:hg merge default
diff --git a/pypy/module/cpyext/include/patchlevel.h
b/pypy/module/cpyext/include/patchlevel.h
--- a/pypy/module/cpyext/in
Author: Armin Rigo
Branch:
Changeset: r94680:04a7d1343551
Date: 2018-05-24 08:54 +0200
http://bitbucket.org/pypy/pypy/changeset/04a7d1343551/
Log:Tweak revdb
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a/pypy/interpreter/reverse_debugging.
25 matches
Mail list logo