[pypy-commit] pypy default: kill debug print

2014-10-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r74266:2a5bd4280f02 Date: 2014-10-28 10:32 -0700 http://bitbucket.org/pypy/pypy/changeset/2a5bd4280f02/ Log:kill debug print diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py ---

[pypy-commit] pypy py3k: merge default

2014-10-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74267:a245775c1e36 Date: 2014-10-28 10:33 -0700 http://bitbucket.org/pypy/pypy/changeset/a245775c1e36/ Log:merge default diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py ---

[pypy-commit] pypy py3.3: merge py3k

2014-10-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74269:27d01c9572b0 Date: 2014-10-28 13:40 -0700 http://bitbucket.org/pypy/pypy/changeset/27d01c9572b0/ Log:merge py3k diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py ---

[pypy-commit] pypy py3k: adapt to py3

2014-10-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74268:6bd3457fb73c Date: 2014-10-28 13:39 -0700 http://bitbucket.org/pypy/pypy/changeset/6bd3457fb73c/ Log:adapt to py3 diff --git a/pypy/objspace/std/test/test_complexobject.py

[pypy-commit] pypy py3k: apply dcd221b49852 from upstream: fix backspace

2014-10-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74270:07bfeead7109 Date: 2014-10-28 13:54 -0700 http://bitbucket.org/pypy/pypy/changeset/07bfeead7109/ Log:apply dcd221b49852 from upstream: fix backspace diff --git a/lib_pypy/pyrepl/reader.py b/lib_pypy/pyrepl/reader.py

[pypy-commit] pyrepl py3k-readline: back out dcd221b49852, this breaks other things

2014-10-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k-readline Changeset: r260:c4629148366e Date: 2014-10-28 14:09 -0700 http://bitbucket.org/pypy/pyrepl/changeset/c4629148366e/ Log:back out dcd221b49852, this breaks other things diff --git a/pyrepl/reader.py b/pyrepl/reader.py ---

[pypy-commit] pypy py3k: backout 07bfeead7109: this breaks other things

2014-10-28 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74271:5a19346c71a9 Date: 2014-10-28 14:09 -0700 http://bitbucket.org/pypy/pypy/changeset/5a19346c71a9/ Log:backout 07bfeead7109: this breaks other things diff --git a/lib_pypy/pyrepl/reader.py b/lib_pypy/pyrepl/reader.py

[pypy-commit] pypy py3k: backout 8f1cad01a693 for -Ojit

2014-10-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74259:c96101761312 Date: 2014-10-27 13:26 -0700 http://bitbucket.org/pypy/pypy/changeset/c96101761312/ Log:backout 8f1cad01a693 for -Ojit diff --git a/pypy/module/_codecs/locale.c b/pypy/module/_codecs/locale.c ---

[pypy-commit] pypy py3k: rename to avoid clashing w/ the system's locale.h

2014-10-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74260:620dfe2c1035 Date: 2014-10-27 15:14 -0700 http://bitbucket.org/pypy/pypy/changeset/620dfe2c1035/ Log:rename to avoid clashing w/ the system's locale.h diff --git a/pypy/module/_codecs/locale.py

[pypy-commit] pypy py3.3: merge py3k

2014-10-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74263:2c4e59799687 Date: 2014-10-27 16:50 -0700 http://bitbucket.org/pypy/pypy/changeset/2c4e59799687/ Log:merge py3k diff --git a/pypy/module/_codecs/locale.c b/pypy/module/_codecs/locale.c deleted file mode 100644 ---

[pypy-commit] pypy default: backout 673f241, -Ojit fails without the .h

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r74240:431cebffcb39 Date: 2014-10-25 22:31 -0700 http://bitbucket.org/pypy/pypy/changeset/431cebffcb39/ Log:backout 673f241, -Ojit fails without the .h diff --git a/pypy/module/operator/tscmp.c b/pypy/module/operator/tscmp.c ---

[pypy-commit] pypy py3k: merge default

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74242:f70579d34dff Date: 2014-10-26 04:45 -0700 http://bitbucket.org/pypy/pypy/changeset/f70579d34dff/ Log:merge default diff --git a/pypy/module/operator/tscmp.c b/pypy/module/operator/tscmp.c ---

