- 28 Jun, 2000 16 commits
-
-
Marc-André Lemburg authored
New ucnhash module by Bill Tutt. This module contains the hash table needed to map Unicode character names to Unicode ordinals and is loaded on-the-fly by the standard unicode-escape codec.
-
Marc-André Lemburg authored
Exports the C API of the new ucnhash module. By Bill Tutt.
-
Fred Drake authored
based on response from Frank Stajano <fstajano@uk.research.att.com>.
-
Fred Drake authored
-
Fred Drake authored
based on comments from Frank Stajano <fstajano@uk.research.att.com>.
-
Fred Drake authored
<skip@mojam.com>. Revisions to the markup to make it pass LaTeX, added an index entry and a reference from the sys.exitfunc documentation. This closes SourceForge patch #100620.
-
Jeremy Hylton authored
-
Marc-André Lemburg authored
Better error message for "1 in unicodestring". Submitted by Andrew Kuchling.
-
Fred Drake authored
noted the minimum recommended version in the message.
-
Andrew M. Kuchling authored
Various minor fixes
-
Greg Ward authored
'link_shared_object()'.
-
Greg Ward authored
methods (but not 'link_executable()', hmmm). Currently only used by BCPPCompiler; it's a dummy parameter for UnixCCompiler and MSVCCompiler. Also added 'bcpp' to compiler table used by 'new_compiler()'.
-
Greg Ward authored
-
Greg Ward authored
Two major points: * lots of overlap with MSVCCompiler; the common code really should be factored out into a base class, say WindowsCCompiler * it doesn't work: weird problem spawning the linker (see comment for details)
-
Greg Ward authored
command objects. Various formatting tweaks, typo fixes in comments.
-
Greg Ward authored
-
- 27 Jun, 2000 16 commits
-
-
Andrew M. Kuchling authored
Define a STRICT_SYSV_CURSES macro on SGI, Sun, and Tru64, to mark systems that don't support some features.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
getmouse(), ungetmouse(), and window.enclose(). wmouse_trafo() seems of marginal importance at the moment.
-
Greg Ward authored
-
Greg Ward authored
Ditched my old code that fixed relative paths in the Makefile -- didn't work, doomed to failure, etc.
-
Greg Ward authored
the 'implib_dir' attribute is back (only on NT, of course).
-
Greg Ward authored
Also supposedly made some change to where .lib files wind up under MSVC++, but I don't understand how to code is doing what Thomas says it's doing.
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
Added 'check_lib()', which provides a subset of the functionality of 'check_func()' with a simpler interface and implementation.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
and I lack the time to track down the cause.
-
Andrew M. Kuchling authored
parsing the sample data once with 8-bit strings and once with Unicode.
-
Andrew M. Kuchling authored
This version still includes #ifdef hackery to compile with 1.5.2.
-
- 26 Jun, 2000 6 commits
-
-
Andrew M. Kuchling authored
curses.ascii.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Greg Stein authored
-
Guido van Rossum authored
-
Greg Stein authored
connections.
-
- 25 Jun, 2000 2 commits
-
-
Andrew M. Kuchling authored
-
Jeremy Hylton authored
-