- 7f719c5 Bug #1536660: separate two words. by Georg Brandl · 18 years ago
- a89dbec Patch #1492218: document None being a constant. by Georg Brandl · 18 years ago
- c120a6d Fix the TeX compile error. by George Yoshida · 18 years ago
- 5c6a5ec - Add 'as' and 'with' as new keywords in 2.5. by George Yoshida · 18 years ago
- 6fffa5e - markup fix - add clarifying words by George Yoshida · 18 years ago
- a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 19 years ago
- f96f5f5 Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings by Georg Brandl · 19 years ago
- c493229 Fix grammar (it's -> its). by Neil Schemenauer · 19 years ago
- db22958 update documentation on what constitutes a line in a source file by Fred Drake · 19 years ago
- 5b00059 minor markup nits; fix missing whitespace by Fred Drake · 20 years ago
- 266a436 Remove claims that Python source code is ASCII. Fixes #1026038. by Martin v. Löwis · 20 years ago
- ae075b6 Patch #1011144: Correct regex for coding decls. by Martin v. Löwis · 20 years ago
- 6bd8e84 update to reflect the new significance of the "@" character by Fred Drake · 20 years ago
- 13ff116 Fix typo reported in #964592. Will backport to 2.3. by Martin v. Löwis · 20 years ago
- 3fd9779 Fix misspelled name. by Raymond Hettinger · 21 years ago
- 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
- 38f6b88 Elaborate the explanation of different flavors of _* identifiers. by Fred Drake · 21 years ago
- 171be76 Patch #755683: Document that there might be a maximum indentation limit. by Martin v. Löwis · 21 years ago
- e701dcb SF patch #634866: Alex Martelli's corrections to the ref manual. by Raymond Hettinger · 22 years ago
- 79713fd Relocate an index entry so named anchors are not generated in a section head. by Fred Drake · 22 years ago
- 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
- 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
- f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
- 83dcf5a Apply character{} markup. by Raymond Hettinger · 22 years ago
- f7aa164 Fix up some more markup problems. by Fred Drake · 22 years ago
- d9fdb51 Document handling of raw-unicode-escapes. Closes SF bug 587087. by Raymond Hettinger · 22 years ago
- 31f3db3 Fix the markup so it doesn't break formatting. by Fred Drake · 22 years ago
- 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
- a23b573 Add a note about "as" not being a keyword, though it has special meaning by Fred Drake · 22 years ago
- ed9e453 Minor change to an index entry. by Fred Drake · 23 years ago
- 5381588 Revise the markup related to the grammar productions to increase the by Fred Drake · 23 years ago
- 1d3e6c1 Fix whitespace in example of bad indentation: a comment indicated that one by Fred Drake · 23 years ago
- 41c6719 Put the keywords back in alphabetical order. Apparently somebody by Guido van Rossum · 23 years ago
- c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
- d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
- c0cf726 Add material about the "r" and "u" prefixes for string literals; should by Fred Drake · 23 years ago
- a7d608d "Thin" version of floor division docs: add // to the list of operators by Fred Drake · 23 years ago
- 9079164 Removed unnecessary section "Unicode literals"; all the discussion is by Fred Drake · 23 years ago
- 0825dc2 Fix typo in description of raw strings: "value" --> "valid" by Fred Drake · 23 years ago
- cb4638a Change the grammar productions to use the new productionlist environment; by Fred Drake · 23 years ago
- e7e03cd Fix typo by Andrew M. Kuchling · 23 years ago
- f5eae66 Add "yeild" to the list of keywords. by Fred Drake · 23 years ago
- 7530208 Feeble attempt to repair obsolete info about hex escapes. by Tim Peters · 24 years ago
- 347a625 Steve Holden <sholden@holdenweb.com>: by Fred Drake · 24 years ago
- dea764d Updated string literals description to encompass Unicode literals and the by Fred Drake · 24 years ago
- 2ed27d3 Note that readframes() returns data in linear format, even if the original by Fred Drake · 24 years ago
- 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
- e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 25 years ago
- 39fc1bc Added note about __builtin__._ to section dicussing classes of by Fred Drake · 26 years ago
- c411fa6 Revised description of blank line handling for the interpreter, based by Fred Drake · 26 years ago
- c456d36 Fix encoding of \ in some string literals in the discussion of "raw" by Fred Drake · 26 years ago
- 61c7728 Make sure all chapters, sections, and subsections have a \label to give them by Fred Drake · 26 years ago
- a1cce71 Converted some {tabular}s to use {tablei*} environments. by Fred Drake · 26 years ago
- 7c0240f e.g. -> e.g., by Guido van Rossum · 26 years ago
- 60f2f0c Lots of changes to get this in sync with the Frame version. by Guido van Rossum · 26 years ago
- 5c07d9b Updated markup style (got rid of \verb@...@, mostly). by Fred Drake · 26 years ago
- f666917 The Python Reference Manual. by Fred Drake · 27 years ago
- 1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. by Guido van Rossum · 28 years ago
- 0a94dfc Erase all memory of the access statement by Guido van Rossum · 28 years ago
- ab330d4 add missing definitin of longstringitem by Guido van Rossum · 29 years ago
- a547547 made palatable for latex2html: removed $math$, added braces to \item[\tt...] by Guido van Rossum · 30 years ago
- 47b4c0f replace ASCII by macro call 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
- 6938f06 Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- 46f3e00 Initial revision by Guido van Rossum · 32 years ago