Sun, 11 Feb 2018 18:58:45 -0800 |
Gregory Szorc |
mail: import email.utils not email.Utils
|
Sun, 11 Feb 2018 18:50:24 -0800 |
Gregory Szorc |
py3: cast character set to bytes
|
Sun, 11 Feb 2018 18:47:19 -0800 |
Gregory Szorc |
py3: cast decode() argument to system string
|
Sun, 11 Feb 2018 14:25:10 -0800 |
Gregory Szorc |
py3: pass system string to email.message.Message.set_type()
|
Wed, 29 Nov 2017 08:44:06 +0530 |
Pulkit Goyal |
py3: make sure the first argument of time.strftime() is str
|
Tue, 26 Sep 2017 16:14:57 +0300 |
Igor Ippolitov |
mail: encode long unicode lines in emails properly (issue5687)
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
Sat, 13 May 2017 11:12:44 -0700 |
Gregory Szorc |
mail: remove code to support < Python 2.7
|
Mon, 13 Mar 2017 09:11:08 -0700 |
Yuya Nishihara |
encoding: factor out unicode variants of from/tolocal()
|
Thu, 20 Oct 2016 22:20:31 +0900 |
Yuya Nishihara |
mail: do not print(), use ui.debug() instead
|
Wed, 05 Oct 2016 13:45:22 +0200 |
Gábor Stefanik |
mail: take --encoding and HGENCODING into account
|
Fri, 07 Oct 2016 17:30:11 +0200 |
Pulkit Goyal |
mail: handle renamed email.Header
|
Sat, 04 Jun 2016 11:13:28 -0700 |
Gregory Szorc |
mail: unsupport smtp.verifycert (BC)
|
Wed, 25 May 2016 19:56:20 -0700 |
Gregory Szorc |
mail: remove use of sslkwargs
|
Wed, 25 May 2016 19:43:22 -0700 |
Gregory Szorc |
sslutil: remove ui from sslkwargs (API)
|
Sun, 15 May 2016 11:38:38 -0700 |
Gregory Szorc |
sslutil: convert socket validation from a class to a function (API)
|
Tue, 17 May 2016 05:32:36 +0530 |
Pulkit Goyal |
py3: use setattr() to assign new class attribute
|
Fri, 15 Apr 2016 17:43:47 +0000 |
timeless |
mail: retain hostname for sslutil.wrapsocket (issue5203)
|
Thu, 03 Mar 2016 18:34:19 +0100 |
Julien Cristau |
patch: when importing from email, RFC2047-decode From/Subject headers
|
Sat, 02 Jan 2016 11:47:07 -0800 |
Gregory Szorc |
mail: use print function
|
Thu, 15 Oct 2015 17:24:42 -0400 |
timeless |
mail: drop python 2.5 self.sock.read workaround
|
Wed, 14 Oct 2015 22:29:03 -0400 |
timeless |
l10n: use %d instead of %s for numbers
|
Wed, 14 Oct 2015 22:21:05 -0400 |
timeless |
mail: drop python 2.5 support
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Fri, 28 Aug 2015 10:53:55 -0400 |
timeless |
spelling: behaviour -> behavior
|
Sat, 08 Aug 2015 19:32:19 -0700 |
Gregory Szorc |
mail: use absolute_import
|
Thu, 25 Jun 2015 17:52:20 -0500 |
Matt Mackall |
email: fix config default value inconsistency
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Sun, 07 Jun 2015 09:30:15 +0900 |
Yuya Nishihara |
mail: pass ui to sslutil.wrapsocket() even if verifycert is off (issue4713)
|
Fri, 05 Jun 2015 21:25:28 +0900 |
Yuya Nishihara |
ssl: rename ssl_wrap_socket() to conform to our naming convention
|