Wed, 28 Mar 2018 12:44:35 -0700 |
Gregory Szorc |
keepalive: implement readinto()
|
Sat, 24 Mar 2018 15:09:33 +0900 |
Yuya Nishihara |
procutil: bulk-replace util.std* to point to new module
|
Sun, 18 Feb 2018 00:03:05 -0500 |
Augie Fackler |
keepalive: headers are native strings, mark them as such
|
Fri, 29 Dec 2017 05:25:27 +0530 |
Pulkit Goyal |
py3: use node.hex(h.digest()) instead of h.hexdigest()
|
Sun, 10 Dec 2017 04:47:34 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in keepalive.py
|
Sun, 01 Oct 2017 12:14:21 -0400 |
Augie Fackler |
cleanup: use urllibcompat for renamed methods on urllib request objects
|
Fri, 29 Sep 2017 15:49:20 +0000 |
Alex Gaynor |
style: never put multiple statements on one line
|
Sun, 01 Oct 2017 12:15:53 -0400 |
Augie Fackler |
keepalive: python 3 portability tweaks
|
Fri, 29 Sep 2017 15:49:43 +0000 |
Alex Gaynor |
style: always use `x is not None` instead of `not x is None`
|
Mon, 25 Sep 2017 11:05:16 +0200 |
Gregory Szorc |
keepalive: add more context to bad status line errors
|
Fri, 02 Jun 2017 14:08:26 -0700 |
Kyle Lippincott |
keepalive: set buffering=True to do more efficient reads of headers
|
Thu, 01 Jun 2017 18:23:20 -0700 |
Kyle Lippincott |
keepalive: pass the correct arguments to HTTPResponse
|
Thu, 13 Apr 2017 18:04:38 -0700 |
Gregory Szorc |
keepalive: send HTTP request headers in a deterministic order
|
Mon, 13 Feb 2017 15:12:17 -0500 |
John Mulligan |
keepalive: honor urllib2 style get_method overrides
|
Wed, 07 Oct 2015 16:02:45 -0700 |
Gregory Szorc |
keepalive: rewrite readline()
|
Wed, 07 Oct 2015 15:53:58 -0700 |
Gregory Szorc |
keepalive: remove limit argument from readline()
|
Wed, 07 Oct 2015 15:33:52 -0700 |
Gregory Szorc |
keepalive: don't concatenate strings when reading chunked transfer
|
Mon, 21 Nov 2016 22:17:45 -0500 |
Augie Fackler |
keepalive: discard legacy Python support for error handling
|
Thu, 20 Oct 2016 23:53:36 +0900 |
Yuya Nishihara |
py3: bulk replace sys.stdin/out/err by util's
|
Sat, 19 Nov 2016 17:11:12 -0800 |
Gregory Szorc |
keepalive: reorder header precedence
|
Fri, 01 Jul 2016 19:17:16 +0530 |
Pulkit Goyal |
keepalive: switch from thread to threading module
|
Tue, 28 Jun 2016 16:01:53 +0530 |
Pulkit Goyal |
py3: conditionalize httplib import
|
Fri, 10 Jun 2016 00:12:33 -0400 |
Augie Fackler |
cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
Sun, 28 Feb 2016 00:00:13 -0800 |
Gregory Szorc |
keepalive: remove useless parentheses around exception type
|
Sun, 21 Jun 2015 23:14:54 -0700 |
Gregory Szorc |
keepalive: use print function
|
Tue, 22 Dec 2015 16:28:28 -0800 |
Gregory Szorc |
keepalive: use absolute_import
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Wed, 24 Sep 2014 16:00:47 +0900 |
Mike Hommey |
util: move md5 back next to sha1 and allow to call it without an argument
|
Wed, 24 Sep 2014 15:52:40 +0900 |
Mike Hommey |
keepalive: fix how md5 is used
stable
|
Thu, 03 Oct 2013 14:50:47 +0200 |
Mads Kiilerich |
check-code: check for spaces around = for named parameters
|
Tue, 02 Oct 2012 14:27:13 -0700 |
Bryan O'Sullivan |
keepalive: drop python 2.2 legacy code
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Thu, 26 Jul 2012 02:54:13 +0200 |
Mads Kiilerich |
help: fix some instances of 'the the'
stable
|
Sun, 13 May 2012 13:18:06 +0200 |
Brodie Rao |
check-code: ignore naked excepts with a "re-raise" comment
|
Sat, 12 May 2012 16:02:45 +0200 |
Brodie Rao |
cleanup: replace naked excepts with more specific ones
|
Sat, 12 May 2012 16:00:58 +0200 |
Brodie Rao |
cleanup: "raise SomeException()" -> "raise SomeException"
|
Sat, 12 May 2012 16:00:57 +0200 |
Brodie Rao |
cleanup: "not x in y" -> "x not in y"
|
Fri, 06 Jan 2012 16:27:13 +0100 |
Martin Geisler |
Remove FSF mailing address from GPL headers
|
Mon, 25 Jul 2011 20:36:59 -0500 |
Augie Fackler |
keepalive: use safehasattr instead of hasattr
|
Wed, 29 Jun 2011 15:00:00 +0200 |
Thomas Arendsen Hein |
classes: fix class style problems found by b071cd58af50
stable
|
Wed, 01 Jun 2011 12:38:46 +0200 |
Martin Geisler |
check-code: flag 0/1 used as constant Boolean expression
|
Mon, 08 Feb 2010 15:36:34 +0100 |
Benoit Boissinot |
fix coding style (reported by pylint)
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Mon, 02 Nov 2009 11:03:22 -0500 |
Augie Fackler |
keepalive: handle broken pipes gracefully during large POSTs
|
Mon, 04 May 2009 21:30:39 +0200 |
Martin Geisler |
util: remove md5
|
Mon, 27 Apr 2009 22:15:36 +0200 |
Patrick Mezard |
keepalive: fix 4f13ed6ee544, reintroduce unredirected_hdrs
|
Thu, 23 Apr 2009 15:40:10 -0500 |
Matt Mackall |
keepalive: attempt to fix issue1003
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
Mon, 23 Mar 2009 13:13:02 +0100 |
Peter Arrenbrecht |
cleanup: drop variables for unused return values
|
Mon, 23 Mar 2009 11:12:01 +0100 |
Peter Arrenbrecht |
keepalive: fix reference to IncompleteRead
|
Mon, 16 Feb 2009 17:37:23 -0600 |
Matt Mackall |
keepalive: borrow code from newer httplib to patch ValueError (issue1088)
|
Mon, 12 Jan 2009 09:16:03 +0100 |
Dirkjan Ochtman |
use dict.iteritems() rather than dict.items()
|
Fri, 04 Apr 2008 22:36:40 +0200 |
Dirkjan Ochtman |
python 2.6 compatibility: compatibility wrappers for hash functions
|
Sun, 03 Feb 2008 21:47:07 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sun, 03 Feb 2008 21:03:46 -0200 |
Alexis S. L. Carvalho |
httprepo: use separate handlers for HTTP and HTTPS
|
Sun, 20 Jan 2008 14:39:25 +0100 |
Christian Ebert |
Prefer i in d over d.has_key(i)
|
Mon, 08 Jan 2007 16:18:29 +0100 |
Benoit Boissinot |
fix for digest auth when using keepalive.py
|
Wed, 12 Jul 2006 08:28:00 -0700 |
Vadim Gelfer |
clean up trailing white space.
|
Fri, 16 Jun 2006 10:00:37 -0300 |
Alexis S. L. Carvalho |
Update keepalive.py to current CVS version of urlgrabber.
|