Author: Armin Rigo
Branch: stmgc-c4
Changeset: r65328:e5fba2018208
Date: 2013-07-11 08:25 +0200
http://bitbucket.org/pypy/pypy/changeset/e5fba2018208/
Log:We can't leave getarraysize or the immutable getfields fully
unmodified. We'd need at least some lightweight read barrier to
Author: Alex Gaynor
Branch:
Changeset: r65329:9e66586a4360
Date: 2013-07-11 17:13 +1000
http://bitbucket.org/pypy/pypy/changeset/9e66586a4360/
Log:Allow using types as a part of a hash key.
diff --git a/rpython/rtyper/lltypesystem/rclass.py
b/rpython/rtyper/lltypesystem/rclass.py
--- a/rpy
Author: Pawe? Piotr Przeradowski
Branch: package-tk
Changeset: r65332:68b16b69bdf5
Date: 2013-07-11 00:56 +0200
http://bitbucket.org/pypy/pypy/changeset/68b16b69bdf5/
Log:dont ignore _tkinter
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/pac
Author: arigo
Branch:
Changeset: r65333:a1bc5d217c4a
Date: 2013-07-11 09:21 +0200
http://bitbucket.org/pypy/pypy/changeset/a1bc5d217c4a/
Log:Merged in squeaky/pypy-ldflags/package-tk (pull request #159)
package Tkinter
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/p
Author: Pawe? Piotr Przeradowski
Branch: package-tk
Changeset: r65331:ad25e15d7a9a
Date: 2013-07-11 00:33 +0200
http://bitbucket.org/pypy/pypy/changeset/ad25e15d7a9a/
Log:--without-tk package.py option
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/r
Author: Pawe? Piotr Przeradowski
Branch: package-tk
Changeset: r65330:48475b959b61
Date: 2013-07-10 22:25 +0200
http://bitbucket.org/pypy/pypy/changeset/48475b959b61/
Log:package Tkinter
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.
Author: David Schneider
Branch: release-2.1.x
Changeset: r65334:bed81bc9e5ca
Date: 2013-07-11 09:44 +0200
http://bitbucket.org/pypy/pypy/changeset/bed81bc9e5ca/
Log:Added tag pypy-2.1-beta for changeset daf1b0412bfb
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -6,3 +6,5 @@
Author: David Schneider
Branch:
Changeset: r65335:a5724d9b779d
Date: 2013-07-11 09:46 +0200
http://bitbucket.org/pypy/pypy/changeset/a5724d9b779d/
Log:add another point to the list
diff --git a/pypy/doc/release-2.1.0-beta1.rst b/pypy/doc/release-2.1.0-beta1.rst
--- a/pypy/doc/release-2.1.0-
Author: Remi Meier
Branch:
Changeset: r387:9c2b50efb633
Date: 2013-07-11 10:13 +0200
http://bitbucket.org/pypy/stmgc/changeset/9c2b50efb633/
Log:add cache of writeables to demo_random.c and fix a bug
diff --git a/c4/demo_random.c b/c4/demo_random.c
--- a/c4/demo_random.c
+++ b/c4/demo_rando
Author: David Schneider
Branch:
Changeset: r65337:99fc5f3e9026
Date: 2013-07-11 10:13 +0200
http://bitbucket.org/pypy/pypy/changeset/99fc5f3e9026/
Log:updates license information and indentation fixes
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -35,242 +35,242 @@
the begi
Author: David Schneider
Branch:
Changeset: r65336:6108305f9089
Date: 2013-07-11 10:05 +0200
http://bitbucket.org/pypy/pypy/changeset/6108305f9089/
Log:update contributor list
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -35,179 +35,242 @@
the beginning of each file) the fi
Author: Remi Meier
Branch: copy-over-original
Changeset: r388:dba9439565bd
Date: 2013-07-11 10:14 +0200
http://bitbucket.org/pypy/stmgc/changeset/dba9439565bd/
Log:merge default
diff --git a/c4/demo_random.c b/c4/demo_random.c
--- a/c4/demo_random.c
+++ b/c4/demo_random.c
@@ -52,6 +52,12 @@
Author: Armin Rigo
Branch: extradoc
Changeset: r4981:710154915480
Date: 2013-07-11 10:17 +0200
http://bitbucket.org/pypy/extradoc/changeset/710154915480/
Log:Minor updates
diff --git a/blog/draft/duhton.rst b/blog/draft/duhton.rst
--- a/blog/draft/duhton.rst
+++ b/blog/draft/duhton.rst
@@ -9
Author: David Schneider
Branch:
Changeset: r65338:d126b027561c
Date: 2013-07-11 10:19 +0200
http://bitbucket.org/pypy/pypy/changeset/d126b027561c/
Log:update release info
diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst
--- a/pypy/doc/how-to-release.rst
+++ b/pypy/doc/
Author: Carl Friedrich Bolz
Branch:
Changeset: r65339:9ea70ae661e0
Date: 2013-07-11 10:32 +0200
http://bitbucket.org/pypy/pypy/changeset/9ea70ae661e0/
Log:add King's College London as license holder
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -282,6 +282,7 @@
Change M
Author: Armin Rigo
Branch:
Changeset: r389:9a3faf0b3c1b
Date: 2013-07-11 11:09 +0200
http://bitbucket.org/pypy/stmgc/changeset/9a3faf0b3c1b/
Log:Test '/'
diff --git a/duhton/test/test_int.py b/duhton/test/test_int.py
--- a/duhton/test/test_int.py
+++ b/duhton/test/test_int.py
@@ -20,6 +20,1
Author: Armin Rigo
Branch:
Changeset: r391:e354e2de05eb
Date: 2013-07-11 11:26 +0200
http://bitbucket.org/pypy/stmgc/changeset/e354e2de05eb/
Log:Improve the test: check that pair? really evaluates its argument
diff --git a/duhton/test/test_cons.py b/duhton/test/test_cons.py
--- a/duhton/tes
Author: Armin Rigo
Branch:
Changeset: r390:2bb679834f30
Date: 2013-07-11 11:20 +0200
http://bitbucket.org/pypy/stmgc/changeset/2bb679834f30/
Log:untabiffy
diff --git a/duhton/glob.c b/duhton/glob.c
--- a/duhton/glob.c
+++ b/duhton/glob.c
@@ -199,7 +199,7 @@
DuObject *du_div(DuObject *cons,
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r4982:c7e44e1cc901
Date: 2013-07-11 11:50 +0200
http://bitbucket.org/pypy/extradoc/changeset/c7e44e1cc901/
Log:update benchmark nos
diff --git a/blog/draft/duhton.rst b/blog/draft/duhton.rst
--- a/blog/draft/duhton.rst
+++ b/blog/draft/d
Author: Remi Meier
Branch: copy-over-original
Changeset: r392:ea61566d33cd
Date: 2013-07-11 12:12 +0200
http://bitbucket.org/pypy/stmgc/changeset/ea61566d33cd/
Log:free objects that are copied over prebuilts in the same major
collection
diff --git a/c4/gcpage.c b/c4/gcpage.c
--- a/c4
Author: Maciej Fijalkowski
Branch: kill-gen-store-back-in
Changeset: r65340:3b852252d21e
Date: 2013-07-11 13:08 +0200
http://bitbucket.org/pypy/pypy/changeset/3b852252d21e/
Log:a test and a fix
diff --git a/rpython/jit/metainterp/pyjitpl.py
b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/
Author: Ronan Lamy
Branch: flowoperators
Changeset: r65341:2665996814eb
Date: 2013-07-11 13:01 +0200
http://bitbucket.org/pypy/pypy/changeset/2665996814eb/
Log:Close branch before merging
___
pypy-commit mailing list
pypy-commit@python.org
http://m
Author: Ronan Lamy
Branch:
Changeset: r65342:7ba260941669
Date: 2013-07-11 13:06 +0200
http://bitbucket.org/pypy/pypy/changeset/7ba260941669/
Log:Merge branch flowoperators
diff --git a/rpython/config/translationoption.py
b/rpython/config/translationoption.py
--- a/rpython/config/translati
Author: Maciej Fijalkowski
Branch: kill-gen-store-back-in
Changeset: r65343:82688b1c1e1a
Date: 2013-07-11 15:53 +0200
http://bitbucket.org/pypy/pypy/changeset/82688b1c1e1a/
Log:enable writing jitcodes
diff --git a/rpython/jit/codewriter/codewriter.py
b/rpython/jit/codewriter/codewriter.py
-
Author: Maciej Fijalkowski
Branch: kill-gen-store-back-in
Changeset: r65344:42a502841f60
Date: 2013-07-11 16:30 +0200
http://bitbucket.org/pypy/pypy/changeset/42a502841f60/
Log:eh, we have to call this hint at the right level, otherwise the JIT
does not see it at all
diff --git a/pyp
Author: Maciej Fijalkowski
Branch: more-reusal-of-structures
Changeset: r65345:cb84b0c40d85
Date: 2013-07-11 16:48 +0200
http://bitbucket.org/pypy/pypy/changeset/cb84b0c40d85/
Log:park those changes on a branch for now
diff --git a/rpython/jit/codewriter/codewriter.py
b/rpython/jit/codewrit
Author: Remi Meier
Branch:
Changeset: r394:19e89845f0a0
Date: 2013-07-11 17:36 +0200
http://bitbucket.org/pypy/stmgc/changeset/19e89845f0a0/
Log:merge
diff --git a/duhton/glob.c b/duhton/glob.c
--- a/duhton/glob.c
+++ b/duhton/glob.c
@@ -199,7 +199,7 @@
DuObject *du_div(DuObject *cons, DuO
Author: Remi Meier
Branch:
Changeset: r393:d791f50ecec8
Date: 2013-07-11 17:36 +0200
http://bitbucket.org/pypy/stmgc/changeset/d791f50ecec8/
Log:improve demo_random
diff --git a/c4/demo_random.c b/c4/demo_random.c
--- a/c4/demo_random.c
+++ b/c4/demo_random.c
@@ -137,7 +137,7 @@
return
Author: Remi Meier
Branch: stmgc-c4
Changeset: r65346:e1aa4591dc07
Date: 2013-07-11 18:12 +0200
http://bitbucket.org/pypy/pypy/changeset/e1aa4591dc07/
Log:hopefully in the right direction: now a single cond_call_stm_b
because there may be many more variants in the future.
diff --git
Author: Ronan Lamy
Branch:
Changeset: r65347:6011e077f608
Date: 2013-07-11 18:59 +0200
http://bitbucket.org/pypy/pypy/changeset/6011e077f608/
Log:Update whatsnew for branch flowoperators
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
++
Author: Carl Friedrich Bolz
Branch:
Changeset: r65349:0dbb3ef0039b
Date: 2013-07-11 19:47 +0200
http://bitbucket.org/pypy/pypy/changeset/0dbb3ef0039b/
Log:a few more missing expected_lengths
diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
--- a/pypy/interpreter/pyfram
Author: Carl Friedrich Bolz
Branch:
Changeset: r65348:f2f657d2fa00
Date: 2013-07-11 19:34 +0200
http://bitbucket.org/pypy/pypy/changeset/f2f657d2fa00/
Log:fix rpython-level exception
diff --git a/pypy/module/imp/interp_imp.py b/pypy/module/imp/interp_imp.py
--- a/pypy/module/imp/interp_imp.
Author: Matti Picus
Branch: ndarray-subtype
Changeset: r65351:72758565e385
Date: 2013-07-11 18:47 +0300
http://bitbucket.org/pypy/pypy/changeset/72758565e385/
Log:fix ztranslation, break zjit and compile
diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py
--- a/pypy/
Author: Matti Picus
Branch: ndarray-subtype
Changeset: r65350:3464b2eff3be
Date: 2013-07-09 19:46 +0300
http://bitbucket.org/pypy/pypy/changeset/3464b2eff3be/
Log:hack at compile to support ndarray subclasses
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
Author: Armin Rigo
Branch:
Changeset: r65352:6ac45c25b393
Date: 2013-07-11 21:55 +0200
http://bitbucket.org/pypy/pypy/changeset/6ac45c25b393/
Log:Issue 1533: fix an RPython-level OverflowError for
space.float_w(w_big_long_number).
diff --git a/pypy/module/_rawffi/test/test__rawffi.p
Author: Armin Rigo
Branch:
Changeset: r65353:9919fe43fdef
Date: 2013-07-11 21:59 +0200
http://bitbucket.org/pypy/pypy/changeset/9919fe43fdef/
Log:Another test now fixed (by amaury).
diff --git a/pypy/module/rctime/test/test_rctime.py
b/pypy/module/rctime/test/test_rctime.py
--- a/pypy/modu
Author: Maciej Fijalkowski
Branch: kill-gen-store-back-in
Changeset: r65354:8088bbf5b524
Date: 2013-07-11 22:17 +0200
http://bitbucket.org/pypy/pypy/changeset/8088bbf5b524/
Log:reset the virtualizable token if we just forced it by hand
diff --git a/rpython/jit/metainterp/pyjitpl.py
b/rpytho
Author: Carl Friedrich Bolz
Branch:
Changeset: r65357:198a48545f50
Date: 2013-07-11 22:32 +0200
http://bitbucket.org/pypy/pypy/changeset/198a48545f50/
Log:merge
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/std/dictmultiobject.
Author: Carl Friedrich Bolz
Branch:
Changeset: r65355:079e1c6fa066
Date: 2013-07-09 01:43 +0200
http://bitbucket.org/pypy/pypy/changeset/079e1c6fa066/
Log:in dict.update check for the common case first (arg is a dict)
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/di
Author: Carl Friedrich Bolz
Branch:
Changeset: r65356:902d013fd2ce
Date: 2013-07-11 22:31 +0200
http://bitbucket.org/pypy/pypy/changeset/902d013fd2ce/
Log:fix typo
diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py
--- a/pypy/objspace/std/setobject.py
+++ b/pypy/ob
Author: Carl Friedrich Bolz
Branch:
Changeset: r65358:1151bfc2e7f9
Date: 2013-07-11 22:33 +0200
http://bitbucket.org/pypy/pypy/changeset/1151bfc2e7f9/
Log:merge
diff --git a/pypy/module/_rawffi/test/test__rawffi.py
b/pypy/module/_rawffi/test/test__rawffi.py
--- a/pypy/module/_rawffi/test/t
Author: Armin Rigo
Branch:
Changeset: r65359:4229b0f4399f
Date: 2013-07-12 00:13 +0200
http://bitbucket.org/pypy/pypy/changeset/4229b0f4399f/
Log:Test and fix. (no cookies :-)
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/std/d
Author: Alex Gaynor
Branch:
Changeset: r65360:d1430383faa5
Date: 2013-07-12 09:19 +1000
http://bitbucket.org/pypy/pypy/changeset/d1430383faa5/
Log:A failing (xfail) test for VirtualizableAnalyzer with indirect
construction of an object.
diff --git a/rpython/jit/codewriter/test/test_
Author: Alex Gaynor
Branch:
Changeset: r65361:4f246f62b2ef
Date: 2013-07-12 09:19 +1000
http://bitbucket.org/pypy/pypy/changeset/4f246f62b2ef/
Log:merged upstream
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-he
Author: Alex Gaynor
Branch: precise-instantiate
Changeset: r65362:73b667a788ed
Date: 2013-07-12 12:29 +1000
http://bitbucket.org/pypy/pypy/changeset/73b667a788ed/
Log:Try to generate an indirect call with known graphs for instantiate
on a ClassesPBC.
diff --git a/rpython/jit/codewrit
Author: Alex Gaynor
Branch:
Changeset: r65363:ecfd8b3da646
Date: 2013-07-12 13:02 +1000
http://bitbucket.org/pypy/pypy/changeset/ecfd8b3da646/
Log:typo fix
diff --git a/rpython/annotator/test/test_annrpython.py
b/rpython/annotator/test/test_annrpython.py
--- a/rpython/annotator/test/test_a
Author: Alex Gaynor
Branch:
Changeset: r65365:4dd7f1d50603
Date: 2013-07-12 13:22 +1000
http://bitbucket.org/pypy/pypy/changeset/4dd7f1d50603/
Log:Replace a dict with a set.
diff --git a/rpython/translator/backendopt/inline.py
b/rpython/translator/backendopt/inline.py
--- a/rpython/transla
Author: Alex Gaynor
Branch: precise-instantiate
Changeset: r65364:c71041db17e0
Date: 2013-07-12 13:14 +1000
http://bitbucket.org/pypy/pypy/changeset/c71041db17e0/
Log:some import and dead clean up removal
diff --git a/rpython/rtyper/lltypesystem/rpbc.py
b/rpython/rtyper/lltypesystem/rpbc.py
Author: Alex Gaynor
Branch: precise-instantiate
Changeset: r65366:0facbce0dd89
Date: 2013-07-12 15:21 +1000
http://bitbucket.org/pypy/pypy/changeset/0facbce0dd89/
Log:rewrite these tests so they now pass
diff --git a/rpython/jit/codewriter/test/test_codewriter.py
b/rpython/jit/codewriter/te
Author: Alex Gaynor
Branch: precise-instantiate
Changeset: r65367:120376465290
Date: 2013-07-12 15:55 +1000
http://bitbucket.org/pypy/pypy/changeset/120376465290/
Log:Close branch for merge.
___
pypy-commit mailing list
pypy-commit@python.org
http:
Author: Alex Gaynor
Branch:
Changeset: r65368:0bcbff2e5aca
Date: 2013-07-12 15:56 +1000
http://bitbucket.org/pypy/pypy/changeset/0bcbff2e5aca/
Log:Merged precise-instantiate:
Makes it so the analyzers are able to see which "instantiate"
functions can actually be called when
Author: Alex Gaynor
Branch: extradoc
Changeset: r4983:6afbc6bbdc37
Date: 2013-07-12 16:16 +1000
http://bitbucket.org/pypy/extradoc/changeset/6afbc6bbdc37/
Log:Document a missed optimization
diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -83,
Author: Alex Gaynor
Branch:
Changeset: r65369:c1825a7b729a
Date: 2013-07-12 16:37 +1000
http://bitbucket.org/pypy/pypy/changeset/c1825a7b729a/
Log:Remove some code that was temporary.
diff --git a/rpython/jit/backend/arm/runner.py
b/rpython/jit/backend/arm/runner.py
--- a/rpython/jit/backe
53 matches
Mail list logo