[Twisted-Python] GSOC 2013 Project Idea for Twisted Matrix

2013-04-20 Thread Chitrank Dixit
Good Evening

Twisted Matrix is a great module for Networking and I would like to work
with this project. I want to propose Twisted a new Idea of Promoting the
project to Porting to Python 3 (with backward compatibility). Porting
benefits by grabbing the Python 3 users and would prepare the Twisted for
the Future.



P.S. : I am not sure if this project idea is suitable for Google Summer of
Code.





*Regards
*
*Chitrank Dixit
*
*IIPS-DAVV
*
*MCA
*
*trackleech.blogspot.in*
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] GSOC 2013 Project Idea for Twisted Matrix

2013-04-20 Thread Laurens Van Houtven
On Sat, Apr 20, 2013 at 10:10 AM, Chitrank Dixit chitrankdi...@gmail.comwrote:

 Good Evening


Hi! :-)


 Twisted Matrix is a great module for Networking and I would like to work
 with this project. I want to propose Twisted a new Idea of Promoting the
 project to Porting to Python 3 (with backward compatibility). Porting
 benefits by grabbing the Python 3 users and would prepare the Twisted for
 the Future.


Helping the Python 3 porting effort sounds like a GSoC project to me :) You
might not finish it (there's a lot of work, and some of the problems are
very tricky), but it's definitely an area I think deserves some full-time
attention.

Are you familiar with the Twisted contribution process? It is my
understanding that we ask GSoC students to find and fix a single, easy
(usually easy literally means minutes of actual work, once your system is
set up for Twisted development) to qualify, so that they're already
familiar with what they'd need to do.

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


Re: [Twisted-Python] GSOC 2013 Project Idea for Twisted Matrix

2013-04-20 Thread exarkun
On Sat, Apr 20, 2013 at 10:10 AM, Chitrank Dixit 
chitrankdi...@gmail.comwrote:
Good Evening

Twisted Matrix is a great module for Networking and I would like to 
work
with this project. I want to propose Twisted a new Idea of Promoting 
the
project to Porting to Python 3 (with backward compatibility). Porting
benefits by grabbing the Python 3 users and would prepare the Twisted 
for
the Future.


Please have a look at http://twistedmatrix.com/trac/wiki/GSoC2013. 
Thanks!

Jean-Paul

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


Re: [Twisted-Python] GSOC 2013 Project Idea for Twisted Matrix

2013-04-20 Thread Chitrank Dixit
Thanks Laurens I know the Twisted Matrix Module at good Extend and
would definitely contribute to the Twisted development. I have read the
Twisted GSOC where it is required to submit atleast one patch.

I have set up my development environment for Twisted Matrix and Working on
Twisted.

*Regards
*
*Chitrank Dixit
*
*IIPS-DAVV
*
*MCA
*
*trackleech.blogspot.in*



On Sat, Apr 20, 2013 at 3:01 PM, Laurens Van Houtven _...@lvh.io wrote:

 On Sat, Apr 20, 2013 at 10:10 AM, Chitrank Dixit 
 chitrankdi...@gmail.comwrote:

 Good Evening


 Hi! :-)


 Twisted Matrix is a great module for Networking and I would like to work
 with this project. I want to propose Twisted a new Idea of Promoting the
 project to Porting to Python 3 (with backward compatibility). Porting
 benefits by grabbing the Python 3 users and would prepare the Twisted for
 the Future.


 Helping the Python 3 porting effort sounds like a GSoC project to me :)
 You might not finish it (there's a lot of work, and some of the problems
 are very tricky), but it's definitely an area I think deserves some
 full-time attention.

 Are you familiar with the Twisted contribution process? It is my
 understanding that we ask GSoC students to find and fix a single, easy
 (usually easy literally means minutes of actual work, once your system is
 set up for Twisted development) to qualify, so that they're already
 familiar with what they'd need to do.

 cheers
 lvh

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


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


[Twisted-Python] Weekly Bug Summary

2013-04-20 Thread exarkun



Bug summary
__
Summary for 2013-04-14 through 2013-04-21
  Opened Closed  Total Change
Enhancements:  6  3   1000 +3
Defects:  11  8647 +3
Tasks: 1  4 79 -3
Regressions:   0  0  1 +0
Total:18 15   1727 +3

