2 Feb 2001 (2.2) |
|
- Edited Section 2.5..
- Added titles to xref tags, so they can have their cute little tooltips too.
- Changed the look of the revision history page.
- Fixed problem I introduced yesterday in my HTML post-processing script that was causing invalid HTML character references and breaking some browsers.
- Upgraded to version 1.29 of the DocBook XSL stylesheets.
|
1 Feb 2001 (2.1) |
|
- Rewrote the example code of Chapter 2. to use getattr instead of exec and eval, and rewrote explanatory text to match.
- Added example of list operators in Section 1.8..
- Added links to relevant sections in the summary lists at the end of each chapter (Section 1.14. and Section 2.10.).
|
31 Jan 2001 (2.0) |
|
|
15 Jan 2001 (1.9) |
|
|
12 Jan 2001 (1.8) |
|
- Added more examples to Section 3.5..
- Added Section 3.6..
- Added Section 3.7..
- Added Section 3.9..
- More minor stylesheet tweaks, including adding titles to link tags, which, if your browser is cool enough, will display a description of the link target in a cute little tooltip.
|
3 Jan 2001 (1.71) |
|
- Made several modifications to stylesheets to improve browser compatibility.
|
2 Jan 2001 (1.7) |
|
- Added introduction to Chapter 1..
- Added introduction to Chapter 2..
- Added Section 3.2..
- Added Section 3.3..
- Added Section 3.4..
- Added Section 3.5..
- Wrote scripts to convert book to new output formats: one single HTML file, PDF, Microsoft Word 2000, and plain text.
- Registered the diveintopython.org domain and moved the book there, along with links to download the book in all available output formats for offline reading.
- Modified the XSL stylesheets to change the header and footer navigation that displays on each page. The top of each page is branded with the domain name and book version, followed by a breadcrumb trail to jump back to the chapter table of contents, the main table of contents, or the site home page.
|
11 Dec 2000 (1.6) |
|
|
22 Nov 2000 (1.5) |
|
|
14 Nov 2000 (1.4) |
|
- Added Section 2.6..
- Added dir documentation to Section 2.4..
- Added in example in Section 1.9..
- Added additional note about if __name__ trick under MacPython.
- Switched to the SAXON XSLT processor from Michael Kay of ICL.
- Upgraded to version 1.24 of the DocBook XSL stylesheets.
- Added db-html processing instructions with explicit filenames of each chapter and section, to allow deep links to content even if I add or re-arrange sections later.
- Made several common phrases into entities for easier reuse.
- Changed several literal tags to constant.
|
9 Nov 2000 (1.3) |
|
- Added section on dynamic code execution.
- Added links to relevant section/example wherever I refer to previously covered concepts.
- Expanded introduction of chapter 2 to explain what the function actually does.
- Explicitly placed example code under the GNU General Public License and added appendix to display license.
- Changed links to licenses to use xref tags, now that I know how to use them.
|
6 Nov 2000 (1.2) |
|
- Added first four sections of chapter 2.
- Tightened up preface even more, and added link to Mac OS version of Python.
- Filled out examples in "Mapping lists" and "Joining strings" to show logical progression.
- Added output in chapter 1 summary.
|
31 Oct 2000 (1.1) |
|
- Finished chapter 1 with sections on mapping and joining, and a chapter summary.
- Toned down the preface, added links to introductions for non-programmers.
- Fixed several typos.
|
30 Oct 2000 (1.0) |
|
|