]> granicus.if.org Git - python/commit
Merged revisions 70558,70561-70563,70568-70571 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Tue, 24 Mar 2009 00:56:30 +0000 (00:56 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 24 Mar 2009 00:56:30 +0000 (00:56 +0000)
commit52baa290335139e2c94fc43e234f920ab181e22f
treea157f52722381fef43230be6aed4450ec8e4e732
parent6b232cdc7f652b34b5809d18cb9106578d840da8
Merged revisions 70558,70561-70563,70568-70571 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70558 | benjamin.peterson | 2009-03-23 17:29:45 -0500 (Mon, 23 Mar 2009) | 4 lines

  comply with the evilJavaNamingScheme for attribute names

  It seems my love of PEP 8 overrode the need for consistentcy
........
  r70561 | benjamin.peterson | 2009-03-23 18:10:14 -0500 (Mon, 23 Mar 2009) | 1 line

  refactor unittest docs
........
  r70562 | benjamin.peterson | 2009-03-23 18:13:36 -0500 (Mon, 23 Mar 2009) | 1 line

  forgot to document that setUp can be skipped (silly me...)
........
  r70563 | benjamin.peterson | 2009-03-23 18:19:03 -0500 (Mon, 23 Mar 2009) | 1 line

  update from CVS
........
  r70568 | benjamin.peterson | 2009-03-23 19:35:20 -0500 (Mon, 23 Mar 2009) | 1 line

  some cleanup and modernization
........
  r70569 | benjamin.peterson | 2009-03-23 19:36:16 -0500 (Mon, 23 Mar 2009) | 1 line

  remove special metadata
........
  r70570 | benjamin.peterson | 2009-03-23 19:37:12 -0500 (Mon, 23 Mar 2009) | 1 line

  update docstring
........
  r70571 | benjamin.peterson | 2009-03-23 19:39:24 -0500 (Mon, 23 Mar 2009) | 1 line

  add new skipping things to __all__
........
Doc/library/unittest.rst
Lib/test/test_unittest.py
Lib/unittest.py