Sign in
flutter
/
third_party
/
pyyaml
/
252b4fe54ed60c19c4ba394f26e365dbab07bd78
252b4fe
Document that PyYAML is implemented with Cython (#244)
by Jon Dufresne
· 5 years ago
d137e82
Use full_load in yaml-highlight example (#359)
by Tina Müller (tinita)
· 5 years ago
a826f54
Enable certain unicode tests when maxunicode not > 0xffff
by Tina Müller
· 5 years ago
0716ae2
Fix reader for Unicode code points over 0xFFFF (#351)
by Anish Athalye
· 5 years ago
6549385
Add use of safe_load() function in README (#285)
by sblondon
· 5 years ago
03b378d
Allow add_multi_constructor with None (#358)
by Tina Müller (tinita)
· 5 years ago
5a0cfab
Fix handling of __slots__ (#161)
by Filip Salomonsson
· 5 years ago
eb459f8
Fix up small typo
by Tim Gates
· 5 years ago
e21af4a
Use `is` instead of equality for comparing with None
by Sergey Fursov
· 5 years ago
de11e43
fix typos and stylistic nit
by David Kao
· 5 years ago
a7a9787
fixup! setup.py: python_requires='!=3.4.*',
by Christian Clauss
· 5 years ago
039c9eb
setup.py: Remove support for EOL Python 3.4
by Christian Clauss
· 5 years ago
6544c30
tox.ini: Add py38 and remove py34
by Christian Clauss
· 5 years ago
6d854b1
Travis CI: Test on Python 3.8 production release
by Christian Clauss
· 5 years ago
15e0e80
Fix appveyor.yml to use libyaml tag not branch
by Tina Müller
· 5 years ago
a5c2a04
Version 5.2
by Tina Müller
· 5 years ago
release/5.2
5.2
f4fd3fb
Windows build tweaks
by Matt Davis
· 5 years ago
f813bc0
Changes for 5.2b1
by Tina Müller
· 5 years ago
5.2b1
3f3c373
bump version to 5.2b1
by Matt Davis
· 5 years ago
8c5e47f
Move constructor for object/apply to Unsafe
by Tina Müller
· 5 years ago
4a31b16
Change default loader for add_implicit_resolver, add_path_resolver
by Tina Müller
· 5 years ago
a5394c0
Add custom constructors to multiple loaders
by Ingy döt Net
· 5 years ago
8d7a780
Change default loader for yaml.add_constructor (#287)
by Tina Müller (tinita)
· 5 years ago
8a7d0ed
Update CHANGES for 5.1 (#280)
by Tina Müller (tinita)
· 5 years ago
31f2279
Fix logic for quoting special characters (#276)
by Tina Müller (tinita)
· 5 years ago
0f64cbf
changes for 5.1.2 release
by Matt Davis
· 6 years ago
5.1.2
5986257
changes for 5.1.1 release
by Matt Davis
· 6 years ago
5.1.1
e471e86
Updates for 5.1 release
by Ingy döt Net
· 6 years ago
5.1
9141e90
Windows Appveyor build
by Matt Davis
· 6 years ago
d6cbff6
Skip certain unicode tests when maxunicode not > 0xffff
by Tina Müller
· 6 years ago
69103ba
Update .travis.yml to use libyaml 0.2.2
by Ingy döt Net
· 6 years ago
91c9435
Squash/merge pull request #105 from nnadeau/patch-1
by Matt Davis
· 6 years ago
507a464
Make default_flow_style=False
by Tina Müller
· 6 years ago
07c88c6
Allow to turn off sorting keys in Dumper
by Tina Müller
· 6 years ago
611ba39
Include license file in the generated wheel package
by Jon Dufresne
· 6 years ago
857dff1
Apply FullLoader/UnsafeLoader changes to lib3
by Tina Müller
· 6 years ago
0cedb2a
Deprecate/warn usage of yaml.load(input)
by Ingy döt Net
· 6 years ago
d13a3d0
Fix for bug https://github.com/yaml/pyyaml/issues/118
by scauligi
· 6 years ago
9959328
Import Hashable from collections.abc
by Florian Bruhin
· 6 years ago
ccc40f3
Reverting https://github.com/yaml/pyyaml/pull/74
by Ingy döt Net
· 7 years ago
a9c28e0
Build libyaml on travis
by Tina Müller
· 7 years ago
69244c1
Install cython alongside tox
by Anthony Sottile
· 7 years ago
d76d037
Force cython when building sdist
by Tina Müller
· 7 years ago
d3eb7da
Changes for 4.1 release
by Alex Gaynor
· 7 years ago
4.1
4.1-retracted
4c2e993
Changes for 4.01 release
by Ingy döt Net
· 7 years ago
f6049c8
Support escaped slash in double quotes "\/"
by Tina Müller
· 7 years ago
e7a2f88
Drop unsupported Python 3.3
by hugovk
· 7 years ago
b6cbfee
Test on Python 3.7-dev
by Hugo
· 7 years ago
801288d
Remove commented out Psyco code
by Jon Dufresne
· 7 years ago
0f2afde
Revert PR #150 per @asomov
by Ingy döt Net
· 7 years ago
a02d17a
Remove redundant code in Scanner.peek_token()
by Andrey Somov
· 7 years ago
298e079
Fallback to Pure Python if Compilation fails
by Donald Stufft
· 8 years ago
802c4a6
add 3.12 changelog
by hsmtkk
· 8 years ago
bbcf95f
Now, for py3k!
by Alex Gaynor
· 8 years ago
517e83e
wtf, how did this typo happen
by Alex Gaynor
· 8 years ago
7b68405
Make pyyaml safe by default.
by Alex Gaynor
· 8 years ago
d856c20
Fix typos
by Jakub Wilk
· 8 years ago
ef744d8
Improve RepresenterError creation
by Timofei Bondarev
· 8 years ago
2c55eb6
Resolves #57, update readme issues link
by psanchez
· 8 years ago
24979fb
Remove tox workaround for Travis CI
by Jon Dufresne
· 8 years ago
2ed9948
Use Travis CI built in pip cache support
by Jon Dufresne
· 8 years ago
8bca3eb
Document and test Python 3.6 support
by Jon Dufresne
· 8 years ago
94c3f07
Reverting README to old copy
by Peter Murphy
· 8 years ago
c67d8df
Suspicious 'expected an exception' messages trimmed
by Peter Murphy
· 8 years ago
c60232d
Added emoticon test data files (which will probably break testing)
by Peter Murphy
· 8 years ago
cf1c86c
First attack at pyyaml does not support literals in unicode over codepoint 0xffff #25
by Peter Murphy
· 8 years ago
a06c1f6
A change to a message
by Peter Murphy
· 8 years ago
c5b135f
Allow colon in a plain scalar in a flow context (#45)
by Daniel Beer
· 8 years ago
86a29eb
Install tox in a virtualenv
by Ian Cordasco
· 8 years ago
2414cad
Add Travis Support
by Donald Stufft
· 9 years ago
a27099b
Ignore common build/runtime artifacts
by Donald Stufft
· 9 years ago
bdf0794
Add a tox.ini to run tests
by Donald Stufft
· 9 years ago
93694d3
Added tag 3.12 for changeset 823acfc7b4ff
by Kirill Simonov
· 9 years ago
7e026bf
Updated README and announcement.
by Kirill Simonov
· 9 years ago
3.12
eb9932a
Fixed handling --verbose flag in the test appliance.
by Kirill Simonov
· 9 years ago
37be8e0
Merged in scorphus/pyyaml (pull request #9)
by Kirill Simonov
· 9 years ago
ca0ed1f
Corrected libyaml definitions in _yaml.pxd.
by Kirill Simonov
· 9 years ago
16bd7d0
Improved check for CPython (fixes issue #58).
by Kirill Simonov
· 9 years ago
153a194
Adding an implicit resolver to a derived loader should not affect the base loader (fixes issue #57).
by Kirill Simonov
· 9 years ago
c95586c
Uniform representation for OrderedDict (fixes issue #61).
by Kirill Simonov
· 9 years ago
f10d92f
Fixed comparison to () (closes #64).
by Kirill Simonov
· 9 years ago
d737907
Fixed comparison to None warning (closes issue #64).
by Kirill Simonov
· 9 years ago
7eeba34
removed a test which fails when wheel is imported.
by Kirill Simonov
· 9 years ago
7bd6e03
Support for wheel packages.
by Kirill Simonov
· 9 years ago
491508b
Raise an error when test suite failed.
by Kirill Simonov
· 9 years ago
a57fe5c
Dropped pyrex build support; Cython now supports Python 3.
by Kirill Simonov
· 9 years ago
53b4c07
Bumped the version number.
by Kirill Simonov
· 9 years ago
2c225b2
scanner: use infinitive verb after auxiliary word could
by Pablo Santiago Blum de Aguiar
· 10 years ago
a0c9902
Removed invalid simple key assertion.
by Kirill Simonov
· 10 years ago
0f734fc
Added tag 3.11 for changeset b361458ecb13
by Kirill Simonov
· 11 years ago
96ee4cb
Bumped the version number.
by Kirill Simonov
· 11 years ago
3.11
b6c388a
update tags
by convert-repo
· 12 years ago
9453e0a
Removed build options for 2.3 and 2.4.
by Kirill Simonov
· 14 years ago
af4ffe0
Updated the announcement.
by Kirill Simonov
· 14 years ago
644385b
Dropped support for Python 2.3 and 2.4.
by Kirill Simonov
· 14 years ago
b1c7014
Updated the changelog and bumped the version number.
by Kirill Simonov
· 14 years ago
7e1b5fa
Clear cyclic references in the parser and the emitter to avoid extra GC calls.
by Kirill Simonov
· 14 years ago
23c952f
Do not attempt to build extensions on platforms other than CPython.
by Kirill Simonov
· 14 years ago
3.10
20609ed
Removed python-porting from the announcement list.
by Kirill Simonov
· 16 years ago
1626bb3
Fixed tests on the Windows platform.
by Kirill Simonov
· 16 years ago
Next »