Author: Armin Rigo
Branch:
Changeset: r193:94b9f2a44589
Date: 2014-12-07 11:18 +0100
http://bitbucket.org/cffi/creflect/changeset/94b9f2a44589/
Log:avoid generating tons of 'a%d[n]' local variables if we declare tons
of functions with the same argument types
diff --git a/creflect/co
Author: Maciej Fijalkowski
Branch:
Changeset: r74854:f680308d914e
Date: 2014-12-07 21:56 +0200
http://bitbucket.org/pypy/pypy/changeset/f680308d914e/
Log:incliude a note
diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst
--- a/pypy/doc/embedding.rst
+++ b/pypy/doc/embedding.rst
@@
Author: Philip Jenvey
Branch: py3k
Changeset: r74857:001db61e74f0
Date: 2014-12-07 20:33 -0800
http://bitbucket.org/pypy/pypy/changeset/001db61e74f0/
Log:store unicode for intern'd strings, fixes a long standing bug where
interning a string w/ surrogates would fail
diff --git a/pypy/
Author: Philip Jenvey
Branch: py3k
Changeset: r74856:f91fe709f1b0
Date: 2014-12-07 20:32 -0800
http://bitbucket.org/pypy/pypy/changeset/f91fe709f1b0/
Log:adapt to py3
diff --git a/pypy/interpreter/astcompiler/misc.py
b/pypy/interpreter/astcompiler/misc.py
--- a/pypy/interpreter/astcompiler/
Author: Philip Jenvey
Branch: py3k
Changeset: r74855:9314eec351d7
Date: 2014-12-07 20:32 -0800
http://bitbucket.org/pypy/pypy/changeset/9314eec351d7/
Log:fix breakage from default: marshal co_names as str again instead of
as unicode. though marshaling as unicode is more correct per