Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #17313
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.chainon-marquant.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <fabiofz@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'debug': 0.03; 'ide': 0.05; '(internal': 0.07; 'python': 0.08; 'development:': 0.09; 'eclipse': 0.09; 'ironpython': 0.09; 'to:name:python list': 0.09; 'developer': 0.12; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'cache': 0.15; 'startup': 0.15; '(must': 0.16; '2.2.1': 0.16; 'deadlock': 0.16; 'fix:': 0.16; 'jython': 0.16; 'pydev': 0.16; 'url:pydev': 0.16; 'syntax': 0.16; 'upgraded': 0.18; 'cheers,': 0.20; 'memory': 0.21; 'extract': 0.24; 'code': 0.25; 'all,': 0.28; 'integration': 0.28; 'message- id:@mail.gmail.com': 0.28; 'importing': 0.29; 'skip:b 20': 0.29; 'class': 0.29; 'environment': 0.30; 'enabled': 0.30; 'to:addr:lists.sourceforge.net': 0.30; 'skip:( 20': 0.31; 'version': 0.32; 'skip:- 30': 0.33; 'to:addr:python-list': 0.34; 'issue': 0.35; 'project': 0.35; 'to:addr:python-announce-list': 0.37; 'received:google.com': 0.37; 'could': 0.37; 'configured': 0.38; 'received:209.85': 0.38; 'url:org': 0.39; 'skip:- 50': 0.39; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'integrated': 0.63; 'details': 0.65; 'making': 0.67; 'became': 0.67; 'dealing': 0.69; 'to:no real name:2**2': 0.69; 'race': 0.77; 'analysis': 0.77; '011': 0.84; 'highlights:': 0.84; 'to:2**3': 0.97 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=f6RZtHBCZ0xNP29ysJSDF3NxG0DBVHz3HkYDKfWJ1Xw=; b=JaoJ71+mZ5kES5qdmOXWc88dKjR0WDhvchWJDT6qMlM5UTXOTjFZr7F3oflIZIzsyx pfxG/lo3dGm6C19248wPdlVI0suB3ZuMzeJTdQ10pPTd3b62JClv3rMF5QaYjub39dVR QyP8upamjvwION3PtJAiBjjAZ0EIMdauQOn2Y= |
| MIME-Version | 1.0 |
| From | Fabio Zadrozny <fabiofz@gmail.com> |
| Date | Thu, 15 Dec 2011 18:18:14 -0200 |
| Subject | PyDev 2.3.0 Released |
| To | jython-users@lists.sourceforge.net, pydev-announce@lists.sourceforge.net, pydev-code@lists.sourceforge.net, pydev-users@lists.sourceforge.net, python-announce-list@python.org, python list <python-list@python.org> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3698.1323980317.27778.python-list@python.org> (permalink) |
| Lines | 51 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1323980318 news.xs4all.nl 6854 [2001:888:2000:d::a6]:54042 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:17313 |
Show key headers only | View raw
Hi All, PyDev 2.3.0 has been released Details on PyDev: http://pydev.org Details on its development: http://pydev.blogspot.com Release Highlights: ------------------------------- * Pep8.py integrated (must be enabled in PyDev > Editor > Code Analysis > pep8.py). * Faster PyDev startup (internal Jython upgraded to version 2.2.1 -- and also optimized for PyDev). * Action to select/deselect scope (Shift+Alt+Up/Down). * Fix: cache issue where the PYTHONPATH in memory became different from the PYTHONPATH configured for a project. * Fix: OutOfMemoryError when dealing with PyOpenGL. * Fix: deadlock (could occur in a race condition when importing a project with an existing Python configuration). * Fix: code-completion integration issue with IPython 011 (patch from jonahkichwacoders). * Fix: annotation could remain in editor after removing a marker. * Fix: BadLocationException on extract local refactoring. What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python, Jython and IronPython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer Appcelerator http://appcelerator.com/ Aptana http://aptana.com/ PyDev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
PyDev 2.3.0 Released Fabio Zadrozny <fabiofz@gmail.com> - 2011-12-15 18:18 -0200
csiph-web