- 14 Sep, 2000 6 commits
-
-
Fred Drake authored
-
Fred Drake authored
This allows dbmmodule.c to use either without having to add additional options to the Modules/Setup file or make source changes. (At least some Linux systems use gdbm to emulate ndbm, but only install the ndbm.h header as /usr/include/gdbm/ndbm.h.)
-
Fred Drake authored
mailbox.py (from the CVS tree) doesn't work with qmail Maildirs: Filenames are completed when the directories are scanned, and the directory name is prepended again in the next() method. Another suggestion: Change the print statement in the _test() driver to show two more date characters (probably the length has increased due to the recent Y2K hype ;). Now it shows the complete date, including the seconds -- at least for me. (I've also made the sender field left justified, in case it is ever shorter than the field width).
-
Jack Jansen authored
Added _winreg to the non-required modules.
-
Jack Jansen authored
-
Jack Jansen authored
-
- 13 Sep, 2000 9 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
Greg Ward authored
compilation).
-
Greg Ward authored
-
Greg Ward authored
does the right thing).
-
Greg Ward authored
<prefix>:Lib:site-packages.
-
Greg Ward authored
-
- 12 Sep, 2000 19 commits
-
-
Greg Ward authored
setup script. Also added a comment about how it *should* work on Mac OS.
-
Greg Ward authored
-
Fred Drake authored
Reduces lines of code and compiled object size.
-
Fred Drake authored
-
Fred Drake authored
functions.
-
Jack Jansen authored
-
Fred Drake authored
Reference manual docs for augmented assignment. This closes SourceForge patch #101418.
-
Fred Drake authored
Fix up some of the PyNumber_*() documentation. Add documentation for the InPlace API calls.
-
Jack Jansen authored
-
Fred Drake authored
Here are some changes to the C API docs. The memory examples & API have been updated because one malloc family is gone (Py_Malloc). You'll see other small additions to the "building new types" section for completeness and some cleanup at the end of the memory section.
-
Fred Drake authored
Fixed Module Index generation.
-
Fred Drake authored
of a seealso environment.
-
Fred Drake authored
-
Fred Drake authored
Convert the existing reference items to \seetitle markup.
-
Fred Drake authored
-
Fred Drake authored
"name spaces". Inconsistency noted by Keith Briggs <keith.briggs@bt.com>.
-
Fred Drake authored
-
Fred Drake authored
the original, since the refcount information has been added there.
-
Greg Ward authored
directory too. Also generally cleaned up the code.
-
- 11 Sep, 2000 6 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
-
Skip Montanaro authored
-
Tim Peters authored
pythonw.exe we just installed. Making Windows key off the .pyw extension instead screws people with multiple Python installations (reported more than once on c.l.py).
-
Fred Drake authored
-