Fri, 29 Dec 2017 05:28:05 +0530 |
Pulkit Goyal |
py3: make regular expressions bytes by prepending b''
|
Sun, 01 Oct 2017 12:14:21 -0400 |
Augie Fackler |
cleanup: use urllibcompat for renamed methods on urllib request objects
|
Sat, 30 Sep 2017 07:43:11 -0400 |
Augie Fackler |
byterange: remove superfluous pass statements
|
Sun, 03 Sep 2017 14:32:11 +0900 |
Yuya Nishihara |
doctest: bulk-replace string literals with b'' for Python 3
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
Mon, 21 Dec 2015 21:42:14 -0800 |
Gregory Szorc |
byterange: use absolute_import
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Sat, 09 Feb 2013 07:44:22 -0600 |
Augie Fackler |
byterange: remove now-unused sys import
|
Fri, 08 Feb 2013 17:14:12 -0600 |
Augie Fackler |
byterange: remove old two-arg raise trick
|
Tue, 11 Sep 2012 08:36:09 -0700 |
Bryan O'Sullivan |
Merge spelling fixes
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
spelling: primarily
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
spelling: equivalent
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Fri, 06 Jan 2012 16:27:13 +0100 |
Martin Geisler |
Remove FSF mailing address from GPL headers
|
Mon, 25 Jul 2011 15:09:17 -0500 |
Augie Fackler |
byterange: replace uses of hasattr with getattr
|
Wed, 29 Jun 2011 15:00:00 +0200 |
Thomas Arendsen Hein |
classes: fix class style problems found by b071cd58af50
stable
|
Wed, 14 Apr 2010 17:58:10 +0900 |
Nicolas Dumazet |
pylint, pyflakes: remove unused or duplicate imports
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Mon, 02 Nov 2009 17:54:19 +0100 |
Benoit Boissinot |
byterange: backport fix from upstream
|
Sun, 05 Jul 2009 11:04:55 +0200 |
Alejandro Santos |
compat: use email in favor of mimetools
|
Thu, 14 May 2009 13:20:04 +0200 |
Martin Geisler |
byterange: fix import error
|
Wed, 13 May 2009 14:08:39 +0200 |
Dirkjan Ochtman |
some modernization cleanups, forward compatibility
|
Mon, 08 Sep 2008 13:07:00 +0200 |
Peter Ruibal |
use Exception(args)-style raising consistently (py3k compatibility)
|
Wed, 23 Jan 2008 14:28:25 +0100 |
Dirkjan Ochtman |
send conservatively capitalized HTTP headers
|
Fri, 17 Nov 2006 08:06:54 +0100 |
Thomas Arendsen Hein |
white space and line break cleanups
|
Sun, 10 Jul 2005 16:14:56 -0800 |
chad netzer |
Make consistent use of str.startswith() in conditionals.
|
Sun, 10 Jul 2005 16:01:11 -0800 |
mark williamson |
A number of minor fixes to problems that pychecker found.
|
Sat, 02 Jul 2005 13:40:15 -0800 |
mpm |
More whitespace cleanups
|
Tue, 03 May 2005 13:16:10 -0800 |
mpm |
Add back links from file revisions to changeset revisions
|