[Twisted-Python] Twisted 12.2.0 released

2012-09-01 Thread Ashwini Oruganti
On behalf of Twisted Matrix Laboratories, I am honored to announce the
release of Twisted 12.2.

Highlights for this release include:

  * To be able to work on Python3 support, Python 2.5 is no longer
supported.

  * twisted.mail.imap4 now serves BODYSTRUCTURE responses which provide
more information and conform to the IMAP4 RFC more closely.

  * twisted.conch now supports commercial SSH implementations which don't
comply with the IETF standard.

  * twisted.internet.endpoints now provides several new endpoints,
including a
TCP client endpoint that resolves hostnames to IPv6 host addresses.

  * IReactorSocket.adoptStreamConnection, implemented by some reactors,
allows adding an existing established connection to the reactor.

Starting with the release after 12.2, Twisted will begin requiring
zope.interface 3.6 (as part of Python 3 support).

This is the last Twisted release supporting Python 2.6 on Windows.

For more information, see the NEWS file here:

 http://twistedmatrix.com/Releases/Twisted/12.2/NEWS.txt


Download it now from:

 http://pypi.python.org/packages/source/T/Twisted/Twisted-12.2.0.tar.bz2 or


http://pypi.python.org/packages/2.6/T/Twisted/Twisted-12.2.0.win32-py2.6.exe
 or


http://pypi.python.org/packages/2.6/T/Twisted/Twisted-12.2.0.win32-py2.6.msi
 or


http://pypi.python.org/packages/2.7/T/Twisted/Twisted-12.2.0.win32-py2.7.exe
 or


http://pypi.python.org/packages/2.7/T/Twisted/Twisted-12.2.0.win32-py2.7.msi


Thanks to the supporters of Twisted and to the many contributors for this
release.


--
Ashwini Oruganti
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Twisted 12.2.0 released

2012-09-01 Thread Glyph

On Sep 1, 2012, at 6:47 AM, Ashwini Oruganti  wrote:

> On behalf of Twisted Matrix Laboratories, I am honored to announce the
> release of Twisted 12.2.

Thanks to everyone who worked on it, and congratulations Ashwini on managing 
your first release!

-glyph

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


[Twisted-Python] Weekly Bug Summary

2012-09-01 Thread exarkun



Bug summary
__
Summary for 2012-08-26 through 2012-09-02
  Opened Closed  Total Change
Enhancements:  8  9905 -1
Defects:   5  3590 +2
Tasks: 1  3 93 -2
Regressions:   0  0  2 +0
Total:14 15   1590 -1

|== Type Changes   |== Priority Changes   |== Component Changes 
|Defect:   +2  |High:+1   |Conch:   -1  
|Enhancement:  -1  |Normal:  -6   |Core:-1  
|Task: -2  |Low: +2   |Mail:+0  
   |Lowest:  +2   |Release Management:  +0  
  |Web: +1  



Total Tickets
Open Tickets



New / Reopened Bugs
__
= High =
[#5927] Merge conflicts in doc/fun/Twisted.Quotes (opened by ashfall)
enhancement release management http://twistedmatrix.com/trac/ticket/5927

= Normal =
[#5921] Trial fails flushing reporter stream with ENOSPC on Windows (opened by itamar)
defect  core   http://twistedmatrix.com/trac/ticket/5921

[#5922] twistd mail needs better usage doc (opened by magmatt)
enhancement mail   http://twistedmatrix.com/trac/ticket/5922

[#5926] AMP protocol logs "connection established" and can't be made quiet (opened by talljosh)
defect  core   http://twistedmatrix.com/trac/ticket/5926

[#5928] Add howto on using Twisted from a blocking library (opened by itamar)
enhancement core   http://twistedmatrix.com/trac/ticket/5928

[#5929] Port remaining parts of twisted.python.reflect to Python 3 (opened by exarkun)
enhancement core   http://twistedmatrix.com/trac/ticket/5929

[#5930] Making NativeStringIO in twisted.python.compat (opened by itamar)
enhancement core   http://twistedmatrix.com/trac/ticket/5930

[#5931] Port twisted.python.failure to Python 3 (opened by exarkun)
enhancement core   http://twistedmatrix.com/trac/ticket/5931

[#5932] Port twisted.python.log to Python 3 (opened by itamar)
enhancement core   http://twistedmatrix.com/trac/ticket/5932

[#5903] Port twisted.python.filepath to Python 3 (opened by itamar) (CLOSED, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/5903

= Low =
[#5923] Tests for displayPublicKey misuse str.strip (opened by therve)
defect  conch  http://twistedmatrix.com/trac/ticket/5923

[#5924] t.i.stdio docs don't mention not working with the console in windows (opened by devinj)
defect  core   http://twistedmatrix.com/trac/ticket/5924

= Lowest =
[#5920] web-in-60 dynamic dispatch doc refers to an invalid method (opened by ltaylor.volks)
defect  webhttp://twistedmatrix.com/trac/ticket/5920

[#5925] Deprecate twisted.python.runtime.Platform.isWinNT (opened by exarkun)
taskcore   http://twistedmatrix.com/trac/ticket/5925



Closed Bugs
__
= Normal =
[#5903] Port twisted.python.filepath to Python 3 (opened by itamar, closed by itamarst, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/5903

[#5683] Raise the minimum required version of zope.interface to 3.6.0 (opened by itamar, closed by exarkun, fixed)
defect  core   http://twistedmatrix.com/trac/ticket/5683

[#5889] ckeygen --showpub fails with a TypeError (opened by ltaylor.volks, closed by therve, fixed)
defect  conch  http://twistedmatrix.com/trac/ticket/5889

[#5890] ckeygen --showpub does not prompt for or use provided passphrase for encrypted keys (opened by ltaylor.volks, closed by therve, fixed)
defect  conch  http://twistedmatrix.com/trac/ticket/5890

[#5886] Restore __version__ to twisted/__init__.py on Python 3, once twisted.python.versions is enabled (opened by itamar, closed by exarkun, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/5886

[#5917] Port twisted.python.versions to Python 3 (opened by exarkun, closed by exarkun, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/5917

[#5785] Replace usage of file with open in twisted.python.versions (opened by thijs, closed by exarkun, fixed)
taskcore   http://twistedmatrix.com/trac/ticket/5785

[#5919] Use trial to run the tests for twisted.python.runtime (opened by meissenPlate, closed by itamar, duplicate)
taskcore   http://twistedmatrix.com/trac/ticket/5919

[#5897] Port twisted.python.runtime to Python 3 (opened by itamar, closed by itamarst, fixed)
enhancement core   http://twistedmatrix.com/trac/ticket/5897

[#5914] Port name