- fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 24 years ago
- 0fe5af9 Clarify comments about returning None using a return without an expression; by Fred Drake · 24 years ago
- cc97f8c Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>. by Fred Drake · 24 years ago
- 4a6f1df Fix broken backslashes in Unicode strings section. by Fred Drake · 24 years ago
- 657ebef Partial fix for SF bug 123730: extra backslash in tutorial. by Tim Peters · 24 years ago
- c113465 SF non-bug 123520: fleshed out the tutorial's lambda example a little more. by Tim Peters · 24 years ago
- 0ac000c Updates to reflect pending changes to the XML conversion process. by Fred Drake · 24 years ago
- bce9201 Typo: shorted --> shorter This closes bug #117706. by Fred Drake · 24 years ago
- 860106a Update the display of some floating point values at the interactive prompt by Fred Drake · 24 years ago
- 31b761e Spelling: internalization --> internationalization by Fred Drake · 24 years ago
- 343ad7a Correct some bitrot; some things have become inaccurate in the tutorial. by Fred Drake · 24 years ago
- 1349437 When referring to namespaces, always say "namespaces" instead of "name spaces". by Fred Drake · 24 years ago
- 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
- 1aebadf Ka-Ping Yee <ping@lfw.org>: Further examples of list comprehensions. by Fred Drake · 24 years ago
- 81f7eb6 Fix some markup errors that prevented formatting, and one that didn't. by Fred Drake · 24 years ago
- 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
- 518e55c Rip out the information about the PSA, since the fate of that is not certain. by Fred Drake · 24 years ago
- f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 24 years ago
- 5443c49 Markup improvements in sections relating to interactive behavior. by Fred Drake · 24 years ago
- 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 24 years ago
- e99d1db Clarify the description of the else clause for try/except, and add an by Fred Drake · 25 years ago
- 9dc30bb Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- 69fbf33 Fixed typo in example code; spotted by Everett Lipman by Fred Drake · 25 years ago
- 20082d9 Merge in changes from the 1.5.2p2 release. by Fred Drake · 25 years ago
- 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
- 0ba5815 Added "import string" to a couple of examples that describe string by Fred Drake · 25 years ago
- 2900ff9 Added paragraph explaining that except clauses can't be empty; that by Fred Drake · 25 years ago
- f1ad207 Made several grammatical corrections based on comments from Daniel by Fred Drake · 25 years ago
- f64f8a0 Fixed typo reported by Bennett Benson <BennettBenson@mn.mediaone.net>. by Fred Drake · 25 years ago
- bdadf0f Explain comments at the start of chapter 3. This is needed since they by Fred Drake · 26 years ago
- c0fcbc1 Update starship URLs. by Fred Drake · 26 years ago
- 511281a In list of sequence comparison examples, "=" should be "==". Reported by Fred Drake · 26 years ago
- 93aa0f2 Fixed latex2html weirdness with footnotes. by Fred Drake · 26 years ago
- 4b1a07a Fixed grammatical error reported by Donald Wallace Rouse II by Fred Drake · 26 years ago
- ee84d59 Lots of nits to respond to various comments from users. by Fred Drake · 26 years ago
- 6b86a42 Document -OO; "unsafe" optimization that removes docstrings. Marc-Andre Lemburg. by Guido van Rossum · 26 years ago
- e51aa5b Minor clarifications by Sean Reifschneider: by Guido van Rossum · 26 years ago
- cc09e8d Clarified what Python versions the interactivity chapter applies to, by Fred Drake · 26 years ago
- 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
- f790b16 Change "for" explanation slightly based on comment passed along by by Fred Drake · 26 years ago
- db70d06 Eliminate remaining \verb/.../ constructs; there's no need for them. by Fred Drake · 26 years ago
- c62cf36 The last two example functions in the section about default argument by Guido van Rossum · 26 years ago
- b7833d3 Add a \label to the section "Fancier Output Formatting" (it's referenced from by Fred Drake · 26 years ago
- aee5e26 Add warning that mutable argument defaults are evaluated only once; by Guido van Rossum · 26 years ago
- 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
- a4289a7 In the example iterating over sys.argv and opening each argument, by Guido van Rossum · 26 years ago
- 108943c Added a section to the chapter on modules, describing the package system. by Andrew M. Kuchling · 26 years ago
- 002f7aa Note that no .pyc/.pyo files are created for script files. by Guido van Rossum · 26 years ago
- a8a1b9b There's no point in mentioning F6 as an alternate EOF on DOS -- it by Guido van Rossum · 26 years ago
- 13c8ef6 Say a bit more about .pyc and .pyo files. by Guido van Rossum · 26 years ago
- 7238988 Fixed example to load the startup file from a script (didn't test for the by Fred Drake · 27 years ago
- c303e67 The built-in exceptions are not still strings, so make no claims about them. by Fred Drake · 27 years ago
- e795718 Change \sectcode to logical markup. by Fred Drake · 27 years ago
- a594baf Normalized case rules in section headings. by Fred Drake · 27 years ago
- 391564f Small markup nits, a few grammatical fixes, and a clarification of the binary by Fred Drake · 27 years ago
- 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 27 years ago
- 6c2176e Added \label{}s for logical addressing. by Fred Drake · 27 years ago
- 8842e86 Remove \bcode / \ecode everywhere. by Fred Drake · 27 years ago
- ed68854 "lists objects" --> "list objects" (Section "More on Lists".) by Fred Drake · 27 years ago
- 8d486b1 In the appendix, all sections were marked as subsections, and so had section by Fred Drake · 27 years ago
- ca6567f Use \url{} to mark URLs. by Fred Drake · 27 years ago
- af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 27 years ago
- 4d4f9e7 Removed \mytableofcontents; just use \tableofcontents. by Fred Drake · 27 years ago
- 3f20592 Consistency: by Fred Drake · 27 years ago
- dca8792 Added openright option the the \documentclass{} for each of the manuals. by Fred Drake · 27 years ago
- 1f8449a Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility by Fred Drake · 27 years ago
- dccc298 Took out some disclaiming text (even from the title!). Rewritten by Guido van Rossum · 27 years ago
- eee08cd Make examples consistently use 4-space indentation. by Fred Drake · 27 years ago
- 9e63faa Change Python-as-executable-script example to use "#! /usr/bin/env python" by Fred Drake · 27 years ago
- 0245569 New version (interim) by AMK. by Guido van Rossum · 27 years ago
- 6dc2aae (tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}", by Fred Drake · 28 years ago
- 76e47f3 Change last Ellipses to Ellipsis :-( by Guido van Rossum · 28 years ago
- fd255e4 (tut.tex): Added matching \normalsize after \small font control command by Fred Drake · 28 years ago
- 3a26dd8 Done with the "New in 1.4" chapter. by Guido van Rossum · 28 years ago
- 6a05f95 Got rid of most XXXes in the News chapter. Bumped the version to 1.4. by Guido van Rossum · 28 years ago
- 5812488 A first stab at describing what's new in 1.4. Still many XXX'es left. by Guido van Rossum · 28 years ago
- 97662c8 Version number; started chapter on what's new in 1.4 by Guido van Rossum · 28 years ago
- 34e1777 Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places. by Guido van Rossum · 28 years ago
- bf032a9 mention syslog upgrade by Guido van Rossum · 29 years ago
- aa93ca8 mention Fred Drake's parser module by Guido van Rossum · 29 years ago
- 288527a updated version and date by Guido van Rossum · 29 years ago
- 691d4ec a fe more things: apply 3rd arg, ni, ihooks, rexec by Guido van Rossum · 29 years ago
- 9beefa2 describe more 1.3 changes by Guido van Rossum · 29 years ago
- a67dee3 move uncomfortable backslash by Guido van Rossum · 29 years ago
- eafe32a chapter on new things in 1.3 by Guido van Rossum · 29 years ago
- abfa2ca added pointer to libimp.tex for __import__ example by Guido van Rossum · 29 years ago
- 96628a9 typos, layout and other small things by Guido van Rossum · 30 years ago
- 1133aec versions and dates by Guido van Rossum · 30 years ago
- 47b4c0f replace ASCII by macro call by Guido van Rossum · 30 years ago
- 8675115 a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter by Guido van Rossum · 30 years ago
- bcc9582 no need to reference doc strings for documented modules by Guido van Rossum · 30 years ago
- 194e57c added chapter on new things in 1.2 by Guido van Rossum · 30 years ago
- e5f8b60 spam -> foo (etc.) in examples by Guido van Rossum · 30 years ago
- cfb45e4 typos by Guido van Rossum · 30 years ago
- 94ed6f5 Oops! version numbers again! by Guido van Rossum · 30 years ago
- 29766b2 Add simpler __getattr__ example and document __call__ by Guido van Rossum · 30 years ago
- ca3f6c8 Removed description of class.init() method. by Guido van Rossum · 30 years ago
- 16cd7f9 Moved author and date to boilerplate.tex. by Guido van Rossum · 30 years ago
- c1be9d5 * Doc/tut.tex (subsection{Lambda Forms}): fix typo in lambda example by Guido van Rossum · 30 years ago
- 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 30 years ago