[Python-Dev] Summary of Python tracker Issues

2014-06-20 Thread Python tracker

ACTIVITY SUMMARY (2014-06-13 - 2014-06-20)
Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open4655 ( -7)
  closed 28932 (+73)
  total  33587 (+66)

Open issues with patches: 2152 


Issues opened (49)
==

#8110: subprocess.py doesn't correctly detect Windows machines
http://bugs.python.org/issue8110  reopened by r.david.murray

#21750: mock_open data is visible only once for the life of the class
http://bugs.python.org/issue21750  opened by pkoning

#21753: Windows cmd.exe character escaping function
http://bugs.python.org/issue21753  opened by Jim.Jewett

#21754: Add tests for turtle.TurtleScreenBase
http://bugs.python.org/issue21754  opened by ingrid

#21755: test_importlib.test_locks fails --without-threads
http://bugs.python.org/issue21755  opened by berker.peksag

#21756: IDLE - ParenMatch fails to find closing paren of multi-line st
http://bugs.python.org/issue21756  opened by taleinat

#21760: inspect documentation describes module type inaccurately
http://bugs.python.org/issue21760  opened by eric.snow

#21761: language reference describes the role of module.__file__ inacc
http://bugs.python.org/issue21761  opened by eric.snow

#21762: update the import machinery to only use __spec__
http://bugs.python.org/issue21762  opened by eric.snow

#21763: Clarify requirements for file-like objects
http://bugs.python.org/issue21763  opened by nikratio

#21765: Idle: make 3.x HyperParser work with non-ascii identifiers.
http://bugs.python.org/issue21765  opened by terry.reedy

#21767: singledispatch docs should explicitly mention support for abst
http://bugs.python.org/issue21767  opened by ncoghlan

#21768: Fix a NameError in test_pydoc
http://bugs.python.org/issue21768  opened by Claudiu.Popa

#21769: Fix a NameError in test_descr
http://bugs.python.org/issue21769  opened by Claudiu.Popa

#21770: Module not callable in script_helper.py
http://bugs.python.org/issue21770  opened by Claudiu.Popa

#21772: platform.uname() not EINTR safe
http://bugs.python.org/issue21772  opened by Tor.Colvin

#21775: shutil.copytree() crashes copying to VFAT on Linux: AttributeE
http://bugs.python.org/issue21775  opened by gward

#21776: distutils.upload uses the wrong order of exceptions
http://bugs.python.org/issue21776  opened by Claudiu.Popa

#21777: Separate out documentation of binary sequence methods
http://bugs.python.org/issue21777  opened by ncoghlan

#21778: PyBuffer_FillInfo() from 3.3
http://bugs.python.org/issue21778  opened by arigo

#21779: test_multiprocessing_spawn fails when ran with -Werror
http://bugs.python.org/issue21779  opened by serhiy.storchaka

#21780: make unicodedata module 64-bit safe
http://bugs.python.org/issue21780  opened by haypo

#21781: make _ssl module 64-bit clean
http://bugs.python.org/issue21781  opened by haypo

#21782: hashable documentation error: shouldn't mention id
http://bugs.python.org/issue21782  opened by Giacomo.Alzetta

#21783: smtpd.py does not allow multiple helo/ehlo commands
http://bugs.python.org/issue21783  opened by zvyn

#21784: __init__.py can be a directory
http://bugs.python.org/issue21784  opened by abraithwaite

#21785: __getitem__ and __setitem__ try to be smart when invoked with 
http://bugs.python.org/issue21785  opened by kt

#21786: Use assertEqual in test_pydoc
http://bugs.python.org/issue21786  opened by Claudiu.Popa

#21787: Idle: make 3.x  Hyperparser.get_expression recognize ...
http://bugs.python.org/issue21787  opened by terry.reedy

#21788: Rework Python finalization
http://bugs.python.org/issue21788  opened by haypo

#21790: Change blocksize in http.client to the value of resource.getpa
http://bugs.python.org/issue21790  opened by dbrecht

#21791: Proper return status of os.WNOHANG is not always (0, 0)
http://bugs.python.org/issue21791  opened by eradman

#21793: httplib client/server status refactor
http://bugs.python.org/issue21793  opened by dbrecht

