<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/from_template.py, branch v1.18.4</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Revert contextlib changes</title>
<updated>2019-05-08T08:05:59+00:00</updated>
<author>
<name>Bharat123rox</name>
<email>bharatraghunthan9767@gmail.com</email>
</author>
<published>2019-05-08T08:05:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3c8a5403f3dee6f0a999670ddd03e4beab11df2f'/>
<id>3c8a5403f3dee6f0a999670ddd03e4beab11df2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing imports</title>
<updated>2019-05-08T06:41:26+00:00</updated>
<author>
<name>Bharat123rox</name>
<email>bharatraghunthan9767@gmail.com</email>
</author>
<published>2019-05-08T06:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fb514fcecddf73ecc20a4796abcc711699508182'/>
<id>fb514fcecddf73ecc20a4796abcc711699508182</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add code review suggestions from @eric-wieser</title>
<updated>2019-05-08T06:03:03+00:00</updated>
<author>
<name>Bharat123rox</name>
<email>bharatraghunthan9767@gmail.com</email>
</author>
<published>2019-05-08T06:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=802d8e5d52434642713a019cd067af9917239565'/>
<id>802d8e5d52434642713a019cd067af9917239565</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed possible regressions</title>
<updated>2019-05-08T05:16:32+00:00</updated>
<author>
<name>Bharat123rox</name>
<email>bharatraghunthan9767@gmail.com</email>
</author>
<published>2019-05-08T05:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dcb2ecfb1ac05761a52671bc4179b120da7fe8e9'/>
<id>dcb2ecfb1ac05761a52671bc4179b120da7fe8e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use with statement to open/close files to fix LGTM alerts</title>
<updated>2019-05-07T18:15:16+00:00</updated>
<author>
<name>Bharat123rox</name>
<email>bharatraghunthan9767@gmail.com</email>
</author>
<published>2019-05-07T18:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=38025696d7f268b47d81e215bcf33c50ca1c98c1'/>
<id>38025696d7f268b47d81e215bcf33c50ca1c98c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove obsolete comment.</title>
<updated>2018-03-10T23:28:47+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2018-03-10T17:43:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=025733bae3dae4200577cb35ef3229cc0f47a5b2'/>
<id>025733bae3dae4200577cb35ef3229cc0f47a5b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: distutils: Remove named templates from the output.</title>
<updated>2018-03-10T23:28:47+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2018-03-10T17:42:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=16331cc1cf9b2cf3505d0c4742a854dc00923d9d'/>
<id>16331cc1cf9b2cf3505d0c4742a854dc00923d9d</id>
<content type='text'>
The code now does not copy the named templates found outside
a function or subroutine to the output file.

Fixes gh-10712.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code now does not copy the named templates found outside
a function or subroutine to the output file.

Fixes gh-10712.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add entry_points for f2py, conv_template, and from_template. (#10463)</title>
<updated>2018-01-30T23:25:12+00:00</updated>
<author>
<name>xoviat</name>
<email>xoviat@users.noreply.github.com</email>
</author>
<published>2018-01-30T23:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bb7b12672fe7b68c7776a7f757741d4632001bf3'/>
<id>bb7b12672fe7b68c7776a7f757741d4632001bf3</id>
<content type='text'>
* Add entry points for f2py and conv-template

* Add main function to conv_template

* Extract function

* Add entry point
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add entry points for f2py and conv-template

* Add main function to conv_template

* Extract function

* Add entry point
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: use env in shebang instead of absolute path</title>
<updated>2017-01-15T18:26:40+00:00</updated>
<author>
<name>Sami Salonen</name>
<email>sami.salonen@eniram.fi</email>
</author>
<published>2017-01-15T10:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1bea8625b9a95b6c06a0193e9bb3303ef8f247be'/>
<id>1bea8625b9a95b6c06a0193e9bb3303ef8f247be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Fix escaped string characters deprecated in Python 3.6.</title>
<updated>2016-12-14T18:33:22+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-12-13T22:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ec0e04694278ef9ea83537d308b07fc27c1b5f85'/>
<id>ec0e04694278ef9ea83537d308b07fc27c1b5f85</id>
<content type='text'>
In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "\(" that was translated to "\\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "\(" that was translated to "\\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.
</pre>
</div>
</content>
</entry>
</feed>
