- 04 Oct, 2003 1 commit
-
-
Barry Warsaw authored
first line of a header section isn't an RFC-ish header, it's just ignored instead of throwing an UnboundLocalError. Backport candidate.
-
- 03 Oct, 2003 9 commits
-
-
Jeremy Hylton authored
assuming it is the variable f.
-
Martin v. Löwis authored
Backported to 2.3.
-
Fred Drake authored
anonymous flavor unless the user asks for it on the command line - decompose SourceForge authenticated CVS roots correctly
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
is None, the next row read is used as the fieldnames. In the common case, this means the programmer doesn't need to know the fieldnames ahead of time. The first row of the file will be used. In the uncommon case, this means the programmer can set the reader's fieldnames attribute to None at any time and have the next row read as the next set of fieldnames, so a csv file can contain several "sections", each with different fieldnames.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 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 10 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/
-