[pypy-commit] pypy default: refer RPY_EXPORTED_FOR_TESTS on the prototypes

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r74241:3d8fe96dc4d9 Date: 2014-10-26 04:42 -0700 http://bitbucket.org/pypy/pypy/changeset/3d8fe96dc4d9/ Log:refer RPY_EXPORTED_FOR_TESTS on the prototypes diff --git a/pypy/module/operator/tscmp.c b/pypy/module/operator/tscmp.c

[pypy-commit] pypy py3k: fix -Ojit translation

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74254:94fb5a72c276 Date: 2014-10-26 22:16 -0700 http://bitbucket.org/pypy/pypy/changeset/94fb5a72c276/ Log:fix -Ojit translation diff --git a/pypy/module/_posixsubprocess/_posixsubprocess.c

[pypy-commit] pypy py3.3: merge upstream

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74256:376dcdcf68d7 Date: 2014-10-26 22:19 -0700 http://bitbucket.org/pypy/pypy/changeset/376dcdcf68d7/ Log:merge upstream diff --git a/pypy/module/_lzma/__init__.py b/pypy/module/_lzma/__init__.py ---

[pypy-commit] pypy py3.3: merge py3k

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74255:9cf2c4e710ad Date: 2014-10-26 22:18 -0700 http://bitbucket.org/pypy/pypy/changeset/9cf2c4e710ad/ Log:merge py3k diff too long, truncating to 2000 out of 29774 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore

[pypy-commit] pypy py3.3: adapt to RPY_EXPORT_FOR_TESTS

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74257:5d069ae3f5b9 Date: 2014-10-26 22:34 -0700 http://bitbucket.org/pypy/pypy/changeset/5d069ae3f5b9/ Log:adapt to RPY_EXPORT_FOR_TESTS diff --git a/pypy/module/_posixsubprocess/interp_subprocess.py

[pypy-commit] pypy py3k: rearrange a bit to fix compilation

2014-10-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74233:8f1cad01a693 Date: 2014-10-25 09:30 -0700 http://bitbucket.org/pypy/pypy/changeset/8f1cad01a693/ Log:rearrange a bit to fix compilation diff --git a/pypy/module/_codecs/locale.c b/pypy/module/_codecs/locale.c ---

[pypy-commit] pypy py3k: kill invalid comment

2014-10-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74235:eaad3d70e184 Date: 2014-10-25 09:46 -0700 http://bitbucket.org/pypy/pypy/changeset/eaad3d70e184/ Log:kill invalid comment diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py ---

[pypy-commit] pypy default: kill this header file

2014-10-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r74238:673f24170065 Date: 2014-10-25 11:18 -0700 http://bitbucket.org/pypy/pypy/changeset/673f24170065/ Log:kill this header file diff --git a/pypy/module/operator/tscmp.c b/pypy/module/operator/tscmp.c ---

[pypy-commit] pypy py3k: merge default

2014-10-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74239:8d5158ea78d5 Date: 2014-10-25 12:31 -0700 http://bitbucket.org/pypy/pypy/changeset/8d5158ea78d5/ Log:merge default diff --git a/pypy/config/test/test_pypyoption.py b/pypy/config/test/test_pypyoption.py ---

[pypy-commit] pypy py3k: merge upstream

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74152:a87e6542c186 Date: 2014-10-24 00:29 -0700 http://bitbucket.org/pypy/pypy/changeset/a87e6542c186/ Log:merge upstream diff --git a/pypy/module/posix/interp_nt.py b/pypy/module/posix/interp_nt.py ---

[pypy-commit] pypy py3k: reapply py3k changes

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74148:638bb3d67bdd Date: 2014-10-23 22:34 -0700 http://bitbucket.org/pypy/pypy/changeset/638bb3d67bdd/ Log:reapply py3k changes diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py ---

[pypy-commit] pypy py3k: merge default

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74145:ba8251a5c237 Date: 2014-10-23 16:26 -0700 http://bitbucket.org/pypy/pypy/changeset/ba8251a5c237/ Log:merge default diff too long, truncating to 2000 out of 5202 lines diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy py3k: fix

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74146:7b463df83cc8 Date: 2014-10-23 17:01 -0700 http://bitbucket.org/pypy/pypy/changeset/7b463df83cc8/ Log:fix diff --git a/pypy/module/marshal/interp_marshal.py b/pypy/module/marshal/interp_marshal.py ---

