[issue24450] Add cr_await calculated property to coroutine object

2015-06-24 Thread Frank Wierzbicki
Frank Wierzbicki added the comment: This shouldn't be a problem for Jython. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24450 ___ ___ Python

Jython 2.5.4rc1 and Jython 2.7b1 released!

2013-02-11 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that the first release candidate of Jython 2.5.4 and the first beta of Jython 2.7 are available. The 2.5.4rc1 details are here: http://fwierzbicki.blogspot.com/2013/02/jython-254-rc1-released.html The 2.7b1 details are here:

[issue16886] Doctests in test_dictcomp depend on dict order

2013-01-15 Thread Frank Wierzbicki
Frank Wierzbicki added the comment: I have addressed all of the comments, but I don't know the exact procedure here. Does someone need to say Looks good to me before I push? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue16886] Doctests in test_dictcomp depend on dict order

2013-01-12 Thread Frank Wierzbicki
Changes by Frank Wierzbicki fwierzbi...@gmail.com: Added file: http://bugs.python.org/file28709/dictcomps_updated2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16886

[issue16886] Doctests in test_dictcomp depend on dict order

2013-01-11 Thread Frank Wierzbicki
Frank Wierzbicki added the comment: I'd love to work through the commit process myself once I get through all of the comments. My intention is to become much more active here as Jython3 starts to ramp up over the next year. It would be great if I could eventually get all of Jython's .py files

[issue16886] Doctests in test_dictcomp depend on dict order

2013-01-11 Thread Frank Wierzbicki
Frank Wierzbicki added the comment: Well, we generally prefer to go through the review process always, except for relatively small commits (which some of yours may be). Good to know, in that case I'll plan to go through the review process always. 2.7 is separate from 3.x. So to commit

[issue16886] Doctests in test_dictcomp depend on dict order

2013-01-11 Thread Frank Wierzbicki
Frank Wierzbicki added the comment: I'm getting an error when I try to upload patches via Reitveld: TypeError at /review/16886/add int() argument must be a string or a number, not 'AddForm' so I'm attaching my updated patch here. Is this a known issue? If not, where should I report

[issue16886] Doctests in test_dictcomp depend on dict order

2013-01-11 Thread Frank Wierzbicki
Frank Wierzbicki added the comment: On Fri, Jan 11, 2013 at 6:34 PM, Frank Wierzbicki rep...@bugs.python.org wrote: Reitveld *Rietveld I see just uploading a new patch to bugs.python does the right thing so I'll just move along :) -- nosy: +Frank.Wierzbicki

[issue16886] Doctests in test_dictcomp depend on dict order

2013-01-10 Thread Frank Wierzbicki
Frank Wierzbicki added the comment: Switched to unittest style away from doctests and created patch against 3.3. Note that at this time test_dictcomp.py is identical in 3.3 and 3.4 so merging should be pretty easy :) -- Added file: http://bugs.python.org/file28676/dictcomp3.3.patch

[issue16886] Doctests in test_dictcomp depend on dict order

2013-01-10 Thread Frank Wierzbicki
Frank Wierzbicki added the comment: This patch of test_dict_comp.py was made against 2.7. It differs from the 3.3 version only one line from test import test_support as support -- Added file: http://bugs.python.org/file28677/dictcomp2.7.patch

[issue16886] Doctests in test_dictcomp depend on dict order

2013-01-09 Thread Frank Wierzbicki
Frank Wierzbicki added the comment: Making these into real unit tests and switching the patch to 3.3 should be no problem. Is 2.7 still open for changes to tests? I might back port to 2.7 as well so that I can delete the customized Jython test in 2.7

[issue16886] Doctests in test_dictcomp depend on dict order

2013-01-07 Thread Frank Wierzbicki
New submission from Frank Wierzbicki: test_dictcomp hard codes the dict output of various tests of Dict Comprehensions. Since Jython has a different dict ordering we are currently altering this test. When we get to 3.x it will be nicer if we can use this test as is. Also I've seen some

Jython 2.5.3rc1 released!

2012-08-08 Thread Frank Wierzbicki
The announcement and download links are here: http://fwierzbicki.blogspot.com/2012/08/jython-253rc1-released.html -Frank -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

[issue14895] test_warnings.py EnvironmentVariableTests is a bad test

2012-05-28 Thread Frank Wierzbicki
Changes by Frank Wierzbicki fwierzbi...@gmail.com: -- nosy: +fwierzbicki ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14895 ___ ___ Python-bugs

