Author: Maciej Fijalkowski
Branch:
Changeset: r64054:fa194dcff6e6
Date: 2013-05-14 03:19 +0200
http://bitbucket.org/pypy/pypy/changeset/fa194dcff6e6/
Log:Remove an obscure feature that's more than a bit broken by design,
the ability to relax the check of signatures. Rationale is that
Author: Manuel Jacob
Branch: improve-docs
Changeset: r64053:614e85af2364
Date: 2013-05-13 23:38 +0200
http://bitbucket.org/pypy/pypy/changeset/614e85af2364/
Log:Add skeletons for install.rst and build.rst.
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
new file mode 100644
--- /dev/null
Author: Manuel Jacob
Branch: improve-docs
Changeset: r64052:1c45dad848d0
Date: 2013-05-13 23:19 +0200
http://bitbucket.org/pypy/pypy/changeset/1c45dad848d0/
Log:Add skeleton for new index.rst.
diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
new file mode 100644
--- /dev/null
+++ b/pypy/d
Author: Manuel Jacob
Branch: improve-docs
Changeset: r64051:4c410b98dea5
Date: 2013-05-13 23:18 +0200
http://bitbucket.org/pypy/pypy/changeset/4c410b98dea5/
Log:Move index.rst to index_old.rst.
diff --git a/pypy/doc/index.rst b/pypy/doc/index-old.rst
rename from pypy/doc/index.rst
rename to p
Author: Maciej Fijalkowski
Branch:
Changeset: r64050:bcf984fdbff0
Date: 2013-05-13 23:11 +0200
http://bitbucket.org/pypy/pypy/changeset/bcf984fdbff0/
Log:merge
diff --git a/pypy/module/__pypy__/interp_magic.py
b/pypy/module/__pypy__/interp_magic.py
--- a/pypy/module/__pypy__/interp_magic.p
Author: Maciej Fijalkowski
Branch:
Changeset: r64049:0139e1989670
Date: 2013-05-13 23:10 +0200
http://bitbucket.org/pypy/pypy/changeset/0139e1989670/
Log:actually set the path
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystand
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r64048:84ff58711a5d
Date: 2013-05-13 22:53 +0200
http://bitbucket.org/pypy/pypy/changeset/84ff58711a5d/
Log:Use modern version of @unwrap_spec
diff --git a/pypy/module/__pypy__/interp_magic.py
b/pypy/module/__pypy__/interp_magic.py
--- a/pypy
Author: Maciej Fijalkowski
Branch:
Changeset: r64047:d1459869ce85
Date: 2013-05-13 22:44 +0200
http://bitbucket.org/pypy/pypy/changeset/d1459869ce85/
Log:Merge remove-array-smm branch that kills multimethods from the array
module
diff --git a/pypy/module/array/__init__.py b/pypy/mod
Author: Maciej Fijalkowski
Branch: remove-array-smm
Changeset: r64046:9913b5d0c7d3
Date: 2013-05-13 22:44 +0200
http://bitbucket.org/pypy/pypy/changeset/9913b5d0c7d3/
Log:close to-be-merged branch
___
pypy-commit mailing list
pypy-commit@python.org
Author: Benjamin Peterson
Branch:
Changeset: r64045:71b42a2d862d
Date: 2013-05-13 15:04 -0500
http://bitbucket.org/pypy/pypy/changeset/71b42a2d862d/
Log:move JitException subclasses to jitexc module
diff --git a/rpython/jit/metainterp/blackhole.py
b/rpython/jit/metainterp/blackhole.py
---
Author: Maciej Fijalkowski
Branch: remove-array-smm
Changeset: r64044:ead38baf8c3e
Date: 2013-05-13 21:56 +0200
http://bitbucket.org/pypy/pypy/changeset/ead38baf8c3e/
Log:Oops (thanks amaury)
diff --git a/pypy/module/array/test/test_ztranslation.py
b/pypy/module/array/test/test_ztranslation
Author: Maciej Fijalkowski
Branch:
Changeset: r64043:5aeca6395228
Date: 2013-05-13 21:23 +0200
http://bitbucket.org/pypy/pypy/changeset/5aeca6395228/
Log:kill the specialization here
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pyp
Author: Maciej Fijalkowski
Branch:
Changeset: r64042:259bdfb96071
Date: 2013-05-13 19:55 +0200
http://bitbucket.org/pypy/pypy/changeset/259bdfb96071/
Log:merge
diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py
--- a/pypy/goal/getnightly.py
+++ b/pypy/goal/getnightly.py
@@ -8,7
Author: Maciej Fijalkowski
Branch:
Changeset: r64041:082d3fee772a
Date: 2013-05-13 19:54 +0200
http://bitbucket.org/pypy/pypy/changeset/082d3fee772a/
Log:improve error reporting
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypysta
Author: Romain Guillebert
Branch: numpy-subarrays
Changeset: r64040:3acd856274de
Date: 2013-05-13 19:51 +0200
http://bitbucket.org/pypy/pypy/changeset/3acd856274de/
Log:Start to make VoidType subarray friendly
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
---
Author: Philip Jenvey
Branch: py3k
Changeset: r64038:111b6f1d63f4
Date: 2013-05-13 10:50 -0700
http://bitbucket.org/pypy/pypy/changeset/111b6f1d63f4/
Log:fix translation
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyopcode.py
+++ b/pypy/int
Author: Romain Guillebert
Branch: numpy-subarrays
Changeset: r64039:41899867e728
Date: 2013-05-13 19:50 +0200
http://bitbucket.org/pypy/pypy/changeset/41899867e728/
Log:Add a numarray test for subarrays.
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test
Author: Arseniy Terekhin
Branch: extradoc
Changeset: r428:e0901e09d0c9
Date: 2013-04-21 20:29 +0400
http://bitbucket.org/pypy/pypy.org/changeset/e0901e09d0c9/
Log:Menu padding (as logo)
diff --git a/css/site.css b/css/site.css
--- a/css/site.css
+++ b/css/site.css
@@ -353,6 +353,7 @@
#men
Author: Arseniy Terekhin
Branch: extradoc
Changeset: r429:a7aa0843cf10
Date: 2013-04-21 20:51 +0400
http://bitbucket.org/pypy/pypy.org/changeset/a7aa0843cf10/
Log:Do not wrap menu items, space between menu lines.
diff --git a/css/site.css b/css/site.css
--- a/css/site.css
+++ b/css/site.css
Author: Arseniy Terekhin
Branch: extradoc
Changeset: r426:760313371d05
Date: 2013-04-21 18:32 +0400
http://bitbucket.org/pypy/pypy.org/changeset/760313371d05/
Log:Donation sidebar fix for ie
diff --git a/js/script2.js b/js/script2.js
--- a/js/script2.js
+++ b/js/script2.js
@@ -1,28 +1,21 @@
Author: David Schneider
Branch:
Changeset: r64033:97989d13642c
Date: 2013-05-13 18:53 +0200
http://bitbucket.org/pypy/pypy/changeset/97989d13642c/
Log:add armhf to getnightly
diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py
--- a/pypy/goal/getnightly.py
+++ b/pypy/goal/getnigh
Author: Maciej Fijalkowski
Branch:
Changeset: r64032:afb35608bfbf
Date: 2013-05-13 17:54 +0200
http://bitbucket.org/pypy/pypy/changeset/afb35608bfbf/
Log:fix the test - secondary callbacks now do that
diff --git a/rpython/translator/c/gcc/test/test_asmgcroot.py
b/rpython/translator/c/gcc/t
Author: Maciej Fijalkowski
Branch: remove-array-smm
Changeset: r64031:fa05eb32023c
Date: 2013-05-13 17:36 +0200
http://bitbucket.org/pypy/pypy/changeset/fa05eb32023c/
Log:merge default
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetp
Author: Maciej Fijalkowski
Branch:
Changeset: r64029:a1b20d7f239c
Date: 2013-05-13 16:16 +0200
http://bitbucket.org/pypy/pypy/changeset/a1b20d7f239c/
Log:Add more embedding API, I think this is right, but very hard to test
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpy
Author: Romain Guillebert
Branch: numpy-subarrays
Changeset: r64030:87e24d1ab3cc
Date: 2013-05-13 16:09 +0200
http://bitbucket.org/pypy/pypy/changeset/87e24d1ab3cc/
Log:Start fixing test_zjit
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/
Author: Maciej Fijalkowski
Branch: remove-array-smm
Changeset: r64028:07a6d73c6b9b
Date: 2013-05-13 15:52 +0200
http://bitbucket.org/pypy/pypy/changeset/07a6d73c6b9b/
Log:please RPython some more
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy/m
Author: Maciej Fijalkowski
Branch: remove-array-smm
Changeset: r64027:945a8316f0a8
Date: 2013-05-13 15:33 +0200
http://bitbucket.org/pypy/pypy/changeset/945a8316f0a8/
Log:Fight with RPython and multimethods
diff --git a/pypy/module/array/__init__.py b/pypy/module/array/__init__.py
--- a/pypy
Author: Maciej Fijalkowski
Branch:
Changeset: r64026:f122c7c37700
Date: 2013-05-13 14:21 +0200
http://bitbucket.org/pypy/pypy/changeset/f122c7c37700/
Log:Add #ifdefs to our generated decl files
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator
Author: Stephan
Branch:
Changeset: r378:cc983acc4a7f
Date: 2013-05-13 09:15 +0200
http://bitbucket.org/pypy/lang-js/changeset/cc983acc4a7f/
Log:Merged changes
diff --git a/README.rst b/README.rst
new file mode 100644
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,17 @@
+langjs
+==
+
+langjs
Author: Stephan
Branch:
Changeset: r377:fb52d8a52d9e
Date: 2013-05-13 09:11 +0200
http://bitbucket.org/pypy/lang-js/changeset/fb52d8a52d9e/
Log:cleaned up comparsion code
diff --git a/js/baseop.py b/js/baseop.py
--- a/js/baseop.py
+++ b/js/baseop.py
@@ -3,10 +3,12 @@
"""
from js.jsobj i
30 matches
Mail list logo