#21795: smtpd.SMTPServer should announce 8BITMIME when supported
http://bugs.python.org/issue21795  opened by zvyn

#21796: tempfile.py, line 83,  in module once_lock = _allocate_lock(
http://bugs.python.org/issue21796  opened by pythonbug1shal

#21799: Py_SetPath() gives compile error: undefined reference to '__im
http://bugs.python.org/issue21799  opened by Pat.Le.Cat

#21800: Implement RFC 6855 (IMAP Support for UTF-8) in imaplib.
http://bugs.python.org/issue21800  opened by zvyn

#21801: inspect.signature doesn't always return a signature
http://bugs.python.org/issue21801  opened by Claudiu.Popa

#21802: Reader of BufferedRWPair is not closed if writer's close() fai
http://bugs.python.org/issue21802  opened by serhiy.storchaka

#21803: Remove macro indirections in complexobject
http://bugs.python.org/issue21803  opened by pitrou

#21804: Implement thr UTF8 command (RFC 6856) in poplib.
http://bugs.python.org/issue21804  opened by zvyn

#21806: 

[Python-Dev] Tracker Stats

2014-06-20 Thread Ezio Melotti
Hi,
I added a new stats page to the bug tracker:
http://bugs.python.org/issue?@template=stats
The page can be reached from the sidebar of the bug tracker: Summaries - Stats
The data are updated once a week, together with the Summary of Python
tracker issues.

Best Regards,
Ezio Melotti
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Tracker Stats

2014-06-20 Thread Raymond Hettinger

On Jun 20, 2014, at 10:30 AM, Ezio Melotti ezio.melo...@gmail.com wrote:

 I added a new stats page to the bug tracker:
 http://bugs.python.org/issue?@template=stats
 The page can be reached from the sidebar of the bug tracker: Summaries - 
 Stats
 The data are updated once a week, together with the Summary of Python
 tracker issues.

Thank you.  That gives nice visibility to all the work being done on the 
tracker.


Raymond___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] PyPy3 2.3.1 released

2014-06-20 Thread Philip Jenvey
=
PyPy3 2.3.1 - Fulcrum
=

We're pleased to announce the first stable release of PyPy3. PyPy3
targets Python 3 (3.2.5) compatibility.

We would like to thank all of the people who donated_ to the `py3k proposal`_
for supporting the work that went into this.

You can download the PyPy3 2.3.1 release here:

http://pypy.org/download.html#pypy3-2-3-1

Highlights
==

* The first stable release of PyPy3: support for Python 3!

* The stdlib has been updated to Python 3.2.5

* Additional support for the u'unicode' syntax (`PEP 414`_) from Python 3.3

* Updates from the default branch, such as incremental GC and various JIT
  improvements

* Resolved some notable JIT performance regressions from PyPy2:

 - Re-enabled the previously disabled collection (list/dict/set) strategies

 - Resolved performance of iteration over range objects

 - Resolved handling of Python 3's exception __context__ unnecessarily forcing
   frame object overhead

.. _`PEP 414`: http://legacy.python.org/dev/peps/pep-0414/

What is PyPy?
==

PyPy is a very compliant Python interpreter, almost a drop-in replacement for
CPython 2.7.6 or 3.2.5. It's fast due to its integrated tracing JIT compiler.

This release supports x86 machines running Linux 32/64, Mac OS X 64, Windows,
and OpenBSD,
as well as newer ARM hardware (ARMv6 or ARMv7, with VFPv3) running Linux.

While we support 32 bit python on Windows, work on the native Windows 64
bit python is still stalling, we would welcome a volunteer
to `handle that`_.

.. _`handle that`: 
http://doc.pypy.org/en/latest/windows.html#what-is-missing-for-a-full-64-bit-translation

How to use PyPy?
=

We suggest using PyPy from a `virtualenv`_. Once you have a virtualenv
installed, you can follow instructions from `pypy documentation`_ on how
to proceed. This document also covers other `installation schemes`_.

.. _donated: 
http://morepypy.blogspot.com/2012/01/py3k-and-numpy-first-stage-thanks-to.html
.. _`py3k proposal`: http://pypy.org/py3donate.html
.. _`pypy documentation`: 
http://doc.pypy.org/en/latest/getting-started.html#installing-using-virtualenv
.. _`virtualenv`: http://www.virtualenv.org/en/latest/
.. _`installation schemes`: 
http://doc.pypy.org/en/latest/getting-started.html#installing-pypy


