comparison planemo/lib/python3.7/site-packages/future-0.18.2-py3.7.egg-info/SOURCES.txt @ 0:d30785e31577 draft

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