[pypy-commit] pypy py3k: kill

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74149:f779ab150be3 Date: 2014-10-24 00:28 -0700 http://bitbucket.org/pypy/pypy/changeset/f779ab150be3/ Log:kill diff --git a/pypy/objspace/std/marshal_impl.py b/pypy/objspace/std/marshal_impl.py ---

[pypy-commit] pypy py3k: kill __div__

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74150:ffeda9a7688e Date: 2014-10-24 00:28 -0700 http://bitbucket.org/pypy/pypy/changeset/ffeda9a7688e/ Log:kill __div__ diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py ---

[pypy-commit] pypy py3k: fix

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74147:e94bbc8ce02b Date: 2014-10-23 17:13 -0700 http://bitbucket.org/pypy/pypy/changeset/e94bbc8ce02b/ Log:fix diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py ---

[pypy-commit] pypy py3k: readd these, matching cpython 3.2

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74151:15f9e7ef79ce Date: 2014-10-24 00:28 -0700 http://bitbucket.org/pypy/pypy/changeset/15f9e7ef79ce/ Log:readd these, matching cpython 3.2 diff --git a/pypy/objspace/std/complexobject.py

[pypy-commit] pypy py3k: issue1899: fix broken bytes usage from default

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74153:8c340acffe27 Date: 2014-10-24 00:44 -0700 http://bitbucket.org/pypy/pypy/changeset/8c340acffe27/ Log:issue1899: fix broken bytes usage from default diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py ---

[pypy-commit] pypy py3k: allow_conversion isn't necessary on base number types

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74190:1fa509538f86 Date: 2014-10-24 13:40 -0700 http://bitbucket.org/pypy/pypy/changeset/1fa509538f86/ Log:allow_conversion isn't necessary on base number types diff --git a/pypy/objspace/std/complexobject.py

[pypy-commit] pypy py3k: fix

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74189:8b7059138b7b Date: 2014-10-24 11:15 -0700 http://bitbucket.org/pypy/pypy/changeset/8b7059138b7b/ Log:fix diff --git a/pypy/objspace/std/test/test_complexobject.py b/pypy/objspace/std/test/test_complexobject.py ---

[pypy-commit] pypy default: o fix __ne__ not handling floats like __eq__

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r74188:5ecbc7d29c83 Date: 2014-10-24 12:41 -0700 http://bitbucket.org/pypy/pypy/changeset/5ecbc7d29c83/ Log:o fix __ne__ not handling floats like __eq__ o match CPython's TypeError behavior w/ rich comparisons number

[pypy-commit] pypy py3.3: readapt 032296946827

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74192:5c26d14cf18c Date: 2014-10-24 13:51 -0700 http://bitbucket.org/pypy/pypy/changeset/5c26d14cf18c/ Log:readapt 032296946827 diff --git a/pypy/objspace/std/noneobject.py b/pypy/objspace/std/noneobject.py ---

[pypy-commit] pypy py3.3: merge py3k

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74191:3820173e81e3 Date: 2014-10-24 13:48 -0700 http://bitbucket.org/pypy/pypy/changeset/3820173e81e3/ Log:merge py3k diff too long, truncating to 2000 out of 5270 lines diff --git a/lib_pypy/_tkinter/app.py

[pypy-commit] pypy py3.3: readapt py3.3's object changes

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74193:c364311cc8e9 Date: 2014-10-24 13:56 -0700 http://bitbucket.org/pypy/pypy/changeset/c364311cc8e9/ Log:readapt py3.3's object changes diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobject.py

[pypy-commit] pypy py3k: adapt to RPY_EXPORT_FOR_TESTS

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74198:6c2b6168f56a Date: 2014-10-24 18:13 -0700 http://bitbucket.org/pypy/pypy/changeset/6c2b6168f56a/ Log:adapt to RPY_EXPORT_FOR_TESTS diff --git a/pypy/module/_codecs/locale.h b/pypy/module/_codecs/locale.h ---

[pypy-commit] pypy py3k: merge default

2014-10-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74197:134020dca51a Date: 2014-10-24 16:10 -0700 http://bitbucket.org/pypy/pypy/changeset/134020dca51a/ Log:merge default diff too long, truncating to 2000 out of 29307 lines diff --git a/.hgignore b/.hgignore ---

