index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/astroid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-17
1
-1
/
+1
|
|
|
|
This is possible with python 3.6
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-17
1
-1
/
+0
|
*
Fix the "Hello Astroid" example in index.rst (#662)
Thirumal Venkat
2019-04-09
1
-2
/
+4
|
*
Try with a smaller image
Claudiu Popa
2019-03-20
1
-0
/
+0
|
*
Add the Tidelift subscription notification and badge
Claudiu Popa
2019-03-20
2
-2
/
+47
|
*
Docs: Fixing transformation example to be functional (#640)
Azeem Bande-Ali
2019-01-28
1
-9
/
+9
|
|
|
The previous example was referencing undefined variables and returning the wrong node.
*
Add note to remove the already built dists
Claudiu Popa
2018-07-19
1
-0
/
+1
|
*
Add super minimal documentation regarding inference. Close #480
Claudiu Popa
2018-06-12
1
-0
/
+80
|
*
Include the changelog in the online documentation
Claudiu Popa
2018-06-04
3
-0
/
+14
|
*
Better markup
Claudiu Popa
2018-06-04
1
-5
/
+5
|
*
Allow google style docs to be built along side sphinx style docs, using ↵
Claudiu Popa
2018-06-04
1
-0
/
+1
|
|
|
|
napoleon extension
*
Improve the documentation to ease the discovery of astroid's features
Claudiu Popa
2018-06-04
9
-114
/
+59
|
*
Cleanup inference documentation, too many internal details
Claudiu Popa
2018-06-04
2
-53
/
+14
|
*
Add some more documentation for the transforms
Claudiu Popa
2018-06-04
2
-14
/
+246
|
*
Removed AsStringRegexpPredicate in favour of transform predicates
Claudiu Popa
2018-06-04
1
-5
/
+0
|
*
Mention copyrite for updating the copyright notices
Claudiu Popa
2018-05-31
1
-3
/
+7
|
*
pyupgrade (#549)
Anthony Sottile
2018-05-22
1
-6
/
+6
|
*
Remove comments from the time we were on bitbucket
Claudiu Popa
2018-04-05
1
-4
/
+4
|
*
Revert the document name change
Claudiu Popa
2018-03-11
1
-2
/
+2
|
*
Make the year dynamic
Claudiu Popa
2018-03-11
2
-3
/
+5
|
*
Add new release instructions as for pylint
Claudiu Popa
2017-12-15
1
-2
/
+5
|
*
Public facing node documentation
Ashley Whetter
2017-11-05
7
-1
/
+399
|
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-1
/
+1
|
*
Remove automodule, we cannot use it due to astroid's heavy bootstrapping of ↵
Claudiu Popa
2016-07-07
2
-17
/
+0
|
|
|
|
builtins.
*
Move the files outside of the source directory.
Claudiu Popa
2016-07-07
4
-0
/
+0
|
*
Update the sphinx configuration to be inline with Pylint's.
Claudiu Popa
2016-07-07
1
-12
/
+8
|
*
Update the docs (and test ReadTheDocs hook)
Claudiu Popa
2016-06-29
1
-3
/
+3
|
*
Fix typos
Jakub Wilk
2016-06-02
2
-4
/
+4
|
*
doc: fix build
Julien Cristau
2016-02-10
2
-4
/
+4
|
|
|
|
|
|
|
Stop hardcoding an outdated version number, don't reference nonexistent _static directory, and fix "inference" module reference. Signed-off-by: Julien Cristau <julien.cristau@logilab.fr>
*
Prepare a new micro release.
astroid-1.3.4
Claudiu Popa
2015-01-17
1
-2
/
+2
|
*
Prepare the release.
astroid-1.3.3
Claudiu Popa
2015-01-16
1
-2
/
+2
|
*
Fix the order of commands and options in the release documentation.
Torsten Marek
2014-11-20
1
-1
/
+1
|
*
Add support for the wheel format. Closes issue #48.
Claudiu Popa
2014-10-16
1
-1
/
+1
|
*
Specify in the release process that sdist should use .tar.gz extension.
Claudiu Popa
2014-08-24
1
-2
/
+2
|
*
Added a short document outlining the release process.
Torsten Marek
2014-07-25
1
-0
/
+23
|
*
[doc] Add atr's notes on inference and some TODOs
Anthony Truchet
2013-07-29
3
-4
/
+105
|
*
[doc] Setup Sphinx for documenting Astroid.
Anthony Truchet
2013-06-26
5
-0
/
+542
|
*
Review documentation for the new extensions API.
Torsten Marek
2013-06-18
1
-10
/
+13
|
*
start some documentation for the new transformation API
Sylvain Thénault
2013-06-18
1
-0
/
+28