Re: [Python-Dev] [ 1673007 ] urllib2 requests history + HEAD

2007-03-16 Thread K.Danilov aka koder
die here ___Full history for all processed request didn't not stored in any place. P.S. This message may be duplicated - first copy i sent from gmail.com and it didn't reach mail list for some unknown for me reasons. --- KDanilov aka koder(aka koder_ua) __

Re: [Python-Dev] [ 1673007 ] urllib2 requests history + HEAD

2007-03-13 Thread KoDer
PConnection) clear history every time when new Request starts. # from httplib HTTPConnection.putrequest patched str = '%s %s %s' % (method, url, self._http_vsn_str) self._output(str) self.sended_hdrs = [str] <<< previous history die here ___Full history for all processed requ

Re: [Python-Dev] urllib2 EP + decr. startup time

2007-02-18 Thread KoDer
tdlib zipfile in the platform-appropriate location, > that can run after the bytecode compilation of the stdlib modules, or that > users can run on older versions of Python to do the same thing. I already work on this ). -- K.Danilov aka KoDer __

Re: [Python-Dev] urllib2 EP + decr. startup time

2007-02-17 Thread KoDer
. and so on. As i understand all _llseek(6, 102400, [102400], SEEK_SET) = 0 calls after first are just heating air. -- K.Danilov aka KoDer ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] urllib2 EP + decr. startup time

2007-02-16 Thread KoDer
2007/2/16, Phillip J. Eby <[EMAIL PROTECTED]>: > At 04:38 PM 2/16/2007 +0200, KoDer wrote: . > > > Also, are you aware that putting a zipped version of the standard library > on sys.path already speeds up startup considerably? Python since 2.3 > automatically includes

[Python-Dev] urllib2 EP + decr. startup time

2007-02-16 Thread KoDer
o it is necessary to add some options to control of using cache like --disable-cache, --clear-cache,disable cashing some dirs, etc. --- K.Danilov aka KoDer ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com