[issue13465] A Jython section in the dev guide would be great

2011-12-27 Thread Frank Wierzbicki
Frank Wierzbicki fwierzbi...@gmail.com added the comment: I have forked the devguide into http://hg.python.org/jython-docs/devguide/ -- this way I can merge changes from the main devguide as they make sense. DVCS FTW :) -- I guess this issue can be closed

[issue13465] A Jython section in the dev guide would be great

2011-12-27 Thread Frank Wierzbicki
Changes by Frank Wierzbicki fwierzbi...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13465 ___ ___ Python

[issue13465] A Jython section in the dev guide would be great

2011-11-28 Thread Frank Wierzbicki
Frank Wierzbicki fwierzbi...@gmail.com added the comment: I'll take a look at the dev guide this week and see how much it differs from what I'd want to do and report back here. If it doesn't make sense to include a Jython page here I can either copy content over or link to the CPython dev

[issue13465] A Jython section in the dev guide would be great

2011-11-23 Thread Frank Wierzbicki
New submission from Frank Wierzbicki fwierzbi...@gmail.com: Nick suggested this as a comment on a blog post of mine -- I'll come up with some content, but I wanted to log the bug straight away so I wouldn't forget. -- components: Devguide messages: 148200 nosy: brett.cannon

[issue7175] unify pydistutils.cfg and distutils.cfg and use .local

2009-10-28 Thread Frank Wierzbicki
Changes by Frank Wierzbicki fwierzbi...@gmail.com: -- nosy: +fwierzbicki ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7175 ___ ___ Python-bugs

Jython 2.5.1 Final is out!

2009-09-26 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5.1 final is available for download: https://sourceforge.net/projects/jython/files/jython/2.5.1/jython_installer-2.5.1.jar/download - See the http://wiki.python.org/jython/InstallationInstructions for installation

Jython 2.5.1 Release Candidate 3 is out

2009-09-24 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5.1rc3 is available for download here: https://sourceforge.net/projects/jython/files/jython-dev/2.5.1rc3/jython_installer-2.5.1rc3.jar/download - See http://wiki.python.org/jython/InstallationInstructions for

Jython 2.5.1 Release Candidate 2 is out!

2009-09-13 Thread Frank Wierzbicki
instructions. Jython 2.5.1rc2 fixes bugs that we found when testing rc1, including some db, codec, and locking issues. Please see the NEWS file for detailed release notes. Please report any bugs you find here: http://bugs.jython.org -- Thanks! -Frank Wierzbicki -- http://mail.python.org/mailman

[issue6811] add a filename argument to marshal.load*

2009-09-07 Thread Frank Wierzbicki
Changes by Frank Wierzbicki fwierzbi...@gmail.com: -- nosy: +fwierzbicki ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6811 ___ ___ Python-bugs

[issue6816] Provide CPython command line functionality via runpy module

2009-09-07 Thread Frank Wierzbicki
Changes by Frank Wierzbicki fwierzbi...@gmail.com: -- nosy: +fwierzbicki ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6816 ___ ___ Python-bugs

Jython 2.5.1 Release Candidate 1 is out!

2009-09-02 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5.1rc1 is available for download: https://sourceforge.net/projects/jython/files/jython/2.5.1rc1/jython_installer-2.5.1rc1.jar/download. See the http://wiki.python.org/jython/InstallationInstructions for installation

[issue6704] better col_offset for AST in statements like for a, b in ...

2009-08-14 Thread Frank Wierzbicki
New submission from Frank Wierzbicki fwierzbi...@gmail.com: For statements like: for a,b in c: pass The Tuple node a,b ends up with a col_offset of 0 (the position of the for), but the col_offset should probably be 4 (the position of a). This is more consistent with other Tuple node

[issue6704] better col_offset for AST in statements like for a, b in ...

2009-08-14 Thread Frank Wierzbicki
Frank Wierzbicki fwierzbi...@gmail.com added the comment: Adding tests to test_ast.py for the three cases that exercise the for a,b scenario. Also fixed a small bug in the test code generator in test_ast.py -- Added file: http://bugs.python.org/file14728/ast.diff

Jython 2.5.0 Final is out!

2009-06-17 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5.0 final is available for download: http://downloads.sourceforge.net/jython/jython_installer-2.5.0.jar see the installation instructions: http://wiki.python.org/jython/InstallationInstructions Jython 2.5.0 brings us

