cpython/Doc/reference
Christian Heimes 96f31636f4 Merged revisions 58930-58938 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r58931 | vinay.sajip | 2007-11-11 15:27:30 +0100 (Sun, 11 Nov 2007) | 1 line

  Fixed a bug reported (in private email, by Robert Crida) in logging configuration whereby child loggers of a logger named in a configuration file, which are not themselves named in the configuration, are disabled when the configuration is applied.
........
  r58932 | georg.brandl | 2007-11-11 16:16:16 +0100 (Sun, 11 Nov 2007) | 2 lines

  Remove duplication of "this".
........
  r58935 | christian.heimes | 2007-11-12 02:15:40 +0100 (Mon, 12 Nov 2007) | 2 lines

  Added new decorator syntax to property.__doc__
  Guido prefers _x over __x.
........
  r58936 | christian.heimes | 2007-11-12 02:20:56 +0100 (Mon, 12 Nov 2007) | 2 lines

  Fix for #1427: Error in standard module calendar
  the prweek() method is still broken and I can't figure out how it suppose to work.
........
  r58938 | andrew.kuchling | 2007-11-12 02:25:21 +0100 (Mon, 12 Nov 2007) | 1 line

  Re-word sentence
........
2007-11-12 01:32:03 +00:00
..
compound_stmts.rst #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 2007-11-01 20:32:30 +00:00
datamodel.rst Re-add two paragraphs that seem to have been lost during the merge from trunk. 2007-11-03 08:44:43 +00:00
executionmodel.rst Continue going through the language reference, bringing it up-to-date. 2007-09-07 14:15:41 +00:00
expressions.rst Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
index.rst Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
introduction.rst Merged revisions 58930-58938 via svnmerge from 2007-11-12 01:32:03 +00:00
lexical_analysis.rst Update the first two parts of the reference manual for Py3k, 2007-08-31 08:07:45 +00:00
simple_stmts.rst Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
toplevel_components.rst Finish the first pass of the language reference update. 2007-09-07 17:52:53 +00:00