Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...gcc", but even then there's a bug in either autoconf or HP/UX that means most time-related functions will be undefined. For now, edit the pyconfig.h file after running configure and set the following to defined: <br> HAVE_CLOCK HAVE_GETTIMEOFDAY HAVE_MKTIME HAVE_SELECT HAVE_STRFTIME HAVE_STRPTIME HAVE_UTIMES.<br> This will be fixed in a future release of Python. See <a href="http://python.org/sf/811160">this bug</a> for more, including a possible fix. </...
...gcc, Gnu make, latex, pdflatex, latex2html, emacs/xemacs (before Wing was functional), Visual C++ 6, and cygwin. Results Our work on Wing IDE has been quite a success. We were able to develop faster than we originally expected, and to deliver Wing IDE on Linux, Windows 98 through XP, Mac OS X with XDarwin, Solaris, and FreeBSD without major platform-specific development work. Today, our product is receiving good reviews and is selling well. All of this has been possible without any outside fun...
...gcc is always invoked with -Wall and -Wstrict-prototypes. Users compiling Python with GCC should see exactly one warning, except if they have passed configure the --with-pydebug flag. The expected warning is for getopt() in Modules/main.c. This warning will be fixed for Python 2.1. Fixed configure to add -threads argument during linking on OSF1. Tools and other miscellany The compiler in Tools/compiler was updated to support the new language features introduce...
...gcc is the compiler. "make install" is now an alias for "make altinstall", to prevent accidentally overwriting a Python 2.x installation. Use "make fullinstall" to force Python 3.0 to be installed as "python". Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc is used as compiler. What's New in Python 3.0a4? Release date: 02-Apr-2008 Core and Builtins Bug #2301: Don't try decoding the source code into the original encoding for syn...
...GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2 Type "copyright", "credits" or "license" for more information. >>> [].__methods__ ['append', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort'] >>> >>> dir([]) ['append', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort'] Under the new proposal, the __methods__ attribute no longer exists: Python 2.2c1 (#803, Dec 13 2001, 23:06:05) ...
...GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2 Type "copyright", "credits" or "license" for more information. >>> [].__methods__ ['append', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort'] >>> >>> dir([]) ['append', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'reverse', 'sort'] Under the new proposal, the __methods__ attribute no longer exists: Python 2.2c1 (#803, Dec 13 2001, 23:06:05) [GCC egcs-2.91.66 19990314/Linux (eg...
...GCC's definition and avoid redefinition warnings. Detect pthreads support (provided by gnu pth pthread emulation) on GNU/k*BSD systems. bug #1005737, #1007249: Fixed several build problems and warnings found on old/legacy C compilers of HP-UX, IRIX and Tru64. C API Documentation patch #1005936, bug #1009373: fix index entries which contain an underscore when viewed with Acrobat. bug #990669: os.path.normpath may alter the meaning of a path if it contains symbolic links. This has been docu...
If you didn't find what you need, try your search in the Python language documentation.