Show More
@@ -173,30 +173,30 b" if os.name != 'nt':" | |||
|
173 | 173 | |
|
174 | 174 | class _iovec(ctypes.Structure): |
|
175 | 175 | _fields_ = [ |
|
176 | ('iov_base', ctypes.c_void_p), | |
|
177 | ('iov_len', ctypes.c_size_t), | |
|
176 | (u'iov_base', ctypes.c_void_p), | |
|
177 | (u'iov_len', ctypes.c_size_t), | |
|
178 | 178 | ] |
|
179 | 179 | |
|
180 | 180 | class _msghdr(ctypes.Structure): |
|
181 | 181 | _fields_ = [ |
|
182 | ('msg_name', ctypes.c_void_p), | |
|
183 | ('msg_namelen', _socklen_t), | |
|
184 | ('msg_iov', ctypes.POINTER(_iovec)), | |
|
185 | ('msg_iovlen', _msg_iovlen_t), | |
|
186 | ('msg_control', ctypes.c_void_p), | |
|
187 | ('msg_controllen', _msg_controllen_t), | |
|
188 | ('msg_flags', ctypes.c_int), | |
|
182 | (u'msg_name', ctypes.c_void_p), | |
|
183 | (u'msg_namelen', _socklen_t), | |
|
184 | (u'msg_iov', ctypes.POINTER(_iovec)), | |
|
185 | (u'msg_iovlen', _msg_iovlen_t), | |
|
186 | (u'msg_control', ctypes.c_void_p), | |
|
187 | (u'msg_controllen', _msg_controllen_t), | |
|
188 | (u'msg_flags', ctypes.c_int), | |
|
189 | 189 | ] |
|
190 | 190 | |
|
191 | 191 | class _cmsghdr(ctypes.Structure): |
|
192 | 192 | _fields_ = [ |
|
193 | ('cmsg_len', _cmsg_len_t), | |
|
194 | ('cmsg_level', ctypes.c_int), | |
|
195 | ('cmsg_type', ctypes.c_int), | |
|
196 | ('cmsg_data', ctypes.c_ubyte * 0), | |
|
193 | (u'cmsg_len', _cmsg_len_t), | |
|
194 | (u'cmsg_level', ctypes.c_int), | |
|
195 | (u'cmsg_type', ctypes.c_int), | |
|
196 | (u'cmsg_data', ctypes.c_ubyte * 0), | |
|
197 | 197 | ] |
|
198 | 198 | |
|
199 | _libc = ctypes.CDLL(ctypes.util.find_library('c'), use_errno=True) | |
|
199 | _libc = ctypes.CDLL(ctypes.util.find_library(u'c'), use_errno=True) | |
|
200 | 200 | _recvmsg = getattr(_libc, 'recvmsg', None) |
|
201 | 201 | if _recvmsg: |
|
202 | 202 | _recvmsg.restype = getattr(ctypes, 'c_ssize_t', ctypes.c_long) |
@@ -122,53 +122,51 b'' | |||
|
122 | 122 | mercurial/hook.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*) (glob) |
|
123 | 123 | mercurial/httpconnection.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*) (glob) |
|
124 | 124 | mercurial/httppeer.py: error importing: <TypeError> str expected, not bytes (error at i18n.py:*) (glob) |
|
125 |
mercurial/keepalive.py: error importing: <TypeError> |
|
|
126 |
mercurial/localrepo.py: error importing: <TypeError> |
|
|
127 |
mercurial/lock.py: error importing: <TypeError> |
|
|
128 |
mercurial/mail.py: error importing: <TypeError> |
|
|
125 | mercurial/keepalive.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
126 | mercurial/localrepo.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
127 | mercurial/lock.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
128 | mercurial/mail.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
129 | 129 | mercurial/manifest.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) |
|
130 |
mercurial/match.py: error importing: <TypeError> |
|
|
130 | mercurial/match.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
131 | 131 | mercurial/mdiff.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) |
|
132 |
mercurial/merge.py: error importing: <TypeError> |
|
|
133 |
mercurial/minirst.py: error importing: <TypeError> |
|
|
134 |
mercurial/namespaces.py: error importing: <TypeError> |
|
|
132 | mercurial/merge.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
133 | mercurial/minirst.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
134 | mercurial/namespaces.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
135 | 135 | mercurial/obsolete.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) |
|
136 |
mercurial/patch.py: error importing: <TypeError> |
|
|
137 |
mercurial/pathutil.py: error importing: <TypeError> |
|
|
138 |
mercurial/peer.py: error importing: <TypeError> |
|
|
136 | mercurial/patch.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
137 | mercurial/pathutil.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
138 | mercurial/peer.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
139 | 139 | mercurial/pure/mpatch.py: error importing module: <ImportError> cannot import name 'pycompat' (line *) (glob) |
|
140 | 140 | mercurial/pure/osutil.py: error importing module: <ImportError> cannot import name 'policy' (line *) (glob) |
|
141 | 141 | mercurial/pure/parsers.py: error importing module: <ImportError> No module named 'mercurial.pure.node' (line *) (glob) |
|
142 |
mercurial/pushkey.py: error importing: <TypeError> |
|
|
143 |
mercurial/pvec.py: error importing: <TypeError> |
|
|
144 |
mercurial/registrar.py: error importing: <TypeError> |
|
|
142 | mercurial/pushkey.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
143 | mercurial/pvec.py: error importing: <TypeError> getattr(): attribute name must be string (error at pycompat.py:*) (glob) | |
|
144 | mercurial/registrar.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
145 | 145 | mercurial/repair.py: error importing module: <SyntaxError> invalid syntax (bundle2.py, line *) (line *) (glob) |
|
146 |
mercurial/repoview.py: error importing: <TypeError> |
|
|
147 |
mercurial/revlog.py: error importing: <TypeError> |
|
|
148 |
mercurial/revset.py: error importing: <TypeError> |
|
|
149 |
mercurial/scm |
|
|
150 | mercurial/scmutil.py: error importing: <TypeError> '_fields_' must be a sequence of (name, C type) pairs (error at osutil.py:*) (glob) | |
|
146 | mercurial/repoview.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
147 | mercurial/revlog.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
148 | mercurial/revset.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
149 | mercurial/scmutil.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
151 | 150 | mercurial/scmwindows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob) |
|
152 |
mercurial/similar.py: error importing: <TypeError> |
|
|
153 |
mercurial/simplemerge.py: error importing: <TypeError> |
|
|
154 |
mercurial/sshpeer.py: error importing: <TypeError> |
|
|
155 |
mercurial/sshserver.py: error importing: <TypeError> |
|
|
156 |
mercurial/sslutil.py: error importing: <TypeError> |
|
|
157 |
mercurial/statichttprepo.py: error importing: <TypeError> |
|
|
158 |
mercurial/store.py: error importing: <TypeError> |
|
|
159 |
mercurial/streamclone.py: error importing: <TypeError> |
|
|
160 |
mercurial/subrepo.py: error importing: <TypeError> |
|
|
161 |
mercurial/tagmerge.py: error importing: <TypeError> |
|
|
162 |
mercurial/tags.py: error importing: <TypeError> |
|
|
163 |
mercurial/templatefilters.py: error importing: <TypeError> |
|
|
164 |
mercurial/templatekw.py: error importing: <TypeError> |
|
|
165 |
mercurial/templater.py: error importing: <TypeError> |
|
|
166 |
mercurial/transaction.py: error importing: <TypeError> |
|
|
167 |
mercurial/ui.py: error importing: <TypeError> |
|
|
168 |
mercurial/unionrepo.py: error importing: <TypeError> |
|
|
169 |
mercurial/url.py: error importing: <TypeError> |
|
|
170 |
mercurial/ |
|
|
171 | mercurial/verify.py: error importing: <TypeError> '_fields_' must be a sequence of (name, C type) pairs (error at osutil.py:*) (glob) | |
|
151 | mercurial/similar.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
152 | mercurial/simplemerge.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
153 | mercurial/sshpeer.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
154 | mercurial/sshserver.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
155 | mercurial/sslutil.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
156 | mercurial/statichttprepo.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
157 | mercurial/store.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
158 | mercurial/streamclone.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
159 | mercurial/subrepo.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
160 | mercurial/tagmerge.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
161 | mercurial/tags.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
162 | mercurial/templatefilters.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
163 | mercurial/templatekw.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
164 | mercurial/templater.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
165 | mercurial/transaction.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
166 | mercurial/ui.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
167 | mercurial/unionrepo.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
168 | mercurial/url.py: error importing: <TypeError> getattr(): attribute name must be string (error at util.py:*) (glob) | |
|
169 | mercurial/verify.py: error importing: <TypeError> attribute name must be string, not 'bytes' (error at mdiff.py:*) (glob) | |
|
172 | 170 | mercurial/win32.py: error importing module: <ImportError> No module named 'msvcrt' (line *) (glob) |
|
173 | 171 | mercurial/windows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob) |
|
174 | 172 | mercurial/wireproto.py: error importing module: <SyntaxError> invalid syntax (bundle2.py, line *) (line *) (glob) |
General Comments 0
You need to be logged in to leave comments.
Login now