- 28 Haz, 2000 20 kayıt (commit)
-
-
Marc-André Lemburg yazdı
Updated test output.
-
Marc-André Lemburg yazdı
Added tests for the new Unicode character name support in the standard unicode-escape codec.
-
Fred Drake yazdı
This patch adds the openpty() and forkpty() library calls to posixmodule.c, when they are available on the target system. (glibc-2.1-based Linux systems, FreeBSD and BSDI at least, probably the other BSD-based systems as well.) Lib/pty.py is also rewritten to use openpty when available, but falls back to the old SGI method or the "manual" BSD open-a-pty code. Openpty() is necessary to use the Unix98 ptys under Linux 2.2, or when using non-standard tty names under (at least) BSDI, which is why I needed it, myself ;-) forkpty() is included for symmetry.
-
Marc-André Lemburg yazdı
MSVC project file for the new module ucnhash. This may have to be added to pcbuild.dsw with an dependancy on python16. By Bill Tutt.
-
Marc-André Lemburg yazdı
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 yazdı
Exports the C API of the new ucnhash module. By Bill Tutt.
-
Fred Drake yazdı
based on response from Frank Stajano <fstajano@uk.research.att.com>.
-
Fred Drake yazdı
-
Fred Drake yazdı
based on comments from Frank Stajano <fstajano@uk.research.att.com>.
-
Fred Drake yazdı
<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 yazdı
-
Marc-André Lemburg yazdı
Better error message for "1 in unicodestring". Submitted by Andrew Kuchling.
-
Fred Drake yazdı
noted the minimum recommended version in the message.
-
Andrew M. Kuchling yazdı
Various minor fixes
-
Greg Ward yazdı
'link_shared_object()'.
-
Greg Ward yazdı
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 yazdı
-
Greg Ward yazdı
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 yazdı
command objects. Various formatting tweaks, typo fixes in comments.
-
Greg Ward yazdı
-
- 27 Haz, 2000 16 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Define a STRICT_SYSV_CURSES macro on SGI, Sun, and Tru64, to mark systems that don't support some features.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
getmouse(), ungetmouse(), and window.enclose(). wmouse_trafo() seems of marginal importance at the moment.
-
Greg Ward yazdı
-
Greg Ward yazdı
Ditched my old code that fixed relative paths in the Makefile -- didn't work, doomed to failure, etc.
-
Greg Ward yazdı
the 'implib_dir' attribute is back (only on NT, of course).
-
Greg Ward yazdı
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 yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
Added 'check_lib()', which provides a subset of the functionality of 'check_func()' with a simpler interface and implementation.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
and I lack the time to track down the cause.
-
Andrew M. Kuchling yazdı
parsing the sample data once with 8-bit strings and once with Unicode.
-
Andrew M. Kuchling yazdı
This version still includes #ifdef hackery to compile with 1.5.2.
-
- 26 Haz, 2000 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
curses.ascii.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Greg Stein yazdı
-