cpython/Doc/tools
Guido van Rossum 992d4a3e6e Merged revisions 56154-56264 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

................
  r56155 | neal.norwitz | 2007-07-03 08:59:08 +0300 (Tue, 03 Jul 2007) | 1 line

  Get this test working after converting map to return an iterator
................
  r56202 | neal.norwitz | 2007-07-09 04:30:09 +0300 (Mon, 09 Jul 2007) | 37 lines

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

  ........
    r56129 | georg.brandl | 2007-06-30 04:01:01 -0700 (Sat, 30 Jun 2007) | 2 lines

    Document smtp.SMTPAuthenticationError.
  ........
    r56137 | georg.brandl | 2007-07-01 01:11:35 -0700 (Sun, 01 Jul 2007) | 2 lines

    Fix a few webbrowser.py problems.
  ........
    r56143 | georg.brandl | 2007-07-02 04:54:28 -0700 (Mon, 02 Jul 2007) | 2 lines

    Remove duplicate sentence from alarm() doc.
  ........
    r56170 | mark.hammond | 2007-07-03 19:03:10 -0700 (Tue, 03 Jul 2007) | 3 lines

    copy built files to the PCBuild directory, where tools like
    distutils or external build processes can find them.
  ........
    r56176 | kurt.kaiser | 2007-07-05 15:03:39 -0700 (Thu, 05 Jul 2007) | 10 lines

    Many calls to tk.call involve an arglist containing a single tuple.
    Calls using METH_OLDARGS unpack this tuple; calls using METH_VARARG
    don't.  Tcl's concatenation of args was affected; IDLE doesn't start.

    Modify Tkapp_Call() to unpack single tuple arglists.

    Bug 1733943
    Ref http://mail.python.org/pipermail/python-checkins/2007-May/060454.html
  ........
    r56177 | neal.norwitz | 2007-07-05 21:13:39 -0700 (Thu, 05 Jul 2007) | 1 line

    Fix typo in comment
  ........
................
  r56251 | neal.norwitz | 2007-07-11 10:01:01 +0300 (Wed, 11 Jul 2007) | 1 line

  Get working with map returning an iterator (had to fix whitespace too)
................
  r56255 | thomas.wouters | 2007-07-11 13:41:37 +0300 (Wed, 11 Jul 2007) | 6 lines


  Clean up merge glitch or copy-paste error (the entire module was duplicated,
  except the first half even had some more copy-paste errors, referring to
  listcomps and genexps instead of setcomps)
................
  r56256 | thomas.wouters | 2007-07-11 15:16:01 +0300 (Wed, 11 Jul 2007) | 14 lines


  Dict comprehensions. Still needs doc changes (like many python-3000 features
  ;-). It generates bytecode similar to:

  x = {}
  for k, v in (generator here):
    x[k] = v

  except there is no tuple-packing and -unpacking involved. Trivial
  measurement suggests it's significantly faster than dict(generator here) (in
  the order of 2 to 3 times as fast) but I have not done extensive
  measurements.
................
  r56263 | guido.van.rossum | 2007-07-11 15:36:26 +0300 (Wed, 11 Jul 2007) | 3 lines

  Patch 1724999 by Ali Gholami Rudi -- avoid complaints about dict size
  change during iter in destroy call.
................
2007-07-11 13:09:30 +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 Merged revisions 56154-56264 via svnmerge from 2007-07-11 13:09:30 +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 Merged revisions 55325-55327 via svnmerge from 2007-05-14 22:51:27 +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