- e1607a8 (parsermodule.c): Fixed sloppy typo: '==' -> '=' by Fred Drake · 28 years ago
- 4b7d5a4 (libparser.tex): Revised parser module documentation; improved logical by Fred Drake · 28 years ago
- 36f219d More performance and layout improvements by Fred by Guido van Rossum · 28 years ago
- 2f66663 Added long getopt docs; by Fred by Guido van Rossum · 28 years ago
- eddcb3b Multiply by 1000003 instead of 3 in string hach by Guido van Rossum · 28 years ago
- b23a60f Get rid of bogus MSC_VER undef of CHECK() by Guido van Rossum · 28 years ago
- c8ce571 Rationalized PC compiler defines: require MS_WINDOWS or __BORLANDC__ by Guido van Rossum · 28 years ago
- 1550ff7 Layout and cleanup by Fred by Guido van Rossum · 28 years ago
- 28d4ba2 Another batch... by Guido van Rossum · 28 years ago
- c458e94 Rewrite sections on GUI and DOS/Windows, various other small edits, by Guido van Rossum · 28 years ago
- 6e8ec59 Implement lower by calling lower, not lift. by Guido van Rossum · 28 years ago
- 6b7a7e9 Bug fixes in index&icursor suggested by Nils Fischbeck. by Guido van Rossum · 28 years ago
- ee09fc1 Don't dump core on complex % or divmod -- raise a TypeError exception. by Guido van Rossum · 28 years ago
- 946cf89 Improvement suggested by Sjoerd: use $(MAKE) by Guido van Rossum · 28 years ago
- 5f18d6c Reformatted with 4 spaces indent. by Guido van Rossum · 28 years ago
- 49604d3 20% speedup by Fred by Guido van Rossum · 28 years ago
- 151fcfd Zapped obsolete opcode LOAD_GLOBALS. by Guido van Rossum · 28 years ago
- 04831d1 Use 574PATH, not $(PATH) -- it's a shell variable by Guido van Rossum · 28 years ago
- 563e708 the usual by Guido van Rossum · 28 years ago
- 2bb4f55 Shortened some lines by Guido van Rossum · 28 years ago
- 1631cbe Added Makefile.pre.in, my generic makefile by Guido van Rossum · 28 years ago
- f62e5bf Update based on Python 1.4b3. by Guido van Rossum · 28 years ago
- 694f701 Rewritten by Ka-Ping Yee. by Guido van Rossum · 28 years ago
- ba885ff Added linux2 specific code :-( by Guido van Rossum · 28 years ago
- 5f8ea10 Fix bogus len() call by Guido van Rossum · 28 years ago
- ec577d5 Correct sys.path[0] when used stand-alone by Guido van Rossum · 28 years ago
- 974e46c Fix type in loop stripping '__.' from name by Guido van Rossum · 28 years ago
- 2ea0509 close module file after loading by Guido van Rossum · 28 years ago
- be0a8a6 Added bastion and (dummy) rexec docs by Guido van Rossum · 28 years ago
- c05797d Fixed coerce docs by Guido van Rossum · 28 years ago
- e6ad891 One fix by sjoerd and one suggested by him. Bumped __version__ to 1.5. by Guido van Rossum · 28 years ago
- cc88341 Changes to setpythonpath(): by Guido van Rossum · 28 years ago
- 688bbfc simpler version of the previous fix by Guido van Rossum · 28 years ago
- 8535b29 compatibility changes suggested by Jack, by Guido van Rossum · 28 years ago
- 4b6b579 Changes for NeXT by Lele by Guido van Rossum · 28 years ago
- 6f2260e Fixed nextstep buglet; check for libreadline w/o libterm* by Guido van Rossum · 28 years ago
- 2c349bb Rewritten by Lars Wizenius to add long options by Guido van Rossum · 28 years ago
- 8727df4 Removed some obsolete questions and references to version 1.2. by Guido van Rossum · 28 years ago
- daed771 Py_GetProgramName turns out not to be obsolete (used by _tkinter). by Jack Jansen · 28 years ago
- ffb170e PPC companion to Python68KSmall. by Jack Jansen · 28 years ago
- 4bc0566 It turns out that Py_GetProgramName is used after all... by Jack Jansen · 28 years ago
- 1247a46 Fixed to use appletbundle in stead of bundle resource file by Jack Jansen · 28 years ago
- d9877c1 Code to add shlib resource fork was not enabled, also made project by Jack Jansen · 28 years ago
- e1c3f36 Documented preliminary CGI applet. by Jack Jansen · 28 years ago
- 09da209 Added ref to cgi.html by Jack Jansen · 28 years ago
- 5a1a175 Example CGI applet by Jack Jansen · 28 years ago
- f4c4f9e (preliminary) framework for scriptable applications by Jack Jansen · 28 years ago
- f428c9e Turned off debugging output by Jack Jansen · 28 years ago
- 16e99c0 Added note about modified gusi by Jack Jansen · 28 years ago
- 7d5f9e8 - Put all options in a struct by Jack Jansen · 28 years ago
- 6d653ab Got rid of toollibs, moved some libraries around by Jack Jansen · 28 years ago
- 0890857 Removed faulty gusi resource by Jack Jansen · 28 years ago
- 10496eb Added handling for new options, fixed applet option setting by Jack Jansen · 28 years ago
- b072150 Stupid bug: complex(x,y) would yield x+xj by Guido van Rossum · 28 years ago
- 87755a2 Use #ifdef MS_WIN32 instead of _MSC_VER > 850. by Guido van Rossum · 28 years ago
- b2fb364 Sleep() turns out to be win32 specific. by Guido van Rossum · 28 years ago
- c8adefe PS: use -O2, not -O3 by Guido van Rossum · 28 years ago
- 6c4e987 Allow editing selected bits of the GUSI preferences (creator, type and by Jack Jansen · 28 years ago
- ca3cddd Removed duplicate gusi pref from bundle by Jack Jansen · 28 years ago
- 3f7d2b4 - Rationalized override preferences support, by remembering by Jack Jansen · 28 years ago
- 3d22887 macglue: added PyMac_AppRefNum by Jack Jansen · 28 years ago
- 1383939 Removed -- we now have python_nt.def by Guido van Rossum · 28 years ago
- e982ee3 Move Watcom to the end. Added description of all Win32 specific by Guido van Rossum · 28 years ago
- ebd8706 Add W95 to header by Guido van Rossum · 28 years ago
- 026f01a A directory with a working example of how to build an extension. by Guido van Rossum · 28 years ago
- 5c1d1ee Change to allow keyword args for Group, by Guido van Rossum · 28 years ago
- 8130054 New email and zip code for Guido by Guido van Rossum · 28 years ago
- 566b35f NEXT shared libs instructions by Guido van Rossum · 28 years ago
- 42b78e6 Fixed Entry.select_from() to acually call the "select from" widget by Guido van Rossum · 28 years ago
- a25e5e9 PyMapping_DelItem[String] are actually macros. by Guido van Rossum · 28 years ago
- ed227f0 Correctly document PyNumber_Coerce. by Guido van Rossum · 28 years ago
- cac6c72 Some changes for better Windows portability. by Guido van Rossum · 28 years ago
- 3469e99 Python about box implemented. Slightly convoluted, since (a) we have by Jack Jansen · 28 years ago
- c204c70 Added logging support. by Guido van Rossum · 28 years ago
- e5e46e0 Fixed embarrassing logic bug in read_lines_to_outerboundary(). by Guido van Rossum · 28 years ago
- 2caac73 Added Menu.insert*() methods [Fred] by Guido van Rossum · 28 years ago
- e1a7a3b Add initial values to variables to avoid crash in __del__ by Guido van Rossum · 28 years ago
- 932c06e Added PyMarshal functions by Guido van Rossum · 28 years ago
- 0cc2473 Taken the plunge -- changed to Unix linefeed convention by Guido van Rossum · 28 years ago
- 73695ec Include file for users of Mark's build procedure by Guido van Rossum · 28 years ago
- ac4d869 Completely redone. mkestrres now parses errno.h and Errors.h files by Jack Jansen · 28 years ago
- 6c3d35a Regenerated, now also includes errno values plus explanations by Jack Jansen · 28 years ago
- f12e709 Check that our override pythonpath is actually coming from the by Jack Jansen · 28 years ago
- b9bf6e2 Removed unused vars by Jack Jansen · 28 years ago
- 4a5be81 Symbolic names for all error codes from Errors.h and errno.h by Jack Jansen · 28 years ago
- 22fa642 Added a note that redirecting stdin/stdout does not work due to gusi bug. by Jack Jansen · 28 years ago
- 983c552 Different unpack instructions for vclibs41.zip by Guido van Rossum · 28 years ago
- 54d9fa2 New project files from Jim A. by Guido van Rossum · 28 years ago
- f469d5b Get rid of nobody_uid() and import pwd -- not used here. by Guido van Rossum · 28 years ago
- c14a747 *** empty log message *** by Guido van Rossum · 28 years ago
- f6865f7 - Fixed PyMac_DoYield: by Jack Jansen · 28 years ago
- 2e049b2 (python-font-lock-keywords): with Python 1.4 `access' is no a keyword by Barry Warsaw · 28 years ago
- b3e81d5 I have been increasingly annoyed about the fact that by Barry Warsaw · 28 years ago
- 01af401 #stylistics by Barry Warsaw · 28 years ago
- 550a02e (python-mode): typos by Barry Warsaw · 28 years ago
- 615d4a4 (python-mode): font-lock-defaults must be make-local-variable'd by Barry Warsaw · 28 years ago
- 2b88061 Added elaborate trouble shooting guide. by Guido van Rossum · 28 years ago
- 03dea6d Added uninstall option by Guido van Rossum · 28 years ago
- 604cefa (py-dump-help-string): Use documentation-property to get docstring. by Barry Warsaw · 28 years ago
- b1f8951 (python-mode): font-lock-defaults necessary for Emacs 19, but doesn't by Barry Warsaw · 28 years ago