summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
* SF 810242. Fix doubled word errors.Raymond Hettinger2003-09-221-1/+1
* Elaborate the explanation of different flavors of _* identifiers.Fred Drake2003-09-061-16/+30
* - create a hyperlink for a section reference (also more robust in theFred Drake2003-09-061-4/+4
* Added doubled word warnings.Raymond Hettinger2003-08-251-1/+1
* SF patch#786531 'the the' typo. Contributed by George YoshidaRaymond Hettinger2003-08-121-1/+1
* Fix representation of ^= operator in __ixor__() documentation.Fred Drake2003-07-231-1/+1
* Minor corrections.Raymond Hettinger2003-07-171-1/+1
* - improve the description of how user-defined methodFred Drake2003-07-171-25/+85
* Clarify the lack of relationship between rich comparison operators.Raymond Hettinger2003-07-161-0/+5
* Indexing is a mess; try to get the link targets closer to the relevantFred Drake2003-07-152-14/+11
* Try to clean up some indexing relevant to the import statement.Fred Drake2003-07-151-3/+3
* Discuss calling new-style types.Fred Drake2003-07-151-1/+9
* Minor fixes to punctuation and grammar.Raymond Hettinger2003-06-291-5/+5
* Add definitions of the test and testlist symbols in the grammar soFred Drake2003-06-271-0/+5
* * Markup nits for the Invoking Descriptors sectionRaymond Hettinger2003-06-271-7/+121
* SF patch #760792: "wo" in "word" now valid but not documented as suchRaymond Hettinger2003-06-261-4/+7
* * Fixed an unmatched parenthesis early in the text.Raymond Hettinger2003-06-261-2/+10
* remove _ from label: LaTeX rejects this due to all the magic we use toFred Drake2003-06-261-1/+1
* * Document how descriptors are invoked.Raymond Hettinger2003-06-251-3/+63
* Patch #755683: Document that there might be a maximum indentation limit.Martin v. Löwis2003-06-211-1/+3
* SF patch #751038 fixing SF bug#750092: exec doesn't need newlineRaymond Hettinger2003-06-181-6/+0
* Add explicit text for where an obindex call for generators was since obindex ...Brett Cannon2003-06-151-1/+2
* SF bug #749759: comparisons yield bool not intRaymond Hettinger2003-06-061-1/+1
* SF bug #719367, string exceptions are deprecatedNeal Norwitz2003-05-292-12/+5
* Oops. License is still an appendix.Jeremy Hylton2003-05-281-0/+2
* Appendix was removed.Jeremy Hylton2003-05-281-3/+0
* *** empty log message ***Jeremy Hylton2003-05-281-160/+0
* Move future statement here from appendix a.Jeremy Hylton2003-05-211-0/+78
* Add a specific mention of the term "operator overloading" and add anFred Drake2003-05-121-1/+4
* Add a space after expression to be consistentNeal Norwitz2003-04-101-1/+1
* Fix symbol in grammar; this should fix some hyperlinking in the HTMLFred Drake2003-03-311-1/+1
* - apply SF patch #700798: fixes and cleanups for descriptor infoFred Drake2003-03-201-13/+13
* I thought it was common practice to check things compiled beforeMichael W. Hudson2003-03-051-5/+5
* SF doc patch #692001, properties and __getattribute__. I added someGuido van Rossum2003-02-281-8/+54
* Document __module__.Jeremy Hylton2003-01-311-3/+11
* Fix typo reported to python-docs.Fred Drake2003-01-251-1/+1
* Fix typoRaymond Hettinger2003-01-191-1/+1
* SF patch #634866: Alex Martelli's corrections to the ref manual.Raymond Hettinger2003-01-193-48/+101
* Patch #662454: import a.b as c is ok, fixes #660811.Martin v. Löwis2003-01-161-5/+1
* SF bug #661848 and #631055: Clarify use of __all__.Raymond Hettinger2003-01-061-1/+4
* This is Richie Hindle's patchMichael W. Hudson2002-12-171-5/+7
* Fixing bugGustavo Niemeyer2002-12-161-0/+18
* Revise the __all__ index entry a touch.Fred Drake2002-12-071-1/+1
* Add __all__ to Reference Manual index.Raymond Hettinger2002-12-071-0/+1
* * Doc/ref/ref5.texGustavo Niemeyer2002-11-261-1/+1
* Repaired inaccuracies in the % docs. In particular, we don't (and can't)Tim Peters2002-11-241-3/+14
* Update: Older versions of Python crashed when calling repr()Fred Drake2002-11-131-3/+5
* Closes SF bug #634069 reporting the docs on the ** operator were outRaymond Hettinger2002-11-081-4/+14
* Relocate an index entry so named anchors are not generated in a section head.Fred Drake2002-10-241-1/+2
* Added cross-references to related material on exceptions.Fred Drake2002-10-181-9/+13