<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/crackfortran.py, branch dependabot/pip/gitpython-3.1.14</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Merge pull request #18415 from pearu/gh-2763</title>
<updated>2021-02-15T20:43:54+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-02-15T20:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=002611249a38b45e691219567f7ecee4d1250b4b'/>
<id>002611249a38b45e691219567f7ecee4d1250b4b</id>
<content type='text'>
MAINT: Update END statements parsing for recent Fortran standards.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Update END statements parsing for recent Fortran standards.</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix parsing continued lines that follow comment lines. Closes #2848</title>
<updated>2021-02-15T13:51:18+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-02-15T13:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a3af13823b309917b35953ba2e2ac861d6f7be58'/>
<id>a3af13823b309917b35953ba2e2ac861d6f7be58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Update END statement parsing for recent Fortran standards. Closes #2763</title>
<updated>2021-02-15T10:07:04+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-02-15T10:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e6dab4ff15f25793c81b808d49d5359b8901809f'/>
<id>e6dab4ff15f25793c81b808d49d5359b8901809f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply reviewers comments.</title>
<updated>2021-01-19T09:00:28+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-19T09:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=065f50706192d62fc00ff39660ea051539845f12'/>
<id>065f50706192d62fc00ff39660ea051539845f12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for gh17797.</title>
<updated>2021-01-18T18:23:18+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-18T18:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1ef11c93a52e18ee2c45d4173ec8e685ceb53e9a'/>
<id>1ef11c93a52e18ee2c45d4173ec8e685ceb53e9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: [f2py] Add external attribute support. Closes #17859</title>
<updated>2021-01-17T20:53:57+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-17T20:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0e3aaeb275a023c0f13df25ad55bb3b20acc1cd5'/>
<id>0e3aaeb275a023c0f13df25ad55bb3b20acc1cd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: multiline regex class simplify</title>
<updated>2020-12-29T15:36:29+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2020-12-29T15:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=74249e3f8593df5f5af0f8c0888cbfbc9c480658'/>
<id>74249e3f8593df5f5af0f8c0888cbfbc9c480658</id>
<content type='text'>
* follow up to gh-18083 covering multi-line uses
of `re.compile(..` and some cases for `re.match(..`
with single (meta)character classes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* follow up to gh-18083 covering multi-line uses
of `re.compile(..` and some cases for `re.match(..`
with single (meta)character classes
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: regex char class improve</title>
<updated>2020-12-28T18:00:03+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2020-12-28T18:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e63001a5701da3c3c1ac29c9e4bbe225f062a653'/>
<id>e63001a5701da3c3c1ac29c9e4bbe225f062a653</id>
<content type='text'>
* replace superfluous single-character regex character
classes with their literal string equivalents; this
avoids the overhead associated with a character class
when there's only a single character enclosed (so there's
no benefit to the class overhead)

* for more information see:
Chapter 6 of:
Friedl, Jeffrey. Mastering Regular Expressions. 3rd ed.,
O’Reilly Media, 2009.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* replace superfluous single-character regex character
classes with their literal string equivalents; this
avoids the overhead associated with a character class
when there's only a single character enclosed (so there's
no benefit to the class overhead)

* for more information see:
Chapter 6 of:
Friedl, Jeffrey. Mastering Regular Expressions. 3rd ed.,
O’Reilly Media, 2009.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18074 from tylerjereddy/treddy_exprtype_regex_simplify</title>
<updated>2020-12-27T00:45:17+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-27T00:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f5f845b7bd0b737740e419826698ab4a9e61564d'/>
<id>f5f845b7bd0b737740e419826698ab4a9e61564d</id>
<content type='text'>
MAINT: exprtype regex simplify</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: exprtype regex simplify</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: exprtype regex simplify</title>
<updated>2020-12-26T23:30:23+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2020-12-26T23:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=cb7b26d4e18583d7b010425264b9a9a379554606'/>
<id>cb7b26d4e18583d7b010425264b9a9a379554606</id>
<content type='text'>
* `determineexprtype_re_1` was modified to remove extraneous
character class markers around a single `,`

* a similar change was applied for the word metacharacter
in `determineexprtype_re_2` and `determineexprtype_re_3`

* the third character class in `determineexprtype_re_3` was
simplified to remove an escape sequence--by placing the
`-` at the start of the character class its metacharacter
status can be avoided
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `determineexprtype_re_1` was modified to remove extraneous
character class markers around a single `,`

* a similar change was applied for the word metacharacter
in `determineexprtype_re_2` and `determineexprtype_re_3`

* the third character class in `determineexprtype_re_3` was
simplified to remove an escape sequence--by placing the
`-` at the start of the character class its metacharacter
status can be avoided
</pre>
</div>
</content>
</entry>
</feed>