[pypy-commit] pypy py3k: (mattip) attempt to fix win32 translation

2014-10-23 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74144:a203c518cb8e Date: 2014-10-23 14:31 -0700 http://bitbucket.org/pypy/pypy/changeset/a203c518cb8e/ Log:(mattip) attempt to fix win32 translation diff --git a/pypy/module/posix/interp_nt.py

[pypy-commit] pypy py3k: issue1800: mimic cpython in the special case that stdin is a directory

2014-10-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74097:67572b825fbd Date: 2014-10-22 17:13 -0700 http://bitbucket.org/pypy/pypy/changeset/67572b825fbd/ Log:issue1800: mimic cpython in the special case that stdin is a directory diff --git

[pypy-commit] pypy py3.3: utilize IsADirectoryError

2014-10-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74099:cc09e8a517b4 Date: 2014-10-22 17:15 -0700 http://bitbucket.org/pypy/pypy/changeset/cc09e8a517b4/ Log:utilize IsADirectoryError diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy py3.3: merge py3k

2014-10-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74098:e134e7d8f49f Date: 2014-10-22 17:13 -0700 http://bitbucket.org/pypy/pypy/changeset/e134e7d8f49f/ Log:merge py3k diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy.org extradoc: pypy3 2.4.0 release

2014-10-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: extradoc Changeset: r549:564aeee54c68 Date: 2014-10-21 09:43 -0700 http://bitbucket.org/pypy/pypy.org/changeset/564aeee54c68/ Log:pypy3 2.4.0 release diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@

[pypy-commit] pypy pypy3-release-2.4.x: Added tag pypy3-release-2.4.0 for changeset b2091e973da6

2014-10-20 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: pypy3-release-2.4.x Changeset: r74026:b08273bbda6f Date: 2014-10-20 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/b08273bbda6f/ Log:Added tag pypy3-release-2.4.0 for changeset b2091e973da6 diff --git a/.hgtags b/.hgtags --- a/.hgtags

[pypy-commit] pypy pypy3-release-2.4.x: adjust per the new pypy3 exe name

2014-10-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: pypy3-release-2.4.x Changeset: r74005:5552600c8b97 Date: 2014-10-16 16:50 -0700 http://bitbucket.org/pypy/pypy/changeset/5552600c8b97/ Log:adjust per the new pypy3 exe name (grafted from 5ac508b99502933d3f86d5fb3be2743fef715486)

[pypy-commit] pypy pypy3-release-2.4.x: fix _SSLContext invalid protocol errors not ensuring a self.ctx, leading to a

2014-10-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: pypy3-release-2.4.x Changeset: r74006:b2091e973da6 Date: 2014-10-17 13:09 -0700 http://bitbucket.org/pypy/pypy/changeset/b2091e973da6/ Log:fix _SSLContext invalid protocol errors not ensuring a self.ctx, leading to a potential crash

[pypy-commit] pypy py3k: fix _SSLContext invalid protocol errors not ensuring a self.ctx, leading to a

2014-10-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74003:c1ddf2d919a1 Date: 2014-10-17 13:09 -0700 http://bitbucket.org/pypy/pypy/changeset/c1ddf2d919a1/ Log:fix _SSLContext invalid protocol errors not ensuring a self.ctx, leading to a potential crash in its

[pypy-commit] pypy pypy3-release-2.4.x: this workaround is no longer needed

2014-10-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: pypy3-release-2.4.x Changeset: r74004:bfc266fad6e7 Date: 2014-10-14 12:51 -0700 http://bitbucket.org/pypy/pypy/changeset/bfc266fad6e7/ Log:this workaround is no longer needed (grafted from c377769fa159b855076be8cb7f5483acbc5f4e16)

[pypy-commit] pypy py3k: merge default

2014-10-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74007:dfd4a9093328 Date: 2014-10-17 15:45 -0700 http://bitbucket.org/pypy/pypy/changeset/dfd4a9093328/ Log:merge default diff too long, truncating to 2000 out of 3968 lines diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy py3.3: bump this for now, blah

2014-10-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74009:dc0742bdf5d6 Date: 2014-10-17 15:46 -0700 http://bitbucket.org/pypy/pypy/changeset/dc0742bdf5d6/ Log:bump this for now, blah diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py ---