Jython 2.5.0 Release Candidate 4 is out!

2009-06-08 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5rc4 is available for download: http://downloads.sourceforge.net/jython/jython_installer-2.5rc4.jar See http://www.jython.org/Project/installation.html for installation instructions. This is the fourth and probably

Jython 2.5.0 Release Candidate 3 out!

2009-05-26 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5rc3 is available for download: http://downloads.sourceforge.net/jython/jython_installer-2.5rc3.jar. See the http://www.jython.org/Project/installation.html for installation instructions. This is the third release

Jython 2.5.0 Release Candidate 1 is out!

2009-05-12 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5rc1 is available for download at http://downloads.sourceforge.net/jython/jython_installer-2.5rc1.jar. See the installation instructions: http://www.jython.org/Project/installation.htm. It contains bug fixes and

Jython 2.5.0 Release Candidate 2 out

2009-05-12 Thread Frank Wierzbicki
Minutes after RC1 we had to do an RC2 due to a bug in our build process + JLine. RC2 is here: http://downloads.sourceforge.net/jython/jython_installer-2.5rc2.jar And Moss Prescott pointed out that the URL was wrong for install instructions. The correct url for installation is:

Jython 2.5 Beta 4 Released

2009-04-29 Thread Frank Wierzbicki
Jython 2.5b4 is available for download here: http://downloads.sourceforge.net/jython/jython_installer-2.5b4.jar. See the installation instructions here: http://www.jython.org/Project/installation.html. While no new features have been added since Beta 3, we have fixed a number of bugs. One of the

[issue5605] Don't assume that repr of literal dicts are sorted like pprint sorts them.

2009-03-30 Thread Frank Wierzbicki
New submission from Frank Wierzbicki fwierzbi...@gmail.com: test_same_as_repr in test_pprint.py assumes repr of literal dict {5:6, 7:8} will be ordered. This definitely is not the case for Jython, and the comments above the test appear to indicate that it is not a guarantee of CPython either

Jython Beta 3 Released

2009-03-11 Thread Frank Wierzbicki
When I released Beta 2 this Saturday, I said it would be the last beta unless a severe bug was found. Well, a severe bug was found. Under certain circumstances Jython Beta 2 would not start on Windows. Otmar Humbel has fixed it, and we've released Beta 3 with the fix here:

Jython 2.5 beta 2 Released

2009-03-07 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5b2 is available for download here: http://downloads.sourceforge.net/jython/jython_installer-2.5b2.jar. See http://www.jython.org/Project/installation.html for installation instructions. Unless a severe bug is found,

Jython 2.5 Beta1 Released!

2009-01-09 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5b1 is available for download: http://downloads.sourceforge.net/jython/jython_installer-2.5b1.jar. See the installation instructions here: http://www.jython.org/Project/installation.html. Jython 2.5 Beta1 continues a

Jython 2.5 Alpha 2 Released!

2008-09-06 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5a2+ is available for download http://voxel.dl.sourceforge.net/sourceforge/jython/jython_installer-2.5a2.jar. See the installation instructions http://jython.org/Project/installation.html. Django runs pretty well on

Jython 2.5 Alpha Released!

2008-07-16 Thread Frank Wierzbicki
On behalf of the Jython development team, I'm pleased to announce that Jython 2.5a0+ is available here http://downloads.sourceforge.net/jython/jython_installer-2.5a0.jar for download. See http://jython.org/Project/installation.html for installation instructions. This is the first alpha release

[issue2617] Patch to emit -J is reserved for Jython on -J arg

2008-04-12 Thread Frank Wierzbicki
Frank Wierzbicki [EMAIL PROTECTED] added the comment: On Sat, Apr 12, 2008 at 9:03 AM, Christian Heimes [EMAIL PROTECTED] wrote: Christian Heimes [EMAIL PROTECTED] added the comment: I've reserved -X as well. Applied in r62293 Great, thanks! While I'd love to have *both* -X and -J

[issue2617] Patch to emit -J is reserved for Jython on -J arg

2008-04-11 Thread Frank Wierzbicki
New submission from Frank Wierzbicki [EMAIL PROTECTED]: This patch adds the message -J is reserved for Jython if that arg is attempted. See http://mail.python.org/pipermail/python-dev/2008-April/078564.html For support from BDFL. -- components: Interpreter Core files: argdashjay.diff