Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
A
astor
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
astor
Commits
b5559f75
Kaydet (Commit)
b5559f75
authored
Nis 21, 2017
tarafından
Lenny Truong
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move CHANGES to docs/changelog.rst
üst
49a35d8f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
14 deletions
+20
-14
CHANGES
CHANGES
+0
-14
changelog.rst
docs/changelog.rst
+19
-0
index.rst
docs/index.rst
+1
-0
No files found.
CHANGES
deleted
100644 → 0
Dosyayı görüntüle @
49a35d8f
0.1 -- Initial release
0.2 -- Added Python 3 support
0.2.1 -- Modified TreeWalk to add '_name' suffix for
functions that work on attribute names
0.3 -- Added support for Python 3.3. Added YieldFrom and
updated Try and With. Also, fixed a packaging bug
on Python 3. See pull requests #1 and #2 for more
information.
0.4 -- Added a visitor for NameConstant.
Added initial test suite and documentation.
0.4.1 -- Added missing SourceGenerator.visit_arguments()
0.5 -- Added support for Python 3.5 infix matrix
multiplication
0.6 -- Added support for Python 3.6 f-strings and async comprehensions.
docs/changelog.rst
0 → 100644
Dosyayı görüntüle @
b5559f75
.. currentmodule:: astor
Release Notes
-------------
- 0.1 -- Initial release
- 0.2 -- Added Python 3 support
- 0.2.1 -- Modified TreeWalk to add '_name' suffix for
functions that work on attribute names
- 0.3 -- Added support for Python 3.3. Added YieldFrom and
updated Try and With. Also, fixed a packaging bug
on Python 3. See pull requests #1 and #2 for more
information.
- 0.4 -- Added a visitor for NameConstant.
Added initial test suite and documentation.
- 0.4.1 -- Added missing SourceGenerator.visit_arguments()
- 0.5 -- Added support for Python 3.5 infix matrix
multiplication
- 0.6 -- Added support for Python 3.6 f-strings and async comprehensions.
docs/index.rst
Dosyayı görüntüle @
b5559f75
...
@@ -272,5 +272,6 @@ Note 2:
...
@@ -272,5 +272,6 @@ Note 2:
This tool WILL TRASH the tmp_rtrip directory (unless readonly
This tool WILL TRASH the tmp_rtrip directory (unless readonly
is specified) -- as far as it is concerned, it OWNS that directory.
is specified) -- as far as it is concerned, it OWNS that directory.
.. include:: changelog.rst
.. _GitHub: https://github.com/berkerpeksag/astor/
.. _GitHub: https://github.com/berkerpeksag/astor/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment