Sat, 24 Mar 2018 14:24:32 +0900 |
Yuya Nishihara |
util: make safehasattr() a pycompat function
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 14:13:37 +0900 |
Yuya Nishihara |
util: drop util.Abort in favor of error.Abort (API)
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 14:08:50 +0900 |
Yuya Nishihara |
util: use error.Abort instead of local alias
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 13:30:50 +0900 |
Yuya Nishihara |
rcutil: directly call win32.executablepath()
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 22:39:43 +0900 |
Yuya Nishihara |
util: enable deprecation warning for stringutil proxy (API)
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:19:31 +0900 |
Yuya Nishihara |
stringutil: move generic string helpers to new module
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:32:19 +0900 |
Yuya Nishihara |
util: remove unused private constant '_hextochr'
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:20:47 +0900 |
Yuya Nishihara |
util: mark internal constants of escapedata() as private
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:14:12 +0900 |
Yuya Nishihara |
util: adjust indent level in wrap()
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:13:31 +0900 |
Yuya Nishihara |
util: mark MBTextWrapper as private
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:10:42 +0900 |
Yuya Nishihara |
util: add helper to define proxy functions to utils.*
|
file |
diff |
annotate
|
Wed, 14 Mar 2018 15:25:06 -0700 |
Gregory Szorc |
wireproto: implement basic frame reading and processing
|
file |
diff |
annotate
|
Tue, 13 Mar 2018 11:20:07 -0700 |
Gregory Szorc |
util: don't log low-level I/O calls for HTTP peer
|
file |
diff |
annotate
|
Tue, 13 Mar 2018 17:42:00 -0700 |
Gregory Szorc |
util: observable proxy objects for sockets
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 23:58:01 -0500 |
Matt Harbison |
wireproto: explicitly flush stdio to prevent stalls on Windows
|
file |
diff |
annotate
|
Wed, 14 Mar 2018 11:52:35 -0700 |
Gregory Szorc |
util: prefer "bytesio" to "stringio"
|
file |
diff |
annotate
|
Fri, 09 Mar 2018 18:39:48 +0100 |
Boris Feld |
util: clear debugstacktrace call
|
file |
diff |
annotate
|
Tue, 06 Mar 2018 07:45:57 -0600 |
Yuya Nishihara |
py3: wrap file object to write patch in native eol preserving byte-ness
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 15:57:16 +0900 |
Yuya Nishihara |
py3: use r'' instead of sysstr('') to get around code transformer
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 12:22:08 -0500 |
Matt Harbison |
util: forward __bool__()/__nonzero__() on fileobjectproxy
|
file |
diff |
annotate
|
Tue, 06 Mar 2018 02:28:59 -0600 |
Yuya Nishihara |
util: add public isstdin/isstdout() functions
|
file |
diff |
annotate
|
Tue, 06 Mar 2018 02:14:11 -0600 |
Yuya Nishihara |
ui: inline util.bytesinput() into ui._readline()
|
file |
diff |
annotate
|
Sun, 04 Mar 2018 18:21:16 -0500 |
Yuya Nishihara |
py3: read/write plain lock file in binary mode
|
file |
diff |
annotate
|
Mon, 05 Mar 2018 12:31:08 -0500 |
Augie Fackler |
util: stop calling os.stat_float_times()
|
file |
diff |
annotate
|
Mon, 05 Mar 2018 12:30:20 -0500 |
Augie Fackler |
cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
|
file |
diff |
annotate
|
Sun, 04 Mar 2018 15:55:55 -0500 |
Augie Fackler |
util: fix unsafe url abort with bytestr() on url
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 23:49:39 -0500 |
Yuya Nishihara |
lock: block signal interrupt while making a lock file
|
file |
diff |
annotate
|
Sun, 04 Mar 2018 11:49:33 -0500 |
Augie Fackler |
util: also silence py3 warnings from codec module
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 09:50:07 -0500 |
Gregory Szorc |
util: report integer result from write()
|
file |
diff |
annotate
|