Author: Matti Picus
Branch: extradoc
Changeset: r5482:16701bc31bcb
Date: 2014-12-12 12:52 +0200
http://bitbucket.org/pypy/extradoc/changeset/16701bc31bcb/
Log:start updating numpy task ideas
diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt
--- a/planning/micronumpy.txt
+++ b/pl
Author: Armin Rigo
Branch:
Changeset: r198:1676e7d1646f
Date: 2014-12-12 11:47 +
http://bitbucket.org/cffi/creflect/changeset/1676e7d1646f/
Log:Allow multiple declarations of a function with the same name.
diff --git a/creflect/codegen.py b/creflect/codegen.py
--- a/creflect/codegen.py
Author: Maciej Fijalkowski
Branch:
Changeset: r74895:dcf1b6b1b8a5
Date: 2014-12-12 14:01 +0200
http://bitbucket.org/pypy/pypy/changeset/dcf1b6b1b8a5/
Log:small steps - get rid of a confusing loop
diff --git a/rpython/jit/metainterp/compile.py
b/rpython/jit/metainterp/compile.py
--- a/rpyth
Author: Armin Rigo
Branch:
Changeset: r74896:3fe17318bbdb
Date: 2014-12-12 14:22 +
http://bitbucket.org/pypy/pypy/changeset/3fe17318bbdb/
Log:(cfbolz, arigo)
Fix for prebuilt r_ordereddicts.
diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py
--- a/rp
Author: Armin Rigo
Branch:
Changeset: r74897:2b51137c528f
Date: 2014-12-12 14:48 +
http://bitbucket.org/pypy/pypy/changeset/2b51137c528f/
Log:(cfbolz, arigo)
Copy support for prepare_dict_update() from rdict to rordereddict.
diff --git a/rpython/rlib/test/test_objectmodel.py
b
Author: Maciej Fijalkowski
Branch:
Changeset: r74898:99e731e67c69
Date: 2014-12-12 17:34 +0200
http://bitbucket.org/pypy/pypy/changeset/99e731e67c69/
Log:kill exported_state as a thing living on a label, instead pass it
explicitely when it's necessary (when unrolling *or* retracing)
Author: Maciej Fijalkowski
Branch:
Changeset: r74899:ac553d5be503
Date: 2014-12-12 17:34 +0200
http://bitbucket.org/pypy/pypy/changeset/ac553d5be503/
Log:merge
diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py
--- a/rpython/annotator/bookkeeper.py
+++ b/rpython/
Author: Maciej Fijalkowski
Branch:
Changeset: r74900:59fae35bdef8
Date: 2014-12-12 17:48 +0200
http://bitbucket.org/pypy/pypy/changeset/59fae35bdef8/
Log:fix typo
diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py
b/rpython/jit/metainterp/optimizeopt/virtualstate.py
--- a/rpyt
Author: Brian Kearns
Branch:
Changeset: r74901:ff868c93a1a5
Date: 2014-12-12 11:23 -0500
http://bitbucket.org/pypy/pypy/changeset/ff868c93a1a5/
Log:clarify _sqlite3 change
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -1175
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74903:30f34cca91d4
Date: 2014-12-12 18:43 +0200
http://bitbucket.org/pypy/pypy/changeset/30f34cca91d4/
Log:merge default
diff too long, truncating to 2000 out of 14889 lines
diff --git a/lib-python/2.7/sqlite3/test/dbapi.py
b/lib-pyt
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74902:c9f5a43ea3c1
Date: 2014-12-12 18:39 +0200
http://bitbucket.org/pypy/pypy/changeset/c9f5a43ea3c1/
Log:small progress
diff --git a/rpython/jit/metainterp/compile.py
b/rpython/jit/metainterp/compile.py
--- a/rpython/jit/metainterp/
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74904:d75fb78484b4
Date: 2014-12-12 18:45 +0200
http://bitbucket.org/pypy/pypy/changeset/d75fb78484b4/
Log:fix the merge
diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py
b/rpython/jit/metainterp/optimizeopt/intbounds.py
--
Author: Brian Kearns
Branch:
Changeset: r74905:853ab473ce93
Date: 2014-12-12 11:59 -0500
http://bitbucket.org/pypy/pypy/changeset/853ab473ce93/
Log:run sqlite3 tests against both cpython version and lib_pypy version
diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py
b/pypy/module/test_
Author: Brian Kearns
Branch:
Changeset: r74906:29c3daa5d709
Date: 2014-12-12 12:10 -0500
http://bitbucket.org/pypy/pypy/changeset/29c3daa5d709/
Log:clarify names
diff --git a/pypy/module/test_lib_pypy/test_datetime.py
b/pypy/module/test_lib_pypy/test_datetime.py
--- a/pypy/module/test_lib_
Author: Laurence Tratt
Branch: min_5_secs
Changeset: r299:e3aea38bffa2
Date: 2014-12-12 17:47 +
http://bitbucket.org/pypy/benchmarks/changeset/e3aea38bffa2/
Log:Merge default.
diff too long, truncating to 2000 out of 119576 lines
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmar
Author: Armin Rigo
Branch:
Changeset: r199:a34448506d46
Date: 2014-12-12 20:50 +
http://bitbucket.org/cffi/creflect/changeset/a34448506d46/
Log:Trying out the overloaded function declarations. Right now only
supports overloaded by number of arguments.
diff --git a/zeffir/builder
16 matches
Mail list logo