-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: dotlambda/python-user-agents
base: master
head repository: selwin/python-user-agents
compare: master
- 19 commits
- 9 files changed
- 11 contributors
Commits on Feb 6, 2020
-
bump ua-parser to 0.9.0 (selwin#97)
* bump ua-parser to 0.9.0 * fix unit test * fix unit test * fix travis * add support for py34
Configuration menu - View commit details
-
Copy full SHA for 629991a - Browse repository at this point
Copy the full SHA 629991aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70e014a - Browse repository at this point
Copy the full SHA 70e014aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a669e3 - Browse repository at this point
Copy the full SHA 8a669e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f65a90a - Browse repository at this point
Copy the full SHA f65a90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e22ae - Browse repository at this point
Copy the full SHA b7e22aeView commit details
Commits on Feb 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e4b4e91 - Browse repository at this point
Copy the full SHA e4b4e91View commit details
Commits on Aug 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 89ce57f - Browse repository at this point
Copy the full SHA 89ce57fView commit details -
method __str__ from UserAgent now using methods (selwin#94)
Is better to calculate and provide a method to calculate the string values for `device`, `os` and `browser` instead of doing it directly on `__str__` method. This way the users may use those methods to get each data directly. Instead of having to make a `user_agent.__str__().split('/')` to get each value
Configuration menu - View commit details
-
Copy full SHA for 155c23d - Browse repository at this point
Copy the full SHA 155c23dView commit details -
remove duplicate line (selwin#103)
The duplicate line show a bit of useless.
Configuration menu - View commit details
-
Copy full SHA for c417de0 - Browse repository at this point
Copy the full SHA c417de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd73fa - Browse repository at this point
Copy the full SHA fdd73faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 807f931 - Browse repository at this point
Copy the full SHA 807f931View commit details
Commits on Aug 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5ee04a3 - Browse repository at this point
Copy the full SHA 5ee04a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9daeb2b - Browse repository at this point
Copy the full SHA 9daeb2bView commit details
Commits on Mar 16, 2021
-
Address devices marked as multiple types (selwin#108)
* Don't mark tablet using mobile browser as mobile There are cases (e.g. iPad using Chrome mobile) where a device ends up being marked as both tablet and mobile. The commit gives priority to explicit device family over determining it from browser family. selwin#107 * Mark Kindle as a touch capable tablet... ...even when requesting a desktop version of page. See: https://docs.aws.amazon.com/silk/latest/developerguide/user-agent.html selwin#107 * Ensure devices marked as tablets are not marked mobile as well due to their OS * Ensure PC not marked as mobile due to browser family * Ensure iPad is recognised as touch capable Irrespective of the browser it is running * Mark generic android tablets as tablets only and not PCs * Ensure Generic Smartphone is marked as touch capable mobile device
Configuration menu - View commit details
-
Copy full SHA for 30aa81b - Browse repository at this point
Copy the full SHA 30aa81bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0d119 - Browse repository at this point
Copy the full SHA 2f0d119View commit details
Commits on Oct 28, 2021
-
fix: reduce branching (selwin#112)
This is a very minor thing, but this will prevent 3x branches, and make the code slightly cleaner :)
Configuration menu - View commit details
-
Copy full SHA for c732bef - Browse repository at this point
Copy the full SHA c732befView commit details
Commits on Dec 14, 2021
-
Bump pyyaml from 5.3 to 5.4 (selwin#114)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.3...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 862c54b - Browse repository at this point
Copy the full SHA 862c54bView commit details
Commits on Feb 16, 2023
-
Bump pyyaml from 5.3 to 5.4 (selwin#115)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.3...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 88f4380 - Browse repository at this point
Copy the full SHA 88f4380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2d80a - Browse repository at this point
Copy the full SHA 5f2d80aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master