Mon, 30 Apr 2018 15:43:29 +0900 |
Yuya Nishihara |
util: fix handling of empty short option
2.6.1
|
Sat, 11 Nov 2017 19:52:48 +0900 |
Yuya Nishihara |
util: make cmdbuilder() robust for faulty parsing of early options
|
Wed, 19 Oct 2016 00:05:47 +0900 |
Yuya Nishihara |
util: drop mutable default from popen()
2.3
|
Fri, 27 Mar 2015 12:57:58 -0400 |
Brett Cannon |
util: update doctests to work with bytes (issue4520)
|
Fri, 27 Mar 2015 10:45:26 -0400 |
Brett Cannon |
util: make cmdbuilder work with bytes (issue4520)
|
Fri, 20 Mar 2015 16:34:42 -0400 |
Brett Cannon |
hglib: don't try to use long under Python 3 (issue4520)
|
Fri, 20 Mar 2015 16:32:53 -0400 |
Brett Cannon |
util: don't try to use itertools.izip under Python 3 (issue4520)
|
Thu, 19 Mar 2015 17:42:26 -0400 |
Brett Cannon |
util: introduce strtobytes() (issue4520)
|
Mon, 16 Mar 2015 17:59:27 -0400 |
Brett Cannon |
hglib: add a __bool__ method where __nonzero__ is defined (issue4520)
|
Fri, 13 Mar 2015 14:46:13 -0400 |
Brett Cannon |
hglib: make all imports absolute (issue4520)
|
Fri, 13 Mar 2015 11:34:52 -0400 |
Brett Cannon |
hglib: use io.BytesIO when available (issue4520)
|
Fri, 13 Mar 2015 11:31:54 -0400 |
Brett Cannon |
hglib: abstract out use of cStringIO.StringIO (issue4520)
|
Sun, 08 Mar 2015 13:08:37 -0400 |
Brett Cannon |
hglib: wrap all application string literals in util.b() (issue4520)
|
Sat, 07 Mar 2015 10:08:52 -0500 |
Brett Cannon |
hglib: introduce util.b() (issue4520)
|
Tue, 30 Sep 2014 12:48:04 -0500 |
Matt Mackall |
style: fix long lines
1.4
|
Thu, 17 Nov 2011 12:53:41 -0600 |
Matt Mackall |
util: eliminate py2.6 if/else expression
|
Sat, 15 Oct 2011 21:47:15 +0200 |
Idan Kamara |
util: add propertycache decorator
|
Mon, 26 Sep 2011 22:37:46 +0300 |
Idan Kamara |
util, popen: hide subprocess window
|
Mon, 26 Sep 2011 22:37:45 +0300 |
Idan Kamara |
util, popen: redirect stderr as well (for hglib.init in case of error)
|
Mon, 26 Sep 2011 22:37:44 +0300 |
Idan Kamara |
util: introduce popen
|
Fri, 19 Aug 2011 22:24:14 +0300 |
Idan Kamara |
closefds on posix when using subprocess
|
Thu, 18 Aug 2011 16:20:22 +0300 |
Idan Kamara |
util: introduce a generic error handler that is aware of return codes
|
Thu, 11 Aug 2011 15:42:58 +0300 |
Idan Kamara |
util: introduce skiplines
|
Wed, 10 Aug 2011 01:48:38 +0300 |
Idan Kamara |
util: rewrite eatlines (faster and simpler version)
|
Wed, 10 Aug 2011 01:38:18 +0300 |
Idan Kamara |
move hgclient._eatlines to util
|
Tue, 09 Aug 2011 00:39:25 +0300 |
Idan Kamara |
util: add cmdbuilder, a helper function to generate the command to run
|
Wed, 20 Jul 2011 16:09:34 -0500 |
Idan Kamara |
Initial commit
|