Re: [Mailman-Developers] Update 2.0 - Creating threads to handle dynamic list

2015-06-09 Thread pranjal
Thanks for the detailed review. Replies inline! Stephen J. Turnbull wrote: Pranjal Yadav writes: > Blog: prany.github.io > code: giitlab.com/godricglow/mailman Sorry about the long brain dump. Pick some of the issues to address now and save the rest for later. I took a look at you

[Mailman-Developers] [GSoC 2014] Interested in contributing to Mailman, Need guidance.

2014-02-08 Thread Pranjal Mittal
Hi there, I am Pranjal; A final year student at Indian Institute of Technology, Varanasi, India.I am familiar with Python, Javascript, C/C++ and HTML/CSS. I have good experience working with Django/Python and have worked on many web applications from development to deployment. I really love

[Mailman-Developers] Introductory mail

2015-01-22 Thread Pranjal Yadav
will go through the code in over next few weeks and till then I can expect a reply for above projects. PS : The documentation for mailman setup is outdated I guess, reported that to @maxking -- Pranjal Yadav Final Year Undergraduate Student Department of Metallurgical and Materials Engineerin

Re: [Mailman-Developers] A couple of archiving questions

2015-02-15 Thread Pranjal Yadav
t; https://mail.python.org/mailman/listinfo/mailman-developers > Mailman FAQ: http://wiki.list.org/x/AgA3 > Searchable Archives: > http://www.mail-archive.com/mailman-developers%40python.org/ > Unsubscribe: > https://mail.python.org/mailman/options/mailman-developers/godricglow%40gmail.com

[Mailman-Developers] Postorius test debugging problem : tests_forms.py

2015-02-19 Thread Pranjal Yadav
t;Form class shouldn't do anything in its __init__ function" however we do have __inti__ functions in our forms.py. So do we need to modify something there? -- *Pranjal Yadav* ___ Mailman-Developers mailing list Mailman-Developers@python.org https

Re: [Mailman-Developers] Prospective applicant for GSoC-2015

2015-02-21 Thread Pranjal Yadav
scribe: > https://mail.python.org/mailman/options/mailman-developers/godricglow%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 > -- *Pranjal Yadav* *IIT Kharagpur* ___ Mailman-Developers mailing list Mailman-Developers@python.or

Re: [Mailman-Developers] Postorius test debugging problem : tests_forms.py

2015-02-27 Thread Pranjal Yadav
his tox -e py27-django1.7 -- postorius.tests.test_forms output : Ran 11 tests in 0.015s On Fri, Feb 27, 2015 at 5:06 PM, Abhilash Raj wrote: > Hi Pranjal, > > I was able to run the tests in ListNewTest, and kind of debug the > other test too. > > In ListNewTest you have tw

Re: [Mailman-Developers] Postorius test debugging problem : tests_forms.py

2015-02-27 Thread Pranjal Yadav
work around and it didn't actually help. When I changed 'clean_email' to 'clean' both validation tests for email worked however now 'invalid_password' test went off and gave an error. Now I'm confused with the naming part! On Fri, Feb 27, 2015 at 8:39 PM

Re: [Mailman-Developers] Postorius test debugging problem : tests_forms.py

2015-02-27 Thread Pranjal Yadav
for 'clean_email' is not functioning as expected and I have already written the validation tests for that part as well. On 28 Feb 2015 09:53, "Abhilash Raj" wrote: > On 27 February 2015 at 20:39, Pranjal Yadav wrote: > > Hi Abhilash, > > > > Thanks for your h

[Mailman-Developers] Dynamic sublist implementation for GSoC 15 - queries

2015-03-04 Thread Pranjal Yadav
doubts. PS : Doubts I have mentioned above are only related to understanding dynamic lists' working/expected-working and any assumptions or suggestions made which seems futuristic are not part of my GSoC proposal but a part of my understanding of the overa

[Mailman-Developers] Queries regarding patches & mocking in postorius

2015-03-06 Thread Pranjal Yadav
ally while running tests? -- *Pranjal Yadav* *IIT Kharagpur* ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archi

[Mailman-Developers] Dynamic Sublist Proposal Queries

