Lines Matching full:pull
9 * https://github.com/yaml/pyyaml/pull/327 -- Change README format to Markdown
10 * https://github.com/yaml/pyyaml/pull/483 -- Add a test for YAML 1.1 types
11 * https://github.com/yaml/pyyaml/pull/497 -- fix float resolver to ignore `.` and `._`
12 * https://github.com/yaml/pyyaml/pull/550 -- drop Python 2.7
13 * https://github.com/yaml/pyyaml/pull/553 -- Fix spelling of “hexadecimal”
14 * https://github.com/yaml/pyyaml/pull/556 -- fix representation of Enum subclasses
15 * https://github.com/yaml/pyyaml/pull/557 -- fix libyaml extension compiler warnings
16 * https://github.com/yaml/pyyaml/pull/560 -- fix ResourceWarning on leaked file descriptors
17 * https://github.com/yaml/pyyaml/pull/561 -- always require `Loader` arg to `yaml.load()`
18 * https://github.com/yaml/pyyaml/pull/564 -- remove remaining direct distutils usage
22 * https://github.com/yaml/pyyaml/pull/480 -- Fix stub compat with older pyyaml versions that may un…
26 * https://github.com/yaml/pyyaml/pull/407 -- Build modernization, remove distutils, fix metadata, b…
27 * https://github.com/yaml/pyyaml/pull/472 -- Fix for CVE-2020-14343, moves arbitrary python tags to…
28 * https://github.com/yaml/pyyaml/pull/441 -- Fix memory leak in implicit resolver setup
29 * https://github.com/yaml/pyyaml/pull/392 -- Fix py2 copy support for timezone objects
30 * https://github.com/yaml/pyyaml/pull/378 -- Fix compatibility with Jython
34 * https://github.com/yaml/pyyaml/pull/386 -- Prevents arbitrary code execution during python/object…
38 * https://github.com/yaml/pyyaml/pull/290 -- Use `is` instead of equality for comparing with `None`
39 * https://github.com/yaml/pyyaml/pull/270 -- Fix typos and stylistic nit
40 * https://github.com/yaml/pyyaml/pull/309 -- Fix up small typo
41 * https://github.com/yaml/pyyaml/pull/161 -- Fix handling of __slots__
42 * https://github.com/yaml/pyyaml/pull/358 -- Allow calling add_multi_constructor with None
43 * https://github.com/yaml/pyyaml/pull/285 -- Add use of safe_load() function in README
44 * https://github.com/yaml/pyyaml/pull/351 -- Fix reader for Unicode code points over 0xFFFF
45 * https://github.com/yaml/pyyaml/pull/360 -- Enable certain unicode tests when maxunicode not > 0xf…
46 * https://github.com/yaml/pyyaml/pull/359 -- Use full_load in yaml-highlight example
47 * https://github.com/yaml/pyyaml/pull/244 -- Document that PyYAML is implemented with Cython
48 * https://github.com/yaml/pyyaml/pull/329 -- Fix for Python 3.10
49 * https://github.com/yaml/pyyaml/pull/310 -- Increase size of index, line, and column fields
50 * https://github.com/yaml/pyyaml/pull/260 -- Remove some unused imports
51 * https://github.com/yaml/pyyaml/pull/163 -- Create timezone-aware datetimes when parsed as such
52 * https://github.com/yaml/pyyaml/pull/363 -- Add tests for timezone
59 https://github.com/yaml/pyyaml/pull/279 -- A more flexible fix for custom tag constructors
60 https://github.com/yaml/pyyaml/pull/287 -- Change default loader for yaml.add_constructor
61 …https://github.com/yaml/pyyaml/pull/305 -- Change default loader for add_implicit_resolver, add_pa…
63 https://github.com/yaml/pyyaml/pull/347 -- Move constructor for object/apply to UnsafeConstructor
65 https://github.com/yaml/pyyaml/pull/276 -- Fix logic for quoting special characters
67 https://github.com/yaml/pyyaml/pull/280 -- Update CHANGES for 5.1
82 * https://github.com/yaml/pyyaml/pull/35 -- Some modernization of the test running
83 * https://github.com/yaml/pyyaml/pull/42 -- Install tox in a virtualenv
84 * https://github.com/yaml/pyyaml/pull/45 -- Allow colon in a plain scalar in a flow context
85 * https://github.com/yaml/pyyaml/pull/48 -- Fix typos
86 * https://github.com/yaml/pyyaml/pull/55 -- Improve RepresenterError creation
87 * https://github.com/yaml/pyyaml/pull/59 -- Resolves #57, update readme issues link
88 * https://github.com/yaml/pyyaml/pull/60 -- Document and test Python 3.6 support
89 * https://github.com/yaml/pyyaml/pull/61 -- Use Travis CI built in pip cache support
90 * https://github.com/yaml/pyyaml/pull/62 -- Remove tox workaround for Travis CI
91 * https://github.com/yaml/pyyaml/pull/63 -- Adding support to Unicode characters over codepoint 0xf…
92 * https://github.com/yaml/pyyaml/pull/75 -- add 3.12 changelog
93 * https://github.com/yaml/pyyaml/pull/76 -- Fallback to Pure Python if Compilation fails
94 * https://github.com/yaml/pyyaml/pull/84 -- Drop unsupported Python 3.3
95 * https://github.com/yaml/pyyaml/pull/102 -- Include license file in the generated wheel package
96 * https://github.com/yaml/pyyaml/pull/105 -- Removed Python 2.6 & 3.3 support
97 * https://github.com/yaml/pyyaml/pull/111 -- Remove commented out Psyco code
98 * https://github.com/yaml/pyyaml/pull/129 -- Remove call to `ord` in lib3 emitter code
99 * https://github.com/yaml/pyyaml/pull/149 -- Test on Python 3.7-dev
100 * https://github.com/yaml/pyyaml/pull/158 -- Support escaped slash in double quotes "\/"
101 * https://github.com/yaml/pyyaml/pull/175 -- Updated link to pypi in release announcement
102 * https://github.com/yaml/pyyaml/pull/181 -- Import Hashable from collections.abc
103 * https://github.com/yaml/pyyaml/pull/194 -- Reverting https://github.com/yaml/pyyaml/pull/74
104 * https://github.com/yaml/pyyaml/pull/195 -- Build libyaml on travis
105 * https://github.com/yaml/pyyaml/pull/196 -- Force cython when building sdist
106 * https://github.com/yaml/pyyaml/pull/254 -- Allow to turn off sorting keys in Dumper (2)
107 * https://github.com/yaml/pyyaml/pull/256 -- Make default_flow_style=False
108 * https://github.com/yaml/pyyaml/pull/257 -- Deprecate yaml.load and add FullLoader and UnsafeLoade…
109 * https://github.com/yaml/pyyaml/pull/261 -- Skip certain unicode tests when maxunicode not > 0xffff
110 * https://github.com/yaml/pyyaml/pull/263 -- Windows Appveyor build