cpython/Doc/tools
Guido van Rossum 0368b726a1 Merged revisions 55225-55227,55229-55269 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

................
  r55238 | guido.van.rossum | 2007-05-10 16:46:05 -0700 (Thu, 10 May 2007) | 9 lines

  Merged revisions 55227 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r55227 | guido.van.rossum | 2007-05-10 10:20:15 -0700 (Thu, 10 May 2007) | 2 lines

    Fix a bug in test_c_api() that caused a negative refcount.
  ........
................
  r55246 | neal.norwitz | 2007-05-11 00:01:52 -0700 (Fri, 11 May 2007) | 1 line

  Remove commands.getstatus() it is obsolete.
................
  r55248 | neal.norwitz | 2007-05-11 00:29:05 -0700 (Fri, 11 May 2007) | 2 lines

  Remove bsddb185 support.
................
  r55249 | neal.norwitz | 2007-05-11 00:29:50 -0700 (Fri, 11 May 2007) | 1 line

  Remove bsddb185 module too
................
  r55250 | neal.norwitz | 2007-05-11 00:32:13 -0700 (Fri, 11 May 2007) | 1 line

  bsddb185: Gotta remove from the file checked in, not Setup
................
  r55251 | neal.norwitz | 2007-05-11 00:53:26 -0700 (Fri, 11 May 2007) | 1 line

  Remove obsolete IRIX modules (as much as I could find, there is probably more)
................
  r55252 | neal.norwitz | 2007-05-11 00:55:35 -0700 (Fri, 11 May 2007) | 1 line

  Remove SGI turd.
................
  r55254 | georg.brandl | 2007-05-11 03:11:01 -0700 (Fri, 11 May 2007) | 2 lines

  Add a case for set comprehensions to the "cannot assign to" switch.
................
  r55255 | georg.brandl | 2007-05-11 03:11:25 -0700 (Fri, 11 May 2007) | 2 lines

  Fix wrong imports.
................
  r55261 | georg.brandl | 2007-05-11 07:37:48 -0700 (Fri, 11 May 2007) | 2 lines

  Remove removed tex files.
................
  r55262 | georg.brandl | 2007-05-11 08:28:41 -0700 (Fri, 11 May 2007) | 2 lines

  Commit PEP 3132 implementation.
................
  r55264 | georg.brandl | 2007-05-11 08:50:19 -0700 (Fri, 11 May 2007) | 2 lines

  Check in the inevitable AST version number and format Py_ssize_t with %zd.
................
  r55265 | neal.norwitz | 2007-05-11 09:12:22 -0700 (Fri, 11 May 2007) | 1 line

  Remove mention of os.popen* and popen2.* since these will be removed.
................
  r55266 | neal.norwitz | 2007-05-11 09:19:57 -0700 (Fri, 11 May 2007) | 1 line

  Get doc to build again (almost, the doc is fine)
................
  r55267 | neal.norwitz | 2007-05-11 09:21:02 -0700 (Fri, 11 May 2007) | 1 line

  Really get doc to build (remove use of string module)
................
  r55269 | neal.norwitz | 2007-05-11 09:29:43 -0700 (Fri, 11 May 2007) | 1 line

  Add some notes to cleanup later
................
2007-05-11 16:50:42 +00:00
..
sgmlconv Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
anno-api.py Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular 2000-09-22 17:55:32 +00:00
buildindex.py Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
checkargs.pm fix weird sh-bang line 2003-12-18 05:29:33 +00:00
cklatex Script to help locate markup that LaTeX2HTML has a problem with. 2000-02-21 17:20:16 +00:00
cmpcsyms Add tool to check documentation against declaration. 2006-03-01 05:18:07 +00:00
custlib.py Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
findcsyms SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
findmodrefs Add command line flags to just list the files that contain the 1999-04-22 20:32:21 +00:00
findsyms moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simply 2002-04-30 16:25:37 +00:00
fix_hack Merge alpha100 branch back to main trunk 1994-08-01 12:22:53 +00:00
fix_libaux.sed /bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not. 1998-05-08 03:42:23 +00:00
fixinfo.el Simplify slightly. 1999-01-27 18:40:36 +00:00
getpagecounts update URL into the Python wiki 2005-09-22 19:37:52 +00:00
getversioninfo Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
html2texi.pl update the documentation contact address 2003-07-30 02:55:28 +00:00
indfix.py Use string methods. 2002-10-16 15:30:17 +00:00
keywords.py Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
listmodules SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
listmodules.py Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
makesec.sh avoid bash-isms 2003-12-18 05:28:30 +00:00
mkackshtml Merged revisions 55225-55227,55229-55269 via svnmerge from 2007-05-11 16:50:42 +00:00
mkhowto Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
mkinfo Update to match the version used to build the 2.3.2c1 documentation. 2003-09-29 17:26:08 +00:00
mkmodindex Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
mkpkglist include each row in the package table, even if there are no packages for 2005-01-23 22:14:16 +00:00
mksourcepkg SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
node2label.pl Try to fix the broken links caused by multiple \ref on the same line. 2002-10-18 02:05:47 +00:00
prechm.py Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
push-docs.sh add another way to specify an alternate name for the documentation set, 2004-11-13 17:45:39 +00:00
py2texi.el Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
refcounts.py Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
rewrite.py normalize whitespace 2003-10-02 16:30:17 +00:00
support.py - make the default image type PNG, to match mkhowto 2004-11-05 04:05:06 +00:00
toc2bkm.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
undoc_symbols.py Run 2to3 over Doc/tools/. 2007-03-21 02:11:39 +00:00
update-docs.sh generalize a bit; no need to mention my user id directly 2004-07-13 17:08:10 +00:00
whichlibs Adjust to new file layout. 1998-05-08 15:37:13 +00:00