Fri, 02 Mar 2018 14:09:50 -0500 |
Augie Fackler |
util: work around Python 3 returning None at EOF instead of ''
|
file |
diff |
annotate
|
Fri, 02 Mar 2018 14:09:20 -0500 |
Augie Fackler |
util: add missing r prefix on some __setattr__ calls
|
file |
diff |
annotate
|
Thu, 01 Mar 2018 18:15:58 -0500 |
Yuya Nishihara |
py3: fix string slicing in util.parsetimezone()
|
file |
diff |
annotate
|
Sun, 25 Feb 2018 22:31:13 -0500 |
Augie Fackler |
util: use pycompat.bytestr() on repr() in date parse abort
|
file |
diff |
annotate
|
Sat, 24 Feb 2018 12:24:03 -0800 |
Gregory Szorc |
util: enable observing of util.bufferedinputpipe
|
file |
diff |
annotate
|
Sat, 24 Feb 2018 12:22:20 -0800 |
Gregory Szorc |
util: add a file object proxy that can notify observers
|
file |
diff |
annotate
|
Mon, 26 Feb 2018 00:51:41 -0500 |
Augie Fackler |
util: handle fileno() on Python 3 throwing io.UnsupportedOperation
|
file |
diff |
annotate
|
Sun, 25 Feb 2018 23:08:41 -0500 |
Augie Fackler |
py3: hunt down str(exception) instances and use util.forcebytestr
|
file |
diff |
annotate
|
Sun, 25 Feb 2018 22:06:53 -0500 |
Augie Fackler |
util: use pycompat.bytestr() instead of str()
|
file |
diff |
annotate
|
Wed, 21 Feb 2018 22:20:27 +0900 |
Yuya Nishihara |
util: factor out shellsplit() function
|
file |
diff |
annotate
|
Wed, 21 Feb 2018 13:41:20 -0800 |
Gregory Szorc |
util: add a file object proxy that can read at most N bytes
|
file |
diff |
annotate
|
Sat, 17 Feb 2018 18:14:51 +0900 |
Yuya Nishihara |
py3: fix bytes-unicode dance while building docstring of extdiff
|
file |
diff |
annotate
|
Fri, 16 Feb 2018 17:24:31 -0500 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Fri, 16 Feb 2018 13:25:39 -0800 |
Jun Wu |
date: fix parsing months
stable
|
file |
diff |
annotate
|
Mon, 12 Feb 2018 20:44:06 -0500 |
Augie Fackler |
util: convert traceback-related sysstrs to sysbytes in getstackframes
|
file |
diff |
annotate
|
Mon, 12 Feb 2018 20:43:33 -0500 |
Augie Fackler |
util: format line number of stack trace using %d
|
file |
diff |
annotate
|
Mon, 12 Feb 2018 20:43:05 -0500 |
Augie Fackler |
util: call warnings.warn() with a sysstr in nouideprecwarn
|
file |
diff |
annotate
|
Sun, 11 Feb 2018 12:55:50 -0800 |
Gregory Szorc |
py3: pass system string to socket.getservbyname
|
file |
diff |
annotate
|
Sat, 27 Jan 2018 13:33:31 +0900 |
Yuya Nishihara |
py3: factor out helpers to apply string conversion recursively
|
file |
diff |
annotate
|
Fri, 19 Jan 2018 22:52:35 +0100 |
Gregory Szorc |
util: implement varint functions
|
file |
diff |
annotate
|
Fri, 19 Jan 2018 20:51:35 +0100 |
Boris Feld |
util: move 'readexactly' in the util module
|
file |
diff |
annotate
|
Fri, 29 Dec 2017 05:25:27 +0530 |
Pulkit Goyal |
py3: use node.hex(h.digest()) instead of h.hexdigest()
|
file |
diff |
annotate
|
Fri, 29 Dec 2017 22:54:14 -0500 |
Matt Harbison |
util: add a function to show the mount point of the filesystem
|
file |
diff |
annotate
|
Sat, 30 Dec 2017 21:15:12 -0500 |
Matt Harbison |
util: whitelist NTFS for hardlink creation (issue4580)
|
file |
diff |
annotate
|
Sat, 30 Dec 2017 21:07:03 -0500 |
Matt Harbison |
util: move getfstype() to the platform modules
|
file |
diff |
annotate
|
Wed, 20 Dec 2017 02:13:35 -0800 |
Jun Wu |
osutil: add a function to unblock signals
|
file |
diff |
annotate
|
Wed, 29 Nov 2017 04:47:27 +0530 |
Pulkit Goyal |
py3: add b'' to regular expressions which are raw strings
|
file |
diff |
annotate
|
Wed, 08 Nov 2017 09:18:18 -0800 |
Mark Thomas |
util: add util.clearcachedproperty
|
file |
diff |
annotate
|
Thu, 12 Oct 2017 23:34:34 -0700 |
Jun Wu |
codemod: use pycompat.isdarwin
|
file |
diff |
annotate
|
Thu, 12 Oct 2017 09:04:22 -0700 |
Jun Wu |
codemod: use pycompat.isposix
|
file |
diff |
annotate
|