mirror of https://github.com/scrapy/scrapy.git
* changed ie. -> i.e.(spelling error) on lines 667, 763 (issue scrapy#4332) * updated all text files for issue #4332 (ie. -> i.e.) * Apply ie. → i.e. in source comments * ie → e.g. * modified scrapy/utils/display.py to stop ANSI color sequences in the Windows terminal (issue #4393) * modified scrapy/utils/display.py to stop ANSI color sequences in the Windows terminal (issue #4393) * enabled virtual terminal processing (pr #4403) * check for specific windows 10 version (pr #4403) * fixing flake-8 test (pr #4403) * added error handling for terminal info (pr #4403) * corrected stderr (pr #4403) * changed orientation, removed unwanted spaces (pr #4403) * no need for style variable (pr #4403) * fixing trailing whitespaces * commenting windows check * Update scrapy/utils/display.py Co-Authored-By: Adrián Chaves <adrian@chaves.io> * Update scrapy/utils/display.py Co-Authored-By: Adrián Chaves <adrian@chaves.io> * Update scrapy/utils/display.py Co-Authored-By: Adrián Chaves <adrian@chaves.io> * Update scrapy/utils/display.py Co-Authored-By: Adrián Chaves <adrian@chaves.io> * small fixes * Shifting _color_support_info() function * enabled virtual terminal processing (pr #4403) * check for specific windows 10 version (pr #4403) * fixing flake-8 test (pr #4403) * added error handling for terminal info (pr #4403) * corrected stderr (pr #4403) * changed orientation, removed unwanted spaces (pr #4403) * no need for style variable (pr #4403) * fixing trailing whitespaces * commenting windows check * Update scrapy/utils/display.py Co-Authored-By: Adrián Chaves <adrian@chaves.io> * Update scrapy/utils/display.py Co-Authored-By: Adrián Chaves <adrian@chaves.io> * Update scrapy/utils/display.py Co-Authored-By: Adrián Chaves <adrian@chaves.io> * Update scrapy/utils/display.py Co-Authored-By: Adrián Chaves <adrian@chaves.io> * small fixes * Shifting _color_support_info() function * error handling * error handlingy * raise ValueError * added in-built function for version comparison * recommit changes * changed check -> parse * version comparison -> parse_version * added scrapy/utils/display.py in pytest.ini * Trigger * Add simple test for scrapy.utils.display._colorize * Flake8: E501 for tests/test_utils_display.py * assertEquals -> assertEqual * Normal formatter for all platforms * separate test for windows * all curses under try block * added global TestStr * more test added * small fix * covering exceptions * windows test failing * Refactor output color handling * Fix pprint test * fix flake8 Co-authored-by: Adrián Chaves <adrian@chaves.io> Co-authored-by: Eugenio Lacuesta <eugenio.lacuesta@gmail.com> |
||
|---|---|---|
| .. | ||
| CrawlerProcess | ||
| CrawlerRunner | ||
| keys | ||
| mocks | ||
| py36 | ||
| sample_data | ||
| test_cmdline | ||
| test_cmdline_crawl_with_pipeline | ||
| test_settings | ||
| test_spiderloader | ||
| test_utils_misc | ||
| __init__.py | ||
| constraints.txt | ||
| ignores.txt | ||
| mockserver.py | ||
| pipelines.py | ||
| requirements-py3.txt | ||
| spiders.py | ||
| test_closespider.py | ||
| test_command_fetch.py | ||
| test_command_parse.py | ||
| test_command_shell.py | ||
| test_command_version.py | ||
| test_commands.py | ||
| test_contracts.py | ||
| test_crawl.py | ||
| test_crawler.py | ||
| test_dependencies.py | ||
| test_downloader_handlers.py | ||
| test_downloadermiddleware.py | ||
| test_downloadermiddleware_ajaxcrawlable.py | ||
| test_downloadermiddleware_cookies.py | ||
| test_downloadermiddleware_decompression.py | ||
| test_downloadermiddleware_defaultheaders.py | ||
| test_downloadermiddleware_downloadtimeout.py | ||
| test_downloadermiddleware_httpauth.py | ||
| test_downloadermiddleware_httpcache.py | ||
| test_downloadermiddleware_httpcompression.py | ||
| test_downloadermiddleware_httpproxy.py | ||
| test_downloadermiddleware_redirect.py | ||
| test_downloadermiddleware_retry.py | ||
| test_downloadermiddleware_robotstxt.py | ||
| test_downloadermiddleware_stats.py | ||
| test_downloadermiddleware_useragent.py | ||
| test_dupefilters.py | ||
| test_engine.py | ||
| test_exporters.py | ||
| test_extension_telnet.py | ||
| test_feedexport.py | ||
| test_http_cookies.py | ||
| test_http_headers.py | ||
| test_http_request.py | ||
| test_http_response.py | ||
| test_item.py | ||
| test_link.py | ||
| test_linkextractors.py | ||
| test_loader.py | ||
| test_loader_deprecated.py | ||
| test_logformatter.py | ||
| test_mail.py | ||
| test_middleware.py | ||
| test_pipeline_crawl.py | ||
| test_pipeline_files.py | ||
| test_pipeline_images.py | ||
| test_pipeline_media.py | ||
| test_pipelines.py | ||
| test_proxy_connect.py | ||
| test_request_cb_kwargs.py | ||
| test_request_left.py | ||
| test_responsetypes.py | ||
| test_robotstxt_interface.py | ||
| test_scheduler.py | ||
| test_selector.py | ||
| test_signals.py | ||
| test_spider.py | ||
| test_spidermiddleware.py | ||
| test_spidermiddleware_depth.py | ||
| test_spidermiddleware_httperror.py | ||
| test_spidermiddleware_offsite.py | ||
| test_spidermiddleware_output_chain.py | ||
| test_spidermiddleware_referer.py | ||
| test_spidermiddleware_urllength.py | ||
| test_spiderstate.py | ||
| test_squeues.py | ||
| test_stats.py | ||
| test_toplevel.py | ||
| test_urlparse_monkeypatches.py | ||
| test_utils_asyncio.py | ||
| test_utils_conf.py | ||
| test_utils_console.py | ||
| test_utils_curl.py | ||
| test_utils_datatypes.py | ||
| test_utils_defer.py | ||
| test_utils_deprecate.py | ||
| test_utils_display.py | ||
| test_utils_gz.py | ||
| test_utils_http.py | ||
| test_utils_httpobj.py | ||
| test_utils_iterators.py | ||
| test_utils_log.py | ||
| test_utils_project.py | ||
| test_utils_python.py | ||
| test_utils_reqser.py | ||
| test_utils_request.py | ||
| test_utils_response.py | ||
| test_utils_serialize.py | ||
| test_utils_signal.py | ||
| test_utils_sitemap.py | ||
| test_utils_spider.py | ||
| test_utils_template.py | ||
| test_utils_trackref.py | ||
| test_utils_url.py | ||
| test_webclient.py | ||