<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/external, branch docdraft</title>
<subtitle>github.com: networkx/networkx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/'/>
<entry>
<title>Remove bundled decorator package</title>
<updated>2014-06-01T13:45:55+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-06-01T13:41:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=94a1c3e9df8ab4a2bf9c66a4bf8c6220f364aeb5'/>
<id>94a1c3e9df8ab4a2bf9c66a4bf8c6220f364aeb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid importing * for relative imports.</title>
<updated>2013-12-07T01:30:08+00:00</updated>
<author>
<name>Eugenio Piasini</name>
<email>e.piasini@ucl.ac.uk</email>
</author>
<published>2013-12-07T01:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=311d9c30227e92e9409378ad74b12f48b1f7a190'/>
<id>311d9c30227e92e9409378ad74b12f48b1f7a190</id>
<content type='text'>
This is to prevent Jython from giving the following error:
'import *' not allowed with 'from .'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to prevent Jython from giving the following error:
'import *' not allowed with 'from .'
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Python version specific decorator code to packages.</title>
<updated>2012-10-18T03:12:01+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2012-10-18T03:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=ea90e874fb0cedd018507e42a9341a6d47ed2954'/>
<id>ea90e874fb0cedd018507e42a9341a6d47ed2954</id>
<content type='text'>
Add switch in setup.py to only install either the Python2 or Python3 version to avoid bytecompile errors during packaging.

Addresses #759
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add switch in setup.py to only install either the Python2 or Python3 version to avoid bytecompile errors during packaging.

Addresses #759
</pre>
</div>
</content>
</entry>
<entry>
<title>Add __future__ import to make py2exe work.</title>
<updated>2011-10-07T03:46:07+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-10-07T03:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=7a6356056755f8c15752cb31749da79473fcc474'/>
<id>7a6356056755f8c15752cb31749da79473fcc474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating decorator module to 3.3.2</title>
<updated>2011-09-01T16:08:11+00:00</updated>
<author>
<name>Chris Ellison</name>
<email>cellison@cse.ucdavis.edu</email>
</author>
<published>2011-09-01T16:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=f909eea80b93cb35fbbc5a0906ca284fefbfe680'/>
<id>f909eea80b93cb35fbbc5a0906ca284fefbfe680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor external submodule.</title>
<updated>2011-08-29T22:13:55+00:00</updated>
<author>
<name>Chris Ellison</name>
<email>cellison@cse.ucdavis.edu</email>
</author>
<published>2011-08-29T22:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=b8defe81042cb21c9367014747add47e651329f6'/>
<id>b8defe81042cb21c9367014747add47e651329f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added python3 version of decorator for compatibility, change necessary imports</title>
<updated>2011-08-15T23:41:39+00:00</updated>
<author>
<name>Ben Edwards</name>
<email>bedwards@cs.unm.edu</email>
</author>
<published>2011-08-15T23:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=fece30e13211c479fd5986944120846f274123d9'/>
<id>fece30e13211c479fd5986944120846f274123d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use __globals__ instead of func_globals</title>
<updated>2011-07-21T00:50:37+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2011-07-21T00:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=f444ae7b9e82ed91d2dca9cb38fcb22c82a06f3b'/>
<id>f444ae7b9e82ed91d2dca9cb38fcb22c82a06f3b</id>
<content type='text'>
They are the same as __globals__ for Python 2.6+
Not sure about before 2.6, but networkx requires 2.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are the same as __globals__ for Python 2.6+
Not sure about before 2.6, but networkx requires 2.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use __globals__ instead of func_globals for Python 3.</title>
<updated>2011-07-19T00:42:09+00:00</updated>
<author>
<name>Loïc Séguin-C.</name>
<email>loicseguin@gmail.com</email>
</author>
<published>2011-07-19T00:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=5b2aee7f5e0927c77e7e78fa57838a5b263bb853'/>
<id>5b2aee7f5e0927c77e7e78fa57838a5b263bb853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small tweaks on imports and python3ism</title>
<updated>2011-07-15T16:23:34+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-07-15T16:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=44b66855276490c6ab97ac37e3829682e9a2b81b'/>
<id>44b66855276490c6ab97ac37e3829682e9a2b81b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