[pypy-commit] pypy py3.3: merge py3k

2014-10-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74008:02cf2f6a3032 Date: 2014-10-17 15:46 -0700 http://bitbucket.org/pypy/pypy/changeset/02cf2f6a3032/ Log:merge py3k diff too long, truncating to 2000 out of 18832 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++

[pypy-commit] pypy py3k: adapt 4e6dddc6d1ed 688d9d295fc2 to py3

2014-10-16 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73982:6da0c1a2109a Date: 2014-10-16 16:50 -0700 http://bitbucket.org/pypy/pypy/changeset/6da0c1a2109a/ Log:adapt 4e6dddc6d1ed 688d9d295fc2 to py3 diff --git a/lib-python/3/test/test_select.py

[pypy-commit] pypy py3k: adjust per the new pypy3 exe name

2014-10-16 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73981:5ac508b99502 Date: 2014-10-16 16:50 -0700 http://bitbucket.org/pypy/pypy/changeset/5ac508b99502/ Log:adjust per the new pypy3 exe name diff --git a/pypy/tool/release/test/test_package.py

[pypy-commit] pypy py3k: issue1891: Struct's format field should be bytes

2014-10-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73967:adcf560c634b Date: 2014-10-15 11:15 -0700 http://bitbucket.org/pypy/pypy/changeset/adcf560c634b/ Log:issue1891: Struct's format field should be bytes diff --git a/pypy/module/struct/interp_struct.py

[pypy-commit] pypy pypy3-release-2.4.x: issue1891: Struct's format field should be bytes

2014-10-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: pypy3-release-2.4.x Changeset: r73968:b987bd35c886 Date: 2014-10-15 11:15 -0700 http://bitbucket.org/pypy/pypy/changeset/b987bd35c886/ Log:issue1891: Struct's format field should be bytes (grafted from

[pypy-commit] buildbot default: handle the new pypy3 binary name

2014-10-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r921:a768fa781d1b Date: 2014-10-15 11:34 -0700 http://bitbucket.org/pypy/buildbot/changeset/a768fa781d1b/ Log:handle the new pypy3 binary name diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] pypy default: fix the comment

2014-10-14 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73956:81bf451b99f2 Date: 2014-10-13 17:42 -0700 http://bitbucket.org/pypy/pypy/changeset/81bf451b99f2/ Log:fix the comment diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py ---

[pypy-commit] pypy default: merge upstream

2014-10-14 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73957:5b2a4468b724 Date: 2014-10-14 12:11 -0700 http://bitbucket.org/pypy/pypy/changeset/5b2a4468b724/ Log:merge upstream diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py ---

[pypy-commit] pypy py3k: this workaround is no longer needed

2014-10-14 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73959:c377769fa159 Date: 2014-10-14 12:51 -0700 http://bitbucket.org/pypy/pypy/changeset/c377769fa159/ Log:this workaround is no longer needed diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py

[pypy-commit] pypy py3k: move the py3 specific _getfileinformation/_getfinalpathname out of rpython

2014-10-14 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73960:906383ab46d1 Date: 2014-10-14 12:51 -0700 http://bitbucket.org/pypy/pypy/changeset/906383ab46d1/ Log:move the py3 specific _getfileinformation/_getfinalpathname out of rpython diff --git

[pypy-commit] pypy py3k: adapt to py3

2014-10-14 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73963:2aea62c472fb Date: 2014-10-14 16:01 -0700 http://bitbucket.org/pypy/pypy/changeset/2aea62c472fb/ Log:adapt to py3 diff --git a/pypy/module/_winreg/interp_winreg.py b/pypy/module/_winreg/interp_winreg.py ---

[pypy-commit] pypy py3k: skip this for now

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73924:40f3c198b07e Date: 2014-10-13 10:53 -0700 http://bitbucket.org/pypy/pypy/changeset/40f3c198b07e/ Log:skip this for now diff --git a/pypy/module/_pypyjson/test/test__pypyjson.py

[pypy-commit] pypy py3k: issue1796: mimic CPython's binary naming (along the lines of PEP394), make it

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73925:01b209cd50a3 Date: 2014-10-13 11:10 -0700 http://bitbucket.org/pypy/pypy/changeset/01b209cd50a3/ Log:issue1796: mimic CPython's binary naming (along the lines of PEP394), make it 'pypy3.2' on posix w/ a 'pypy3'

