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 (
Expand
)
Author
Age
Files
Lines
*
Add release.yml file for automated release with Github Action
Pierre Sassoulas
2021-06-16
1
-13
/
+2
*
Better release.md for major and minor version
Pierre Sassoulas
2021-06-16
1
-5
/
+7
*
Apply pre-commit to cleanup the result of copyrite
Pierre Sassoulas
2021-06-16
1
-5
/
+5
*
Install copyrite in the tbump script
Pierre Sassoulas
2021-06-16
1
-1
/
+1
*
Simplify the release process using tbump
Pierre Sassoulas
2021-06-16
1
-18
/
+15
*
Remove reference to travis or appveyor in the codebase
Pierre Sassoulas
2021-06-15
1
-4
/
+2
*
Remove py2 nodes (#1023)
Marc Mueller
2021-06-12
1
-9
/
+0
*
Post release chores
Pierre Sassoulas
2021-05-29
1
-0
/
+2
*
Update copyright notice for 2.5.7
v2.5.7
Pierre Sassoulas
2021-05-29
1
-5
/
+3
*
Add initial support for pattern matching py310 (#986)
Marc Mueller
2021-05-29
1
-0
/
+30
*
Add scm_setuptools for packaging
Pierre Sassoulas
2021-05-24
1
-24
/
+10
*
Change numversion to __version__ in __pkginfo__
Pierre Sassoulas
2021-04-24
2
-4
/
+4
*
Add isort to the pre-commit configuration
Pierre Sassoulas
2021-04-19
1
-1
/
+3
*
We need astroid to be installed for conf.py to work
Pierre Sassoulas
2021-04-18
1
-0
/
+1
*
Add .readthedocs.yaml so every contributor can change read the doc config
Pierre Sassoulas
2021-04-18
1
-0
/
+1
*
Add prettier to pre-commit configuration
Pierre Sassoulas
2021-04-10
1
-21
/
+22
*
Prepare for 2.5.3 release
astroid-2.5.3
Pierre Sassoulas
2021-04-10
1
-1
/
+0
*
Astroid do not have automatic release on tag
Pierre Sassoulas
2021-02-28
1
-4
/
+3
*
Upgrade the doc about release
Pierre Sassoulas
2021-02-28
2
-30
/
+74
*
Fix trailing whitespaces
Marc Mueller
2021-02-27
1
-1
/
+1
*
Fix end of files
Marc Mueller
2021-02-27
4
-4
/
+2
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-21
1
-1
/
+1
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
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
*
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 napol...
Claudiu Popa
2018-06-04
1
-0
/
+1
*
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 b...
Claudiu Popa
2016-07-07
2
-17
/
+0
*
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
[next]