log mercurial/pycompat.py @ 31573:55c6788c54e2

age author description
Tue, 21 Mar 2017 22:47:49 -0700 Gregory Szorc py3: stop exporting urlparse from pycompat and util (API)
Tue, 21 Mar 2017 22:34:17 -0700 Gregory Szorc pycompat: define urlreq.urlparse and urlreq.unparse aliases
Tue, 21 Mar 2017 22:28:16 -0700 Gregory Szorc pycompat: remove urlunquote alias
Tue, 21 Mar 2017 22:20:11 -0700 Gregory Szorc pycompat: alias urlreq.unquote to unquote_to_bytes
Sun, 19 Mar 2017 14:12:38 -0400 Augie Fackler pycompat: add maplist alias for old map behavior
Wed, 08 Mar 2017 22:48:26 +0900 Yuya Nishihara pycompat: add bytestr wrapper which mostly acts as a Python 2 str
Wed, 15 Mar 2017 09:32:18 -0700 Martin von Zweigbergk py3: make py3 compat.iterbytestr simpler and faster
Wed, 15 Mar 2017 09:30:50 -0700 Martin von Zweigbergk py3: optimize py3 compat.bytechr using Struct.pack
Mon, 13 Mar 2017 12:16:47 -0700 Gregory Szorc pycompat: custom implementation of urllib.parse.quote()
Mon, 13 Mar 2017 12:14:17 -0700 Gregory Szorc pycompat: alias urllib symbols directly
Sun, 12 Mar 2017 17:04:45 -0700 Yuya Nishihara pycompat: add helper to iterate each char in bytes
Sun, 12 Mar 2017 12:54:11 -0700 Yuya Nishihara pycompat: move imports of cStringIO/io to where they are used
Mon, 13 Mar 2017 00:55:14 +0530 Pulkit Goyal pycompat: default to BytesIO instead of StringIO
Sat, 11 Mar 2017 13:53:14 -0500 Augie Fackler merge with stable
Tue, 07 Mar 2017 13:24:24 -0500 Augie Fackler pycompat: verify sys.argv exists before forwarding it (issue5493) stable
Wed, 08 Mar 2017 22:30:12 +0900 Yuya Nishihara py3: factor out bytechr() function
Fri, 03 Mar 2017 13:04:32 +0530 Pulkit Goyal py3: add pycompat.open and replace open() calls
Sun, 15 Jan 2017 13:17:05 +0530 Pulkit Goyal py3: replace pycompat.getenv with encoding.environ.get
Sun, 25 Dec 2016 03:06:55 +0530 Pulkit Goyal py3: have a bytes version of shlex.split()
Tue, 20 Dec 2016 00:02:24 +0530 Pulkit Goyal py3: have bytes version of sys.executable
Mon, 19 Dec 2016 02:35:38 +0530 Pulkit Goyal py3: have bytes version of os.getenv
Sun, 18 Dec 2016 00:52:05 +0530 Pulkit Goyal py3: have a bytes version of sys.platform
Sun, 18 Dec 2016 00:44:21 +0530 Pulkit Goyal py3: have a bytes version of os.altsep
Wed, 07 Dec 2016 21:53:03 +0530 Pulkit Goyal py3: utility functions to convert keys of kwargs to bytes/unicodes
Tue, 06 Dec 2016 06:36:36 +0530 Pulkit Goyal py3: make a bytes version of getopt.getopt()
Tue, 22 Nov 2016 18:46:50 +0530 Pulkit Goyal py3: add os.getcwdb() to have bytes path
Thu, 20 Oct 2016 23:40:24 +0900 Yuya Nishihara py3: provide bytes stdin/out/err through util module
Wed, 09 Nov 2016 22:06:09 +0900 Yuya Nishihara py3: document why os.fsencode() can be used to get back bytes argv
Sun, 06 Nov 2016 04:36:26 +0530 Pulkit Goyal py3: have bytes version of sys.argv
Sun, 09 Oct 2016 09:02:25 -0400 Augie Fackler pycompat: introduce an alias for urllib.unquote