- 02 Oct, 2003 1 commit
-
-
Fred Drake authored
-
- 01 Oct, 2003 7 commits
-
-
Fred Drake authored
as described in "Documenting Python".
-
Thomas Heller authored
-
Anthony Baxter authored
-
Gregory P. Smith authored
of the current value without reading the value itself.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
remove old compatibility definition of os.path.abspath().
-
- 30 Sep, 2003 6 commits
-
-
Fred Drake authored
the module index.
-
Fred Drake authored
-
Fred Drake authored
-
Anthony Baxter authored
-
Steve Purcell authored
-
Anthony Baxter authored
-
- 29 Sep, 2003 1 commit
-
-
Fred Drake authored
-
- 28 Sep, 2003 5 commits
-
-
Fred Drake authored
more reliable than using the $Revision$ expansion - $RELEASE is no longer needed; we can just use $VERSION now
-
Fred Drake authored
-
Fred Drake authored
- add a comment explaining what pkglist.html is for
-
Fred Drake authored
wrong, and commontex/ needed to be added.
-
Fred Drake authored
absolute paths as input.
-
- 27 Sep, 2003 17 commits
-
-
Gregory P. Smith authored
db that is opened. DB_THREAD and DB_INIT_LOCK allow for multithreaded access. DB_PRIVATE prevents the DBEnv from using the filesystem (making it only usable by this process; and in this implementation using one DBEnv per bsddb database)
-
Fred Drake authored
fewer changes to make to version numbers after a release.
-
Raymond Hettinger authored
* Fix entry order: - >>> before ... - __slots__ in the S section (like __future__ is in the F section) Need to test the repaired(?) link to Guido's webpage. Still needs to have the module reference links made relative to the module directory instead of the tut directory. That will require Fred's magic touch.
-
Thomas Heller authored
-
Thomas Heller authored
Will backport to 2.3 myself.
-
Thomas Heller authored
Will backport to 2.3
-
Fred Drake authored
contents of an \item should not be enclosed in a group!
-
Fred Drake authored
directories identified in the TEXINPUTS environment variable. I think this is the last part of the fix for the version number problems seen in the documentation for the 2.3.1 release.
-
Anthony Baxter authored
also applied to release23-maint. Note that aclocal.m4 can go away when autoconf 2.58 is out.
-
Fred Drake authored
commontex/
-
Fred Drake authored
better explain what's happening.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
(commontex/), leaving only style support files in texinputs/. This makes texinputs/ part of the formatting tools while commontex/ is strictly part of the actual documentation.
-
Fred Drake authored
- make TEXINPUTS work the way it's supposed to in TeX-ish tools
-
Fred Drake authored
that it works for all targets. The issue here is that there are two different levels in the directory tree at which we execute mkhowto, so we can't define it just once using a relative path (at least not with the current implementation and Makefile structure). We use the GNUish $(shell) function here to work around that restriction by identifying mkhowto using an absolute path.
-
Raymond Hettinger authored
-
- 26 Sep, 2003 1 commit
-
-
Andrew M. Kuchling authored
[2.3 bugfix candidate]
-
- 25 Sep, 2003 2 commits
-
-
Fred Drake authored
other application
-
Skip Montanaro authored
-