履歴
- Development
- Michael Schurter からの select モジュールサンプルの修正をマージ
- 1.132
-
- 1.131
-
- 1.130
-
- 1.129
-
- 1.128.1
- 2010年9月29日, OrderedDict の等式サンプルを訂正
- 1.128
- 2010年9月28日, namedtuple に対する rename 引数同様、 OrderedDict や Counter を追加するために collections を更新
- 1.127
-
- 1.126
-
- 1.125
-
- 1.124.1
- 2010年9月9日, インストールエラーを修正するためにパッケージングを更新
- 1.124
-
- 1.123
-
- 1.122
-
- 1.121
-
- 1.120
-
- 1.119
-
- 1.118.1
-
- 1.118
-
- 1.117a
- Queue へ LifoQueue と PriorityQueue のサンプルを追加
- 言い回しやフォーマットを微調整して完全なドキュメントの編集パスを完了
- 1.117
-
- 1.116
- 2010年3月21日, XML ドキュメントを作成する
- セッターとゲッターが動作するように abc-abstract-properties のサンプルを修正、オリジナルバージョンのエラーを指摘してくれた Rune Hansen に感謝
- 1.115
-
- 1.114
-
- 1.113
- 2010年1月30日, cgitb
- plist に対するバイナリ plist ファイルを読み書きするために PyObjC 使用に関連するプレゼンテーションをリファレンスに追加
- 1.112
-
- 1.111.1
- tartley からのコメントをベースにメモリのサンプルを明確化
- commands_getstatusoutput.py のコアダンプ検出を修正、誤りを指摘してくれた Felix Labrecque に感謝
- 1.111
-
- 1.110
-
- 1.109
-
- 1.108
-
- 1.107
-
- 1.106
-
- 1.105
-
- 1.104
-
- 1.103
-
- 1.102
-
- 1.101
-
- 1.100
- 2009年8月9日, pydoc
- subprocess にパイプのサンプルを追加
- pickle に循環参照のサンプルを追加
- motw コマンドラインアプリが使用するプレーンテキストを作成するために Sphinx テキストビルダーを使用
- motw-cli からプレーンテキストのヘルプを表示するための pager() に pydoc を追加
- インタラクティブシェルのセッションへ PyMOTW をインポートして対話的に PyMOTW のサンプルを取得し易いように組み込み関数 motw() を追加、 motw-interactive を参照
- 1.99
-
- 1.98
- Added link to Roberto Pauletto’s Italian translation.
- 27 July 2009, Add テキスト処理ツール article.
- 1.97
-
- 1.96
-
- 1.95
- 5 July 2009, abc
- Rearrange packaging to install the HTML files.
- Add motw command line app to show PyMOTW article on a given module, similar to pydoc.
- 1.94
-
- 1.93
-
- 1.92
- 14 June 2009, gettext
- Added Windows info to platform, courtesy of Scott Lyons.
- Added process group example to subprocess, courtesy of Scott Leerssen.
- 1.91
- Add データの永続化と変換 article.
- Correct link to library table of contents on python.org from about page. Thanks to Tetsuya Morimoto for pointing out the broken link.
- Add information about Tetsuya Morimoto’s Japanese translation.
- Add link to jsonpickle on json article, courtesy of Sebastien Binet.
- Add time-stamps to HTML output
- Remove extraneous javascript file from web html template to avoid 404 errors
- 1.90
-
- 1.89
- 28 April 2009, multiprocessing (part 2, communication and MapReduce example)
- 1.88
- 19 April 2009, multiprocessing (part 1, basic usage)
- Upgraded to Python 2.6.2.
- Add options to blog command in pavement.py to let the user specify alternate input and output file names for the blog HTML.
- Added namedtuple example to collections.
- 1.87.1
- Added dialect example to csv to show how to parse files with |-delimited fields.
- 1.87
- 5 Apr 2009, pipes
- Converted PEP links to use pep role.
- Converted RFC references to use rfc role.
- Updated examples in warnings and string to work with changes in Python 2.6.1.
- 1.86.1
- Updated working environment to use Paver 1.0b1.
- Corrected errors in *.rst files identified by update to new version of Paver that doesn’t let cog errors slide.
- Added ignore_error option to run_script() in pavement.py so scripts with errors I’m expecting can be quietly ignored.
- Finished converting all articles to use cog, where appropriate.
- 1.86
- 14 Mar 2009, asynchat
- Move to bitbucket.org for DVCS hosting
- Updated description of uuid4() in uuid based on feedback via O’Reilly blog comment.
- 1.85
- 1 Mar 2009, asyncore
- Continue converting older articles to use cog.
- Fix subprocess examples so they work if the permissions on the “child” scripts haven’t been changed from the default way they are installed.
- 1.84
- 22 Feb 2009, tarfile
- Updated DictWriter example in csv based on feedback from Trilok Khairnar.
- Cleaned up use of cog in a few older modules
- 1.83
- 15 Feb 2009, grp
- Continue converting older articles to use cog.
- 1.82
- 8 Feb 2009, pwd
- Fix set_unixfrom() examples in mailbox article based on feedback from Tom Lynn.
- Add this history section
- 1.81
-
- 1.80
-
- 1.79
-
- 1.78.1
- Updated gzip examples to avoid using built-in names for local variables.
- 1.78
-
- 1.77
-
- 1.76
-
- 1.75
-
- 1.74.1
- Update formatting of several modules to make them more consistent.
- 1.74
-
- 1.73
-
- 1.72
-
- 1.71
-
- 1.70.4
- Update formatting of several modules and fix the examples on the difflib page.
- 1.70.3
-
- 1.70.2
-
- 1.70.1
- 21 Sept 2008 imaplib (markup fixed).
- 1.70
-
- 1.69
- 14 Sept 2008, anydbm and related modules.
- 1.68
-
- 1.67.1
- minor changes to accommodate site redesign
- 1.67
-
- 1.66.1
- Fix a logic bug in the code that prints the currently registered signals.
- 1.66
-
- 1.65
- 10 Aug 2008, adding Sphinx-generated documentation all of the modules covered so far.
- 1.64
-
- 1.63
-
- 1.62
-
- 1.61
-
- 1.60
-
- 1.59
-
- 1.58
-
- 1.57
-
- 1.56
-
- 1.55
-
- 1.54
-
- 1.53
-
- 1.52
-
- 1.51
-
- 1.50
-
- 1.49
-
- 1.48
-
- 1.47
-
- 1.46
-
- 1.45
- PyCon 2008 edition for 16 Mar 2008, datetime.
- 1.44
-
- 1.43
-
- 1.42
-
- 1.41
-
- 1.40
-
- 1.39
-
- 1.38
-
- 1.37
-
- 1.36
-
- 1.35
-
- 1.34
-
- 1.33.1
- Correction for release 1.33 for 22 Dec 2007 the zipimport module.
- 1.33
-
- 1.32
-
- 1.31
-
- 1.30
-
- 1.29
-
- 1.28
-
- 1.27
-
- 1.26
-
- 1.25
-
- 1.24
-
- 1.23
- Added another difflib example based on comments on that post.
- 1.22
-
- 1.21
-
- 1.20
-
- 1.19
-
- 1.18
-
- 1.17
-
- 1.16
-
- 1.15
-
- 1.14
-
- 1.13
-
- 1.12
-
- 1.11
-
- 1.10
-
- 1.9
-
- 1.8
-
- 1.7
-
- 1.6
-
- 1.5
- June 17, 2007, wrapping up the os module.
- 1.4
- June 10, 2007, os module files and directories.
- 1.3
- June 3, 2007, continuing coverage of os
- 1.2
-
- 1.1
-
- 1.0
-