| Commit message (Expand) | Author | Age | Files | Lines |
* | note that the return and yield statements cannot be used at the top level in | Fred Drake | 2005-09-07 | 1 | -1/+6 |
|
|
* | - fix typo report by email, only 1.5 years late | Fred Drake | 2005-09-07 | 1 | -7/+7 |
|
|
* | Clarify what is meant with "whole numbers". | Georg Brandl | 2005-09-04 | 1 | -1/+2 |
|
|
* | __new__ is a static method | Georg Brandl | 2005-08-26 | 1 | -1/+1 |
|
|
* | bug [ 1261229 ] __new__ is class method | Georg Brandl | 2005-08-25 | 1 | -1/+1 |
|
|
* | Empty sets and frozensets are also false. | Georg Brandl | 2005-08-21 | 1 | -3/+3 |
|
|
* | SF bug #1249837: container methods raise KeyError not IndexError | Raymond Hettinger | 2005-08-21 | 1 | -0/+2 |
|
|
* | Mention explicitly the False is considered false. | Georg Brandl | 2005-08-21 | 1 | -3/+3 |
|
|
* | add information about alternate implementations, noting that documentation | Fred Drake | 2005-07-20 | 1 | -1/+51 |
|
|
* | Patch [ 1230615 ] Patch for (Doc) #1168746 | Georg Brandl | 2005-07-02 | 1 | -11/+14 |
|
|
* | Fix grammar (it's -> its). | Neil Schemenauer | 2005-06-18 | 1 | -1/+1 |
|
|
* | [Bug #1193001] Make the notation section use the same productionlist env. as ... | Andrew M. Kuchling | 2005-06-02 | 1 | -5/+5 |
|
|
* | Fix: | Michael W. Hudson | 2005-05-26 | 1 | -0/+2 |
|
|
* | update documentation on what constitutes a line in a source file | Fred Drake | 2005-05-25 | 1 | -5/+12 |
|
|
* | SF bug #1190451: 6.9 First sentence is confusing | Raymond Hettinger | 2005-04-28 | 1 | -7/+8 |
|
|
* | Fix typo. | Raymond Hettinger | 2005-04-26 | 1 | -1/+1 |
|
|
* | Add grammar change for allowing ``class B(): pass`` syntax. | Brett Cannon | 2005-04-09 | 1 | -1/+1 |
|
|
* | SF #1156412: document the __new__() static method | Greg Ward | 2005-03-08 | 1 | -0/+29 |
|
|
* | Updates to the exceptions documentation (this is my patch #1156102). | Michael W. Hudson | 2005-03-04 | 2 | -23/+27 |
|
|
* | fix a bunch of spelling errors | Fred Drake | 2005-01-19 | 1 | -1/+1 |
|
|
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 3 | -3/+3 |
|
|
* | Patch #1080684: typo repair. Thanks George Yoshida! | Johannes Gijsbers | 2004-12-12 | 1 | -5/+6 |
|
|
* | Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet | Fred Drake | 2004-11-11 | 2 | -2/+4 |
|
|
* | minor markup nits; fix missing whitespace | Fred Drake | 2004-11-10 | 1 | -2/+2 |
|
|
* | clarify discussion of iteration in the section on the "for" statement | Fred Drake | 2004-11-02 | 1 | -2/+4 |
|
|
* | clarify trailing comma in function argument list | Fred Drake | 2004-11-02 | 2 | -6/+6 |
|
|
* | Patch #1042969: add closing brace for \token {generator_expression}. Thanks | Johannes Gijsbers | 2004-10-09 | 1 | -1/+1 |
|
|
* | Remove claims that Python source code is ASCII. Fixes #1026038. | Martin v. Löwis | 2004-09-14 | 1 | -5/+15 |
|
|
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 1 | -2/+5 |
|
|
* | Patch #1011144: Correct regex for coding decls. | Martin v. Löwis | 2004-08-18 | 1 | -1/+1 |
|
|
* | This is Mark Russell's patch: | Michael W. Hudson | 2004-08-17 | 1 | -6/+6 |
|
|
* | SF patch #872326: generator expression implementation | Raymond Hettinger | 2004-08-15 | 1 | -1/+46 |
|
|
* | This is my patch | Michael W. Hudson | 2004-08-12 | 1 | -22/+49 |
|
|
* | [Bug #827209] Add footnote from Alex M. about listcomps leaking their index v... | Andrew M. Kuchling | 2004-08-07 | 1 | -1/+5 |
|
|
* | update to reflect the new significance of the "@" character | Fred Drake | 2004-08-05 | 1 | -2/+2 |
|
|
* | Document general mappings for the locals argument for exec and execfile(). | Raymond Hettinger | 2004-08-03 | 1 | -2/+3 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -1/+26 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -8/+8 |
|
|
* | Add a missing space. | Brett Cannon | 2004-06-29 | 1 | -1/+1 |
|
|
* | The expression list in inheritance is not optional. Fixes #960448. | Martin v. Löwis | 2004-06-02 | 1 | -1/+1 |
|
|
* | Move grammar rule for lambda_form into section on lambdas. Fixes #964525. | Martin v. Löwis | 2004-06-02 | 1 | -2/+5 |
|
|
* | Fix typo reported in #964592. Will backport to 2.3. | Martin v. Löwis | 2004-06-02 | 1 | -1/+1 |
|
|
* | note that descriptor objects must be instances of new-style types | Fred Drake | 2004-05-06 | 1 | -1/+2 |
|
|
* | SF bug #940579: section 5.10: 'not' returns boolean, not int | Raymond Hettinger | 2004-04-23 | 1 | -4/+4 |
|
|
* | Fix misspelled name. | Raymond Hettinger | 2004-02-08 | 1 | -1/+1 |
|
|
* | clean up indexing for None, NotImplemented | Fred Drake | 2004-01-01 | 2 | -5/+3 |
|
|
* | fix typo and join two paragraphs | Fred Drake | 2003-12-11 | 1 | -2/+1 |
|
|
* | - Removed FutureWarnings related to hex/oct literals and conversions | Guido van Rossum | 2003-11-29 | 1 | -13/+11 |
|
|
* | clarified (in the 5.14 summary) that tests and comparisons all chain, | Alex Martelli | 2003-11-09 | 1 | -3/+3 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|