Author: Devin Jeanpierre
Branch: gc-forkfriendly
Changeset: r84854:d9be6bb4f646
Date: 2016-05-31 17:07 -0700
http://bitbucket.org/pypy/pypy/changeset/d9be6bb4f646/
Log:Fix broken translation of direct_fieldptr by lazily initializing the
gc header.
(The direct_fieldptr call wa
Author: Matti Picus
Branch: cpyext-ext
Changeset: r84852:0682d9184a3c
Date: 2016-05-31 23:54 +0300
http://bitbucket.org/pypy/pypy/changeset/0682d9184a3c/
Log:check return values in tests
diff --git a/pypy/module/cpyext/test/test_bytearrayobject.py
b/pypy/module/cpyext/test/test_bytearrayobj
Author: Matti Picus
Branch: cpyext-ext
Changeset: r84853:7d7c93dd631b
Date: 2016-05-31 23:55 +0300
http://bitbucket.org/pypy/pypy/changeset/7d7c93dd631b/
Log:cleanup
diff --git a/TODO b/TODO
deleted file mode 100644
--- a/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-* Add ByteArrayObject
-* Export nd
Author: Matti Picus
Branch: cpyext-ext
Changeset: r84851:8e9668880107
Date: 2016-05-31 23:31 +0300
http://bitbucket.org/pypy/pypy/changeset/8e9668880107/
Log:merge default into branch
diff too long, truncating to 2000 out of 9846 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgt
Author: Matti Picus
Branch: cpyext-pickle
Changeset: r84850:517600b327d9
Date: 2016-06-01 00:06 +0300
http://bitbucket.org/pypy/pypy/changeset/517600b327d9/
Log:fix translation
diff --git a/pypy/module/cpyext/__init__.py b/pypy/module/cpyext/__init__.py
--- a/pypy/module/cpyext/__init__.py
+
Author: Devin Jeanpierre
Branch: gc-forkfriendly
Changeset: r84849:11bee4605bdc
Date: 2016-05-31 13:58 -0700
http://bitbucket.org/pypy/pypy/changeset/11bee4605bdc/
Log:Fix type unification problem mentioned in last commit.
A remaining issue is a problem with test_newgc.py like so:
Author: Raffael Tfirst
Branch: py3.5
Changeset: r84848:0e8928645975
Date: 2016-05-31 22:49 +0200
http://bitbucket.org/pypy/pypy/changeset/0e8928645975/
Log:Rewrite codegen to accept many unpacks and add ops for tuples
(unfinished)
diff --git a/pypy/interpreter/astcompiler/codegen.py
Author: Matti Picus
Branch: cpyext-pickle
Changeset: r84847:9d276f2f9df4
Date: 2016-05-31 23:29 +0300
http://bitbucket.org/pypy/pypy/changeset/9d276f2f9df4/
Log:add cpyext class to pickler dispatch more cleanly
diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py
--- a/lib-python
Author: Matti Picus
Branch: cpyext-pickle
Changeset: r84846:b576bccbfa9d
Date: 2016-05-31 20:37 +0300
http://bitbucket.org/pypy/pypy/changeset/b576bccbfa9d/
Log:merge default into branch
diff too long, truncating to 2000 out of 5510 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.
Author: Armin Rigo
Branch:
Changeset: r84845:3ac0ee95e7b3
Date: 2016-05-31 21:56 +0200
http://bitbucket.org/pypy/pypy/changeset/3ac0ee95e7b3/
Log:Rewrite rot13() for fun in a much more compact way
diff --git a/lib_pypy/_pypy_irc_topic.py b/lib_pypy/_pypy_irc_topic.py
--- a/lib_pypy/_pypy_ir
Author: Philip Jenvey
Branch:
Changeset: r1009:eb7d4b1b07b7
Date: 2016-05-31 11:46 -0700
http://bitbucket.org/pypy/buildbot/changeset/eb7d4b1b07b7/
Log:build py3k nightly on linux32/osx
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
Author: Raffael Tfirst
Branch: py3.5
Changeset: r84844:28b71049383d
Date: 2016-05-31 20:00 +0200
http://bitbucket.org/pypy/pypy/changeset/28b71049383d/
Log:Fix asdl
diff --git a/pypy/interpreter/astcompiler/tools/Python.asdl
b/pypy/interpreter/astcompiler/tools/Python.asdl
--- a/pypy/interp
Author: Matti Picus
Branch:
Changeset: r84843:1f08414263f4
Date: 2016-05-31 20:36 +0300
http://bitbucket.org/pypy/pypy/changeset/1f08414263f4/
Log:add a 3.3 secion to release notes TOC
diff --git a/pypy/doc/index-of-release-notes.rst
b/pypy/doc/index-of-release-notes.rst
--- a/pypy/doc/ind
Author: Armin Rigo
Branch:
Changeset: r1006:254a9ac2eab6
Date: 2016-05-31 10:08 +0200
http://bitbucket.org/pypy/buildbot/changeset/254a9ac2eab6/
Log:Link from a test details page back to the build
diff --git a/bot2/pypybuildbot/summary.py b/bot2/pypybuildbot/summary.py
--- a/bot2/pypybuildb
Author: Matti Picus [email protected]
Branch:
Changeset: r1007:1809f8e093b8
Date: 2016-05-31 19:46 +0200
http://bitbucket.org/pypy/buildbot/changeset/1809f8e093b8/
Log:fix
diff --git a/bot2/pypybuildbot/summary.py b/bot2/pypybuildbot/summary.py
--- a/bot2/pypybuildbot/summary.py
+++ b/bo
Author: Matti Picus [email protected]
Branch:
Changeset: r1008:d271be0a1260
Date: 2016-05-31 19:47 +0200
http://bitbucket.org/pypy/buildbot/changeset/d271be0a1260/
Log:remove speed-old
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.p
Author: Armin Rigo
Branch:
Changeset: r84842:07ecf33562ee
Date: 2016-05-31 10:02 +0200
http://bitbucket.org/pypy/pypy/changeset/07ecf33562ee/
Log:Do left-shifts on unsigned numbers to avoid a C99 undefined case
(thanks mjacob)
diff --git a/rpython/translator/c/src/int.h b/rpython/tr
Author: Armin Rigo
Branch:
Changeset: r84840:09b703c1e5e6
Date: 2016-05-30 20:51 +0200
http://bitbucket.org/pypy/pypy/changeset/09b703c1e5e6/
Log:This version uses a "-" instead of a "*", which is a tiny bit faster
diff --git a/rpython/rtyper/lltypesystem/module/ll_math.py
b/rpython/rtyper
Author: Armin Rigo
Branch:
Changeset: r84841:072b9ce9b3dd
Date: 2016-05-31 09:40 +0200
http://bitbucket.org/pypy/pypy/changeset/072b9ce9b3dd/
Log:merge heads
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -23,3 +23,5 @@
3260adbeba4a8b6659d1cc0d0b41f266769b74da release-5.1
b
19 matches
Mail list logo