Author: Romain Guillebert
Branch: numpy-pickle
Changeset: r64604:e4f9bb0afad2
Date: 2013-05-28 13:43 +0200
http://bitbucket.org/pypy/pypy/changeset/e4f9bb0afad2/
Log:Close branch
___
pypy-commit mailing list
[email protected]
http://mail.pytho
Author: Romain Guillebert
Branch:
Changeset: r64605:9f5435579221
Date: 2013-05-28 13:48 +0200
http://bitbucket.org/pypy/pypy/changeset/9f5435579221/
Log:Merge numpy-pickle
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
--- a/pypy/module/micronumpy/__in
Author: Maciej Fijalkowski
Branch: kill-gen-store-back-in
Changeset: r64606:b59812edf3d1
Date: 2013-05-28 14:36 +0200
http://bitbucket.org/pypy/pypy/changeset/b59812edf3d1/
Log:grumble grumble grumble
diff --git a/rpython/jit/backend/x86/regalloc.py
b/rpython/jit/backend/x86/regalloc.py
---
Author: Manuel Jacob
Branch: remove-string-smm
Changeset: r64615:ef9c84a9a1aa
Date: 2013-05-25 14:58 +0200
http://bitbucket.org/pypy/pypy/changeset/ef9c84a9a1aa/
Log:This branch is superseded by refactor-str-types.
___
pypy-commit mailing list
pypy-
Author: Manuel Jacob
Branch: refactor-str-types
Changeset: r64611:82a10bd78400
Date: 2013-05-25 01:18 +0200
http://bitbucket.org/pypy/pypy/changeset/82a10bd78400/
Log:Make W_BytesObject inherit StringMethods and let it use the shared
__mul__/__rmul__ implementation.
diff --git a/pypy/
Author: Manuel Jacob
Branch: refactor-str-types
Changeset: r64609:c80d5be3241d
Date: 2013-05-24 23:45 +0200
http://bitbucket.org/pypy/pypy/changeset/c80d5be3241d/
Log:Add stubs for shared string methods.
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.py
Author: Manuel Jacob
Branch: refactor-str-types
Changeset: r64610:1ec0c56555fc
Date: 2013-05-25 00:23 +0200
http://bitbucket.org/pypy/pypy/changeset/1ec0c56555fc/
Log:Rename internal methods.
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.py
--- a/pypy/
Author: Manuel Jacob
Branch: refactor-str-types
Changeset: r64608:cdea8495ecff
Date: 2013-05-24 22:47 +0200
http://bitbucket.org/pypy/pypy/changeset/cdea8495ecff/
Log:Merge bytearraytype.py into bytearrayobject.py.
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearr
Author: Manuel Jacob
Branch: refactor-str-types
Changeset: r64612:ecebc3f985bb
Date: 2013-05-25 01:38 +0200
http://bitbucket.org/pypy/pypy/changeset/ecebc3f985bb/
Log:Kill unicodetype.py.
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interprete
Author: Manuel Jacob
Branch: refactor-str-types
Changeset: r64613:bb62ce8ae4ae
Date: 2013-05-25 01:46 +0200
http://bitbucket.org/pypy/pypy/changeset/bb62ce8ae4ae/
Log:Make W_UnicodeObject use shared __mul__/__rmul__ implementation.
diff --git a/pypy/objspace/std/unicodeobject.py
b/pypy/objsp
Author: Manuel Jacob
Branch: refactor-str-types
Changeset: r64614:0c3ec61773b7
Date: 2013-05-25 02:10 +0200
http://bitbucket.org/pypy/pypy/changeset/0c3ec61773b7/
Log:fixes
diff --git a/pypy/objspace/std/stringmethods.py
b/pypy/objspace/std/stringmethods.py
--- a/pypy/objspace/std/stringmeth
Author: Maciej Fijalkowski
Branch: kill-gen-store-back-in
Changeset: r64618:331b467d0c3d
Date: 2013-05-28 15:46 +0200
http://bitbucket.org/pypy/pypy/changeset/331b467d0c3d/
Log:simplify
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/backend/llgraph/runner.py
--- a/rpython/
Author: Maciej Fijalkowski
Branch:
Changeset: r64620:7240a74dd496
Date: 2013-05-28 16:03 +0200
http://bitbucket.org/pypy/pypy/changeset/7240a74dd496/
Log:fix test_whatsnew
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/wh
Author: Maciej Fijalkowski
Branch:
Changeset: r64619:f5f6bc6f2837
Date: 2013-05-28 16:00 +0200
http://bitbucket.org/pypy/pypy/changeset/f5f6bc6f2837/
Log:fix broken merge
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/mi
Author: Maciej Fijalkowski
Branch:
Changeset: r64623:3413b6c72956
Date: 2013-05-28 16:10 +0200
http://bitbucket.org/pypy/pypy/changeset/3413b6c72956/
Log:merge
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.
Author: Maciej Fijalkowski
Branch:
Changeset: r64622:d7a42e01760e
Date: 2013-05-28 16:07 +0200
http://bitbucket.org/pypy/pypy/changeset/d7a42e01760e/
Log:fix test_array
diff --git a/pypy/module/pypyjit/test_pypy_c/test_array.py
b/pypy/module/pypyjit/test_pypy_c/test_array.py
--- a/pypy/mod
Author: Armin Rigo
Branch:
Changeset: r64624:e68b3de71eb7
Date: 2013-05-28 16:18 +0200
http://bitbucket.org/pypy/pypy/changeset/e68b3de71eb7/
Log:Attempt to have error messages reach the buildbot output
diff --git a/pypy/module/pypyjit/test_pypy_c/test_bug.py
b/pypy/module/pypyjit/test_pyp
Author: Alex Gaynor
Branch:
Changeset: r64621:33651f093624
Date: 2013-05-28 07:05 -0700
http://bitbucket.org/pypy/pypy/changeset/33651f093624/
Log:Include a branch description.
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/d
Author: Maciej Fijalkowski
Branch:
Changeset: r64626:727e5e38dd75
Date: 2013-05-28 17:40 +0200
http://bitbucket.org/pypy/pypy/changeset/727e5e38dd75/
Log:merge
diff --git a/pypy/module/pypyjit/test_pypy_c/test_bug.py
b/pypy/module/pypyjit/test_pypy_c/test_bug.py
--- a/pypy/module/pypyjit/t
Author: Maciej Fijalkowski
Branch:
Changeset: r64625:72b57729949f
Date: 2013-05-28 17:39 +0200
http://bitbucket.org/pypy/pypy/changeset/72b57729949f/
Log:ok, screw that, let's not be that magical and repeat that line a few
times
diff --git a/pypy/module/array/interp_array.py
b/pypy
Author: Lars Wassermann
Branch:
Changeset: r418:0c6b78a77dca
Date: 2013-05-28 18:24 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/0c6b78a77dca/
Log:moved the returning-context identification from the copy of
returnTopFromMethod to s_home, because simply overwriting
Author: Lars Wassermann
Branch:
Changeset: r419:7518cab03fce
Date: 2013-05-28 18:27 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/7518cab03fce/
Log:Changed the priority of eventual spawned processes to 41, because 40
is the user-priority in newer Squeak images. This breaks
Author: Armin Rigo
Branch:
Changeset: r47:0dfc3a9bc0a7
Date: 2013-05-27 21:38 +0200
http://bitbucket.org/pypy/stmgc/changeset/0dfc3a9bc0a7/
Log:Progress
diff --git a/c3/doc.txt b/c3/doc.txt
--- a/c3/doc.txt
+++ b/c3/doc.txt
@@ -53,3 +53,6 @@
- how to handle immutable objects? they might
Author: Armin Rigo
Branch:
Changeset: r48:3d90299fb3ec
Date: 2013-05-28 19:07 +0200
http://bitbucket.org/pypy/stmgc/changeset/3d90299fb3ec/
Log:Next fix for test_multi_thread
diff --git a/c3/et.c b/c3/et.c
--- a/c3/et.c
+++ b/c3/et.c
@@ -745,6 +745,25 @@
g2l_clear(&d->public_to_private);
Author: Alex Gaynor
Branch:
Changeset: r64629:21a05f62d97f
Date: 2013-05-28 10:08 -0700
http://bitbucket.org/pypy/pypy/changeset/21a05f62d97f/
Log:Merged logging-perf branch.
This speeds up logging in many (all?) cases by unrolling
sys._getframe() which allows much of the lo
Author: Alex Gaynor
Branch: logging-perf
Changeset: r64628:5c9de90cf312
Date: 2013-05-28 10:06 -0700
http://bitbucket.org/pypy/pypy/changeset/5c9de90cf312/
Log:Closed branch for merge.
___
pypy-commit mailing list
[email protected]
http://mail
Author: Alex Gaynor
Branch: logging-perf
Changeset: r64627:a03d4b2f9258
Date: 2013-05-28 10:06 -0700
http://bitbucket.org/pypy/pypy/changeset/a03d4b2f9258/
Log:merged default in
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/d
Author: Alex Gaynor
Branch:
Changeset: r64630:7bac0a805c70
Date: 2013-05-28 10:30 -0700
http://bitbucket.org/pypy/pypy/changeset/7bac0a805c70/
Log:mark this function as elidable
diff --git a/pypy/objspace/std/stringtype.py b/pypy/objspace/std/stringtype.py
--- a/pypy/objspace/std/stringtype
Author: Philip Jenvey
Branch: py3k
Changeset: r64632:d0b2e22a1edf
Date: 2013-05-28 12:35 -0700
http://bitbucket.org/pypy/pypy/changeset/d0b2e22a1edf/
Log:reapply 5911ba2ee308 from default: Backported 5629bf4c6bba from
CPython.
diff --git a/lib-python/3/logging/__init__.py b/lib-pytho
Author: Philip Jenvey
Branch: operrfmt-NT
Changeset: r64633:1d387bc97dc7
Date: 2013-05-28 12:38 -0700
http://bitbucket.org/pypy/pypy/changeset/1d387bc97dc7/
Log:merge default
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/
Author: Philip Jenvey
Branch: operrfmt-NT
Changeset: r64634:57ba2cfdb9e4
Date: 2013-05-28 12:39 -0700
http://bitbucket.org/pypy/pypy/changeset/57ba2cfdb9e4/
Log:close to be merged branch
___
pypy-commit mailing list
[email protected]
http://ma
Author: Maciej Fijalkowski
Branch:
Changeset: r64636:a8943ada15ee
Date: 2013-05-28 22:00 +0200
http://bitbucket.org/pypy/pypy/changeset/a8943ada15ee/
Log:passing test
diff --git a/rpython/translator/c/test/test_standalone.py
b/rpython/translator/c/test/test_standalone.py
--- a/rpython/tran
Author: Philip Jenvey
Branch:
Changeset: r64639:16b26a59745a
Date: 2013-05-28 14:34 -0700
http://bitbucket.org/pypy/pypy/changeset/16b26a59745a/
Log:add a %R format to operationerrfmt
diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py
--- a/pypy/interpreter/error.py
+++ b/py
Author: Philip Jenvey
Branch:
Changeset: r64638:bcfcca1e51e3
Date: 2013-05-28 14:16 -0700
http://bitbucket.org/pypy/pypy/changeset/bcfcca1e51e3/
Log:utillize %N
diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy/objspace/std/objspace.py
+++ b/pypy/objspace
Author: Philip Jenvey
Branch: py3k
Changeset: r64643:83978aef9853
Date: 2013-05-28 14:42 -0700
http://bitbucket.org/pypy/pypy/changeset/83978aef9853/
Log:merge default
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsne
Author: Philip Jenvey
Branch: py3k
Changeset: r64642:669925f1265e
Date: 2013-05-28 14:39 -0700
http://bitbucket.org/pypy/pypy/changeset/669925f1265e/
Log:pass through unicode for %N/%T
diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py
--- a/pypy/interpreter/error.py
+++ b/py
Author: Philip Jenvey
Branch:
Changeset: r64637:309a4880f4c8
Date: 2013-05-28 13:15 -0700
http://bitbucket.org/pypy/pypy/changeset/309a4880f4c8/
Log:document logging-perf/operrfmt-NT
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/
Author: Philip Jenvey
Branch: py3k
Changeset: r64641:1c0f22d3facb
Date: 2013-05-28 14:35 -0700
http://bitbucket.org/pypy/pypy/changeset/1c0f22d3facb/
Log:utilize %N/%T
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyopcode.py
+++ b/pypy/inter
Author: Philip Jenvey
Branch:
Changeset: r64644:0289956d46c1
Date: 2013-05-28 14:43 -0700
http://bitbucket.org/pypy/pypy/changeset/0289956d46c1/
Log:merge upstream
diff --git a/rpython/translator/c/test/test_standalone.py
b/rpython/translator/c/test/test_standalone.py
--- a/rpython/transla
Author: Alex Gaynor
Branch: python-loop-unroll
Changeset: r64645:8255a8d3b52b
Date: 2013-05-28 15:00 -0700
http://bitbucket.org/pypy/pypy/changeset/8255a8d3b52b/
Log:A branch to expirement with unrolling Python loops in the JIT.
___
pypy-commit mai
Author: Philip Jenvey
Branch: py3k
Changeset: r64646:dcc9f87e4b91
Date: 2013-05-28 15:00 -0700
http://bitbucket.org/pypy/pypy/changeset/dcc9f87e4b91/
Log:replace %8 w/ %R where possible
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyopcode.p
Author: Philip Jenvey
Branch: py3k
Changeset: r64647:af8c6a0e046d
Date: 2013-05-28 15:10 -0700
http://bitbucket.org/pypy/pypy/changeset/af8c6a0e046d/
Log:fix
diff --git a/pypy/module/_codecs/interp_codecs.py
b/pypy/module/_codecs/interp_codecs.py
--- a/pypy/module/_codecs/interp_codecs.py
+
Author: Alex Gaynor
Branch: python-loop-unroll
Changeset: r64648:978ab2b048ae
Date: 2013-05-28 15:16 -0700
http://bitbucket.org/pypy/pypy/changeset/978ab2b048ae/
Log:Expose a class whose job is to explicitly indicate that a loop
should be unrolled.
diff --git a/pypy/module/__pypy__/_
Author: Alex Gaynor
Branch: python-loop-unroll
Changeset: r64650:df2479716baa
Date: 2013-05-28 15:31 -0700
http://bitbucket.org/pypy/pypy/changeset/df2479716baa/
Log:this is no longer totally immutable
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interp
Author: Alex Gaynor
Branch: python-loop-unroll
Changeset: r64649:27fd933bbf5e
Date: 2013-05-28 15:30 -0700
http://bitbucket.org/pypy/pypy/changeset/27fd933bbf5e/
Log:whack at random stuff, now maybe works?
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/in
Author: Alex Gaynor
Branch: python-loop-unroll
Changeset: r64651:8e979a30ce19
Date: 2013-05-28 15:39 -0700
http://bitbucket.org/pypy/pypy/changeset/8e979a30ce19/
Log:RPython + handle comprehensions without crashing
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
---
Author: Alex Gaynor
Branch: python-loop-unroll
Changeset: r64652:c4ba4835f87a
Date: 2013-05-28 15:50 -0700
http://bitbucket.org/pypy/pypy/changeset/c4ba4835f87a/
Log:deadcode + pep8
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
--- a/pypy/int
Author: Alex Gaynor
Branch: python-loop-unroll
Changeset: r64653:0fe85e59b146
Date: 2013-05-28 16:45 -0700
http://bitbucket.org/pypy/pypy/changeset/0fe85e59b146/
Log:a heuristic, who knows if it works!
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interp
Author: Alex Gaynor
Branch: python-loop-unroll
Changeset: r64654:b0325fcc2553
Date: 2013-05-28 16:52 -0700
http://bitbucket.org/pypy/pypy/changeset/b0325fcc2553/
Log:make sure order of operations is correct
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/i
Author: Alex Gaynor
Branch:
Changeset: r64655:3777abcff018
Date: 2013-05-28 15:50 -0700
http://bitbucket.org/pypy/pypy/changeset/3777abcff018/
Log:deadcode + pep8
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
--- a/pypy/interpreter/astcompil
Author: Alex Gaynor
Branch: python-loop-unroll
Changeset: r64656:2027e1ae264f
Date: 2013-05-28 17:34 -0700
http://bitbucket.org/pypy/pypy/changeset/2027e1ae264f/
Log:merged default in
___
pypy-commit mailing list
[email protected]
http://mail.
Author: Philip Jenvey
Branch:
Changeset: r64658:a6a2200b5fb0
Date: 2013-05-28 18:14 -0700
http://bitbucket.org/pypy/pypy/changeset/a6a2200b5fb0/
Log:fix the broken, unused descr_repr
diff --git a/pypy/module/_multiprocessing/interp_connection.py
b/pypy/module/_multiprocessing/interp_connec
Author: Philip Jenvey
Branch:
Changeset: r64657:1c11e438a8a4
Date: 2013-05-28 18:12 -0700
http://bitbucket.org/pypy/pypy/changeset/1c11e438a8a4/
Log:pep8/cleanup
diff --git a/pypy/module/_multiprocessing/__init__.py
b/pypy/module/_multiprocessing/__init__.py
--- a/pypy/module/_multiprocess
Author: Philip Jenvey
Branch:
Changeset: r64659:e4520f56a080
Date: 2013-05-28 18:14 -0700
http://bitbucket.org/pypy/pypy/changeset/e4520f56a080/
Log:PipeConnection is win32 only
diff --git a/pypy/module/_multiprocessing/__init__.py
b/pypy/module/_multiprocessing/__init__.py
--- a/pypy/modu
Author: Philip Jenvey
Branch: py3k
Changeset: r64660:32e7d1cf273c
Date: 2013-05-28 18:24 -0700
http://bitbucket.org/pypy/pypy/changeset/32e7d1cf273c/
Log:merge default
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
--- a/pypy/interpreter/astco
55 matches
Mail list logo