- 11 Jan, 2001 15 commits
-
-
Jack Jansen authored
-
Fred Drake authored
This mostly closes SF bug #128251.
-
Tim Peters authored
-
Martin v. Löwis authored
-
Fred Drake authored
reference.
-
Thomas Wouters authored
Noone but me cares, but Guido said to go ahead and fix it if it bothered me.
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
-
Thomas Wouters authored
xreadlines inserted themselves inbetween the two) and clarify that the normal socket module should be commented out. (Someone also suggested the latter on c.l.py some time ago, I forget who, sorry.)
-
Martin v. Löwis authored
-
Moshe Zadka authored
* x wasn't initialized to NULL * Did not DECREF result from displayhook function
-
Eric S. Raymond authored
-
Greg Stein authored
Submitted by: Mark Favas <m.favas@per.dem.csiro.au>
-
Moshe Zadka authored
This closes the PEP, and patch 103170
-
Eric S. Raymond authored
support, based on my fetchmail experience.
-
- 10 Jan, 2001 17 commits
-
-
Charles G. Waldman authored
#127699.
-
Guido van Rossum authored
source. Uesful for both GnuStep and for OSXS/OSX/Darwin. (Note: I changed $(CCC) to $(CXX) since that's now the name of the C++ compiler. Please test!
-
Guido van Rossum authored
[including support for modules w/Objective-C].
-
Guido van Rossum authored
Cygwin Python DLL and Shared Extension Patch). Add module.dll as a valid extension. jlt63 writes: Note that his change essentially backs out the fix for bug #115973. Should ".pyd" be retained instead for posterity?
-
Guido van Rossum authored
Extension Patch. These are the changes to the Modules Makefile and makesetup script for Cygwin.
-
Guido van Rossum authored
Extension Patch. Note: this could use some testing on NeXT, DG/UX, or BeOS, because of the changes in the Makefile regarding $(LDLIBRARY).
-
Guido van Rossum authored
under CYGWIN as shared libraries (DLLs).
-
Guido van Rossum authored
Note: I've reordered acconfig.h and config.h.in to obtain alphabetical order (modulo case and leading _).
-
Guido van Rossum authored
I've skipped all bugfixes, Unicode, distutils changes. But this should be a start!
-
Eric S. Raymond authored
additions to library docs.#
-
Guido van Rossum authored
with spaces in filename. I changed the module to use string methods instead of the string module. Also, instead of stripping the last character of the filename (assuming this is the linefeed), I strip trailing whitespace (assuming creating files with trailing whitespace in their name cannot possibly be a wise idea). (Note that I believe that /F's "workaround for broken uuencoders" is no longer needed since the recent fix to binascii.c, but I'll leave it in since it appears pretty harmless.)
-
Guido van Rossum authored
curses and readline (for Linux, at least). These are done as shared libraries by default, and so is bsddb -- that seems to make the most sense.
-
Guido van Rossum authored
and Py_Finalize(). It seems to dump core right now...
-
Guido van Rossum authored
since! :-( ).
-
Marc-André Lemburg authored
codec to test all charmap codec features. As side-effect of moving the test codec into a new module, the encodings package codec import mechanism is checked as well.
-
Tim Peters authored
without a name when the optional tagname arg isn't specified. Was actually creating a mapping with an empty string as the name.
-
Fred Drake authored
-
- 09 Jan, 2001 8 commits
-
-
Tim Peters authored
-
Tim Peters authored
Wasn't built on Windows; not in config.c either. Module init function missing DL_EXPORT magic. test_xreadline output file obviously wrong (started w/ "test_xrl"). test program very unclear about what was expected.
-
Fred Drake authored
-
Fred Drake authored
documentation was written by Jeff Epler (thanks!).
-
Jack Jansen authored
Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUSI, though, so no socket/select/threads.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-