Cheers,
the PyPy team

--
Philip Jenvey

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] PyPy3 2.3.1 released

2014-06-20 Thread Eric Snow
On Fri, Jun 20, 2014 at 2:32 PM, Philip Jenvey pjen...@underboss.org wrote:
 =
 PyPy3 2.3.1 - Fulcrum
 =

 We're pleased to announce the first stable release of PyPy3. PyPy3
 targets Python 3 (3.2.5) compatibility.

Awesome!

-eric
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] PyPy3 2.3.1 released

2014-06-20 Thread Nick Coghlan
On 21 Jun 2014 06:39, Philip Jenvey pjen...@underboss.org wrote:

 =
 PyPy3 2.3.1 - Fulcrum
 =

 We're pleased to announce the first stable release of PyPy3. PyPy3
 targets Python 3 (3.2.5) compatibility.

Congratulations, that's another critical milestone in the Python 3
migration reached! :)

Cheers,
Nick.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] PyPy3 2.3.1 released

2014-06-20 Thread Mark Roberts
That's fantastic! Great job - that's a lot of work :)

-Mark

 On Jun 20, 2014, at 13:32, Philip Jenvey pjen...@underboss.org wrote:
 
 =
 PyPy3 2.3.1 - Fulcrum
 =
 
 We're pleased to announce the first stable release of PyPy3. PyPy3
 targets Python 3 (3.2.5) compatibility.
 
 We would like to thank all of the people who donated_ to the `py3k proposal`_
 for supporting the work that went into this.
 
 You can download the PyPy3 2.3.1 release here:
 
http://pypy.org/download.html#pypy3-2-3-1
 
 Highlights
 ==
 
 * The first stable release of PyPy3: support for Python 3!
 
 * The stdlib has been updated to Python 3.2.5
 
 * Additional support for the u'unicode' syntax (`PEP 414`_) from Python 3.3
 
 * Updates from the default branch, such as incremental GC and various JIT
  improvements
 
 * Resolved some notable JIT performance regressions from PyPy2:
 
 - Re-enabled the previously disabled collection (list/dict/set) strategies
 
 - Resolved performance of iteration over range objects
 
 - Resolved handling of Python 3's exception __context__ unnecessarily forcing
   frame object overhead
 
 .. _`PEP 414`: http://legacy.python.org/dev/peps/pep-0414/
 
 What is PyPy?
 ==
 
 PyPy is a very compliant Python interpreter, almost a drop-in replacement for
 CPython 2.7.6 or 3.2.5. It's fast due to its integrated tracing JIT compiler.
 
 This release supports x86 machines running Linux 32/64, Mac OS X 64, Windows,
 and OpenBSD,
 as well as newer ARM hardware (ARMv6 or ARMv7, with VFPv3) running Linux.
 
 While we support 32 bit python on Windows, work on the native Windows 64
 bit python is still stalling, we would welcome a volunteer
 to `handle that`_.
 
 .. _`handle that`: 
 http://doc.pypy.org/en/latest/windows.html#what-is-missing-for-a-full-64-bit-translation
 
 How to use PyPy?
 =
 
 We suggest using PyPy from a `virtualenv`_. Once you have a virtualenv
 installed, you can follow instructions from `pypy documentation`_ on how
 to proceed. This document also covers other `installation schemes`_.
 
 .. _donated: 
 http://morepypy.blogspot.com/2012/01/py3k-and-numpy-first-stage-thanks-to.html
 .. _`py3k proposal`: http://pypy.org/py3donate.html
 .. _`pypy documentation`: 
 http://doc.pypy.org/en/latest/getting-started.html#installing-using-virtualenv
 .. _`virtualenv`: http://www.virtualenv.org/en/latest/
 .. _`installation schemes`: 
 http://doc.pypy.org/en/latest/getting-started.html#installing-pypy
 
 
 Cheers,
 the PyPy team
 
 --
 Philip Jenvey
 
 ___
 Python-Dev mailing list
 Python-Dev@python.org
 https://mail.python.org/mailman/listinfo/python-dev
 Unsubscribe: 
 https://mail.python.org/mailman/options/python-dev/wizzat%40gmail.com
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com