-
Notifications
You must be signed in to change notification settings - Fork 575
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: yaml/pyyaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: yaml/pyyaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 11 files changed
- 3 contributors
Commits on Jun 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5986257 - Browse repository at this point
Copy the full SHA 5986257View commit details
Commits on Jul 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f64cbf - Browse repository at this point
Copy the full SHA 0f64cbfView commit details
Commits on Nov 18, 2019
-
Fix logic for quoting special characters (#276)
* Fix logic for quoting special characters * Remove has_ucs4 from condition on systems with `sys.maxunicode <= 0xffff` the comparison (u'\U00010000' <= ch < u'\U0010ffff') can't be true anyway I think
Configuration menu - View commit details
-
Copy full SHA for 31f2279 - Browse repository at this point
Copy the full SHA 31f2279View commit details -
* Update CHANGES Some PRs were forgotten, and some were listed that weren't merged.
Configuration menu - View commit details
-
Copy full SHA for 8a7d0ed - Browse repository at this point
Copy the full SHA 8a7d0edView commit details -
Change default loader for yaml.add_constructor (#287)
* Change default loader for yaml.add_constructor If the Loader parameter is not given, add constructor to all three loaders
1Configuration menu - View commit details
-
Copy full SHA for 8d7a780 - Browse repository at this point
Copy the full SHA 8d7a780View commit details -
Add custom constructors to multiple loaders
When someone writes a subclass of the YAMLObject class, the constructors will now be added to all 3 (non-safe) loaders. Furthermore, we support the class variable `yaml_loader` being a list, offering more control of which loaders are affected. To support safe_load in your custom class you could add this: yaml_loader = yaml.SafeLoader yaml_loader = yaml.YAMLObject.yaml_loader yaml_loader.append(yaml.SafeLoader)1Configuration menu - View commit details
-
Copy full SHA for a5394c0 - Browse repository at this point
Copy the full SHA a5394c0View commit details -
Change default loader for add_implicit_resolver, add_path_resolver
If the Loader parameter is not given, add constructor to all three loaders
1Configuration menu - View commit details
-
Copy full SHA for 4a31b16 - Browse repository at this point
Copy the full SHA 4a31b16View commit details
Commits on Nov 20, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for 8c5e47f - Browse repository at this point
Copy the full SHA 8c5e47fView commit details
Commits on Nov 25, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for 3f3c373 - Browse repository at this point
Copy the full SHA 3f3c373View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f813bc0 - Browse repository at this point
Copy the full SHA f813bc0View commit details
Commits on Nov 27, 2019
-
* centralized error handling on native commands * ensure that errors from native commands will fail build * use image-included Python 3.8 * drop Python 3.4 wheel builds
1Configuration menu - View commit details
-
Copy full SHA for f4fd3fb - Browse repository at this point
Copy the full SHA f4fd3fbView commit details
Commits on Dec 2, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for a5c2a04 - Browse repository at this point
Copy the full SHA a5c2a04View commit details
Loading
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 5.1...5.2