[ANN]: distlib 0.1.9 released on PyPI

2014-05-22 Thread Vinay Sajip


I've just released version 0.1.9 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.

The main changes in this release are as follows:

    Fixed issue #47: Updated binary launchers to fix double-quoting bug
    where script executable paths have spaces.

    Added ``keystore`` keyword argument to signing and verification APIs.

A more detailed change log is available at [2].

Please try it out, and if you find any problems or have any suggestions for
improvements, please give some feedback using the issue tracker! [3]

Regards,

Vinay Sajip

[1] https://pypi.python.org/pypi/distlib/0.1.9
[2] http://pythonhosted.org/distlib/overview.html#change-log-for-distlib
[3] https://bitbucket.org/pypa/distlib/issues/new

-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


[RELEASED] Python 3.4.1

2014-05-22 Thread Larry Hastings



On behalf of the Python development community and the Python 3.4 release 
team, I'm pleased to announce the availability of Python 3.4.1.  Python 
3.4.1 has over three hundred bugfixes and other improvements over 3.4.0. 
One notable change: the version of OpenSSL bundled with the Windows 
installer no longer has the HeartBleed vulnerability.


You can download it here:

   https://www.python.org/download/releases/3.4.1



//arry/
--
https://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


PyDev 3.5.0 Released

2014-05-22 Thread Fabio Zadrozny
What is PyDev?
---

PyDev is an open-source Python IDE on top of Eclipse for Python, Jython and
IronPython development.

It comes with goodies such as code completion, syntax highlighting, syntax
analysis, code analysis, refactor, debug, interactive console, etc.

Details on PyDev: http://pydev.org
Details on its development: http://pydev.blogspot.com


What is LiClipse?
---

LiClipse is a PyDev standalone with goodies such as support for Multiple
cursors, theming and a number of other languages such as Django Templates,
Kivy Language, Mako Templates, Html, Javascript, etc.

It's also a commercial counterpart which helps supporting the development
of PyDev.

Details on LiClipse: http://brainwy.github.io/liclipse/


Release Highlights:
---

- **Important**: PyDev requires Eclipse 3.8 or 4.3 onwards and Java 7! For
older versions, keep using PyDev 2.x (or LiClipse for a PyDev standalone
with all requirements bundled).

* Adding plead for the current crowdfunding at http://tiny.cc/pydev-2014.

* PyDev now has a new logo.

* **py.test**:

* Improved py.test test runner preferences page.

* py.test integration improved to be less intrusive and work with xdist.

* py.test protocol invocation now allows for module/session scoped
fixtures to work properly.

* Add bookmark and add task actions are shown in the ruler context menu
(**Ctrl+F10**).

* Code completion was not properly recognizing variables assigned to self
inside an elif statement.

* Django 1.7: Model.objects is manually patched inside PyDev to give proper
code-completion results.

* Debugger: hovering over private ('__' prefixed) variables now shows
proper value.

* Thread.isAlive() is no longer called to workaround debugger issue on
Python 3.4.

* Hyperlinking should not happen on spacing characters (I.e.: Ctrl+click on
spaces).

* Fixed NPE when interpreter is created with JDT and loaded afterwards
without it.

* Fixed issue where tokens cached information could end up being null after
I/O.

* Manually creating new run configuration no longer gives an exception
(i.e.: configuration without associated project).

* Out-of-sync error on PYTHONPATH change (patch by Danny Yoo)

* There's an extension point for clients to resolve modules (patch by Danny
Yoo).

* **Ctrl+Shift+G** (find references) is now properly categorized.

* Rename refactoring now validates files (read only) prior to refactoring
(patch by Danny Yoo).

* Not checking preferred settings when the PyDev plugin is started, but
rather when a PyDev editor is opened.

* Setting remote debugger socket to be properly reused.

* The PyDev stdout/stderr redirector now properly uses PYTHONIOENCODING.



Cheers,

--
Fabio Zadrozny
--
Software Developer

LiClipse
http://brainwy.github.io/liclipse

PyDev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/