2015-03-19 Thread Pranjal Yadav
pstream pull request since many of the GSoC project are using this functionality. -- *Pranjal Yadav* *IIT Kharagpur* ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-develope

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Pranjal Yadav
velopers@python.org > https://mail.python.org/mailman/listinfo/mailman-developers > Mailman FAQ: http://wiki.list.org/x/AgA3 > Searchable Archives: > http://www.mail-archive.com/mailman-developers%40python.org/ > Unsubscribe: > https://mail.python.org/mailman/options/mailman-devel

Re: [Mailman-Developers] wrong path to python 3.4 while installing mailman 3

2015-04-17 Thread Pranjal Yadav
r/sbin:/usr/bin:/root/bin) > > ? > > > > 2015-04-17 19:59 GMT+03:00 Pranjal Yadav : > > > >> Can you check with "where python3" and post the output. > >> > >> On Fri, Apr 17, 2015 at 9:34 PM, Danil Smirnov > wrote: > &g

Re: [Mailman-Developers] Welcome to GSoC 2015

2015-04-27 Thread Pranjal Yadav
;s welcome our three GSoC students: > > Ankush Sharma - Mailman client written in JavaScript > Mentors: Florian Fuchs, Abhilash Raj > > Bhavesh Goyal - A Dashboard for Admins/Owners/Moderators > Mentors: Abhilash Raj, Sneha Priscilla Makini > > Pranjal Yadav - Dynamic Sublists &

[Mailman-Developers] Update 2.0 - Creating threads to handle dynamic list

2015-06-02 Thread Pranjal Yadav
ch is also mentioned below along with the blog. Blog: prany.github.io code: giitlab.com/godricglow/mailman PS: A lot of details regarding message table, member and subscription model etc are missing from this blog and will be updated in the coming blog by weekend. -- cheers *

[Mailman-Developers] Update 2.1 - Functional Threads, Handler, Rule and Runner

2015-06-25 Thread Pranjal Yadav
ed your reviews to modify/add to my work if there is anything missing. Blog : http://prany.github.io/dlist-pre-mid-term-report.html -- *Pranjal Yadav* *IIT Kharagpur* ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.pyt

[Mailman-Developers] Update 3.0 Important Implementation Change

2015-07-07 Thread Pranjal Yadav
Hello I'm writing this email to notify one major change in the implementation which I learned last weekend, as Steve mentioned earlier, it would be pretty hard for users to type in bulky Subjects/Tos in the message which is a primary need for me to assess messages as dlist messages or not with a fo

[Mailman-Developers] Update 3.1 Implementation details, changes and request for code review

2015-07-11 Thread Pranjal Yadav
Hello I recently added another post in my blog as post mid term report. I have added all implementation details and changes made so far, I request you to go through it when ever you find time and kindly update me for any changes required. Blog: prany.github.io

[Mailman-Developers] Resuming mailman contribution

2016-02-29 Thread Pranjal Yadav
Hello all, For those who don't know me, I was a part of GSoC 2015 with Mailman, I worked on the dynamic sublists aka dlist project. Terri and Steve mentored me for this project and except for the timezone issue, I felt the mentorship was one of the best experiences I have had in past few years, A

Re: [Mailman-Developers] Resuming mailman contribution

2016-03-01 Thread Pranjal Yadav
On 1 Mar 2016 8:27 pm, "Barry Warsaw" wrote: > > On Mar 01, 2016, at 12:09 PM, Pranjal Yadav wrote: > > >For those who don't know me, I was a part of GSoC 2015 with Mailman, I > >worked on the dynamic sublists aka dlist project. Terri and Steve mentored >

Re: [Mailman-Developers] GSOC '16 Help

2016-03-01 Thread Pranjal Yadav
Hello Vatsal, Welcome to the Mailman community > Hey Devs, > I was going through the list of projects for GSOC '16, and mailman seemed > interesting. Though i read the FAQs, can anyone please guide me about how > to get started? there are a lot of projects, contribution, application and > all...

Re: [Mailman-Developers] GSOC 16

2016-03-07 Thread Pranjal Yadav
ail.python.org/mailman/options/mailman-developers/godricglow%40gmail.com > > Security Policy: http://wiki.list.org/x/QIA9 > -- *Pranjal Yadav* *IIT Kharagpur* ___ Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python