mercurial/util.py
Wed, 03 Apr 2013 11:35:27 -0700 Bryan O'Sullivan util: add functions to check symlink/exec bits
Mon, 11 Mar 2013 12:06:13 -0700 Bryan O'Sullivan util: add flag support to compilere
Fri, 08 Mar 2013 16:59:36 -0800 Durham Goode sshpeer: store subprocess so it cleans up correctly
Thu, 28 Feb 2013 13:11:42 -0800 Bryan O'Sullivan util: add a timed function for use during development
Thu, 28 Feb 2013 12:51:18 -0800 Bryan O'Sullivan util: generalize bytecount to unitcountfn
Wed, 13 Feb 2013 12:20:10 -0800 Bryan O'Sullivan util: make ensuredirs safer against races
Mon, 11 Feb 2013 16:15:12 -0800 Bryan O'Sullivan scmutil: create directories in a race-safe way during update
Sat, 09 Feb 2013 15:39:22 -0600 Augie Fackler parsedate: understand "now" as a shortcut for the current time
Sat, 09 Feb 2013 15:41:46 +0000 Siddharth Agarwal util: add an LRU cache dict
Wed, 23 Jan 2013 09:51:45 -0800 Paul Cavallaro dates: support 'today' and 'yesterday' in parsedate (issue3764)
Thu, 10 Jan 2013 00:44:23 +0100 Mads Kiilerich util: copyfile: remove dest before copying
Mon, 03 Dec 2012 12:40:24 -0800 Bryan O'Sullivan osutil: write a C implementation of statfiles for unix
Mon, 08 Oct 2012 20:02:20 +0200 Pierre-Yves David clfilter: add a propertycache that must be unfiltered
Mon, 26 Nov 2012 15:42:52 -0600 Matt Mackall util: make chunkbuffer non-quadratic on Windows stable
Fri, 14 Sep 2012 12:08:17 -0700 Bryan O'Sullivan util: implement a faster os.path.split for posix systems
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:19 -0700 timeless spelling: specific
Wed, 15 Aug 2012 22:39:18 +0200 Mads Kiilerich fix wording and not-completely-trivial spelling errors and bad docstrings
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sat, 04 Aug 2012 07:14:40 +0200 Ross Lagerwall util: replace util.nulldev with os.devnull stable
Mon, 23 Jul 2012 15:38:43 -0700 Bryan O'Sullivan util: delegate seek and tell methods of atomictempfile stable
Wed, 18 Jul 2012 14:41:58 +0200 Adrian Buehlmann util, posix: eliminate encodinglower and encodingupper
Fri, 01 Jun 2012 15:26:20 -0700 Bryan O'Sullivan matcher: use re2 bindings if available
Tue, 05 Jun 2012 16:52:20 -0700 Bryan O'Sullivan util: simplify queue management in chunkbuffer
Fri, 01 Jun 2012 17:05:31 -0700 Bryan O'Sullivan util: subclass deque for Python 2.4 backwards compatibility
Tue, 15 May 2012 10:46:23 -0700 Bryan O'Sullivan cleanup: use the deque type where appropriate
Mon, 21 May 2012 17:35:28 -0500 Matt Mackall merge with stable
Mon, 21 May 2012 14:24:24 -0500 Augie Fackler util: fix bad variable use in bytecount introduced by f0f7f3fab315 stable
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Sun, 13 May 2012 13:17:31 +0200 Brodie Rao cleanup: replace more naked excepts with more specific ones
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Thu, 12 Apr 2012 20:22:18 -0500 Matt Mackall util: create bytecount array just once
Sun, 08 Apr 2012 12:43:41 -0700 Steven Stallion plan9: initial support for plan 9 from bell labs
Wed, 28 Mar 2012 16:06:20 +0200 Matteo Capobianco templates/filters: extracting the user portion of an email address
Sat, 24 Dec 2011 00:52:06 +0900 FUJIWARA Katsunori icasefs: rewrite comment to explain situtation precisely
Sat, 24 Dec 2011 00:51:14 +0900 FUJIWARA Katsunori icasefs: follow standard cache look up pattern
Sat, 24 Dec 2011 00:50:56 +0900 FUJIWARA Katsunori icasefs: disuse length check against un-normcase()-ed filenames
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: avoid path-absoluteness/existance check in util.fspath() for efficiency
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: retry directory scan once for already invalidated cache
Fri, 16 Dec 2011 19:05:59 -0600 Matt Mackall merge with stable
Fri, 16 Dec 2011 21:09:41 +0900 FUJIWARA Katsunori i18n: use encoding.lower/upper for encoding aware case folding stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: avoid normcase()-ing in util.fspath() for efficiency stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: use util.normcase() instead of lower() or os.path.normcase in fspath stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: consider as case sensitive if there is no counterevidence, for safety stable
Thu, 15 Dec 2011 15:27:11 -0600 Matt Mackall util: don't mess with builtins to emulate buffer()
Thu, 15 Dec 2011 14:59:22 -0600 Matt Mackall util: clean up function ordering
Mon, 05 Dec 2011 17:48:40 -0600 Matt Mackall merge with stable
Sun, 04 Dec 2011 18:22:25 +0100 Patrick Mezard util: fix url.__str__() for windows file URLs stable
Thu, 17 Nov 2011 16:53:17 -0600 Matt Mackall merge with stable
Sun, 13 Nov 2011 00:29:26 +0000 Dmitry Panov makedate: wrong timezone offset if DST rules changed this year (issue2511) stable
Wed, 16 Nov 2011 00:10:56 +0100 Mads Kiilerich url: handle file://localhost/c:/foo "correctly" stable
Tue, 15 Nov 2011 14:33:06 -0600 Matt Mackall merge with stable
Tue, 15 Nov 2011 14:25:11 -0600 Matt Mackall dirstate: fix case-folding identity for traditional Unix stable
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich util: don't encode ':' in url paths
Mon, 31 Oct 2011 15:41:39 -0500 Matt Mackall util: add a doctest for empty sha() calls stable
Mon, 31 Oct 2011 14:22:11 -0500 Matt Mackall util: allow sha1() with no args stable
Mon, 24 Oct 2011 16:57:14 -0500 Matt Mackall util: don't complain about '..' in path components not working on Windows stable
Tue, 27 Sep 2011 18:50:18 -0500 Matt Mackall merge with stable
Fri, 23 Sep 2011 09:02:27 -0700 Kevin Gessner util: fix crash converting an invalid future date to string stable
Wed, 21 Sep 2011 22:52:00 +0200 Mads Kiilerich http: handle push of bundles > 2 GB again (issue3017) stable
less more (0) -300 -100 -60 tip