cpython/Doc/reference
Christian Heimes 04c420f605 Merged revisions 60043-60052 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r60043 | christian.heimes | 2008-01-18 10:51:43 +0100 (Fri, 18 Jan 2008) | 2 lines

  Build _ctypes after the other extensions. Its build process depends
  on the _weakref extension (and maybe other modules, too)
........
  r60048 | christian.heimes | 2008-01-18 12:58:50 +0100 (Fri, 18 Jan 2008) | 2 lines

  Added win_add2path.py to Tools/scripts/
  Added builddoc.bat to Doc/
........
  r60049 | vinay.sajip | 2008-01-18 16:54:14 +0100 (Fri, 18 Jan 2008) | 1 line

  Added section on passing contextual information to logging and documentation for the LoggerAdapter class.
........
  r60050 | vinay.sajip | 2008-01-18 16:55:57 +0100 (Fri, 18 Jan 2008) | 1 line

  Added LoggerAdapter class, changed copyright dates, made check for extra parameter passed to logging methods explicitly against None rather than a truth value.
........
  r60051 | georg.brandl | 2008-01-18 17:42:57 +0100 (Fri, 18 Jan 2008) | 2 lines

  Note that genexps are function scopes too and therefore won't see class attributes.
........
  r60052 | christian.heimes | 2008-01-18 19:24:07 +0100 (Fri, 18 Jan 2008) | 1 line

  Added bytes and b'' as aliases for str and ''
........
2008-01-18 18:40:46 +00:00
..
compound_stmts.rst Merged revisions 59703-59773 via svnmerge from 2008-01-06 16:59:19 +00:00
datamodel.rst Merged revisions 59822-59841 via svnmerge from 2008-01-07 21:14:23 +00:00
executionmodel.rst Merged revisions 60043-60052 via svnmerge from 2008-01-18 18:40:46 +00:00
expressions.rst Merged revisions 59703-59773 via svnmerge from 2008-01-06 16:59:19 +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 Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
simple_stmts.rst Merged revisions 59703-59773 via svnmerge from 2008-01-06 16:59:19 +00:00
toplevel_components.rst #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00