Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: third_party/google-endpoints/future-0.16.0-py2.7.egg-info/SOURCES.txt

Issue 2666783008: Add google-endpoints to third_party/. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 .travis.yml
2 LICENSE.txt
3 MANIFEST.in
4 README.rst
5 TESTING.txt
6 check_rst.sh
7 discover_tests.py
8 futurize.py
9 pasteurize.py
10 pip-delete-this-directory.txt
11 pytest.ini
12 requirements_py26.txt
13 setup.cfg
14 setup.py
15 docs/Makefile
16 docs/automatic_conversion.rst
17 docs/bind_method.rst
18 docs/bytes_object.rst
19 docs/changelog.rst
20 docs/compatible_idioms.rst
21 docs/conf.py
22 docs/contents.rst.inc
23 docs/conversion_limitations.rst
24 docs/credits.rst
25 docs/custom_iterators.rst
26 docs/custom_str_methods.rst
27 docs/dev_notes.rst
28 docs/development.rst
29 docs/dict_object.rst
30 docs/faq.rst
31 docs/func_annotations.rst
32 docs/future-builtins.rst
33 docs/futureext.py
34 docs/futurize.rst
35 docs/futurize_cheatsheet.rst
36 docs/futurize_overview.rst
37 docs/hindsight.rst
38 docs/imports.rst
39 docs/index.rst
40 docs/int_object.rst
41 docs/isinstance.rst
42 docs/limitations.rst
43 docs/metaclasses.rst
44 docs/older_interfaces.rst
45 docs/open_function.rst
46 docs/overview.rst
47 docs/pasteurize.rst
48 docs/quickstart.rst
49 docs/reference.rst
50 docs/roadmap.rst
51 docs/standard_library_imports.rst
52 docs/stdlib_incompatibilities.rst
53 docs/str_object.rst
54 docs/translation.rst
55 docs/unicode_literals.rst
56 docs/upgrading.rst
57 docs/utilities.rst
58 docs/what_else.rst
59 docs/whatsnew.rst
60 docs/why_python3.rst
61 docs/3rd-party-py3k-compat-code/astropy_py3compat.py
62 docs/3rd-party-py3k-compat-code/django_utils_encoding.py
63 docs/3rd-party-py3k-compat-code/gevent_py3k.py
64 docs/3rd-party-py3k-compat-code/ipython_py3compat.py
65 docs/3rd-party-py3k-compat-code/jinja2_compat.py
66 docs/3rd-party-py3k-compat-code/numpy_py3k.py
67 docs/3rd-party-py3k-compat-code/pandas_py3k.py
68 docs/3rd-party-py3k-compat-code/pycrypto_py3compat.py
69 docs/3rd-party-py3k-compat-code/statsmodels_py3k.py
70 docs/_static/python-future-icon-32.ico
71 docs/_static/python-future-icon-white-32.ico
72 docs/_static/python-future-logo-textless-transparent.png
73 docs/_static/python-future-logo.png
74 docs/_static/python-future-logo.tiff
75 docs/_templates/layout.html
76 docs/_templates/navbar.html
77 docs/_templates/sidebarintro.html
78 docs/_templates/sidebarlogo.html
79 docs/_templates/sidebartoc.html
80 docs/_themes/LICENSE
81 docs/_themes/README
82 docs/_themes/future/layout.html
83 docs/_themes/future/relations.html
84 docs/_themes/future/theme.conf
85 docs/_themes/future/static/future.css_t
86 docs/notebooks/Writing Python 2-3 compatible code.ipynb
87 docs/notebooks/bytes object.ipynb
88 docs/notebooks/object special methods (next, bool, ...).ipynb
89 docs/other/auto2to3.py
90 docs/other/find_pattern.py
91 docs/other/fix_notebook_html_colour.py
92 docs/other/lessons.txt
93 docs/other/todo.txt
94 docs/other/upload_future_docs.sh
95 docs/other/useful_links.txt
96 src/__init__.py
97 src/_dummy_thread/__init__.py
98 src/_markupbase/__init__.py
99 src/_thread/__init__.py
100 src/builtins/__init__.py
101 src/copyreg/__init__.py
102 src/future/__init__.py
103 src/future.egg-info/PKG-INFO
104 src/future.egg-info/SOURCES.txt
105 src/future.egg-info/dependency_links.txt
106 src/future.egg-info/entry_points.txt
107 src/future.egg-info/top_level.txt
108 src/future/backports/__init__.py
109 src/future/backports/_markupbase.py
110 src/future/backports/datetime.py
111 src/future/backports/misc.py
112 src/future/backports/socket.py
113 src/future/backports/socketserver.py
114 src/future/backports/total_ordering.py
115 src/future/backports/email/__init__.py
116 src/future/backports/email/_encoded_words.py
117 src/future/backports/email/_header_value_parser.py
118 src/future/backports/email/_parseaddr.py
119 src/future/backports/email/_policybase.py
120 src/future/backports/email/base64mime.py
121 src/future/backports/email/charset.py
122 src/future/backports/email/encoders.py
123 src/future/backports/email/errors.py
124 src/future/backports/email/feedparser.py
125 src/future/backports/email/generator.py
126 src/future/backports/email/header.py
127 src/future/backports/email/headerregistry.py
128 src/future/backports/email/iterators.py
129 src/future/backports/email/message.py
130 src/future/backports/email/parser.py
131 src/future/backports/email/policy.py
132 src/future/backports/email/quoprimime.py
133 src/future/backports/email/utils.py
134 src/future/backports/email/mime/__init__.py
135 src/future/backports/email/mime/application.py
136 src/future/backports/email/mime/audio.py
137 src/future/backports/email/mime/base.py
138 src/future/backports/email/mime/image.py
139 src/future/backports/email/mime/message.py
140 src/future/backports/email/mime/multipart.py
141 src/future/backports/email/mime/nonmultipart.py
142 src/future/backports/email/mime/text.py
143 src/future/backports/html/__init__.py
144 src/future/backports/html/entities.py
145 src/future/backports/html/parser.py
146 src/future/backports/http/__init__.py
147 src/future/backports/http/client.py
148 src/future/backports/http/cookiejar.py
149 src/future/backports/http/cookies.py
150 src/future/backports/http/server.py
151 src/future/backports/test/__init__.py
152 src/future/backports/test/badcert.pem
153 src/future/backports/test/badkey.pem
154 src/future/backports/test/dh512.pem
155 src/future/backports/test/https_svn_python_org_root.pem
156 src/future/backports/test/keycert.passwd.pem
157 src/future/backports/test/keycert.pem
158 src/future/backports/test/keycert2.pem
159 src/future/backports/test/nokia.pem
160 src/future/backports/test/nullbytecert.pem
161 src/future/backports/test/nullcert.pem
162 src/future/backports/test/pystone.py
163 src/future/backports/test/sha256.pem
164 src/future/backports/test/ssl_cert.pem
165 src/future/backports/test/ssl_key.passwd.pem
166 src/future/backports/test/ssl_key.pem
167 src/future/backports/test/ssl_servers.py
168 src/future/backports/test/support.py
169 src/future/backports/urllib/__init__.py
170 src/future/backports/urllib/error.py
171 src/future/backports/urllib/parse.py
172 src/future/backports/urllib/request.py
173 src/future/backports/urllib/response.py
174 src/future/backports/urllib/robotparser.py
175 src/future/backports/xmlrpc/__init__.py
176 src/future/backports/xmlrpc/client.py
177 src/future/backports/xmlrpc/server.py
178 src/future/builtins/__init__.py
179 src/future/builtins/disabled.py
180 src/future/builtins/iterators.py
181 src/future/builtins/misc.py
182 src/future/builtins/newnext.py
183 src/future/builtins/newround.py
184 src/future/builtins/newsuper.py
185 src/future/moves/__init__.py
186 src/future/moves/_dummy_thread.py
187 src/future/moves/_markupbase.py
188 src/future/moves/_thread.py
189 src/future/moves/builtins.py
190 src/future/moves/collections.py
191 src/future/moves/configparser.py
192 src/future/moves/copyreg.py
193 src/future/moves/itertools.py
194 src/future/moves/pickle.py
195 src/future/moves/queue.py
196 src/future/moves/reprlib.py
197 src/future/moves/socketserver.py
198 src/future/moves/subprocess.py
199 src/future/moves/sys.py
200 src/future/moves/winreg.py
201 src/future/moves/dbm/__init__.py
202 src/future/moves/dbm/dumb.py
203 src/future/moves/dbm/gnu.py
204 src/future/moves/dbm/ndbm.py
205 src/future/moves/html/__init__.py
206 src/future/moves/html/entities.py
207 src/future/moves/html/parser.py
208 src/future/moves/http/__init__.py
209 src/future/moves/http/client.py
210 src/future/moves/http/cookiejar.py
211 src/future/moves/http/cookies.py
212 src/future/moves/http/server.py
213 src/future/moves/test/__init__.py
214 src/future/moves/test/support.py
215 src/future/moves/tkinter/__init__.py
216 src/future/moves/tkinter/colorchooser.py
217 src/future/moves/tkinter/commondialog.py
218 src/future/moves/tkinter/constants.py
219 src/future/moves/tkinter/dialog.py
220 src/future/moves/tkinter/dnd.py
221 src/future/moves/tkinter/filedialog.py
222 src/future/moves/tkinter/font.py
223 src/future/moves/tkinter/messagebox.py
224 src/future/moves/tkinter/scrolledtext.py
225 src/future/moves/tkinter/simpledialog.py
226 src/future/moves/tkinter/tix.py
227 src/future/moves/tkinter/ttk.py
228 src/future/moves/urllib/__init__.py
229 src/future/moves/urllib/error.py
230 src/future/moves/urllib/parse.py
231 src/future/moves/urllib/request.py
232 src/future/moves/urllib/response.py
233 src/future/moves/urllib/robotparser.py
234 src/future/moves/xmlrpc/__init__.py
235 src/future/moves/xmlrpc/client.py
236 src/future/moves/xmlrpc/server.py
237 src/future/standard_library/__init__.py
238 src/future/tests/__init__.py
239 src/future/tests/base.py
240 src/future/types/__init__.py
241 src/future/types/newbytes.py
242 src/future/types/newdict.py
243 src/future/types/newint.py
244 src/future/types/newlist.py
245 src/future/types/newmemoryview.py
246 src/future/types/newobject.py
247 src/future/types/newopen.py
248 src/future/types/newrange.py
249 src/future/types/newstr.py
250 src/future/utils/__init__.py
251 src/future/utils/surrogateescape.py
252 src/html/__init__.py
253 src/html/entities.py
254 src/html/parser.py
255 src/http/__init__.py
256 src/http/client.py
257 src/http/cookiejar.py
258 src/http/cookies.py
259 src/http/server.py
260 src/libfuturize/__init__.py
261 src/libfuturize/fixer_util.py
262 src/libfuturize/main.py
263 src/libfuturize/fixes/__init__.py
264 src/libfuturize/fixes/fix_UserDict.py
265 src/libfuturize/fixes/fix_absolute_import.py
266 src/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py
267 src/libfuturize/fixes/fix_basestring.py
268 src/libfuturize/fixes/fix_bytes.py
269 src/libfuturize/fixes/fix_cmp.py
270 src/libfuturize/fixes/fix_division.py
271 src/libfuturize/fixes/fix_division_safe.py
272 src/libfuturize/fixes/fix_execfile.py
273 src/libfuturize/fixes/fix_future_builtins.py
274 src/libfuturize/fixes/fix_future_standard_library.py
275 src/libfuturize/fixes/fix_future_standard_library_urllib.py
276 src/libfuturize/fixes/fix_metaclass.py
277 src/libfuturize/fixes/fix_next_call.py
278 src/libfuturize/fixes/fix_object.py
279 src/libfuturize/fixes/fix_oldstr_wrap.py
280 src/libfuturize/fixes/fix_order___future__imports.py
281 src/libfuturize/fixes/fix_print.py
282 src/libfuturize/fixes/fix_print_with_import.py
283 src/libfuturize/fixes/fix_raise.py
284 src/libfuturize/fixes/fix_remove_old__future__imports.py
285 src/libfuturize/fixes/fix_unicode_keep_u.py
286 src/libfuturize/fixes/fix_unicode_literals_import.py
287 src/libfuturize/fixes/fix_xrange_with_import.py
288 src/libpasteurize/__init__.py
289 src/libpasteurize/main.py
290 src/libpasteurize/fixes/__init__.py
291 src/libpasteurize/fixes/feature_base.py
292 src/libpasteurize/fixes/fix_add_all__future__imports.py
293 src/libpasteurize/fixes/fix_add_all_future_builtins.py
294 src/libpasteurize/fixes/fix_add_future_standard_library_import.py
295 src/libpasteurize/fixes/fix_annotations.py
296 src/libpasteurize/fixes/fix_division.py
297 src/libpasteurize/fixes/fix_features.py
298 src/libpasteurize/fixes/fix_fullargspec.py
299 src/libpasteurize/fixes/fix_future_builtins.py
300 src/libpasteurize/fixes/fix_getcwd.py
301 src/libpasteurize/fixes/fix_imports.py
302 src/libpasteurize/fixes/fix_imports2.py
303 src/libpasteurize/fixes/fix_kwargs.py
304 src/libpasteurize/fixes/fix_memoryview.py
305 src/libpasteurize/fixes/fix_metaclass.py
306 src/libpasteurize/fixes/fix_newstyle.py
307 src/libpasteurize/fixes/fix_next.py
308 src/libpasteurize/fixes/fix_printfunction.py
309 src/libpasteurize/fixes/fix_raise.py
310 src/libpasteurize/fixes/fix_raise_.py
311 src/libpasteurize/fixes/fix_throw.py
312 src/libpasteurize/fixes/fix_unpacking.py
313 src/past/__init__.py
314 src/past/builtins/__init__.py
315 src/past/builtins/misc.py
316 src/past/builtins/noniterators.py
317 src/past/tests/__init__.py
318 src/past/translation/__init__.py
319 src/past/types/__init__.py
320 src/past/types/basestring.py
321 src/past/types/olddict.py
322 src/past/types/oldstr.py
323 src/past/utils/__init__.py
324 src/queue/__init__.py
325 src/reprlib/__init__.py
326 src/socketserver/__init__.py
327 src/tkinter/__init__.py
328 src/tkinter/colorchooser.py
329 src/tkinter/commondialog.py
330 src/tkinter/constants.py
331 src/tkinter/dialog.py
332 src/tkinter/dnd.py
333 src/tkinter/filedialog.py
334 src/tkinter/font.py
335 src/tkinter/messagebox.py
336 src/tkinter/scrolledtext.py
337 src/tkinter/simpledialog.py
338 src/tkinter/tix.py
339 src/tkinter/ttk.py
340 src/winreg/__init__.py
341 src/xmlrpc/__init__.py
342 src/xmlrpc/client.py
343 src/xmlrpc/server.py
344 tests/test_future/__init__.py
345 tests/test_future/test_backports.py
346 tests/test_future/test_buffer.py
347 tests/test_future/test_builtins.py
348 tests/test_future/test_builtins_explicit_import.py
349 tests/test_future/test_bytes.py
350 tests/test_future/test_common_iterators.py
351 tests/test_future/test_decorators.py
352 tests/test_future/test_dict.py
353 tests/test_future/test_explicit_imports.py
354 tests/test_future/test_futurize.py
355 tests/test_future/test_html.py
356 tests/test_future/test_htmlparser.py
357 tests/test_future/test_http_cookiejar.py
358 tests/test_future/test_httplib.py
359 tests/test_future/test_import_star.py
360 tests/test_future/test_imports_httplib.py
361 tests/test_future/test_imports_urllib.py
362 tests/test_future/test_int.py
363 tests/test_future/test_int_old_division.py
364 tests/test_future/test_isinstance.py
365 tests/test_future/test_libfuturize_fixers.py
366 tests/test_future/test_list.py
367 tests/test_future/test_magicsuper.py
368 tests/test_future/test_object.py
369 tests/test_future/test_pasteurize.py
370 tests/test_future/test_py2_str_literals_to_bytes.py
371 tests/test_future/test_range.py
372 tests/test_future/test_requests.py
373 tests/test_future/test_standard_library.py
374 tests/test_future/test_str.py
375 tests/test_future/test_super.py
376 tests/test_future/test_surrogateescape.py
377 tests/test_future/test_urllib.py
378 tests/test_future/test_urllib2.py
379 tests/test_future/test_urllib_response.py
380 tests/test_future/test_urllib_toplevel.py
381 tests/test_future/test_urllibnet.py
382 tests/test_future/test_urlparse.py
383 tests/test_future/test_utils.py
384 tests/test_past/__init__.py
385 tests/test_past/test_basestring.py
386 tests/test_past/test_builtins.py
387 tests/test_past/test_noniterators.py
388 tests/test_past/test_olddict.py
389 tests/test_past/test_oldstr.py
390 tests/test_past/test_translation.py
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698