<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch 3.2.2</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/'/>
<entry>
<title>Bump version to 3.2.2</title>
<updated>2020-05-08T17:22:47+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-05-08T17:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=7df1ed30d98cdc1316ec8da150644d957f1c6303'/>
<id>7df1ed30d98cdc1316ec8da150644d957f1c6303</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation cleanup.</title>
<updated>2020-05-08T17:09:36+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-05-08T15:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=3e69f18d426295f513b935fb89d22770014cea45'/>
<id>3e69f18d426295f513b935fb89d22770014cea45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add checklinks tox env and shell script. (#955)</title>
<updated>2020-05-08T01:19:46+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-05-08T01:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a6052658fbad43b7636f97685cace2adc736b7fa'/>
<id>a6052658fbad43b7636f97685cace2adc736b7fa</id>
<content type='text'>
Also clean up dead links.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also clean up dead links.</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor Extension API docs (#946)</title>
<updated>2020-05-07T18:46:19+00:00</updated>
<author>
<name>Charles Merriam</name>
<email>charles.merriam@gmail.com</email>
</author>
<published>2020-05-07T18:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=375db8ce0764864db6c7f76268592bc726ace33c'/>
<id>375db8ce0764864db6c7f76268592bc726ace33c</id>
<content type='text'>
* Move Patterns sections.  Fixes #729.
* Rewrite tree processor docs. Fixes #949.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move Patterns sections.  Fixes #729.
* Rewrite tree processor docs. Fixes #949.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid importing packaging or pkg_resources for version validation (#948)</title>
<updated>2020-04-27T17:31:15+00:00</updated>
<author>
<name>Ran Benita</name>
<email>ran@unusedvar.com</email>
</author>
<published>2020-04-27T17:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=82d2b253ca0943102a332e476f2b49a5139918fd'/>
<id>82d2b253ca0943102a332e476f2b49a5139918fd</id>
<content type='text'>
Importing the `pkg_resources` module has high memory and startup time
cost. A recent change in 102e01c already avoided it for loading extensions,
but it's still used for validating that __version__ is correctly formatted.

It is possible to avoid it by installing the `packaging` package, but
that adds a dependency for something quite trivial.

Instead, remove the validation and add tests which check the output is
as expected.

Since `setuptools` is no longer required at runtime, remove it from
`install_required`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Importing the `pkg_resources` module has high memory and startup time
cost. A recent change in 102e01c already avoided it for loading extensions,
but it's still used for validating that __version__ is correctly formatted.

It is possible to avoid it by installing the `packaging` package, but
that adds a dependency for something quite trivial.

Instead, remove the validation and add tests which check the output is
as expected.

Since `setuptools` is no longer required at runtime, remove it from
`install_required`.</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly report if an extension raises a `TypeError`.</title>
<updated>2020-04-19T22:29:28+00:00</updated>
<author>
<name>Charles Merriam</name>
<email>charles.merriam@gmail.com</email>
</author>
<published>2020-04-19T22:29:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=7daa6740e143aea914bf81f5f843eb8c5562f2ba'/>
<id>7daa6740e143aea914bf81f5f843eb8c5562f2ba</id>
<content type='text'>
Also Raise a `KeyError` when attempting to delete a nonexistent key from the extension registry.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also Raise a `KeyError` when attempting to delete a nonexistent key from the extension registry.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo, in the ten cut and pasted versions</title>
<updated>2020-04-19T18:30:56+00:00</updated>
<author>
<name>Charles Merriam</name>
<email>charles.merriam@gmail.com</email>
</author>
<published>2020-04-19T11:26:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=bbfdd5548d7930a281dc4f70a2ed6d80ed266bf9'/>
<id>bbfdd5548d7930a281dc4f70a2ed6d80ed266bf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Load entry_points once using importlib.metadata.</title>
<updated>2020-04-18T22:41:20+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-04-18T22:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=102e01c2462f20fdd29073bc0b1fe2252b517add'/>
<id>102e01c2462f20fdd29073bc0b1fe2252b517add</id>
<content type='text'>
This should be more performant. Fixes #942.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should be more performant. Fixes #942.
</pre>
</div>
</content>
</entry>
<entry>
<title>TOC fix for AtomicString handling (#934)</title>
<updated>2020-04-06T15:40:56+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2020-04-06T15:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ada40c6619fd0be740af646b043937e560716c95'/>
<id>ada40c6619fd0be740af646b043937e560716c95</id>
<content type='text'>
Fixes #931.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #931.</pre>
</div>
</content>
</entry>
<entry>
<title>Revert: Use simplified regex for html placeholders</title>
<updated>2020-04-06T00:57:30+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2020-04-05T23:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=7c595e28491d3cca28bc9901bb099bca8bcf4626'/>
<id>7c595e28491d3cca28bc9901bb099bca8bcf4626</id>
<content type='text'>
Not sure how tests didn't get run on this, but it was completely
breaking all tests. This reverts the change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not sure how tests didn't get run on this, but it was completely
breaking all tests. This reverts the change.
</pre>
</div>
</content>
</entry>
</feed>
