Fri, 15 Aug 2014 20:02:18 -0700 |
Gregory Szorc |
platform: implement readpipe()
|
Tue, 15 Jul 2014 15:14:45 -0700 |
Siddharth Agarwal |
util.re: add an escape method
|
Tue, 15 Jul 2014 15:01:52 -0700 |
Siddharth Agarwal |
util.re: move check for re2 into a separate method
|
Tue, 15 Jul 2014 14:52:40 -0700 |
Siddharth Agarwal |
util: remove no longer used compilere
|
Tue, 15 Jul 2014 14:40:43 -0700 |
Siddharth Agarwal |
util: move compilere to a class
|
Tue, 15 Jul 2014 14:35:19 -0700 |
Siddharth Agarwal |
util: rename 're' to 'remod'
|
Sun, 06 Jul 2014 02:56:41 +0900 |
FUJIWARA Katsunori |
util: replace 'ellipsis' implementation by 'encoding.trim'
|
Sun, 23 Feb 2014 01:56:31 +0100 |
Angel Ezquerra |
config: move config.sortdict class into util
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
util: enable "hooks" to return list of the values returned from each hooks
|
Thu, 10 Apr 2014 22:10:26 -0700 |
Pierre-Yves David |
util: support None size in chunkbuffer.read()
|
Sat, 15 Feb 2014 19:52:26 +0900 |
FUJIWARA Katsunori |
util: add the code path to "cachefunc()" for the function taking no arguments
|
Wed, 12 Mar 2014 13:19:20 -0400 |
Augie Fackler |
util: move from dict() construction to {} literals
|
Thu, 20 Feb 2014 02:38:36 +0100 |
Mads Kiilerich |
util: debugstacktrace, flush before and after writing
|
Mon, 03 Feb 2014 14:47:41 -0800 |
Siddharth Agarwal |
util.url: add an 'islocal' method
stable
|
Sun, 12 Jan 2014 23:28:21 +0100 |
Mads Kiilerich |
util: introduce util.debugstacktrace for showing a stack trace without crashing
|
Sun, 29 Dec 2013 13:54:04 +0000 |
Christian Ebert |
util: remove unused realpath (issue4063)
|
Mon, 25 Nov 2013 16:15:44 -0600 |
Matt Mackall |
merge with stable
|
Wed, 20 Nov 2013 22:03:15 +0100 |
Simon Heimberg |
util: url keeps backslash in paths
stable
|
Wed, 06 Nov 2013 16:48:06 -0500 |
Augie Fackler |
cleanup: move stdlib imports to their own import statement
|
Sat, 16 Nov 2013 12:44:28 -0500 |
Matt Mackall |
merge with stable
|
Fri, 08 Nov 2013 12:35:50 +0100 |
Mads Kiilerich |
util: warn when adding paths ending with \
stable
|
Thu, 07 Nov 2013 15:24:23 -0600 |
Matt Mackall |
date: allow %z in format (issue4040)
|
Thu, 24 Oct 2013 01:49:56 +0800 |
Mads Kiilerich |
spelling: random spell checker fixes
stable
|
Tue, 01 Oct 2013 17:00:03 -0700 |
Matt Mackall |
merge with stable
|
Mon, 30 Sep 2013 14:36:11 +0200 |
Pierre-Yves David |
repoview: make propertycache.setcache compatible with repoview
stable
|
Fri, 13 Sep 2013 15:40:04 -0500 |
Jeff Sickel |
plan9: update util.py for cpython 2.7 build
|
Fri, 06 Sep 2013 13:16:21 -0700 |
Siddharth Agarwal |
lrucachedict: implement clear()
|
Mon, 01 Jul 2013 06:50:58 +0200 |
Simon Heimberg |
util: check if re2 works before using it (issue 3964)
|
Mon, 03 Jun 2013 17:20:45 -0700 |
Bryan O'Sullivan |
util: add an optional timestamp parameter to makedate
|
Mon, 03 Jun 2013 17:20:44 -0700 |
Bryan O'Sullivan |
util: rename ct variable in makedate to timestamp
|