<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/pyyaml-git.git, branch load-default-safe</title>
<subtitle>github.com: yaml/pyyaml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/'/>
<entry>
<title>Add a basic test file for yaml.load and yaml.dump</title>
<updated>2021-09-23T13:26:42+00:00</updated>
<author>
<name>Ingy döt Net</name>
<email>ingy@ingy.net</email>
</author>
<published>2021-09-23T13:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/commit/?id=1c1c55a9a38f01e5249eaddf012a7c26b21fa12d'/>
<id>1c1c55a9a38f01e5249eaddf012a7c26b21fa12d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make load and load_all use SafeLoader by default</title>
<updated>2021-09-23T12:39:44+00:00</updated>
<author>
<name>Ingy döt Net</name>
<email>ingy@ingy.net</email>
</author>
<published>2021-09-22T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/commit/?id=360b3da087eadd79df8c5c0562bd76bcdd945157'/>
<id>360b3da087eadd79df8c5c0562bd76bcdd945157</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile tweaks</title>
<updated>2021-09-23T12:39:44+00:00</updated>
<author>
<name>Ingy döt Net</name>
<email>ingy@ingy.net</email>
</author>
<published>2021-09-22T22:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/commit/?id=091f13c70fe8517d4457c6870de6b176c658ad59'/>
<id>091f13c70fe8517d4457c6870de6b176c658ad59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use python3 in the Makefile</title>
<updated>2021-09-22T20:55:12+00:00</updated>
<author>
<name>Pantelis Antoniou</name>
<email>pantelis.antoniou@konsulko.com</email>
</author>
<published>2021-09-22T19:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/commit/?id=39617483fa567641e0c8bbbb7584a5d1973db004'/>
<id>39617483fa567641e0c8bbbb7584a5d1973db004</id>
<content type='text'>
Signed-off-by: Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2 support and simplify</title>
<updated>2021-09-22T20:55:12+00:00</updated>
<author>
<name>Pantelis Antoniou</name>
<email>pantelis.antoniou@konsulko.com</email>
</author>
<published>2021-09-22T19:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/commit/?id=078e7e672622cb22bd33251f72ae87573c87011d'/>
<id>078e7e672622cb22bd33251f72ae87573c87011d</id>
<content type='text'>
It's time to stop pretending this is anymore compatible to version 2
by using macros to hide the fact that on 3 objects are bytes and not
string.

Removing the support for version 2 makes things clearer.

Signed-off-by: Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's time to stop pretending this is anymore compatible to version 2
by using macros to hide the fact that on 3 objects are bytes and not
string.

Removing the support for version 2 makes things clearer.

Signed-off-by: Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Define PyString_GetExact as Bytes</title>
<updated>2021-09-22T20:55:12+00:00</updated>
<author>
<name>Pantelis Antoniou</name>
<email>pantelis.antoniou@konsulko.com</email>
</author>
<published>2021-09-22T17:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/commit/?id=117aaae80a0a99c12d8b46a7ea7f183592af6710'/>
<id>117aaae80a0a99c12d8b46a7ea7f183592af6710</id>
<content type='text'>
Puzzling, but this is the expected behaviour

Signed-off-by: Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Puzzling, but this is the expected behaviour

Signed-off-by: Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warning errors of the libyaml binding</title>
<updated>2021-09-22T20:55:12+00:00</updated>
<author>
<name>Pantelis Antoniou</name>
<email>pantelis.antoniou@konsulko.com</email>
</author>
<published>2021-09-22T16:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/commit/?id=f615cb616f46cd1ce0858318b065e1a6fa70ae49'/>
<id>f615cb616f46cd1ce0858318b065e1a6fa70ae49</id>
<content type='text'>
Make the build work without any warnings.
The cython and C yaml types were differing in definition and that's
no good.

Signed-off-by: Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the build work without any warnings.
The cython and C yaml types were differing in definition and that's
no good.

Signed-off-by: Pantelis Antoniou &lt;pantelis.antoniou@konsulko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>XXX - remove appveyor.yml file for now</title>
<updated>2021-09-22T18:25:30+00:00</updated>
<author>
<name>Ingy döt Net</name>
<email>ingy@ingy.net</email>
</author>
<published>2021-09-22T18:25:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/commit/?id=35f04177a325c43fc6cefd52fa36d7bf272a0f5f'/>
<id>35f04177a325c43fc6cefd52fa36d7bf272a0f5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for the YAML 1.1 types</title>
<updated>2021-09-22T18:01:35+00:00</updated>
<author>
<name>Tina Müller</name>
<email>cpan2@tinita.de</email>
</author>
<published>2021-09-21T23:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/commit/?id=f8e89b3fefbda11932a2344fa1069a40b8c3726d'/>
<id>f8e89b3fefbda11932a2344fa1069a40b8c3726d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue with representing Enum types</title>
<updated>2021-09-22T17:07:44+00:00</updated>
<author>
<name>Thom Smith</name>
<email>thom@thomthesmith.com</email>
</author>
<published>2021-09-22T15:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/pyyaml-git.git/commit/?id=34e764fd9959513a1ce8a8ef984f15eaa0ec535a'/>
<id>34e764fd9959513a1ce8a8ef984f15eaa0ec535a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
