[pypy-commit] pypy default: This code was indented with 5 space :(

2013-07-09 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r65280:f4dde596e35c Date: 2013-07-09 18:04 +1000 http://bitbucket.org/pypy/pypy/changeset/f4dde596e35c/ Log:This code was indented with 5 space :( diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py ---

[pypy-commit] pypy stmgc-c4: we don't need that extra parameter

2013-07-09 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: stmgc-c4 Changeset: r65282:b29a9e46f214 Date: 2013-07-09 10:04 +0200 http://bitbucket.org/pypy/pypy/changeset/b29a9e46f214/ Log:we don't need that extra parameter diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy stmgc-c4: skip stm_barriers; no implementation in runner.py

2013-07-09 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: stmgc-c4 Changeset: r65281:5d3354d5a836 Date: 2013-07-08 08:26 +0200 http://bitbucket.org/pypy/pypy/changeset/5d3354d5a836/ Log:skip stm_barriers; no implementation in runner.py diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] stmgc default: change / to - so we can run it on older duhton

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r375:5076bffd3728 Date: 2013-07-09 11:15 +0200 http://bitbucket.org/pypy/stmgc/changeset/5076bffd3728/ Log:change / to - so we can run it on older duhton diff --git a/duhton/demo/trees.duh b/duhton/demo/trees.duh ---

[pypy-commit] stmgc default: implement pair?

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r377:ffe6884d33a4 Date: 2013-07-09 11:33 +0200 http://bitbucket.org/pypy/stmgc/changeset/ffe6884d33a4/ Log:implement pair? diff --git a/duhton/demo/trees.duh b/duhton/demo/trees.duh --- a/duhton/demo/trees.duh +++

[pypy-commit] stmgc default: implement cons

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r376:df788d5d8fff Date: 2013-07-09 11:16 +0200 http://bitbucket.org/pypy/stmgc/changeset/df788d5d8fff/ Log:implement cons diff --git a/duhton/glob.c b/duhton/glob.c --- a/duhton/glob.c +++ b/duhton/glob.c @@ -527,6 +527,14 @@

[pypy-commit] extradoc extradoc: Start writing a blog post

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r4977:3d38052a94e1 Date: 2013-07-09 13:23 +0200 http://bitbucket.org/pypy/extradoc/changeset/3d38052a94e1/ Log:Start writing a blog post diff --git a/blog/draft/duhton.rst b/blog/draft/duhton.rst new file mode 100644 ---

[pypy-commit] extradoc extradoc: merge

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r4978:2f847bf4e26e Date: 2013-07-09 13:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/2f847bf4e26e/ Log:merge diff --git a/blog/draft/pypy-alpha-arm.rst b/blog/draft/pypy-alpha-arm.rst ---

[pypy-commit] pypy default: 2.1 beta announcement

2013-07-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65284:9d2af55df726 Date: 2013-07-09 14:00 +0200 http://bitbucket.org/pypy/pypy/changeset/9d2af55df726/ Log:2.1 beta announcement diff --git a/pypy/doc/release-2.1.0-beta1.rst b/pypy/doc/release-2.1.0-beta1.rst new file

[pypy-commit] pypy default: merged upstream

2013-07-09 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r65286:74dbbebd4e5a Date: 2013-07-09 22:06 +1000 http://bitbucket.org/pypy/pypy/changeset/74dbbebd4e5a/ Log:merged upstream diff --git a/pypy/doc/release-2.1.0-beta1.rst b/pypy/doc/release-2.1.0-beta1.rst new file mode 100644 ---

[pypy-commit] pypy default: fix test

2013-07-09 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r65285:4f6d8c39e8cc Date: 2013-07-09 22:04 +1000 http://bitbucket.org/pypy/pypy/changeset/4f6d8c39e8cc/ Log:fix test diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annrpython.py ---

[pypy-commit] pypy default: typo

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r65287:ed1a1f167370 Date: 2013-07-09 14:10 +0200 http://bitbucket.org/pypy/pypy/changeset/ed1a1f167370/ Log:typo diff --git a/pypy/doc/release-2.1.0-beta1.rst b/pypy/doc/release-2.1.0-beta1.rst ---

[pypy-commit] pypy default: typo

2013-07-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65288:5195aa291e6d Date: 2013-07-09 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/5195aa291e6d/ Log:typo diff --git a/pypy/doc/release-2.1.0-beta1.rst b/pypy/doc/release-2.1.0-beta1.rst ---

[pypy-commit] extradoc extradoc: minor corrections

2013-07-09 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: extradoc Changeset: r4980:53412cc62d31 Date: 2013-07-09 14:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/53412cc62d31/ Log:minor corrections diff --git a/blog/draft/duhton.rst b/blog/draft/duhton.rst --- a/blog/draft/duhton.rst +++

[pypy-commit] pypy default: merge

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r65290:8557e3918b25 Date: 2013-07-09 15:05 +0200 http://bitbucket.org/pypy/pypy/changeset/8557e3918b25/ Log:merge diff --git a/pypy/doc/release-2.1.0-beta1.rst b/pypy/doc/release-2.1.0-beta1.rst ---

[pypy-commit] pypy default: it seems this is enough to enable fastpath for ['self', 'space'] unwrap_spec

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r65289:8194ed86bd54 Date: 2013-07-09 15:04 +0200 http://bitbucket.org/pypy/pypy/changeset/8194ed86bd54/ Log:it seems this is enough to enable fastpath for ['self', 'space'] unwrap_spec diff --git

[pypy-commit] pypy release-2.1.x: Added tag pypy-2.1-beta for changeset 347c6b018473

2013-07-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.1.x Changeset: r65292:1b792e2b2266 Date: 2013-07-09 14:36 +0200 http://bitbucket.org/pypy/pypy/changeset/1b792e2b2266/ Log:Added tag pypy-2.1-beta for changeset 347c6b018473 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy release-2.1.x: kill tags

2013-07-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.1.x Changeset: r65291:347c6b018473 Date: 2013-07-09 14:36 +0200 http://bitbucket.org/pypy/pypy/changeset/347c6b018473/ Log:kill tags diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -3,6 +3,3 @@

[pypy-commit] pypy release-2.1.x: Added tag pypy-2.1-beta for changeset a0e2bc9ceccd

2013-07-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.1.x Changeset: r65295:efa3a7b96422 Date: 2013-07-09 15:40 +0200 http://bitbucket.org/pypy/pypy/changeset/efa3a7b96422/ Log:Added tag pypy-2.1-beta for changeset a0e2bc9ceccd diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy release-2.1.x: add rpython to the list of directories covered by the license

2013-07-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.1.x Changeset: r65294:a0e2bc9ceccd Date: 2013-07-09 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/a0e2bc9ceccd/ Log:add rpython to the list of directories covered by the license diff --git a/LICENSE b/LICENSE ---

[pypy-commit] pypy default: add rpython to the list of directories covered by the license

2013-07-09 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65293:efcf18bcc46e Date: 2013-07-09 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/efcf18bcc46e/ Log:add rpython to the list of directories covered by the license diff --git a/LICENSE b/LICENSE --- a/LICENSE +++

[pypy-commit] stmgc copy-over-original: seems to be working mostly

2013-07-09 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: copy-over-original Changeset: r379:5a4649117329 Date: 2013-07-09 18:22 +0200 http://bitbucket.org/pypy/stmgc/changeset/5a4649117329/ Log:seems to be working mostly diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -945,6 +945,7

[pypy-commit] pypy kill-ootype: kill ConstObj, BoxObj

2013-07-09 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: kill-ootype Changeset: r65296:1a1aec304f2e Date: 2013-07-09 18:47 +0200 http://bitbucket.org/pypy/pypy/changeset/1a1aec304f2e/ Log:kill ConstObj, BoxObj diff --git a/rpython/jit/backend/arm/test/test_calling_convention.py

[pypy-commit] pypy py3k: 2to3

2013-07-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r65298:0035155e3f55 Date: 2013-07-08 15:51 -0700 http://bitbucket.org/pypy/pypy/changeset/0035155e3f55/ Log:2to3 diff --git a/pypy/module/_pypyjson/test/test__pypyjson.py b/pypy/module/_pypyjson/test/test__pypyjson.py ---

[pypy-commit] pypy py3k: merge default

2013-07-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r65297:f23adcde38f1 Date: 2013-07-08 15:50 -0700 http://bitbucket.org/pypy/pypy/changeset/f23adcde38f1/ Log:merge default diff --git a/lib-python/2.7/json/__init__.py b/lib-python/2.7/json/__init__.py ---

[pypy-commit] pypy default: merge

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r65300:592758e231f8 Date: 2013-07-09 19:28 +0200 http://bitbucket.org/pypy/pypy/changeset/592758e231f8/ Log:merge diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -2,9 +2,9 @@ === Except when otherwise

[pypy-commit] pypy default: write a test

2013-07-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r65299:e8feb47a0eb9 Date: 2013-07-09 19:28 +0200 http://bitbucket.org/pypy/pypy/changeset/e8feb47a0eb9/ Log:write a test diff --git a/pypy/interpreter/test/test_gateway.py b/pypy/interpreter/test/test_gateway.py ---

[pypy-commit] lang-smalltalk default: refactored the kernel test collection to be faster on interpreted RSqueak VMs

2013-07-09 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r492:248c652808be Date: 2013-07-08 13:40 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/248c652808be/ Log:refactored the kernel test collection to be faster on interpreted RSqueak VMs diff --git

[pypy-commit] lang-smalltalk default: freeing the module and function names after sending them to i.a. dlsym

2013-07-09 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r491:2e1f503bdb08 Date: 2013-07-05 23:59 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/2e1f503bdb08/ Log:freeing the module and function names after sending them to i.a. dlsym diff --git

[pypy-commit] lang-smalltalk default: added SmallInteger#benchmarkExampleOne and prepared changing the copybits primitive number from 96 to the one for external call (117)

2013-07-09 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r494:acba2d191ee3 Date: 2013-07-09 20:21 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/acba2d191ee3/ Log:added SmallInteger#benchmarkExampleOne and prepared changing the copybits primitive number from 96

[pypy-commit] lang-smalltalk default: added version object to the image, thus allowing in startup to decide whether to have a lower bound for artifical processes priority or not

2013-07-09 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r493:6c97c6bc7fc1 Date: 2013-07-09 20:20 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6c97c6bc7fc1/ Log:added version object to the image, thus allowing in startup to decide whether to have a lower bound

[pypy-commit] pypy default: merge the improve-str2charp branch: now operations like str2charp and get_nonmovingbuffer are implemented by calling memcpy instead of copying char-by-char explicitly. The

2013-07-09 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r65304:cffbba0d1078 Date: 2013-07-09 21:35 +0200 http://bitbucket.org/pypy/pypy/changeset/cffbba0d1078/ Log:merge the improve-str2charp branch: now operations like str2charp and get_nonmovingbuffer are implemented by calling

[pypy-commit] pypy improve-str2charp: close about-to-be-merged branch

2013-07-09 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: improve-str2charp Changeset: r65303:faaf5e9bdce2 Date: 2013-07-09 21:32 +0200 http://bitbucket.org/pypy/pypy/changeset/faaf5e9bdce2/ Log:close about-to-be-merged branch ___ pypy-commit mailing list

[pypy-commit] pypy improve-str2charp: merge default

2013-07-09 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: improve-str2charp Changeset: r65302:cf4e3cb3bd79 Date: 2013-07-09 21:32 +0200 http://bitbucket.org/pypy/pypy/changeset/cf4e3cb3bd79/ Log:merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -2,9 +2,9 @@ ===

[pypy-commit] pypy default: (fijal) add comments to make explicit which sections cannot contain any GC operation

2013-07-09 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r65305:f4668ca77047 Date: 2013-07-09 21:44 +0200 http://bitbucket.org/pypy/pypy/changeset/f4668ca77047/ Log:(fijal) add comments to make explicit which sections cannot contain any GC operation diff --git

[pypy-commit] pypy py3k: merge default

2013-07-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r65306:f4bbbcaa8ea3 Date: 2013-07-09 13:08 -0700 http://bitbucket.org/pypy/pypy/changeset/f4bbbcaa8ea3/ Log:merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -2,9 +2,9 @@ === Except when

[pypy-commit] pypy default: More 4-space indentation fixes.

2013-07-09 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r65309:9c5869afb49c Date: 2013-07-10 09:27 +1000 http://bitbucket.org/pypy/pypy/changeset/9c5869afb49c/ Log:More 4-space indentation fixes. diff --git a/pypy/interpreter/test/test_nestedscope.py

[pypy-commit] pypy default: A failing test for a dict where a key is a PBC.

2013-07-09 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r65307:c10c53a1bde6 Date: 2013-07-10 08:56 +1000 http://bitbucket.org/pypy/pypy/changeset/c10c53a1bde6/ Log:A failing test for a dict where a key is a PBC. diff --git a/rpython/rtyper/test/test_rdict.py

[pypy-commit] pypy default: merged upstream

2013-07-09 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r65310:42b33951190c Date: 2013-07-10 14:13 +1000 http://bitbucket.org/pypy/pypy/changeset/42b33951190c/ Log:merged upstream diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -2,9 +2,9 @@ === Except when