[pypy-commit] pypy py3k: issue1884: kill PyInt_*

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73929:83c6e78c4f7d Date: 2014-10-13 14:51 -0700 http://bitbucket.org/pypy/pypy/changeset/83c6e78c4f7d/ Log:issue1884: kill PyInt_* diff --git a/pypy/module/cpyext/intobject.py b/pypy/module/cpyext/intobject.py deleted file

[pypy-commit] pypy py3k: issue1884, 1879: kill the py2 PyString*, PyNumber_Int PyBoolObject names

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73928:5b94a7c05348 Date: 2014-10-13 14:51 -0700 http://bitbucket.org/pypy/pypy/changeset/5b94a7c05348/ Log:issue1884, 1879: kill the py2 PyString*, PyNumber_Int PyBoolObject names diff --git

[pypy-commit] pypy py3k: issue1883: add PyUnicode_InternFromString

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73930:bd8819a48208 Date: 2014-10-13 14:52 -0700 http://bitbucket.org/pypy/pypy/changeset/bd8819a48208/ Log:issue1883: add PyUnicode_InternFromString diff --git a/pypy/module/cpyext/test/test_unicodeobject.py

[pypy-commit] pypy pypy3-release-2.4.x: branch for pypy3-2.4.x release

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: pypy3-release-2.4.x Changeset: r73932:12b940544622 Date: 2014-10-13 15:57 -0700 http://bitbucket.org/pypy/pypy/changeset/12b940544622/ Log:branch for pypy3-2.4.x release diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy py3k: pypy3-2.4.0 release notes/what's new

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73933:3f967c2be00e Date: 2014-10-13 15:58 -0700 http://bitbucket.org/pypy/pypy/changeset/3f967c2be00e/ Log:pypy3-2.4.0 release notes/what's new (grafted from b11ca344e9fb4a7c673626200caeef85546ae1b2) diff --git

[pypy-commit] pypy pypy3-release-2.4.x: merge py3k

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: pypy3-release-2.4.x Changeset: r73934:3abbe327bcf1 Date: 2014-10-13 15:59 -0700 http://bitbucket.org/pypy/pypy/changeset/3abbe327bcf1/ Log:merge py3k diff --git a/pypy/doc/release-pypy3-2.4.0.rst b/pypy/doc/release-pypy3-2.4.0.rst new file

[pypy-commit] pypy default: pypy3-2.4.0 release notes/what's new

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73931:b11ca344e9fb Date: 2014-10-13 15:58 -0700 http://bitbucket.org/pypy/pypy/changeset/b11ca344e9fb/ Log:pypy3-2.4.0 release notes/what's new diff --git a/pypy/doc/release-pypy3-2.4.0.rst b/pypy/doc/release-pypy3-2.4.0.rst

[pypy-commit] pypy py3k: merge default

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73936:d971d572758b Date: 2014-10-13 16:23 -0700 http://bitbucket.org/pypy/pypy/changeset/d971d572758b/ Log:merge default diff too long, truncating to 2000 out of 13891 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++

[pypy-commit] pypy default: also handle surrogates when hosted on a narrow build

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73939:44eef64a93d7 Date: 2014-05-22 17:26 -0700 http://bitbucket.org/pypy/pypy/changeset/44eef64a93d7/ Log:also handle surrogates when hosted on a narrow build (grafted from 556155656b471613725c28fec6602117c714f661)

[pypy-commit] pypy default: oops, avoid we_are_translated at module scope

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73940:dfef5006402a Date: 2014-05-27 13:07 -0700 http://bitbucket.org/pypy/pypy/changeset/dfef5006402a/ Log:oops, avoid we_are_translated at module scope (grafted from 9a4c6f4f53b6f320a2d1069f02923de4da68334d) diff --git

[pypy-commit] pypy default: backout d4a4d951ddc2

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73938:db3e26419a95 Date: 2014-10-13 17:28 -0700 http://bitbucket.org/pypy/pypy/changeset/db3e26419a95/ Log:backout d4a4d951ddc2 diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++

[pypy-commit] pypy default: bring over some helper functions currently only used by py3k

