~ubuntu-branches/ubuntu/natty/python3.1/natty-security

« back to all changes in this revision

Viewing changes to Doc/make.bat

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-21 17:27:57 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100321172757-v29qykjsa8u718lo
Tags: 3.1.2-0ubuntu1
* Python 3.1.2 release.
* Fix issue #4961: Inconsistent/wrong result of askyesno function in
  tkMessageBox with Tcl8.5. LP: #462950.
* Don't complain when /usr/local is not writable on installation.
* Apply proposed patch for issue #8032, gdb7 hooks for debugging.
* Backport issue #8140: Extend compileall to compile single files.
  Add -i option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
goto end
35
35
 
36
36
:checkout
37
 
svn co %SVNROOT%/external/Sphinx-0.6.3/sphinx tools/sphinx
38
 
svn co %SVNROOT%/external/docutils-0.5/docutils tools/docutils
39
 
svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2
40
 
svn co %SVNROOT%/external/Pygments-0.11.1/pygments tools/pygments
 
37
svn co %SVNROOT%/external/Sphinx-0.6.5/sphinx tools/sphinx
 
38
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
 
39
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
 
40
svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments
41
41
goto end
42
42
 
43
43
:update