- 67a521e note that descriptor objects must be instances of new-style types by Fred Drake · 21 years ago
- 46a16f2 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 21 years ago
- 3fd9779 Fix misspelled name. by Raymond Hettinger · 21 years ago
- 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 21 years ago
- 1f84ed0 fix typo and join two paragraphs by Fred Drake · 21 years ago
- 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
- c516b0e clarified (in the 5.14 summary) that tests and comparisons all chain, by Alex Martelli · 21 years ago
- f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
- 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
- 2348afd - update to reflect that base classes can be class types as well as by Fred Drake · 21 years ago
- 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
- 38f6b88 Elaborate the explanation of different flavors of _* identifiers. by Fred Drake · 21 years ago
- c0678ff - create a hyperlink for a section reference (also more robust in the by Fred Drake · 21 years ago
- e41d4c8 Added doubled word warnings. by Raymond Hettinger · 21 years ago
- c7a2656 SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
- a378864 Fix representation of ^= operator in __ixor__() documentation. by Fred Drake · 22 years ago
- 943277e Minor corrections. by Raymond Hettinger · 22 years ago
- ea690c4 - improve the description of how user-defined method by Fred Drake · 22 years ago
- 4d6e8fe Clarify the lack of relationship between rich comparison operators. by Raymond Hettinger · 22 years ago
- d51ce7d Indexing is a mess; try to get the link targets closer to the relevant by Fred Drake · 22 years ago
- b3be52e Try to clean up some indexing relevant to the import statement. by Fred Drake · 22 years ago
- e37b4ed Discuss calling new-style types. Closes SF bug #453683. by Fred Drake · 22 years ago
- 5918f8d Minor fixes to punctuation and grammar. by Raymond Hettinger · 22 years ago
- 25b5358 Add definitions of the test and testlist symbols in the grammar so by Fred Drake · 22 years ago
- df9eff0 * Markup nits for the Invoking Descriptors section by Raymond Hettinger · 22 years ago
- d0cda1d SF patch #760792: "wo" in "word" now valid but not documented as such by Raymond Hettinger · 22 years ago
- daa3404 * Fixed an unmatched parenthesis early in the text. by Raymond Hettinger · 22 years ago
- 4db3661 remove _ from label: LaTeX rejects this due to all the magic we use to by Fred Drake · 22 years ago
- 03ec6d5 * Document how descriptors are invoked. by Raymond Hettinger · 22 years ago
- 171be76 Patch #755683: Document that there might be a maximum indentation limit. by Martin v. Löwis · 22 years ago
- 96a8233 SF patch #751038 fixing SF bug#750092: exec doesn't need newline by Raymond Hettinger · 22 years ago
- 9e6fedd Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument. by Brett Cannon · 22 years ago
- b268f03 SF bug #749759: comparisons yield bool not int by Raymond Hettinger · 22 years ago
- 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 22 years ago
- a95d3b7 Oops. License is still an appendix. by Jeremy Hylton · 22 years ago
- 2fb6124 Appendix was removed. by Jeremy Hylton · 22 years ago
- cf9c467 *** empty log message *** by Jeremy Hylton · 22 years ago
- 8bea5dc Move future statement here from appendix a. by Jeremy Hylton · 22 years ago
- 7af9f4d Add a specific mention of the term "operator overloading" and add an by Fred Drake · 22 years ago
- 4efd917 Add a space after expression to be consistent by Neal Norwitz · 22 years ago
- 007fadd Fix symbol in grammar; this should fix some hyperlinking in the HTML version. by Fred Drake · 22 years ago
- 62364ff - apply SF patch #700798: fixes and cleanups for descriptor info by Fred Drake · 22 years ago
- 2ab1d08 I thought it was common practice to check things compiled before by Michael W. Hudson · 22 years ago
- d41eea0 SF doc patch #692001, properties and __getattribute__. I added some by Guido van Rossum · 22 years ago
- f9b0cc7 Document __module__. by Jeremy Hylton · 22 years ago
- 8bd62af Fix typo reported to python-docs. by Fred Drake · 22 years ago
- f4ca5a2 Fix typo by Raymond Hettinger · 22 years ago
- e701dcb SF patch #634866: Alex Martelli's corrections to the ref manual. by Raymond Hettinger · 22 years ago
- 13dd9d9 Patch #662454: import a.b as c is ok, fixes #660811. by Martin v. Löwis · 22 years ago
- 1772f17 SF bug #661848 and #631055: Clarify use of __all__. by Raymond Hettinger · 22 years ago
- cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
- 78429a6 Fixing bug by Gustavo Niemeyer · 22 years ago
- 27cae1f Revise the __all__ index entry a touch. by Fred Drake · 22 years ago
- f9229d9 Add __all__ to Reference Manual index. Closes SF 643227. by Raymond Hettinger · 22 years ago
- f955412 * Doc/ref/ref5.tex Fixed minor bug preventing documentation compilation. by Gustavo Niemeyer · 22 years ago
- 5b21df4 Repaired inaccuracies in the % docs. In particular, we don't (and can't) by Tim Peters · 22 years ago
- ce5619e Update: Older versions of Python crashed when calling repr() by Fred Drake · 22 years ago
- 0da7f39 Closes SF bug #634069 reporting the docs on the ** operator were out 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
- 78eb200 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
- e7097e0 Added cross-references to related material on exceptions. Closes SF bug #217195. by Fred Drake · 22 years ago
- 30be576 Make sure section numbers wrap together with the preceeding word ("section"). by Fred Drake · 22 years ago
- 463bfaf Clarify deprecation of the floor div operator, modulo operator, by Raymond Hettinger · 22 years ago
- 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
- 7465382 Modified presentation of the grammar for calls to be easier to read by Fred Drake · 22 years ago
- 5ec22f2 Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
- 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
- a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
- f62a89b Ignore encoding declarations inside strings. Fixes #603509. by Martin v. Löwis · 22 years ago
- ee113f0 add warning about exception messages by Skip Montanaro · 22 years ago
- 83dcf5a Apply character{} markup. by Raymond Hettinger · 23 years ago
- f7aa164 Fix up some more markup problems. by Fred Drake · 23 years ago
- d9fdb51 Document handling of raw-unicode-escapes. Closes SF bug 587087. by Raymond Hettinger · 23 years ago
- 31f3db3 Fix the markup so it doesn't break formatting. by Fred Drake · 23 years ago
- 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 23 years ago
- f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 23 years ago
- 292724d Fix various typos reported to python-docs. by Fred Drake · 23 years ago
- 04e7e0c Close bug 417930 by clarifying augmented assignment docs by Raymond Hettinger · 23 years ago
- 7fd9ced Minor English grammar correction by Raymond Hettinger · 23 years ago
- 81932e2 Try to improve the explanation of the "raise" statement and how its arguments by Fred Drake · 23 years ago
- e08c9db Simplify the production for argument list, making sure that it by Fred Drake · 23 years ago
- 10cbe8d SF 563530 added missing methods for emulating numeric types by Raymond Hettinger · 23 years ago
- a23b573 Add a note about "as" not being a keyword, though it has special meaning by Fred Drake · 23 years ago
- 0747121 Played contortionist games with the argument_list production so it by Fred Drake · 23 years ago
- 495afea Typo. by Michael W. Hudson · 23 years ago
- 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
- 293dd4b Fix up Guido's markup. by Fred Drake · 23 years ago
- 92cf95f Addressed SF bug 421973 (finally). by Guido van Rossum · 23 years ago
- 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 23 years ago
- 9415309 Closes SF patch: 552468. by Raymond Hettinger · 23 years ago
- af93c4c Added a missing "|" in the grammar productions used in the reference manual by Fred Drake · 23 years ago
- ed9e453 Minor change to an index entry. by Fred Drake · 23 years ago
- 70b3831 Adjust markup to worm around tool limitations; the "m" in "model" was being by Fred Drake · 23 years ago
- c0a02c0 Remove repeated index entry; adds nothing different. Closes SF bug #518985. by Fred Drake · 23 years ago
- 2a519f8 Document __unicode__. Fixes #541245. by Martin v. Löwis · 23 years ago
- fd86771 Fix typo: coverted --> converted. Reported by Francois Pinard. by Fred Drake · 23 years ago
- 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
- 88955cb Change reference to execframes to naming. by Jeremy Hylton · 23 years ago
- e604875 Restore a minimal definition of execution frame, since other parts of by Jeremy Hylton · 23 years ago
- 1824b59 Update programmer's note on nested functions. by Jeremy Hylton · 23 years ago