log mercurial/keepalive.py @ 14832:d60e4f227d75 stable

age author description
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