<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/modules.c, branch talloc-2.0.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" takes no argument</title>
<updated>2011-02-21T13:42:00+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2011-02-21T10:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5135e40277f5603bfc439aca6a795b267bf70cb3'/>
<id>5135e40277f5603bfc439aca6a795b267bf70cb3</id>
<content type='text'>
This quiets some build warnings.

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Mon Feb 21 14:42:00 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This quiets some build warnings.

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Mon Feb 21 14:42:00 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:scripting/python/modules.c - remove a really unnecessary variable</title>
<updated>2011-02-17T15:01:44+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2011-02-17T13:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=aa3f749575ac551b1b0886838ef023aab14d123f'/>
<id>aa3f749575ac551b1b0886838ef023aab14d123f</id>
<content type='text'>
Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Thu Feb 17 16:01:44 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Thu Feb 17 16:01:44 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: get ordering right on python paths</title>
<updated>2011-02-07T02:22:02+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-02-06T22:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=edd8c9ea2ab1e51d116135411df120ec1167e0e6'/>
<id>edd8c9ea2ab1e51d116135411df120ec1167e0e6</id>
<content type='text'>
we need to have PYTHONARCHDIR first, as that is where we currently
install. That will minimise problems with upgrades from old installs.

We also don't need to add the path twice if PYTHONDIR is the same as
PYTHONARCHDIR (as happens on debian based systems)

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we need to have PYTHONARCHDIR first, as that is where we currently
install. That will minimise problems with upgrades from old installs.

We also don't need to add the path twice if PYTHONDIR is the same as
PYTHONARCHDIR (as happens on debian based systems)

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python Don't force "bin" into the python sys.path</title>
<updated>2011-02-07T02:22:02+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-02-05T07:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=15d0166340baea91f117ea977539894e7444ee6b'/>
<id>15d0166340baea91f117ea977539894e7444ee6b</id>
<content type='text'>
This patch uses the fact that dyn_PYTHONDIR and dyn_PYTHONARCHDIR is
now set properly at all times, incluidng for installed and
build-directory binaries.  So we don't need to make assumptions about
bin being magic any more.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch uses the fact that dyn_PYTHONDIR and dyn_PYTHONARCHDIR is
now set properly at all times, incluidng for installed and
build-directory binaries.  So we don't need to make assumptions about
bin being magic any more.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>waf: use PYTHONARCHDIR for installing python shared libs</title>
<updated>2011-01-14T07:19:39+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-01-14T06:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=46a3588d3fca3a5dd702ce6e9b4a108b884a9cf8'/>
<id>46a3588d3fca3a5dd702ce6e9b4a108b884a9cf8</id>
<content type='text'>
Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Fri Jan 14 08:19:40 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Fri Jan 14 08:19:40 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Remove cruft to deal with static python modules, which are no</title>
<updated>2010-05-30T22:21:42+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-05-30T22:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=55ef0ecea85fda48e980f5f9c6029d7bcee865df'/>
<id>55ef0ecea85fda48e980f5f9c6029d7bcee865df</id>
<content type='text'>
longer supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
longer supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:scripting/python/modules.c - fix "asprintf" calls</title>
<updated>2010-05-28T08:04:47+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-05-27T15:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=67b2c424cefbecfe8581044703ba178c61c0ece1'/>
<id>67b2c424cefbecfe8581044703ba178c61c0ece1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: added PYTHONDIR to python search path</title>
<updated>2010-04-20T10:59:24+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-04-20T10:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1f7da85c77f47b28a971374f42a1668a92398eb4'/>
<id>1f7da85c77f47b28a971374f42a1668a92398eb4</id>
<content type='text'>
we put it after the scripting/python dir, so we look in the build
directory (if applicable) first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we put it after the scripting/python dir, so we look in the build
directory (if applicable) first.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: When updating sys.path to include the Samba python path, avoid throwing away the changes made by site.py.</title>
<updated>2009-12-29T15:26:20+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-12-29T15:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=588b3e61812978f73d2708ec37da30726ac8026e'/>
<id>588b3e61812978f73d2708ec37da30726ac8026e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: we need to include Python.h first</title>
<updated>2009-10-23T05:23:01+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-10-23T05:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3050f8328862c7c77d3d692453bd9cc0885824e5'/>
<id>3050f8328862c7c77d3d692453bd9cc0885824e5</id>
<content type='text'>
If we don't include Python.h first then we get a pile of warnings due
to broken redefines of XOPEN_SOURCE in the Python includes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we don't include Python.h first then we get a pile of warnings due
to broken redefines of XOPEN_SOURCE in the Python includes.
</pre>
</div>
</content>
</entry>
</feed>
