<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/astroid/modutils.py, branch 2.5</title>
<subtitle>github.com: PyCQA/astroid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/'/>
<entry>
<title>Upgrade copyrite notice</title>
<updated>2021-02-28T19:21:45+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-02-28T19:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=8c2a13fe453f3fc38f3b2f32d5de92f5c87e13d4'/>
<id>8c2a13fe453f3fc38f3b2f32d5de92f5c87e13d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move from % syntax to format or f-strings</title>
<updated>2021-02-21T18:06:16+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-02-17T22:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=83bd358f5f8361df4c11b9b78acecf0d6224c41b'/>
<id>83bd358f5f8361df4c11b9b78acecf0d6224c41b</id>
<content type='text'>
This is possible with python 3.6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is possible with python 3.6
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the # coding, since PEP3120 the default is UTF8</title>
<updated>2021-02-21T18:06:16+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-02-17T22:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=d0818815b39f99388539314932ba6718f43e58bb'/>
<id>d0818815b39f99388539314932ba6718f43e58bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes insecable whitespaces</title>
<updated>2020-12-29T13:16:44+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2020-12-29T13:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=6f8de0e6ef6a4b2fe79dee9e1e4edc876370c6bb'/>
<id>6f8de0e6ef6a4b2fe79dee9e1e4edc876370c6bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting according to black</title>
<updated>2020-12-28T15:02:47+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2020-12-28T15:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=a324fbdf28cc01c301143e5555c8f8f0b59d8faa'/>
<id>a324fbdf28cc01c301143e5555c8f8f0b59d8faa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds copyright notice</title>
<updated>2020-12-28T14:50:21+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2020-12-28T14:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=dca633addd0466f2afd7b5014d0f4bf696edf70a'/>
<id>dca633addd0466f2afd7b5014d0f4bf696edf70a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds comment to explain the use of sys.base_prefix</title>
<updated>2020-12-28T14:47:08+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2020-12-28T14:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=2faedeccfee0fa6232433ea9125c8b01c03125e0'/>
<id>2faedeccfee0fa6232433ea9125c8b01c03125e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Seems like the only way to have a valid get_python_lib(standard_lib=True) with pypy is to specifiy the prefix = sys.base_prefix</title>
<updated>2020-12-28T14:22:08+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2020-12-28T14:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=d75cb3c751758a0b205efaa07545f714567d4c83'/>
<id>d75cb3c751758a0b205efaa07545f714567d4c83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sys.real_prefix doesn't exist anymore with recent version of venv. Use base_prefix instead</title>
<updated>2020-12-28T14:20:01+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2020-12-28T14:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=e42e5f6dec08214ff15888dffa8ff954fbaf85a5'/>
<id>e42e5f6dec08214ff15888dffa8ff954fbaf85a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds print to debug travis failure with pyp</title>
<updated>2020-12-28T11:13:38+00:00</updated>
<author>
<name>hippo91</name>
<email>guillaume.peillex@gmail.com</email>
</author>
<published>2020-12-28T11:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=f8e32f1dad5df063ee4241d4f5fb70c2073a1e28'/>
<id>f8e32f1dad5df063ee4241d4f5fb70c2073a1e28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
