<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git/astroid/raw_building.py, branch fix-python3-tests</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/astroid-git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/'/>
<entry>
<title>Fix Pylint warnings over astroid.</title>
<updated>2015-05-24T11:30:23+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-05-24T11:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=f64685adc7b62e34005cb1b8d0f09403d7db6259'/>
<id>f64685adc7b62e34005cb1b8d0f09403d7db6259</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pylint warnings over astroid, update the list of disabled messages in pylintrc.</title>
<updated>2015-05-19T20:40:27+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-05-19T20:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=3407b755555f5ee16b72b64d8a844072cf86d021'/>
<id>3407b755555f5ee16b72b64d8a844072cf86d021</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle builtins without a __module__, especially for Jython.</title>
<updated>2015-05-08T11:09:48+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-05-08T11:09:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=5a5427257fa7ead3d4561a89b25c7764ee1345ca'/>
<id>5a5427257fa7ead3d4561a89b25c7764ee1345ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>open doesn't have a __module__ attribute on Jython. Handle this case.</title>
<updated>2015-05-08T08:06:59+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-05-08T08:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=49c341526d10ea6a4bf30591a56de04bc188c7b8'/>
<id>49c341526d10ea6a4bf30591a56de04bc188c7b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>_io names itself io. This patch fixes some cyclic dependencies when solving io.BufferedReader and friends.</title>
<updated>2015-05-06T18:31:56+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-05-06T18:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=7436ebe220759d953e0358a34a24f1665b9140ab'/>
<id>7436ebe220759d953e0358a34a24f1665b9140ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add debug output for drone.io</title>
<updated>2015-03-30T18:55:11+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-03-30T18:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=d5e001014e8d22e8743d22181c9965384d31b070'/>
<id>d5e001014e8d22e8743d22181c9965384d31b070</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some fixes which enhances the Jython support.</title>
<updated>2015-03-30T18:46:38+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-03-30T18:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=489781ea3eae1e6b169f4ebc35ec0cf7bd3e269b'/>
<id>489781ea3eae1e6b169f4ebc35ec0cf7bd3e269b</id>
<content type='text'>
The fix mostly includes updates to modutils, which is
modified in order to properly lookup paths from live objects,
which ends in $py.class, not pyc as for Python 2,
Closes issue #83.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix mostly includes updates to modutils, which is
modified in order to properly lookup paths from live objects,
which ends in $py.class, not pyc as for Python 2,
Closes issue #83.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix func_code retrieval for Python 3</title>
<updated>2015-02-14T17:14:28+00:00</updated>
<author>
<name>Ovidiu Sabou</name>
<email>ovidiu@sabou.org</email>
</author>
<published>2015-02-14T17:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=c85f8708f2fff71f9e3ee8a6ff9a79252ac0fae9'/>
<id>c85f8708f2fff71f9e3ee8a6ff9a79252ac0fae9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the test's astroid cache problem.</title>
<updated>2015-01-15T13:27:20+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-01-15T13:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=5a08f69cae2301173c362984bf4eb3aeca8e85f8'/>
<id>5a08f69cae2301173c362984bf4eb3aeca8e85f8</id>
<content type='text'>
There were two problems until now:

  * first, the transformed builtin object was deleting during clear_cache,
    leaving the next tests to use the untransformed tests, which yielded
    InferenceErrors.

  * after the first problem was fixed, another problem with CONST_PROXY
    occurred, since it was creating a new builtins object, without
    the builtins transformations applied, which was used for creating
    the const classes. The problem was that even replacing the
    builtins instance in astroid_cache, InferenceErrors occurred,
    because the const classes were already built and they were referencing
    the untransformed builtins. That's why _astroid_bootstrapping
    allows to receive a new builtins object, which is passed
    properly by the tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were two problems until now:

  * first, the transformed builtin object was deleting during clear_cache,
    leaving the next tests to use the untransformed tests, which yielded
    InferenceErrors.

  * after the first problem was fixed, another problem with CONST_PROXY
    occurred, since it was creating a new builtins object, without
    the builtins transformations applied, which was used for creating
    the const classes. The problem was that even replacing the
    builtins instance in astroid_cache, InferenceErrors occurred,
    because the const classes were already built and they were referencing
    the untransformed builtins. That's why _astroid_bootstrapping
    allows to receive a new builtins object, which is passed
    properly by the tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all astroid modules into a its own directory, which is now the package.</title>
<updated>2014-11-08T22:47:14+00:00</updated>
<author>
<name>Torsten Marek</name>
<email>shlomme@gmail.com</email>
</author>
<published>2014-11-08T22:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=0c7327e7599c69843ffdb884d313863ec36cb6dd'/>
<id>0c7327e7599c69843ffdb884d313863ec36cb6dd</id>
<content type='text'>
python setup.py develop now works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python setup.py develop now works.
</pre>
</div>
</content>
</entry>
</feed>
