<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/Makefile, branch win-refact</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>Don't pollute tree with temporary configure test files (#1597)</title>
<updated>2019-09-30T03:05:28+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>123095+nox@users.noreply.github.com</email>
</author>
<published>2019-09-30T03:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=ff1bc8cdb2e585f717d121ef61dc7f0931a64dd8'/>
<id>ff1bc8cdb2e585f717d121ef61dc7f0931a64dd8</id>
<content type='text'>
The docs for CCompiler.compile say:

&gt; If output_dir is given, object files will be put under it, while retaining their
&gt; original path component. That is, foo/bar.c normally compiles to foo/bar.o (for a
&gt; Unix implementation); if output_dir is build, then it would compile to build/foo/bar.o.

What they forget to say is that path components are also retained if output_dir is not
specified, it just means it will do so in the current directory. So if you compile
a temporary C file /tmp/foo.c, it will produce a ./tmp/foo.o file relative to the
current directory.

This commit fixes that issue by passing an explicit output_dir itself located in
a temporary directory.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docs for CCompiler.compile say:

&gt; If output_dir is given, object files will be put under it, while retaining their
&gt; original path component. That is, foo/bar.c normally compiles to foo/bar.o (for a
&gt; Unix implementation); if output_dir is build, then it would compile to build/foo/bar.o.

What they forget to say is that path components are also retained if output_dir is not
specified, it just means it will do so in the current directory. So if you compile
a temporary C file /tmp/foo.c, it will produce a ./tmp/foo.o file relative to the
current directory.

This commit fixes that issue by passing an explicit output_dir itself located in
a temporary directory.</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1578: 'perf' lib was renamed to 'pyperf'</title>
<updated>2019-09-18T07:59:32+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-09-18T07:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=55301bddea77bd8fa2415586af93b7d8c3d5bdd1'/>
<id>55301bddea77bd8fa2415586af93b7d8c3d5bdd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add script to help fix flake8 issues</title>
<updated>2019-06-29T13:39:23+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-06-29T13:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=03a02fe6af19bb875a07a052656544a9b133e10b'/>
<id>03a02fe6af19bb875a07a052656544a9b133e10b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use SO_REUSEADDR on UNIX only</title>
<updated>2019-06-26T18:45:07+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-06-26T18:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=7aea16fd9bd3fbf9a00ae144ebd280903d3b3254'/>
<id>7aea16fd9bd3fbf9a00ae144ebd280903d3b3254</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix FreeBSD tests</title>
<updated>2019-06-14T11:11:46+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-06-14T11:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=ca31a0feb39f2e2b21459d398c0f629ca63886aa'/>
<id>ca31a0feb39f2e2b21459d398c0f629ca63886aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix various tests</title>
<updated>2019-06-14T11:04:46+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-06-14T11:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=e0bdcd75894b2d7c117c747197785b6e9ae17bfc'/>
<id>e0bdcd75894b2d7c117c747197785b6e9ae17bfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add pip install --trusted-host opt</title>
<updated>2019-06-13T05:52:06+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-06-13T05:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=8e4aab1482471698644d8d1d1541850741530e2e'/>
<id>8e4aab1482471698644d8d1d1541850741530e2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1478: add make command to re-run tests failed on last run</title>
<updated>2019-04-04T22:56:36+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-04-04T22:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=a5360cc01f1418571d15d320431ade025265ca58'/>
<id>a5360cc01f1418571d15d320431ade025265ca58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Coloured tests (#1459)</title>
<updated>2019-03-13T06:30:52+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-03-13T06:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=c4467c90ef53cd9eba8ab8be620d71b8477d6ce9'/>
<id>c4467c90ef53cd9eba8ab8be620d71b8477d6ce9</id>
<content type='text'>
Fixes #1458.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1458.</pre>
</div>
</content>
</entry>
<entry>
<title>update doc + change git hook location</title>
<updated>2019-03-02T20:10:40+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-03-02T20:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=7a9e7969f172c80507416a0fb1df98bf72e71139'/>
<id>7a9e7969f172c80507416a0fb1df98bf72e71139</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
