summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
...
* Fix grammar (it's -> its).Neil Schemenauer2005-06-181-1/+1
* [Bug #1193001] Make the notation section use the same productionlist env. as ...Andrew M. Kuchling2005-06-021-5/+5
* Fix:Michael W. Hudson2005-05-261-0/+2
* update documentation on what constitutes a line in a source fileFred Drake2005-05-251-5/+12
* SF bug #1190451: 6.9 First sentence is confusingRaymond Hettinger2005-04-281-7/+8
* Fix typo.Raymond Hettinger2005-04-261-1/+1
* Add grammar change for allowing ``class B(): pass`` syntax.Brett Cannon2005-04-091-1/+1
* SF #1156412: document the __new__() static methodGreg Ward2005-03-081-0/+29
* Updates to the exceptions documentation (this is my patch #1156102).Michael W. Hudson2005-03-042-23/+27
* fix a bunch of spelling errorsFred Drake2005-01-191-1/+1
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-013-3/+3
* Patch #1080684: typo repair. Thanks George Yoshida!Johannes Gijsbers2004-12-121-5/+6
* Fix SF bug #1061770: Manual typesets bit-shift operators as guillemetFred Drake2004-11-112-2/+4
* minor markup nits; fix missing whitespaceFred Drake2004-11-101-2/+2
* clarify discussion of iteration in the section on the "for" statementFred Drake2004-11-021-2/+4
* clarify trailing comma in function argument listFred Drake2004-11-022-6/+6
* Patch #1042969: add closing brace for \token {generator_expression}. ThanksJohannes Gijsbers2004-10-091-1/+1
* Remove claims that Python source code is ASCII. Fixes #1026038.Martin v. Löwis2004-09-141-5/+15
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-2/+5
* Patch #1011144: Correct regex for coding decls.Martin v. Löwis2004-08-181-1/+1
* This is Mark Russell's patch:Michael W. Hudson2004-08-171-6/+6
* SF patch #872326: generator expression implementationRaymond Hettinger2004-08-151-1/+46
* This is my patchMichael W. Hudson2004-08-121-22/+49
* [Bug #827209] Add footnote from Alex M. about listcomps leaking their index v...Andrew M. Kuchling2004-08-071-1/+5
* update to reflect the new significance of the "@" characterFred Drake2004-08-051-2/+2
* Document general mappings for the locals argument for exec and execfile().Raymond Hettinger2004-08-031-2/+3
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-1/+26
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-8/+8
* Add a missing space.Brett Cannon2004-06-291-1/+1
* The expression list in inheritance is not optional. Fixes #960448.Martin v. Löwis2004-06-021-1/+1
* Move grammar rule for lambda_form into section on lambdas. Fixes #964525.Martin v. Löwis2004-06-021-2/+5
* Fix typo reported in #964592. Will backport to 2.3.Martin v. Löwis2004-06-021-1/+1
* note that descriptor objects must be instances of new-style typesFred Drake2004-05-061-1/+2
* SF bug #940579: section 5.10: 'not' returns boolean, not intRaymond Hettinger2004-04-231-4/+4
* Fix misspelled name.Raymond Hettinger2004-02-081-1/+1
* clean up indexing for None, NotImplementedFred Drake2004-01-012-5/+3
* fix typo and join two paragraphsFred Drake2003-12-111-2/+1
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-291-13/+11
* clarified (in the 5.14 summary) that tests and comparisons all chain,Alex Martelli2003-11-091-3/+3
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Patch #821093: Fix various typos.Martin v. Löwis2003-10-192-2/+2
* - update to reflect that base classes can be class types as well asFred Drake2003-09-241-2/+5
* 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