Author: mattip
Branch: release-2.5.x
Changeset: r75639:7abc5b13f7f0
Date: 2015-02-02 09:26 +0200
http://bitbucket.org/pypy/pypy/changeset/7abc5b13f7f0/
Log:merge default into branch
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -197,6 +197,
Author: mattip
Branch: release-2.5.x
Changeset: r75640:75dd29f10ef3
Date: 2015-02-02 09:29 +0200
http://bitbucket.org/pypy/pypy/changeset/75dd29f10ef3/
Log:update version info to release
diff --git a/pypy/module/cpyext/include/patchlevel.h
b/pypy/module/cpyext/include/patchlevel.h
--- a/pyp
Author: mattip
Branch:
Changeset: r75637:f7072390ff5d
Date: 2015-02-02 00:51 +0200
http://bitbucket.org/pypy/pypy/changeset/f7072390ff5d/
Log:imporove error message for missing dtype casting
diff --git a/pypy/module/micronumpy/test/test_ufuncs.py
b/pypy/module/micronumpy/test/test_ufuncs.p
Author: mattip
Branch:
Changeset: r75638:a0d3e64efd8b
Date: 2015-02-02 09:23 +0200
http://bitbucket.org/pypy/pypy/changeset/a0d3e64efd8b/
Log:test, fix and start to optimize a=np.array(b) where b is a ndarray
subtype
diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronu
Author: mattip
Branch:
Changeset: r75636:4d999c098b39
Date: 2015-02-02 00:33 +0200
http://bitbucket.org/pypy/pypy/changeset/4d999c098b39/
Log:handle the easiest ravel('K') case - is_c_contiguous and no negative
strides
diff --git a/pypy/module/micronumpy/ndarray.py
b/pypy/module/mi
Author: Amaury Forgeot d'Arc
Branch: stdlib-2.7.9
Changeset: r75635:7834e24c3b41
Date: 2015-02-01 23:44 +0100
http://bitbucket.org/pypy/pypy/changeset/7834e24c3b41/
Log:Fixes for test_sni_callback
diff --git a/pypy/bin/pyinteractive.py b/pypy/bin/pyinteractive.py
--- a/pypy/bin/pyinteractive
Author: Amaury Forgeot d'Arc
Branch: stdlib-2.7.9
Changeset: r75634:6a56bba1899b
Date: 2015-02-01 21:43 +0100
http://bitbucket.org/pypy/pypy/changeset/6a56bba1899b/
Log:Note to self: always run tests.
diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
--- a/pypy/interpreter
Author: Amaury Forgeot d'Arc
Branch: stdlib-2.7.9
Changeset: r75632:4c44fb30552f
Date: 2015-02-01 20:37 +0100
http://bitbucket.org/pypy/pypy/changeset/4c44fb30552f/
Log:Translation fix
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py
--- a/pypy/module/_ssl/interp_
Author: Amaury Forgeot d'Arc
Branch: stdlib-2.7.9
Changeset: r75630:1db91f1d2dbe
Date: 2015-02-01 19:04 +0100
http://bitbucket.org/pypy/pypy/changeset/1db91f1d2dbe/
Log:Implement SSLContext.set_servername_callback. No test so far.
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ss
Author: Amaury Forgeot d'Arc
Branch: stdlib-2.7.9
Changeset: r75629:1c34bb5d8133
Date: 2015-01-31 23:02 +0100
http://bitbucket.org/pypy/pypy/changeset/1c34bb5d8133/
Log:Fix an issue in cert_store_stats()
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py
--- a/pypy/
Author: Amaury Forgeot d'Arc
Branch: stdlib-2.7.9
Changeset: r75631:adaa2c6b7b13
Date: 2015-02-01 19:32 +0100
http://bitbucket.org/pypy/pypy/changeset/adaa2c6b7b13/
Log:Fixes
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py
--- a/pypy/module/_ssl/interp_ssl.py
+++
Author: Amaury Forgeot d'Arc
Branch: stdlib-2.7.9
Changeset: r75628:60293e8655ee
Date: 2015-01-31 19:08 +0100
http://bitbucket.org/pypy/pypy/changeset/60293e8655ee/
Log:More fields in decode_certificate.
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py
--- a/pypy/
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r75627:4aff38646069
Date: 2015-02-01 19:21 +0100
http://bitbucket.org/pypy/pypy/changeset/4aff38646069/
Log:fix
diff --git a/pypy/module/pypystm/stmdict.py b/pypy/module/pypystm/stmdict.py
--- a/pypy/module/pypystm/stmdict.py
+++ b/pypy/module/p
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r75626:b4c5f43782f1
Date: 2015-02-01 13:44 +0100
http://bitbucket.org/pypy/pypy/changeset/b4c5f43782f1/
Log:stmdict.pop()
diff --git a/pypy/module/pypystm/stmdict.py b/pypy/module/pypystm/stmdict.py
--- a/pypy/module/pypystm/stmdict.py
+++ b/pyp
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r75625:707dcfba2317
Date: 2015-02-01 12:03 +0100
http://bitbucket.org/pypy/pypy/changeset/707dcfba2317/
Log:stmdict.keys() and similar methods
diff --git a/pypy/module/pypystm/stmdict.py b/pypy/module/pypystm/stmdict.py
--- a/pypy/module/pypystm
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r75624:d7857d4bcf41
Date: 2015-02-01 11:39 +0100
http://bitbucket.org/pypy/pypy/changeset/d7857d4bcf41/
Log:hashtable.keys(), values(), items()
diff --git a/pypy/module/pypystm/hashtable.py b/pypy/module/pypystm/hashtable.py
--- a/pypy/module/py
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r75620:dce2ea23c327
Date: 2015-02-01 11:21 +0100
http://bitbucket.org/pypy/pypy/changeset/dce2ea23c327/
Log:_ll_hashtable_list
diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py
--- a/rpython/rlib/rstm.py
+++ b/rpython/rlib/rstm.py
@@ -1,5
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r75618:bf785d8257b2
Date: 2015-02-01 11:03 +0100
http://bitbucket.org/pypy/pypy/changeset/bf785d8257b2/
Log:update to stmgc/de27e8f11e38 (branch hashtable-iter)
diff --git a/rpython/translator/stm/src_stm/revision
b/rpython/translator/stm/src_s
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r75619:054d5d592ec4
Date: 2015-02-01 11:10 +0100
http://bitbucket.org/pypy/pypy/changeset/054d5d592ec4/
Log:_ll_hashtable_len
diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py
--- a/rpython/rlib/rstm.py
+++ b/rpython/rlib/rstm.py
@@ -182,
Author: Armin Rigo
Branch: hashtable-iter
Changeset: r1602:de27e8f11e38
Date: 2015-02-01 10:52 +0100
http://bitbucket.org/pypy/stmgc/changeset/de27e8f11e38/
Log:test stm_hashtable_list(..., NULL)
diff --git a/c7/test/test_hashtable.py b/c7/test/test_hashtable.py
--- a/c7/test/test_hashtable.
Author: Armin Rigo
Branch: hashtable-iter
Changeset: r1601:5e3761dd15b6
Date: 2015-02-01 10:50 +0100
http://bitbucket.org/pypy/stmgc/changeset/5e3761dd15b6/
Log:Adding tests for stm_hashtable_list
diff --git a/c7/test/support.py b/c7/test/support.py
--- a/c7/test/support.py
+++ b/c7/test/sup
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r75617:982b5fc67ac4
Date: 2015-02-01 10:19 +0100
http://bitbucket.org/pypy/pypy/changeset/982b5fc67ac4/
Log:Do a single lookup in all methods of hashtable, stmset and stmdict.
diff --git a/pypy/module/pypystm/hashtable.py b/pypy/module/pypystm/h
22 matches
Mail list logo