|== Type Changes   |== Priority Changes   |== Component Changes   
|Defect:   +3  |Normal:  +2   |Conch:  -1 
|Enhancement:  +3  |Low: -1   |Core:   +6 
|Task: -3  |Lowest:  +2   |Ftp:-1 
  |Mail:   +1 
  |Names:  +1 
  |Trial:  -3 
  |Web:+2 
  |Words:  -2 



Total Tickets
Open Tickets



New / Reopened Bugs
__
= Normal =
[#6433] Fix clients.xhtml skipLines in irc example (opened by Julian) (CLOSED, fixed)
defect  core   http://twistedmatrix.com/trac/ticket/6433

[#6434] twisted.runner.test.test_procmon.DummyProcessReactor should be a part of MemoryReactor (opened by glyph)
enhancement core   http://twistedmatrix.com/trac/ticket/6434

[#6435] proto_helpers should be moved somewhere outside of a 'test' module (opened by glyph)
defect  core   http://twistedmatrix.com/trac/ticket/6435

[#6436] Make --exitfirst work alongside --jobs (opened by Julian)
enhancement trial  http://twistedmatrix.com/trac/ticket/6436

[#6437] twisted.trial.unittest.TestCase.flushWarnings may fail if run without .py files (with only .pyc or .pyo files) (opened by exarkun)
defect  trial  http://twistedmatrix.com/trac/ticket/6437

[#6438] Spelling mistake in options.xhtml (opened by itamar)
defect  core   http://twistedmatrix.com/trac/ticket/6438

[#6442] procmon should be able to send signals to processes spawned with uid/gid set (opened by GaretJax)
enhancement core   http://twistedmatrix.com/trac/ticket/6442

[#6443] setuid should be called in the child after forking the process in spawnProcess (opened by GaretJax)
defect  core   http://twistedmatrix.com/trac/ticket/6443

[#6445] Digest authentication fails for URLs including comma (opened by sh)
defect  webhttp://twistedmatrix.com/trac/ticket/6445

[#6446] use base64.b64encode instead of base64.encodestring (opened by jjyao)
defect  mail   http://twistedmatrix.com/trac/ticket/6446

[#6447] Emit deprecation warnings Request._parsedURI and Response.request are not supplied (opened by jonathanj)
enhancement webhttp://twistedmatrix.com/trac/ticket/6447

[#6448] Use normal attribute access for Request._parsedURI and Response.request (opened by jonathanj)
enhancement webhttp://twistedmatrix.com/trac/ticket/6448

[#6449] Add unit test coverage for twisted.names gethostbyname.py example script (opened by rwall)
enhancement names  http://twistedmatrix.com/trac/ticket/6449

= Low =
[#6444] Incorrect docstrings in test_usage.py (opened by stephsolis)
defect  core   http://twistedmatrix.com/trac/ticket/6444

[#6430] test_loader.FileTest.test_filenameNotPython should create its test data (opened by thijs) (CLOSED, fixed)
tasktrial  http://twistedmatrix.com/trac/ticket/6430

= Lowest =
[#6439] Spelling mistakes in pb-intro.xhtml (opened by itamar) (CLOSED, fixed)
defect  core   http://twistedmatrix.com/trac/ticket/6439

[#6440] Spelling mistake in pb-copyable.xhtml (opened by itamar)
defect  core   http://twistedmatrix.com/trac/ticket/6440

[#6441] Spelling mistake in pb-cred.xhtml (opened by itamar)
defect  core   http://twistedmatrix.com/trac/ticket/6441



Closed Bugs
__
= Normal =
[#5411] ftp_NLST and ftp_LIST should only send data as "str" (opened by oberstet, closed by tomprince, fixed)
defect  ftphttp://twistedmatrix.com/trac/ticket/5411

[#6431] conch (client) appears to crash on window resize (opened by glyph, closed by glyph, worksforme)
defect  conch  http://twistedmatrix.com/trac/ticket/6431

[#3844] Parse mIRC format codes (opened by jonathanj, closed by jonathanj, fixed)
enhancement words  http://twistedmatrix.com/trac/ticket/3844

[#5189] Documentation Enhancement for Trial (opened by sparkytwobillion, closed by thijs, invalid)
enhancement trial  http://twistedmatrix.com/trac/ticket/5189

[#5592] Document purpose and how to run Twisted