Author: Ronan Lamy
Branch: rffi-parser
Changeset: r89191:a38dc4f4ab40
Date: 2016-12-20 00:43 +
http://bitbucket.org/pypy/pypy/changeset/a38dc4f4ab40/
Log:Fix test
diff --git a/pypy/module/cpyext/test/test_methodobject.py
b/pypy/module/cpyext/test/test_methodobject.py
--- a/pypy/module/c
Author: Carl Friedrich Bolz
Branch: py3.5
Changeset: r89190:d104806f0e06
Date: 2016-12-19 20:19 +0100
http://bitbucket.org/pypy/pypy/changeset/d104806f0e06/
Log:an XXX about windows
diff --git a/pypy/module/_winreg/interp_winreg.py
b/pypy/module/_winreg/interp_winreg.py
--- a/pypy/module/_w
Author: Matti Picus
Branch: issue2444
Changeset: r89189:75e80dab0448
Date: 2016-12-19 20:27 +0200
http://bitbucket.org/pypy/pypy/changeset/75e80dab0448/
Log:create PyMemoryViewObject with a Py_buffer view, change Py_buffer ->
rffi.CStruct
diff --git a/pypy/module/cpyext/api.py b/pypy
Author: Armin Rigo
Branch: extradoc
Changeset: r837:8c0df436f374
Date: 2016-12-19 18:47 +0100
http://bitbucket.org/pypy/pypy.org/changeset/8c0df436f374/
Log:update the values
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -29,7 +29,7 @@
Author: Armin Rigo
Branch: py3.5
Changeset: r89188:afa1ccecab71
Date: 2016-12-19 18:05 +0100
http://bitbucket.org/pypy/pypy/changeset/afa1ccecab71/
Log:hg merge default
diff too long, truncating to 2000 out of 25107 lines
diff --git a/lib-python/2.7/SimpleXMLRPCServer.py
b/lib-python/2.7/S
Author: Armin Rigo
Branch: py3.5
Changeset: r89186:cafc329793d4
Date: 2016-12-19 17:17 +0100
http://bitbucket.org/pypy/pypy/changeset/cafc329793d4/
Log:Backed out changeset a1d41e7ebbb6: should be fixed in rzlib in
"default"
diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/
Author: Armin Rigo
Branch:
Changeset: r89187:12ee90f51eb9
Date: 2016-12-19 17:49 +0100
http://bitbucket.org/pypy/pypy/changeset/12ee90f51eb9/
Log:Rename the PyPy-specific 'ob_keys' member of PyDictObject to
'_tmpkeys', otherwise we might think it comes from CPython
diff --git a/pypy
Author: Armin Rigo
Branch:
Changeset: r89185:f5d06c5fc573
Date: 2016-12-19 17:12 +0100
http://bitbucket.org/pypy/pypy/changeset/f5d06c5fc573/
Log:zlib.crc32() and zlib.adler32(): support >2**32 strings
diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py
--- a/rpython/rlib/rzlib.py
++
Author: Armin Rigo
Branch:
Changeset: r89184:10018e2abec8
Date: 2016-12-19 16:53 +0100
http://bitbucket.org/pypy/pypy/changeset/10018e2abec8/
Log:Fix rzlib to support arbitrary large input strings (> 2**32 on
64-bit)
diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py
--- a/r
Author: Armin Rigo
Branch:
Changeset: r89183:8fb31ee71d77
Date: 2016-12-19 15:42 +0100
http://bitbucket.org/pypy/pypy/changeset/8fb31ee71d77/
Log:Document 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: Armin Rigo
Branch:
Changeset: r89182:85878999f8f4
Date: 2016-12-19 15:40 +0100
http://bitbucket.org/pypy/pypy/changeset/85878999f8f4/
Log:hg merge stdlib-2.7.13
Update to CPython 2.7.13
diff too long, truncating to 2000 out of 21893 lines
diff --git a/lib-python/2.7/Simple
Author: Armin Rigo
Branch: stdlib-2.7.13
Changeset: r89181:26449ba13c77
Date: 2016-12-19 15:40 +0100
http://bitbucket.org/pypy/pypy/changeset/26449ba13c77/
Log:Close branch, ready to merge
___
pypy-commit mailing list
pypy-commit@python.org
https:/
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r89180:8e2bcfb77e80
Date: 2016-12-19 14:47 +0100
http://bitbucket.org/pypy/pypy/changeset/8e2bcfb77e80/
Log:merge default
diff too long, truncating to 2000 out of 3192 lines
diff --git a/lib-python/2.7/weakref.py b/lib-python/2.7/
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r89179:8d63ef70f9e6
Date: 2016-12-19 14:38 +0100
http://bitbucket.org/pypy/pypy/changeset/8d63ef70f9e6/
Log:remove str unwrap_specs in _winreg module
diff --git a/pypy/module/_winreg/interp_winreg.py
b/pypy/module/_winreg/interp_w
Author: Armin Rigo
Branch: stdlib-2.7.13
Changeset: r89178:2aa05052bb18
Date: 2016-12-19 12:05 +0100
http://bitbucket.org/pypy/pypy/changeset/2aa05052bb18/
Log:A bit random, but it is enough to reset all "other" statements and
leave the statement we're currently trying to run un-reset
Author: Armin Rigo
Branch:
Changeset: r89177:a07c1410d491
Date: 2016-12-19 11:22 +0100
http://bitbucket.org/pypy/pypy/changeset/a07c1410d491/
Log:The first half of the changes to weakref.py are finally fixed in
CPython too (issue #19542, will be in 2.7.14). Adapt the code to be
Author: Richard Plangger
Branch: py3.5
Changeset: r89176:a1d41e7ebbb6
Date: 2016-12-19 09:16 +0100
http://bitbucket.org/pypy/pypy/changeset/a1d41e7ebbb6/
Log:#2452 check that input of compress/decompress does not overflow 32
bit
diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/mod
17 matches
Mail list logo