ulgens / tez-ismi-bul

maidis :heart:
The Unlicense
3 stars 0 forks source link

Bump mechanize from 0.3.6 to 0.3.7 #5

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mechanize from 0.3.6 to 0.3.7.

Changelog *Sourced from [mechanize's changelog](https://github.com/python-mechanize/mechanize/blob/master/ChangeLog).* > This isn't really in proper GNU ChangeLog format, it just happens to > look that way. > > 2018-09-11 Kovid Goyal > * 0.3.7 release > * Fix processing of http-equiv meta tags incorrectly lower casing the content > * Fix error when a textbox contained within a form contains unicode characters > > 2017-10-13 Kovid Goyal > * 0.3.6 release. > * Use html5-parser for parsing HTML, when available instead of html5lib > for a big performance boost. > * Fix error when trying to submit forms with non-ascii values on systems > where the default encoding is ascii. > * Fix errors on python environments with broken threading > > 2017-06-24 Kovid Goyal > * 0.3.5 release. > * Fix error when trying to open pages that contain HTML entities that > decode to unicode characters in their sections > > 2017-05-05 Kovid Goyal > * 0.3.3 release. > * Add get() and __getitem__ methods to the response object for conveninent access to response headers > > 2017-04-29 Kovid Goyal > * 0.3.2 release. > * Allow overriding of Host headers via addheaders > * Fix using unicode strings in addheaders and trying to send data with a request failing > > 2017-03-17 Kovid Goyal > * 0.3.1 release. > * Allow easily selecting forms based on HTML attributes of the
tag > * Allow specifying the HTTP method when creating requests > * Convenience API to set headers > * Convenience API for dealing with cookies > * Create full documentation at: https://mechanize.readthedocs.io/en/latest/ > > 2017-03-15 Kovid Goyal > * 0.3.0 release. > * Support HTML 5 (all html is now parsed using html5lib) > * Implement cloning of browser instances via Browser.__copy__() > * Make gzip content-encoding non-experimental. Always handle it if sent by the server, regardless of set_handle_gzip(). > * mechanize now requires python >= 2.7.0 > * When processing cookies that have a blank (unset) path, assume the path > is /. Mimics modern browser behavior. > * Support PyPy (added to continuous integration testing) > * Make the global urlopen/urlretrieve methods threadsafe > * Add support for user supplied CA certificates > * Fix gzip not being requested on HTTPS connections > ... (truncated)
Commits - [`00aa815`](https://github.com/python-mechanize/mechanize/commit/00aa815c3b11da8c18e0dc2843bc39785fea474f) version 0.3.7 - [`c8ea3bd`](https://github.com/python-mechanize/mechanize/commit/c8ea3bd0d1d440d6527def1c4a8a7665c7781999) ... - [`b0e7a5d`](https://github.com/python-mechanize/mechanize/commit/b0e7a5d6d591db0730a18c2f2b52866abb384bbb) Fix case-sensitive comparison in http equiv parser - [`087f616`](https://github.com/python-mechanize/mechanize/commit/087f616dbbdefb9e7d3f84762ce3aa300cdcded9) Remove unnecessary use of partial - [`37a964c`](https://github.com/python-mechanize/mechanize/commit/37a964cd788dace24737f5afe42dc031d81cbaa1) ... - [`b7a9443`](https://github.com/python-mechanize/mechanize/commit/b7a9443069e3279cd02e0c10219292a128c16739) Fix processing of http-quiv meta tags incorrectly lower casing the content - [`197faa7`](https://github.com/python-mechanize/mechanize/commit/197faa770fd8c41c26e9064c5d2a833751bfc719) Move map to polyglot - [`2522f06`](https://github.com/python-mechanize/mechanize/commit/2522f0690fcde5a70522ade1bebf89536bbf325f) Fix raise_with_traceback on py2 and make it not return a syntax error on py3 - [`01d8d54`](https://github.com/python-mechanize/mechanize/commit/01d8d544034d59567e74f17b9c96801e45add135) ... - [`55c431f`](https://github.com/python-mechanize/mechanize/commit/55c431f7c4374a8bcc458af6f84e0083276b8249) Fix [#23](https://github-redirect.dependabot.com/python-mechanize/mechanize/issues/23) - Additional commits viewable in [compare view](https://github.com/python-mechanize/mechanize/compare/v0.3.6...v0.3.7)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of PRs for your first few update runs. Once an update run creates fewer than PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.

⚠️ Dependabot is rebasing this PR ⚠️

This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).