2014-10-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73942:d34e5f29e326 Date: 2014-10-13 17:35 -0700 http://bitbucket.org/pypy/pypy/changeset/d34e5f29e326/ Log:bring over some helper functions currently only used by py3k diff --git a/rpython/rlib/rdynload.py

[pypy-commit] pypy py3k: fix missing endDFAs for u prefix'd tripled quoted strings

2014-09-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73724:5f38597ef8a9 Date: 2014-09-26 20:04 -0700 http://bitbucket.org/pypy/pypy/changeset/5f38597ef8a9/ Log:fix missing endDFAs for u prefix'd tripled quoted strings diff --git a/pypy/interpreter/pyparser/pytokenize.py

[pypy-commit] pypy py3k: we really want a unicodebuffer here

2014-09-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73683:2e736033bd2b Date: 2014-09-24 19:14 -0700 http://bitbucket.org/pypy/pypy/changeset/2e736033bd2b/ Log:we really want a unicodebuffer here diff --git a/rpython/rtyper/module/ll_win32file.py

[pypy-commit] pypy py3k: workaround FuncType pointer calls w/ a non-standard calling convention not

2014-09-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73684:eab5254eaafa Date: 2014-09-24 19:24 -0700 http://bitbucket.org/pypy/pypy/changeset/eab5254eaafa/ Log:workaround FuncType pointer calls w/ a non-standard calling convention not actually using said convention

[pypy-commit] pypy py3.3: merge py3k

2014-09-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r73638:de00ce0a7596 Date: 2014-09-21 16:20 -0700 http://bitbucket.org/pypy/pypy/changeset/de00ce0a7596/ Log:merge py3k diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py ---

[pypy-commit] pypy py3k: _getfinalpathname is broken, disable for now

2014-09-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73637:7011366e6fbf Date: 2014-09-21 16:20 -0700 http://bitbucket.org/pypy/pypy/changeset/7011366e6fbf/ Log:_getfinalpathname is broken, disable for now diff --git a/pypy/module/posix/__init__.py

[pypy-commit] pypy py3.3: merge py3k

2014-09-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r73636:ac2759ae7eb6 Date: 2014-09-18 21:14 -0700 http://bitbucket.org/pypy/pypy/changeset/ac2759ae7eb6/ Log:merge py3k diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++

[pypy-commit] pypy py3.3: issue832: linux sys.platform now always linux

2014-09-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r73639:31223ffc5ac1 Date: 2014-09-21 16:22 -0700 http://bitbucket.org/pypy/pypy/changeset/31223ffc5ac1/ Log:issue832: linux sys.platform now always linux diff --git a/pypy/module/sys/__init__.py

[pypy-commit] pypy py3.3: sys.platform linux2 - linux

2014-09-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r73640:57188ff5ab4e Date: 2014-09-21 16:31 -0700 http://bitbucket.org/pypy/pypy/changeset/57188ff5ab4e/ Log:sys.platform linux2 - linux diff --git a/lib_pypy/ctypes_support.py b/lib_pypy/ctypes_support.py ---

[pypy-commit] pypy py3k: merge default

2014-09-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73603:45600f667251 Date: 2014-09-17 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/45600f667251/ Log:merge default diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py ---

[pypy-commit] pypy default: pep8/cleanup

2014-09-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73602:832991d1e798 Date: 2014-09-17 16:54 -0700 http://bitbucket.org/pypy/pypy/changeset/832991d1e798/ Log:pep8/cleanup diff --git a/rpython/rtyper/lltypesystem/lltype.py b/rpython/rtyper/lltypesystem/lltype.py ---

[pypy-commit] pypy py3k: fix

2014-09-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73604:e27f287735af Date: 2014-09-18 10:00 -0700 http://bitbucket.org/pypy/pypy/changeset/e27f287735af/ Log:fix diff --git a/rpython/rtyper/module/ll_win32file.py b/rpython/rtyper/module/ll_win32file.py ---

[pypy-commit] pypy py3k: fix translation

2014-09-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73606:95c3cb767044 Date: 2014-09-18 13:04 -0700 http://bitbucket.org/pypy/pypy/changeset/95c3cb767044/ Log:fix translation diff --git a/rpython/rtyper/module/ll_win32file.py b/rpython/rtyper/module/ll_win32file.py ---

[pypy-commit] pypy py3k: another translation fix attempt

