Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Remove mentionings of DOS. | Martin v. Löwis | 2002-10-10 | 1 | -1/+1 |
| | |||||
* | Modified presentation of the grammar for calls to be easier to read | Fred Drake | 2002-10-07 | 1 | -4/+5 |
| | | | | | for both HTML and typeset renderings. Corresponds to revision 1.53.4.8 on the r22-maint branch. | ||||
* | Another try at clarifying what goes into and comes out of Unicode objects. | Fred Drake | 2002-09-24 | 1 | -12/+20 |
| | | | | Document the indices() method of slice objects. | ||||
* | Another try at clarifying what goes into and comes out of Unicode objects. | Fred Drake | 2002-09-24 | 1 | -27/+46 |
| | |||||
* | Clarified that the footnote applies to versions 1.5 and after instead of | Raymond Hettinger | 2002-09-08 | 1 | -4/+4 |
| | | | | just version 1.5. Closes SF bug 577793. | ||||
* | Ignore encoding declarations inside strings. Fixes #603509. | Martin v. Löwis | 2002-09-03 | 1 | -1/+1 |
| | |||||
* | add warning about exception messages | Skip Montanaro | 2002-08-28 | 1 | -0/+7 |
| | |||||
* | Apply character{} markup. | Raymond Hettinger | 2002-08-07 | 1 | -16/+17 |
| | |||||
* | Fix up some more markup problems. | Fred Drake | 2002-08-07 | 1 | -8/+9 |
| | |||||
* | Document handling of raw-unicode-escapes. Closes SF bug 587087. | Raymond Hettinger | 2002-08-06 | 1 | -0/+8 |
| | |||||
* | Fix the markup so it doesn't break formatting. | Fred Drake | 2002-08-06 | 1 | -4/+4 |
| | |||||
* | Patch #534304: Implement phase 1 of PEP 263. | Martin v. Löwis | 2002-08-04 | 1 | -5/+39 |
| | |||||
* | A few days ago, Guido said (in the thread "[Python-Dev] Python | Michael W. Hudson | 2002-07-19 | 1 | -0/+9 |
| | | | | | | | | version of PySlice_GetIndicesEx"): > OK. Michael, if you want to check in indices(), go ahead. Then I did what was needed, but didn't check it in. Here it is. | ||||
* | Fix various typos reported to python-docs. | Fred Drake | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | Close bug 417930 by clarifying augmented assignment docs | Raymond Hettinger | 2002-06-25 | 1 | -0/+14 |
| | |||||
* | Minor English grammar correction | Raymond Hettinger | 2002-06-25 | 1 | -1/+1 |
| | |||||
* | Try to improve the explanation of the "raise" statement and how its arguments | Fred Drake | 2002-06-20 | 2 | -33/+39 |
| | | | | | are interpreted. This closes SF bug #532467. | ||||
* | Simplify the production for argument list, making sure that it | Fred Drake | 2002-06-20 | 1 | -4/+4 |
| | | | | | | actually allows all the legal syntax, and nothing else. Previously, it did not allow a call like func(arg, **dictionary). This closes (again!) SF bug #493243. | ||||
* | SF 563530 added missing methods for emulating numeric types | Raymond Hettinger | 2002-06-20 | 1 | -1/+5 |
| | |||||
* | Add a note about "as" not being a keyword, though it has special meaning | Fred Drake | 2002-06-18 | 1 | -0/+7 |
| | | | | | | | | when used as part of the import statement. Note that both "as" and "None" becoming keywords in the future. Closes SF bug #553262. | ||||
* | Played contortionist games with the argument_list production so it | Fred Drake | 2002-06-18 | 1 | -4/+4 |
| | | | | | might be easier to understand. This relates to SF bug #493243, which will be closed. | ||||
* | Typo. | Michael W. Hudson | 2002-06-17 | 1 | -1/+1 |
| | |||||
* | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -0/+7 |
| | | | | | | | | | [ 400998 ] experimental support for extended slicing on lists somewhat spruced up and better tested than it was when I wrote it. Includes docs & tests. The whatsnew section needs expanding, and arrays should support extended slices -- later. | ||||
* | Fix up Guido's markup. | Fred Drake | 2002-06-04 | 1 | -24/+24 |
| | |||||
* | Addressed SF bug 421973 (finally). | Guido van Rossum | 2002-06-03 | 1 | -46/+88 |
| | | | | | | | | | | | | | | | | | Rewrote the subsection on coercion rules (and made it a proper subsection, with a label). The new section is much less precise, because precise rules would be too hard to give (== I don't know what they are any more :-). OTOH, the new section gives much more up-to-date information. Also noted that __coerce__ may return NotImplemented, with the same meaning as None. I beg Fred forgiveness: my use of \code{} is probably naive. Please fix this and other markup nits. An index entry would be nice. This could be a 2.2 bugfix candidate, if we bother about old docs (Fred?) | ||||
* | Patch 543387. Document deprecation of complex %, //,and divmod(). | Raymond Hettinger | 2002-05-21 | 1 | -3/+8 |
| | |||||
* | Closes SF patch: 552468. | Raymond Hettinger | 2002-05-12 | 1 | -4/+2 |
| | | | | Type class unification invalidated the statement: x.__getitem__[i] is not equivalent to x[i]. | ||||
* | Added a missing "|" in the grammar productions used in the reference manual | Fred Drake | 2002-04-30 | 1 | -7/+9 |
| | | | | | | | (reported by François Pinard). Added some missing "_" characters in the same cluster of productions. Added missing floor division operator in m_expr production, and mention floor division in the relevant portion of the text. | ||||
* | Minor change to an index entry. | Fred Drake | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | Adjust markup to worm around tool limitations; the "m" in "model" was being | Fred Drake | 2002-04-17 | 1 | -1/+1 |
| | | | | | dropped in the HTML formatted version. Reported by Mike Coleman. | ||||
* | Remove repeated index entry; adds nothing different. | Fred Drake | 2002-04-16 | 1 | -2/+1 |
| | | | | Closes SF bug #518985. |