Blocked revisions 70757,70981,71029,71031,71082 via svnmerge
authorBenjamin Peterson <benjamin@python.org>
Sat, 11 Apr 2009 20:14:54 +0000 (20:14 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 11 Apr 2009 20:14:54 +0000 (20:14 +0000)
commita0a7faab91e8618ca47dbb9144a660c303036849
treea52fe6e4dda5e201938bd1b49b62a781bdbd41e9
parentad71f0f0160e82c9a8be347cc0d952a69244b434
Blocked revisions 70757,70981,71029,71031,71082 via svnmerge

........
  r70757 | senthil.kumaran | 2009-03-30 16:51:50 -0500 (Mon, 30 Mar 2009) | 3 lines

  Fix for bugs: Issue4675 and Issue4962.
........
  r70981 | senthil.kumaran | 2009-04-01 15:26:33 -0500 (Wed, 01 Apr 2009) | 3 lines

  Fix for issue5040. Adding test for Content-Length
........
  r71029 | senthil.kumaran | 2009-04-01 22:00:34 -0500 (Wed, 01 Apr 2009) | 3 lines

  Fixing the issue4860. Escaping embedded '"' character in js_output() method of Morsel.
........
  r71031 | brett.cannon | 2009-04-01 22:17:39 -0500 (Wed, 01 Apr 2009) | 6 lines

  PyImport_AppendInittab() took a char * as a first argument even though that
  string was stored beyond the life of the call. Changed the signature to be
  const char * to help make this point.

  Closes issue #1419652.
........
  r71082 | hirokazu.yamamoto | 2009-04-02 22:54:08 -0500 (Thu, 02 Apr 2009) | 1 line

  Fixed compile error on windows.
........