2014-09-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73608:c8117677797e Date: 2014-09-18 13:29 -0700 http://bitbucket.org/pypy/pypy/changeset/c8117677797e/ Log:another translation fix attempt diff --git a/rpython/rtyper/module/ll_win32file.py

[pypy-commit] pypy py3k: issue1798: add nt._getfinalpathname. add _getfileinformation as well

2014-09-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73587:1900e5ea6ec4 Date: 2014-09-17 12:53 -0700 http://bitbucket.org/pypy/pypy/changeset/1900e5ea6ec4/ Log:issue1798: add nt._getfinalpathname. add _getfileinformation as well diff --git a/pypy/module/posix/__init__.py

[pypy-commit] pypy py3k: rearrange

2014-09-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73588:d0c26086a7f6 Date: 2014-09-17 12:57 -0700 http://bitbucket.org/pypy/pypy/changeset/d0c26086a7f6/ Log:rearrange diff --git a/rpython/rtyper/module/test/test_ll_win32file.py

[pypy-commit] pypy py3k: handle older windows versions

2014-09-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73589:80ee4756ddc3 Date: 2014-09-17 13:00 -0700 http://bitbucket.org/pypy/pypy/changeset/80ee4756ddc3/ Log:handle older windows versions diff --git a/pypy/module/posix/test/test_posix2.py

[pypy-commit] buildbot default: don't explicitly specify the binary name of 'pypy' so that py3k branches can

2014-09-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r918:345d88ba452d Date: 2014-09-13 15:53 -0700 http://bitbucket.org/pypy/buildbot/changeset/345d88ba452d/ Log:don't explicitly specify the binary name of 'pypy' so that py3k branches can default to a value of 'pypy3'

[pypy-commit] pypy py3k: issue1796: default the packaged pypy binary/shared lib name to 'pypy3'

2014-09-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73526:86ac335daec2 Date: 2014-09-13 15:57 -0700 http://bitbucket.org/pypy/pypy/changeset/86ac335daec2/ Log:issue1796: default the packaged pypy binary/shared lib name to 'pypy3' diff --git

[pypy-commit] pypy py3k: merge default

2014-09-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73529:201aee996695 Date: 2014-09-13 18:26 -0700 http://bitbucket.org/pypy/pypy/changeset/201aee996695/ Log:merge default diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++

[pypy-commit] pypy default: cleanup

2014-09-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73528:5e1d74cb3416 Date: 2014-09-13 18:10 -0700 http://bitbucket.org/pypy/pypy/changeset/5e1d74cb3416/ Log:cleanup diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py +++

[pypy-commit] pypy py3k: issue1844: guard against invalid code object argcounts

2014-09-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73530:013ccdd884c9 Date: 2014-09-13 19:22 -0700 http://bitbucket.org/pypy/pypy/changeset/013ccdd884c9/ Log:issue1844: guard against invalid code object argcounts diff --git a/pypy/interpreter/pycode.py

[pypy-commit] pypy default: utilize scoped allocation

2014-09-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73513:e6aa1e2c6877 Date: 2014-09-12 12:13 -0700 http://bitbucket.org/pypy/pypy/changeset/e6aa1e2c6877/ Log:utilize scoped allocation diff --git a/rpython/translator/sandbox/rsandbox.py b/rpython/translator/sandbox/rsandbox.py

[pypy-commit] pypy py3k: workaround lack of __future__.__file__, as __future__'s pre-imported during

2014-09-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73516:73c7d67b9c5f Date: 2014-09-12 15:18 -0700 http://bitbucket.org/pypy/pypy/changeset/73c7d67b9c5f/ Log:workaround lack of __future__.__file__, as __future__'s pre-imported during translation diff --git

[pypy-commit] pypy default: pep8/use oefmt

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r73476:d5039133da03 Date: 2014-07-27 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/d5039133da03/ Log:pep8/use oefmt (grafted from 6704fc912ee12bb7be511d77fd192537ca3d75e3) diff --git

[pypy-commit] pypy py3k: merge default

2014-09-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73481:1568c757e7cb Date: 2014-09-11 13:47 -0700 http://bitbucket.org/pypy/pypy/changeset/1568c757e7cb/ Log:merge default diff too long, truncating to 2000 out of 6687 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++

<    1   2   3   4   5   6   7   8   9   10   >