[Python-Dev] Summary of Tracker Issues

2007-06-16 Thread Tracker
ACTIVITY SUMMARY (06/10/07 - 06/17/07) Tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 1645 open ( +0) / 8584 closed ( +0) / 10229 total ( +0) Average duration of open issues: 829 days. Medi

Re: [Python-Dev] Outcome of Georg's documentation work?

2007-06-16 Thread A.M. Kuchling
On Sat, Jun 16, 2007 at 11:31:56AM +0200, Georg Brandl wrote: > That would be really nice. Should I subscribe to the pydotorg list? Yes, please, and e-mail me an SSH key. Such work should be done on ximinez for security reasons, I think, even though the machine is fairly heavily loaded. --amk _

Re: [Python-Dev] Requesting commit access to python sandbox. Cleanup urllib2 - Summer of Code 2007 Project

2007-06-16 Thread O.R.Senthil Kumaran
* "Martin v. L?wis" <[EMAIL PROTECTED]> [2007-06-16 12:10:45]: > > I am a student participant of Google Summer of Code 2007 and I am > > working on the cleanup task of urllib2, with Skip as my mentor. > > I have now given you write access. Please constrain all checkins > to the sandbox; checkins

Re: [Python-Dev] Requesting commit access to python sandbox. Cleanup urllib2 - Summer of Code 2007 Project

2007-06-16 Thread Martin v. Löwis
> I am a student participant of Google Summer of Code 2007 and I am > working on the cleanup task of urllib2, with Skip as my mentor. > I would like to request for a commit access to the Python Sandbox for > implementing the changes as part of the project. I have attached by > SSH Public keys. > pr

Re: [Python-Dev] Outcome of Georg's documentation work?

2007-06-16 Thread Georg Brandl
A.M. Kuchling schrieb: > What was the outcome of the discussion of Georg Brandl's reworked > documentation ("The docs, reloaded")? Was any decision made on > whether to go with reST, or on what changes need to made before that's > possible? Did Fred Drake say what he thought? For my part, I'm st

Re: [Python-Dev] [RFC] urlparse - parse query facility

2007-06-16 Thread O.R.Senthil Kumaran
* Fred L. Drake, Jr. <[EMAIL PROTECTED]> [2007-06-16 01:06:59]: > > * Coding question: Without retyping the bunch of code again in the > > BaseResult, would is the possible to call parse_qs/parse_qsl function on > > self.query and provide the result? Basically, what would be a good of > > doin