Author: Armin Rigo
Branch:
Changeset: r1178:3f334984ef30
Date: 2014-04-23 09:43 +0200
http://bitbucket.org/pypy/stmgc/changeset/3f334984ef30/
Log:Add description
diff --git a/c7/stm/core.h b/c7/stm/core.h
--- a/c7/stm/core.h
+++ b/c7/stm/core.h
@@ -151,7 +151,10 @@
/* This lock is acqu
Author: Maciej Fijalkowski
Branch:
Changeset: r70887:c95bd1d4e622
Date: 2014-04-23 10:16 +0200
http://bitbucket.org/pypy/pypy/changeset/c95bd1d4e622/
Log:move dump_storage to tests and don't use it during normal run (it's
mostly useless and very verbose)
diff --git a/rpython/jit/met
Author: Remi Meier
Branch:
Changeset: r1179:c79d45878460
Date: 2014-04-23 14:56 +0200
http://bitbucket.org/pypy/stmgc/changeset/c79d45878460/
Log:add function to hint another thread to commit soon. used in
contention.c to advise committing transactions that cause others to
ab
Author: Lisandro Dalcin
Branch:
Changeset: r1503:bcedf12c6e01
Date: 2014-04-23 16:10 +0300
http://bitbucket.org/cffi/cffi/changeset/bcedf12c6e01/
Log:Issue 153: Generate same C code for CPython 2 and 3
- CPython 2 and 3: make ffi.ferify() generate identical C code
- CPython
Author: Armin Rigo
Branch: marker
Changeset: r1180:3cdcd273d6d3
Date: 2014-04-23 17:01 +0200
http://bitbucket.org/pypy/stmgc/changeset/3cdcd273d6d3/
Log:in-progress: record markers corresponding to old_modified_objects
diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/s
Author: Lisandro Dalcin
Branch:
Changeset: r1504:cc11d18fb59b
Date: 2014-04-23 17:35 +0300
http://bitbucket.org/cffi/cffi/changeset/cc11d18fb59b/
Log:CPython: Initialize all slots of PyMethodDef table
- Silent GCC -Wmissing-field-initializers
diff --git a/cffi/vengine_cpy.py b/cffi
Author: Alex Gaynor
Branch:
Changeset: r70888:c65c33511bc7
Date: 2014-04-23 10:34 -0700
http://bitbucket.org/pypy/pypy/changeset/c65c33511bc7/
Log:Speed up zlib a bit by using memcpy in place a loop
diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py
--- a/rpython/rlib/rzlib.py
+++ b
Author: Alex Gaynor
Branch:
Changeset: r70889:7c640eb29429
Date: 2014-04-23 11:08 -0700
http://bitbucket.org/pypy/pypy/changeset/7c640eb29429/
Log:Remove an unused library from rlib
diff --git a/rpython/rlib/bitmanipulation.py b/rpython/rlib/bitmanipulation.py
deleted file mode 100644
--- a
Author: Brian Kearns
Branch:
Changeset: r70890:d91034c74551
Date: 2014-04-23 15:17 -0400
http://bitbucket.org/pypy/pypy/changeset/d91034c74551/
Log:fix ufunc reduce with single axis tuple (issue1718)
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/p
Author: Matti Picus
Branch:
Changeset: r70891:eca7b4daa067
Date: 2014-04-23 22:41 +0300
http://bitbucket.org/pypy/pypy/changeset/eca7b4daa067/
Log:copy release announcement from release-2.3.x branch
diff --git a/pypy/doc/release-2.3.0.rst b/pypy/doc/release-2.3.0.rst
new file mode 100644
--
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r70894:72e0d4578688
Date: 2014-04-23 12:48 -0700
http://bitbucket.org/pypy/pypy/changeset/72e0d4578688/
Log:merge default into branch
diff --git a/pypy/doc/release-2.3.0.rst b/pypy/doc/release-2.3.0.rst
new file mode 100644
--- /dev/nul
Author: Wim Lavrijsen
Branch:
Changeset: r70892:a637c43f17fa
Date: 2014-04-23 12:45 -0700
http://bitbucket.org/pypy/pypy/changeset/a637c43f17fa/
Log:fixes to elidable; now warning free
diff --git a/pypy/module/cppyy/capi/loadable_capi.py
b/pypy/module/cppyy/capi/loadable_capi.py
--- a/pypy
Author: Wim Lavrijsen
Branch:
Changeset: r70893:822c0b8d758b
Date: 2014-04-23 12:46 -0700
http://bitbucket.org/pypy/pypy/changeset/822c0b8d758b/
Log:merge default into branch
diff --git a/pypy/doc/release-2.3.0.rst b/pypy/doc/release-2.3.0.rst
new file mode 100644
--- /dev/null
+++ b/pypy/d
Author: Armin Rigo
Branch: extradoc
Changeset: r490:ca5bf8248220
Date: 2014-04-23 22:10 +0200
http://bitbucket.org/pypy/pypy.org/changeset/ca5bf8248220/
Log:Oups, forgot to update the value here too
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -9,7 +9,7 @@
$(fun
Author: Armin Rigo
Branch: extradoc
Changeset: r491:fe20b1d536e4
Date: 2014-04-23 22:20 +0200
http://bitbucket.org/pypy/pypy.org/changeset/fe20b1d536e4/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -9,13 +9,13 @@
$(function() {
$("#pro
Author: Brian Kearns
Branch:
Changeset: r70895:42dcc26ee1d1
Date: 2014-04-23 16:11 -0400
http://bitbucket.org/pypy/pypy/changeset/42dcc26ee1d1/
Log:create rsre_core.BufMatchContext, use to avoid copying
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py
--- a/pypy/
Author: Brian Kearns
Branch:
Changeset: r70896:134a1a7ab792
Date: 2014-04-23 18:04 -0400
http://bitbucket.org/pypy/pypy/changeset/134a1a7ab792/
Log:fix whatsnew
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: Brian Kearns
Branch:
Changeset: r70897:1b90f8057ef4
Date: 2014-04-23 18:36 -0400
http://bitbucket.org/pypy/pypy/changeset/1b90f8057ef4/
Log:try another ip to test timeout
diff --git a/rpython/rlib/test/test_rsocket.py
b/rpython/rlib/test/test_rsocket.py
--- a/rpython/rlib/test/test
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70898:8f8a5ff1a59a
Date: 2014-04-23 19:02 -0400
http://bitbucket.org/pypy/pypy/changeset/8f8a5ff1a59a/
Log:comments
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspac
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70900:086aa4773f70
Date: 2014-04-23 19:05 -0400
http://bitbucket.org/pypy/pypy/changeset/086aa4773f70/
Log:fix
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py
--- a/pypy/module/_sre/interp_sre.py
+++ b/
Author: Philip Jenvey
Branch:
Changeset: r70901:5c0a54b343c9
Date: 2014-04-23 16:10 -0700
http://bitbucket.org/pypy/pypy/changeset/5c0a54b343c9/
Log:might as well shortcut through finditem_str
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/py
Author: Philip Jenvey
Branch: py3k-fix-strategies
Changeset: r70904:790fb4852883
Date: 2014-04-23 16:41 -0700
http://bitbucket.org/pypy/pypy/changeset/790fb4852883/
Log:remove extra double quote
diff --git a/pypy/module/_posixsubprocess/interp_subprocess.py
b/pypy/module/_posixsubprocess/in
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70905:a0c9719c5500
Date: 2014-04-23 19:41 -0400
http://bitbucket.org/pypy/pypy/changeset/a0c9719c5500/
Log:move buffer to rpython
diff --git a/pypy/module/__pypy__/bytebuffer.py
b/pypy/module/__pypy__/bytebuffer.py
--- a/pypy/modu
Author: Wim Lavrijsen
Branch:
Changeset: r70907:656185bf25ce
Date: 2014-04-23 16:53 -0700
http://bitbucket.org/pypy/pypy/changeset/656185bf25ce/
Log:merge reflex-support: more tests based on dummy backend
diff --git a/pypy/module/cppyy/src/dummy_backend.cxx
b/pypy/module/cppyy/src/dummy_ba
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r70906:e1e330d8479f
Date: 2014-04-23 16:51 -0700
http://bitbucket.org/pypy/pypy/changeset/e1e330d8479f/
Log:open up more tests based on dummy backend
diff --git a/pypy/module/cppyy/src/dummy_backend.cxx
b/pypy/module/cppyy/src/dummy_ba
Author: Wim Lavrijsen
Branch:
Changeset: r70908:d426723559fb
Date: 2014-04-23 17:15 -0700
http://bitbucket.org/pypy/pypy/changeset/d426723559fb/
Log:doc updates (clarification and a description of nullptr)
diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
--- a/pypy/doc/cppyy.rst
+++ b/p
Author: Philip Jenvey
Branch: py3k-fix-strategies
Changeset: r70909:36af1cd6bd2c
Date: 2014-04-23 17:13 -0700
http://bitbucket.org/pypy/pypy/changeset/36af1cd6bd2c/
Log:revert back to usage of finditem/setitem_str
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70911:ac02d8345ef9
Date: 2014-04-23 21:06 -0400
http://bitbucket.org/pypy/pypy/changeset/ac02d8345ef9/
Log:fix validation of buffer writability
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70910:e28616a98151
Date: 2014-04-23 20:10 -0400
http://bitbucket.org/pypy/pypy/changeset/e28616a98151/
Log:comment funcs
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseob
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70912:e2178919af90
Date: 2014-04-23 21:50 -0400
http://bitbucket.org/pypy/pypy/changeset/e2178919af90/
Log:test/fix bufferstr_w behavior
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/in
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70913:33a8fc69f913
Date: 2014-04-23 21:54 -0400
http://bitbucket.org/pypy/pypy/changeset/33a8fc69f913/
Log:kill bufferchar_w
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/ba
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70914:820aa0f69a94
Date: 2014-04-23 22:01 -0400
http://bitbucket.org/pypy/pypy/changeset/820aa0f69a94/
Log:fix translation
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/base
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70915:53a0d2a1bfde
Date: 2014-04-23 22:19 -0400
http://bitbucket.org/pypy/pypy/changeset/53a0d2a1bfde/
Log:reorder
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70917:48ee80cfca6b
Date: 2014-04-23 23:20 -0400
http://bitbucket.org/pypy/pypy/changeset/48ee80cfca6b/
Log:fix usage of bufferstr_w in _io
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70918:6138264b2697
Date: 2014-04-23 23:25 -0400
http://bitbucket.org/pypy/pypy/changeset/6138264b2697/
Log:fix test_ztranslations
diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py
--- a/pypy/objspace/fake
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70916:da264ab81348
Date: 2014-04-23 22:54 -0400
http://bitbucket.org/pypy/pypy/changeset/da264ab81348/
Log:fix usage of bufferstr_w in unicodeobject
diff --git a/pypy/objspace/std/unicodeobject.py
b/pypy/objspace/std/unicodeobject
Author: Brian Kearns
Branch: refactor-buffer-api
Changeset: r70919:b0b180cf068a
Date: 2014-04-23 23:33 -0400
http://bitbucket.org/pypy/pypy/changeset/b0b180cf068a/
Log:fix usage of bufferstr_w in _file
diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py
--- a/pyp
Author: Lisandro Dalcin
Branch:
Changeset: r1505:6585558c79af
Date: 2014-04-23 18:58 +0300
http://bitbucket.org/cffi/cffi/changeset/6585558c79af/
Log:CPython: Add explicit typecasts in _cffi_to_c_int()
- Silent GCC -Wsign-compare warning: signed and unsigned type in
conditio
38 matches
Mail list logo