2007年10月30日 星期二
2007年10月19日 星期五
周蟒 1.2 版發佈
請使用 $ easy_install -U zhpy 命令下載或更新周蟒版本.
或前往網站查看更多關於周蟒的內容 http://code.google.com/p/zhpy/
主要加強有:
* 內建 sys 模組關鍵詞
http://code.google.com/p/zhpy/wiki/ZhpyModules
* 加入雙向轉換測試用例
test_api.py
* 雙向中文變量轉換 zh_chr/zh_ord
assert zh_chr(zh_ord('範例'.decode("utf8"))) == '範例'
* 雙向中文中文檔名轉換
$ zhpy -p 範例.py
產生檔名 p_7bc4_4f8b_v.py
再用 $ zhpy --tw p_7bc4_4f8b_v.py
產生檔名 v_範例.py
另外歡迎 renhbo 加入開發者行列
1.2 (10/19/2007):
--------------------
code name: Requiem
*Changes*
* Use build-in int function to convert hex string, thanks Jiahua Huang
* refactor repeative tripleQuote pattern to single place (zhpy)
* refactor 'number_to_variable' function to 'zh_chr' function (pyzh)
* refactor 'variable_to_number' function to 'zh_ord' function (zhpy)
* support chinese filename to uri filename while convert with '-p'
option
* zh_ord and zh_chr are bi-direction convertable now
* change keyword:
* '最大值' instead of '最大':'max'
* '最小值' instead of '最小':'min'
* '最大值' instead of '最大':'max'
* '最小值' instead of '最小':'min'
* '反 ' instead of '逆 ':'reverse',
*Features*
* add zhimport module to support chinese file name import, thanks
Jiahua Huang
* checked in experimental direct zhpy module import(disabled), thanks
Jiahua Huang
* add build-in sys module keyword plugin
* add pyzh and bi-directional translation tests
*Fixes*
* support multilines comments with triple single quote, thanks renhbo
*Project Updates*
* set svn:external to update ez_setup script automaticaly
* renhbo joined as the project member
*Contributors*
2007年10月12日 星期五
周蟒 1.1.1 版發佈
請使用
$ easy_install -U zhpy
命令下載或更新周蟒版本.
或前往網站查看更多關於周蟒的內容
http://code.google.com/p/zhpy/
主要是解決幾個 bug:
* 程式或直譯器中可以導入當前目錄下的模組
* 解決文件字串(docstring)解析不正常的問題
感謝 renhbo 提出這些問題, 大家才有更完整的周蟒可用.
1.1.1 (10/12/2007):
--------------------
code name: Dark Blue Moon
*Changes*
*Features*
*Fixes*
* Able to import modules in current directory with interpreter or
script, thanks renhbo
* fix python to zhpy command with any ini file in current directory,
thanks renhbo
* fix multilines comments translated incorrectly
*Project Updates*
* update release note
*Contributors*
2007年10月8日 星期一
周蟒 1.1 版發佈
$ easy_install -U zhpy
命令下載或更新周蟒版本.
或前往網站查看更多關於周蟒的內容
http://code.google.com/p/zhpy/
----
這版本主要是增加 python 程式轉周蟒程式(--tw | --cn)的命令
使用方式:
拿任一個 python 程式 (source.py), 運行
$ zhpy --tw source.py
則此 python 程式會被轉換成 v_source.twpy 周蟒程式.
你也可以透過多次反向轉換來驗證周蟒與 python 的相容性
$ zhpy --p source.py
$ zhpy --tw n_source.py
.....
2007年10月4日 星期四
周蟒 1.0 版發佈
Python 版本,完全與 Python 相容的中文程式語言。
周蟒包含 Python 中文關鍵詞對應轉換,互動式直譯器,中文腳本等功能,並提供 咬一口周蟒中文程式語言電子書。可同時用作學習周蟒與 Python 語言。