Author: Alex Gaynor
Branch: stdlib-2.7.8
Changeset: r72994:ad3eef187a45
Date: 2014-08-22 22:56 -0700
http://bitbucket.org/pypy/pypy/changeset/ad3eef187a45/
Log:Fix translation error
diff --git a/pypy/module/_io/interp_bufferedio.py
b/pypy/module/_io/interp_bufferedio.py
--- a/pypy/module/_i
Author: Alex Gaynor
Branch: stdlib-2.7.8
Changeset: r72993:505a10d18c25
Date: 2014-08-22 22:47 -0700
http://bitbucket.org/pypy/pypy/changeset/505a10d18c25/
Log:Fixed a crash in BufferedRWPair
diff --git a/pypy/module/_io/interp_bufferedio.py
b/pypy/module/_io/interp_bufferedio.py
--- a/pypy
Author: Alex Gaynor
Branch: stdlib-2.7.8
Changeset: r72992:bd46b6d4447e
Date: 2014-08-22 22:22 -0700
http://bitbucket.org/pypy/pypy/changeset/bd46b6d4447e/
Log:Fixed test_exceptions.py
diff --git a/pypy/module/exceptions/interp_exceptions.py
b/pypy/module/exceptions/interp_exceptions.py
---
Author: Alex Gaynor
Branch: stdlib-2.7.8
Changeset: r72991:192d1f3c02bf
Date: 2014-08-22 20:01 -0700
http://bitbucket.org/pypy/pypy/changeset/192d1f3c02bf/
Log:Added encoding cookies to these files
diff --git a/pypy/module/exceptions/test/test_exc.py
b/pypy/module/exceptions/test/test_exc.p
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r72989:ae9a345ba034
Date: 2014-04-12 17:57 +0200
http://bitbucket.org/pypy/pypy/changeset/ae9a345ba034/
Log:Introduce gateway.Unwrapper, a convenient way to write custom
unwrap_spec functions, Similar to the "O&" spec in PyArg_ParseTupl
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72990:29caf6638cd5
Date: 2014-08-22 19:03 -0700
http://bitbucket.org/pypy/pypy/changeset/29caf6638cd5/
Log:merge default
diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py
--- a/pypy/interpreter/gateway.py
+++ b/pypy/
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72986:b6c042c35da7
Date: 2014-08-22 17:32 -0700
http://bitbucket.org/pypy/pypy/changeset/b6c042c35da7/
Log:we match py3's improved error messages
diff --git a/lib-python/2.7/test/test_csv.py b/lib-python/2.7/test/test_csv.py
--- a/lib-py
Author: Martin Matusiak
Branch: stdlib-2.7.8
Changeset: r72987:5d1caa56b7cf
Date: 2014-07-27 10:15 +0200
http://bitbucket.org/pypy/pypy/changeset/5d1caa56b7cf/
Log:add _csv test_delimiter test and replicate cpython error handling
(grafted from 44f52293da324ce50c0138b5382d210e083de066)
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72988:8fd30229b5fe
Date: 2014-08-22 17:34 -0700
http://bitbucket.org/pypy/pypy/changeset/8fd30229b5fe/
Log:adapt to 2.7 from 3.3
diff --git a/pypy/module/_csv/test/test_dialect.py
b/pypy/module/_csv/test/test_dialect.py
--- a/pypy/modul
Author: Martin Matusiak
Branch: stdlib-2.7.8
Changeset: r72985:9446ebe200b3
Date: 2014-07-26 12:12 +0200
http://bitbucket.org/pypy/pypy/changeset/9446ebe200b3/
Log:fixing _csv lineterminator exception message (grafted from
cbfe89ead8c2e8ad4d9b6f0cc5884e66bdf6f4ab)
diff --git a/pypy/m
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72984:3388e7753506
Date: 2014-08-22 17:25 -0700
http://bitbucket.org/pypy/pypy/changeset/3388e7753506/
Log:reapply our workaround
diff --git a/lib-python/2.7/test/test_descr.py
b/lib-python/2.7/test/test_descr.py
--- a/lib-python/2.7/te
Author: Martin Matusiak
Branch: stdlib-2.7.8
Changeset: r72981:43b8e678a5e5
Date: 2014-07-27 11:45 +0200
http://bitbucket.org/pypy/pypy/changeset/43b8e678a5e5/
Log:add custom __repr__ to Cell (grafted from
c799b96b7ec531b447afdfeeaf574146af1eb3d3)
diff --git a/pypy/interpreter/nested
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72982:6f4816e0e4a2
Date: 2014-07-27 13:03 -0700
http://bitbucket.org/pypy/pypy/changeset/6f4816e0e4a2/
Log:fix translation: uid is based on id (not rpython), we need to use
getaddrstring instead (grafted from
6f49b270e66a0
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72983:34f22247550e
Date: 2014-08-22 17:14 -0700
http://bitbucket.org/pypy/pypy/changeset/34f22247550e/
Log:adapt to 2.7 from 3.3
diff --git a/pypy/interpreter/nestedscope.py b/pypy/interpreter/nestedscope.py
--- a/pypy/interpreter/nested
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72979:4e771bcf30f6
Date: 2014-08-22 15:55 -0700
http://bitbucket.org/pypy/pypy/changeset/4e771bcf30f6/
Log:move/integrate these into the existing test_select (grafted from
3b2796835762907581e947de99d51e6528027eed)
diff --git a/py
Author: Jason Michalski
Branch: stdlib-2.7.8
Changeset: r72978:52925441
Date: 2014-08-20 21:53 -0700
http://bitbucket.org/pypy/pypy/changeset/52925441/
Log:Update select.poll register/modify for 3.3 tests
In python 3.3 select.poll register and modify raise an OverflowError
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72980:06c030f20d39
Date: 2014-08-22 16:25 -0700
http://bitbucket.org/pypy/pypy/changeset/06c030f20d39/
Log:more closely match CPython requiring strict unsigned shorts (grafted
from ba30358bcb6b1073e261e4479206c7b3161012d2)
diff -
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72977:ca5fc8c4ef22
Date: 2014-08-22 16:52 -0700
http://bitbucket.org/pypy/pypy/changeset/ca5fc8c4ef22/
Log:imports of random now require _struct
diff --git a/pypy/module/_file/test/test_file_extra.py
b/pypy/module/_file/test/test_file_e
Author: Philip Jenvey
Branch: py3.3
Changeset: r72973:3b2796835762
Date: 2014-08-22 15:55 -0700
http://bitbucket.org/pypy/pypy/changeset/3b2796835762/
Log:move/integrate these into the existing test_select
diff --git a/pypy/module/select/test/test_select.py
b/pypy/module/select/test/test_se
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72968:e8fac13444fa
Date: 2014-08-22 15:41 -0700
http://bitbucket.org/pypy/pypy/changeset/e8fac13444fa/
Log:pep8, kill an invalid XXX comment
diff --git a/pypy/module/select/interp_select.py
b/pypy/module/select/interp_select.py
--- a/py
Author: Philip Jenvey
Branch: py3k
Changeset: r72970:a4773e318ffe
Date: 2014-08-22 15:41 -0700
http://bitbucket.org/pypy/pypy/changeset/a4773e318ffe/
Log:pep8, kill an invalid XXX comment (grafted from
e8fac13444fa1ba5546f2c6af6d278b9b0a0770b)
diff --git a/pypy/module/select/interp_s
Author: Philip Jenvey
Branch: py3.3
Changeset: r72974:ba30358bcb6b
Date: 2014-08-22 16:25 -0700
http://bitbucket.org/pypy/pypy/changeset/ba30358bcb6b/
Log:more closely match CPython requiring strict unsigned shorts
diff --git a/pypy/module/select/interp_select.py
b/pypy/module/select/interp
Author: Philip Jenvey
Branch:
Changeset: r72975:857d8e4c4254
Date: 2014-08-22 15:41 -0700
http://bitbucket.org/pypy/pypy/changeset/857d8e4c4254/
Log:pep8, kill an invalid XXX comment (grafted from
e8fac13444fa1ba5546f2c6af6d278b9b0a0770b)
diff --git a/pypy/module/select/interp_selec
Author: Philip Jenvey
Branch: py3k
Changeset: r72971:711a57a64749
Date: 2014-08-22 15:50 -0700
http://bitbucket.org/pypy/pypy/changeset/711a57a64749/
Log:add USHRT_MAX (grafted from
0001c77cf2459944e9916731b222910cfe177f64)
diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rari
Author: Philip Jenvey
Branch: py3.3
Changeset: r72972:818fa7069ba0
Date: 2014-08-22 15:55 -0700
http://bitbucket.org/pypy/pypy/changeset/818fa7069ba0/
Log:merge py3k
diff --git a/pypy/module/select/interp_select.py
b/pypy/module/select/interp_select.py
--- a/pypy/module/select/interp_select
Author: Philip Jenvey
Branch:
Changeset: r72969:0001c77cf245
Date: 2014-08-22 15:50 -0700
http://bitbucket.org/pypy/pypy/changeset/0001c77cf245/
Log:add USHRT_MAX
diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py
--- a/rpython/rlib/rarithmetic.py
+++ b/rpython/rlib/rari
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72976:e3861364b11f
Date: 2014-08-22 16:31 -0700
http://bitbucket.org/pypy/pypy/changeset/e3861364b11f/
Log:merge default
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -354,6 +354,6 @@
See the License for the specific lan
Author: Philip Jenvey
Branch: py3.3
Changeset: r72967:25f78f167792
Date: 2014-08-22 15:05 -0700
http://bitbucket.org/pypy/pypy/changeset/25f78f167792/
Log:Merged in armooo/pypy/armooo-py3.3fixes (pull request #274)
Update select.poll register/modify for 3.3 tests
diff --git a/pypy/m
Author: Jason Michalski
Branch: armooo-py3.3fixes
Changeset: r72966:f5e910c88825
Date: 2014-08-20 21:53 -0700
http://bitbucket.org/pypy/pypy/changeset/f5e910c88825/
Log:Update select.poll register/modify for 3.3 tests
In python 3.3 select.poll register and modify raise an OverflowErr
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72964:b5022d1064b2
Date: 2014-08-22 12:23 -0700
http://bitbucket.org/pypy/pypy/changeset/b5022d1064b2/
Log:this belongs in test_sysmodule (grafted from
6d940f0447f1438b9fb337172d25a971e3910f27)
diff --git a/pypy/module/exceptions
Author: Philip Jenvey
Branch: stdlib-2.7.8
Changeset: r72965:9f806e8177c5
Date: 2014-08-22 12:31 -0700
http://bitbucket.org/pypy/pypy/changeset/9f806e8177c5/
Log:missing import
diff --git a/lib-python/2.7/test/test_traceback.py
b/lib-python/2.7/test/test_traceback.py
--- a/lib-python/2.7/te
Author: Philip Jenvey
Branch: py3.3
Changeset: r72962:6d940f0447f1
Date: 2014-08-22 12:23 -0700
http://bitbucket.org/pypy/pypy/changeset/6d940f0447f1/
Log:this belongs in test_sysmodule
diff --git a/pypy/module/exceptions/test/test_exc.py
b/pypy/module/exceptions/test/test_exc.py
--- a/pypy
Author: Martin Matusiak
Branch: stdlib-2.7.8
Changeset: r72963:8ab4bb347653
Date: 2014-08-12 21:34 +0200
http://bitbucket.org/pypy/pypy/changeset/8ab4bb347653/
Log:sys.exit() should produce a SystemExit with code is None (grafted
from 4558aef78acc9cca815eb6309c90adecdafc793f)
diff --
Author: mattip
Branch: ufuncapi
Changeset: r72960:03e110d4a60f
Date: 2014-08-22 16:04 +0300
http://bitbucket.org/pypy/pypy/changeset/03e110d4a60f/
Log:test and fix signature handling
diff --git a/pypy/module/micronumpy/support.py
b/pypy/module/micronumpy/support.py
--- a/pypy/module/micronu
Author: mattip
Branch: ufuncapi
Changeset: r72961:aa2a66acc1f9
Date: 2014-08-22 17:12 +0300
http://bitbucket.org/pypy/pypy/changeset/aa2a66acc1f9/
Log:integrate signature core_enabled into ufunc call
diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py
b/pypy/module/cpyext/test/test_n
Author: Gregor Wegberg
Branch: gc-incminimark-pinning
Changeset: r72959:f67b9f4344ab
Date: 2014-08-22 12:43 +0200
http://bitbucket.org/pypy/pypy/changeset/f67b9f4344ab/
Log:rewrite of 'collect_and_reserve'.
XXX: needs refactoring
diff --git a/rpython/memory/gc/incminimark.py b/rpyth
Author: Gregor Wegberg
Branch: gc-incminimark-pinning
Changeset: r72958:9b7d961fbb87
Date: 2014-08-22 12:41 +0200
http://bitbucket.org/pypy/pypy/changeset/9b7d961fbb87/
Log:added test with random pinning, unpinning and adding/removing from
stackroots.
Fails right now. Succeed
Author: mattip
Branch:
Changeset: r72957:14fbd80309d0
Date: 2014-08-22 12:01 +0300
http://bitbucket.org/pypy/pypy/changeset/14fbd80309d0/
Log:update windows to openssl-1.0.1i, revert build instructions to
simplify
diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy/d
Author: mattip
Branch:
Changeset: r72956:74d521ec9314
Date: 2014-08-22 10:04 +0300
http://bitbucket.org/pypy/pypy/changeset/74d521ec9314/
Log:update windows build to link openssl, expat, zlib statically
(cpython compatability) update instructions and buildbot to openssl
1.0.1
39 matches
Mail list logo