- 10 Jan, 2001 12 commits
-
-
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 26 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
-
Jack Jansen authored
Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc.
-
Jack Jansen authored
Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-(
-
Jack Jansen authored
Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions.
-
Fred Drake authored
to the Global Module Index for a set of documents. This is used to include a reference to the global index from the per-document module indexes, so that it is just a little easier to find. (Someone suggested this, but I do not remember who. Please let me know if it was you -- thanks!)
-
Guido van Rossum authored
the xreadlines module and lets it do its thing.)
-
Guido van Rossum authored
-
Guido van Rossum authored
changes for safety and tuning.
-
Fred Drake authored
-
Fred Drake authored
Clarify the handling of characters following backslashes in raw strings.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Moved the mutex docs to be adjacent to the sched docs, since these are meant to be used together (if they are used at all!).
-
Fred Drake authored
-
Fred Drake authored
-
Andrew M. Kuchling authored
os.pathsep
-
Andrew M. Kuchling authored
encounters a string with an unmatched quote, by adding a check for EOF in the 'quotes' state.
-
Guido van Rossum authored
#127718: '@' and '`' seem to be confused.
-
Guido van Rossum authored
a fallback for TELL64. Fixes SF Bug #128119.
-
- 08 Jan, 2001 2 commits
-
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
including "tmpfile" in the posix_methods[] array is wrong -- should be HAVE_TMPFILE, not HAVE_TMPNAM.
-