Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: 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; 'operator': 0.05; 'builtins': 0.07; 'python': 0.08; 'closed.': 0.09; 'deletion': 0.09; 'development:': 0.09; 'eclipse': 0.09; 'etc).': 0.09; 'ironpython': 0.09; 'to:name:python list': 0.09; 'configure': 0.10; 'output': 0.10; 'developer': 0.12; 'always,': 0.15; '.py': 0.16; '2.2.2': 0.16; '3.2.': 0.16; 'aliases': 0.16; 'deadlock': 0.16; 'debugger.': 0.16; 'jython': 0.16; 'outline': 0.16; 'pydev': 0.16; 'url:pydev': 0.16; 'syntax': 0.16; 'cheers,': 0.18; 'detect': 0.21; 'extension': 0.21; "doesn't": 0.22; 'command': 0.24; 'shell': 0.24; 'sender:addr:gmail.com': 0.25; 'code': 0.25; '(in': 0.26; 'function': 0.27; 'remote': 0.28; 'all,': 0.28; 'compare': 0.28; 'fixed': 0.29; 'message-id:@mail.gmail.com': 0.29; 'django': 0.29; 'environment': 0.29; 'skip:- 30': 0.29; 'analyzing': 0.30; 'ansi': 0.30; 'commands,': 0.30; 'to:addr:lists.sourceforge.net': 0.30; 'class': 0.30; 'integration': 0.31; 'reporting': 0.31; 'app': 0.33; 'to:addr:python-list': 0.33; 'skip:# 10': 0.34; 'backend': 0.34; 'uses': 0.35; 'doing': 0.36; 'issue': 0.36; 'to:addr:python- announce-list': 0.37; 'variables': 0.37; 'options': 0.37; 'received:google.com': 0.38; 'url:org': 0.38; 'received:209.85': 0.38; 'finding': 0.39; 'skip:- 50': 0.39; 'to:addr:python.org': 0.39; 'delete': 0.40; "it's": 0.40; 'where': 0.40; 'more': 0.60; 'custom': 0.61; 'results': 0.61; 'waiting': 0.63; 'opened': 0.64; 'details': 0.65; 'making': 0.67; 'show': 0.67; 'to:no real name:2**2': 0.68; 'engine': 0.71; 'automatic': 0.72; '100%': 0.82; '(e.g.:': 0.84; 'delete,': 0.84; 'heuristic': 0.84; 'highlights:': 0.84; 'session,': 0.84; 'open,': 0.91; 'treatment': 0.96; 'to:2**3': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=1Rqwn2JjxoYhpZkvEYVh47DwRhQv5+uEJREKcNuk5Z8=; b=ib7M+637ptATCdoG3BP0gXpIpj+EcnIpWX6virOnWZZlbgi+ylZkrcapCMxSWQpFrW 73xRUrpwaWAhVMofd7lBsGrcP0Ztd6QO2gOiuvVmZuyIlaWUQBLvJGYFOaHpVPX5NYTM onm1EYcGyNsrcV4qMbBVrFRPnoyS+90C0orFY= MIME-Version: 1.0 Sender: fabiofz@gmail.com From: Fabio Zadrozny Date: Tue, 23 Aug 2011 10:36:23 -0300 X-Google-Sender-Auth: DXHWxLtLOZpFA6Ny6c2sxoWQ-BE Subject: PyDev 2.2.2 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 85 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1314106606 news.xs4all.nl 23891 [2001:888:2000:d::a6]:59011 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12082 Hi All, PyDev 2.2.2 has been released Details on PyDev: http://pydev.org Details on its development: http://pydev.blogspot.com Release Highlights: ------------------------------- **IPython / Interactive console** * IPython (0.10 or 0.11) is now used as the interactive console backend if PyDev can detect it in the PYTHONPATH. * While waiting for the output of a command, intermediary results are printed in the console. * ANSI color codes are supported in the interactive console. **Code Analysis** * Reporting variables that shadow builtins as warnings. * Fixed issue where __dict__ was not found. **Code completion** * Aliases have a better treatment (i.e.: unittest.assertEqual will show the proper type/parameters). * Improved support for analyzing function builtins where the return type is known (i.e.: open, str.split, etc). **Debugger** * When doing a remote debug session, if the files cannot be found in the local filesystem, PyDev will ask for files in the remote debugger. **Editor** * Files without extension that have a python shebang (e.g.: #!/usr/bin/python in the first line) are automatically opened with the PyDev editor (in the PyDev Package Explorer). **Django** * When the shell command is used in the django custom commands, PyDev no longer uses 100% cpu while it doesn't complete. **Others** * Fixed issue where the * operator was not properly formatted. * When the quick outline dialog is deactivated, it's closed. * Fixed heuristic for finding position for local import. * Fixed compare editor issue with Eclipse 3.2. * Fixed integration issue with latest PyLint. * Fixed deadlock issue on app engine manage window. * More options added to configure the automatic deletion of .pyc files (delete always, never delete, delete only on .py delete). 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