Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added doubled word warnings. | Raymond Hettinger | 2003-08-25 | 1 | -1/+1 |
| | |||||
* | SF patch#786531 'the the' typo. Contributed by George Yoshida | Raymond Hettinger | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | Fix representation of ^= operator in __ixor__() documentation. | Fred Drake | 2003-07-23 | 1 | -1/+1 |
| | | | | Closes SF bug #776181. Should be backported. | ||||
* | Minor corrections. | Raymond Hettinger | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | - improve the description of how user-defined method | Fred Drake | 2003-07-17 | 1 | -25/+85 |
| | | | | | | | | objects get made - improve the description of attribute retrieval from classes and class instances - add brief documentation of static method and class method objects. | ||||
* | Clarify the lack of relationship between rich comparison operators. | Raymond Hettinger | 2003-07-16 | 1 | -0/+5 |
| | | | | Prompted by a discussion on comp.lang.python. | ||||
* | Indexing is a mess; try to get the link targets closer to the relevant | Fred Drake | 2003-07-15 | 2 | -14/+11 |
| | | | | text. There needs to be a better way. | ||||
* | Try to clean up some indexing relevant to the import statement. | Fred Drake | 2003-07-15 | 1 | -3/+3 |
| | | | | Pertains to SF bug #518989. | ||||
* | Discuss calling new-style types. | Fred Drake | 2003-07-15 | 1 | -1/+9 |
| | | | | Closes SF bug #453683. | ||||
* | Minor fixes to punctuation and grammar. | Raymond Hettinger | 2003-06-29 | 1 | -5/+5 |
| | |||||
* | Add definitions of the test and testlist symbols in the grammar so | Fred Drake | 2003-06-27 | 1 | -0/+5 |
| | | | | | there are no gaps in the definitions. Closes SF bug #726150. | ||||
* | * Markup nits for the Invoking Descriptors section | Raymond Hettinger | 2003-06-27 | 1 | -7/+121 |
| | | | | | | | * Documented __slots__ * Documented __metaclass__ Shamelessly plagarized from Guido's tutorial. | ||||
* | SF patch #760792: "wo" in "word" now valid but not documented as such | Raymond Hettinger | 2003-06-26 | 1 | -4/+7 |
| | | | | | | Revised version of a contribution from Gerrit Holl. Update the docs for the extended behavior of __contains__ | ||||
* | * Fixed an unmatched parenthesis early in the text. | Raymond Hettinger | 2003-06-26 | 1 | -2/+10 |
| | | | | | * Clarified the meaning of lexicographic sequence ordering as discussed on comp.lang.python: http://groups.google.com/groups?th=e163c9f9ba114493 | ||||
* | remove _ from label: LaTeX rejects this due to all the magic we use to | Fred Drake | 2003-06-26 | 1 | -1/+1 |
| | | | | get the _ character to format like a normal character | ||||
* | * Document how descriptors are invoked. | Raymond Hettinger | 2003-06-25 | 1 | -3/+63 |
| | | | | * Fix minor parenthesis matching errors in ref3.tex. | ||||
* | Patch #755683: Document that there might be a maximum indentation limit. | Martin v. Löwis | 2003-06-21 | 1 | -1/+3 |
| | | | | Fixes #700827 | ||||
* | SF patch #751038 fixing SF bug#750092: exec doesn't need newline | Raymond Hettinger | 2003-06-18 | 1 | -6/+0 |
| | | | | Patch contributed by Steven Taschuk. | ||||
* | Add explicit text for where an obindex call for generators was since obindex ↵ | Brett Cannon | 2003-06-15 | 1 | -1/+2 |
| | | | | does not cause output of its argument. | ||||
* | SF bug #749759: comparisons yield bool not int | Raymond Hettinger | 2003-06-06 | 1 | -1/+1 |
| | | | | Minor documentation fix. | ||||
* | SF bug #719367, string exceptions are deprecated | Neal Norwitz | 2003-05-29 | 2 | -12/+5 |
| | | | | Remove references to string based exceptions in the doc. | ||||
* | Oops. License is still an appendix. | Jeremy Hylton | 2003-05-28 | 1 | -0/+2 |
| | |||||
* | Appendix was removed. | Jeremy Hylton | 2003-05-28 | 1 | -3/+0 |
| | |||||
* | *** empty log message *** | Jeremy Hylton | 2003-05-28 | 1 | -160/+0 |
| | |||||
* | Move future statement here from appendix a. | Jeremy Hylton | 2003-05-21 | 1 | -0/+78 |
| | |||||
* | Add a specific mention of the term "operator overloading" and add an | Fred Drake | 2003-05-12 | 1 | -1/+4 |
| | | | | index entry. Suggested to python-docs. | ||||
* | Add a space after expression to be consistent | Neal Norwitz | 2003-04-10 | 1 | -1/+1 |
| | |||||
* | Fix symbol in grammar; this should fix some hyperlinking in the HTML | Fred Drake | 2003-03-31 | 1 | -1/+1 |
| | | | | version. | ||||
* | - apply SF patch #700798: fixes and cleanups for descriptor info | Fred Drake | 2003-03-20 | 1 | -13/+13 |
| | | | | - use a TeX "tie" to prevent word-wrapping in "section x.y"-like text | ||||
* | I thought it was common practice to check things compiled before | Michael W. Hudson | 2003-03-05 | 1 | -5/+5 |
| | | | | | | | checking them in? Oh well, this fixes various obvious mistakes and changes a subsubsubsection (which doesn't exist) into a subsubsection (which does). I'm not sure this matches the intent, but it seems to read OK on a quick skim. | ||||
* | SF doc patch #692001, properties and __getattribute__. I added some | Guido van Rossum | 2003-02-28 | 1 | -8/+54 |
| | | | | stuff, and changed 'property' to 'descriptor'. | ||||
* | Document __module__. | Jeremy Hylton | 2003-01-31 | 1 | -3/+11 |
| | |||||
* | Fix typo reported to python-docs. | Fred Drake | 2003-01-25 | 1 | -1/+1 |
| | |||||
* | Fix typo | Raymond Hettinger | 2003-01-19 | 1 | -1/+1 |
| | |||||
* | SF patch #634866: Alex Martelli's corrections to the ref manual. | Raymond Hettinger | 2003-01-19 | 3 | -48/+101 |
| | | | | | Backport candidate. All but one or two of these changes are applicable to 2.2.2. | ||||
* | Patch #662454: import a.b as c is ok, fixes #660811. | Martin v. Löwis | 2003-01-16 | 1 | -5/+1 |
| | |||||
* | SF bug #661848 and #631055: Clarify use of __all__. | Raymond Hettinger | 2003-01-06 | 1 | -1/+4 |
| | |||||
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 1 | -5/+7 |
| | | | | | | | | [ 643835 ] Set Next Statement for Python debuggers with a few tweaks by me: adding an unsigned or two, mentioning that not all jumps are allowed in the doc for pdb, adding a NEWS item and a note to whatsnew, and AuCTeX doing something cosmetic to libpdb.tex. | ||||
* | Fixing bug | Gustavo Niemeyer | 2002-12-16 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | [#448679] Left to right * Python/compile.c (com_dictmaker): Reordered evaluation of dictionaries to follow strict LTR evaluation. * Lib/compiler/pycodegen.py (CodeGenerator.visitDict): Reordered evaluation of dictionaries to follow strict LTR evaluation. * Doc/ref/ref5.tex Documented the general LTR evaluation order idea. * Misc/NEWS Documented change in evaluation order of dictionaries. | ||||
* | Revise the __all__ index entry a touch. | Fred Drake | 2002-12-07 | 1 | -1/+1 |
| | |||||
* | Add __all__ to Reference Manual index. | Raymond Hettinger | 2002-12-07 | 1 | -0/+1 |
| | | | | Closes SF 643227. | ||||
* | * Doc/ref/ref5.tex | Gustavo Niemeyer | 2002-11-26 | 1 | -1/+1 |
| | | | | Fixed minor bug preventing documentation compilation. | ||||
* | Repaired inaccuracies in the % docs. In particular, we don't (and can't) | Tim Peters | 2002-11-24 | 1 | -3/+14 |
| | | | | | | | guarantee abs(x%y) < abs(y) in all cases when a float is involved. math.fmod() should, though, so noted that too. Bugfix candidate. Someone should check the LaTeX here first, though. | ||||
* | Update: Older versions of Python crashed when calling repr() | Fred Drake | 2002-11-13 | 1 | -3/+5 |
| | | | | | | (including the implied call using back-ticks) of a recursive object, but this is no longer the case. Reported by Manus Hand via email. | ||||
* | Closes SF bug #634069 reporting the docs on the ** operator were out | Raymond Hettinger | 2002-11-08 | 1 | -4/+14 |
| | | | | of date and did not reflect the current CPython implementation. | ||||
* | Relocate an index entry so named anchors are not generated in a section head. | Fred Drake | 2002-10-24 | 1 | -1/+2 |
| | | | | Closes SF bug #546579. | ||||
* | Added cross-references to related material on exceptions. | Fred Drake | 2002-10-18 | 1 | -9/+13 |
| | | | | | | | Closes SF bug #217195. Make sure section numbers wrap together with the preceeding word ("section"). | ||||
* | Added cross-references to related material on exceptions. | Fred Drake | 2002-10-18 | 1 | -0/+3 |
| | | | | Closes SF bug #217195. | ||||
* | Make sure section numbers wrap together with the preceeding word | Fred Drake | 2002-10-18 | 1 | -2/+3 |
| | | | | ("section"). | ||||
* | Clarify deprecation of the floor div operator, modulo operator, | Raymond Hettinger | 2002-10-11 | 1 | -5/+4 |
| | | | | | | and divmod() function for complex numbers. Closes SF Bug 621708: Unclear deprecation. |