1996-09-11 |
Guido van Rossum | Another batch... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Rewrite sections on GUI and DOS/Windows, various other... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Implement lower by calling lower, not lift. |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Bug fixes in index&icursor suggested by Nils Fischbeck. |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Don't dump core on complex % or divmod -- raise a TypeE... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Improvement suggested by Sjoerd: use $(MAKE) |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Reformatted with 4 spaces indent. |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | 20% speedup by Fred |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Zapped obsolete opcode LOAD_GLOBALS. |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Use 574PATH, not $(PATH) -- it's a shell variable |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Shortened some lines |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Added Makefile.pre.in, my generic makefile |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Update based on Python 1.4b3. |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Rewritten by Ka-Ping Yee. |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Added linux2 specific code :-( |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Fix bogus len() call |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Correct sys.path[0] when used stand-alone |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Fix type in loop stripping '__.' from name |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | close module file after loading |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Added bastion and (dummy) rexec docs |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Fixed coerce docs |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | One fix by sjoerd and one suggested by him. Bumped... |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | Changes to setpythonpath(): |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | simpler version of the previous fix |
commit | commitdiff | tree | snapshot |
1996-09-10 |
Guido van Rossum | compatibility changes suggested by Jack, |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Guido van Rossum | Changes for NeXT by Lele |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Guido van Rossum | Fixed nextstep buglet; check for libreadline w/o libterm* |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Guido van Rossum | Rewritten by Lars Wizenius to add long options |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Guido van Rossum | Removed some obsolete questions and references to versi... |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Jack Jansen | Py_GetProgramName turns out not to be obsolete (used... |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Jack Jansen | PPC companion to Python68KSmall. |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Jack Jansen | It turns out that Py_GetProgramName is used after all... |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Jack Jansen | Fixed to use appletbundle in stead of bundle resource... |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Jack Jansen | Code to add shlib resource fork was not enabled, also... |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Jack Jansen | Documented preliminary CGI applet. |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Jack Jansen | Added ref to cgi.html |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Jack Jansen | Example CGI applet |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Jack Jansen | (preliminary) framework for scriptable applications |
commit | commitdiff | tree | snapshot |
1996-09-09 |
Jack Jansen | Turned off debugging output |
commit | commitdiff | tree | snapshot |
1996-09-07 |
Jack Jansen | Added note about modified gusi |
commit | commitdiff | tree | snapshot |
1996-09-07 |
Jack Jansen | - Put all options in a struct |
commit | commitdiff | tree | snapshot |
1996-09-07 |
Jack Jansen | Got rid of toollibs, moved some libraries around |
commit | commitdiff | tree | snapshot |
1996-09-07 |
Jack Jansen | Removed faulty gusi resource |
commit | commitdiff | tree | snapshot |
1996-09-07 |
Jack Jansen | Added handling for new options, fixed applet option... |
commit | commitdiff | tree | snapshot |
1996-09-07 |
Guido van Rossum | Stupid bug: complex(x,y) would yield x+xj |
commit | commitdiff | tree | snapshot |
1996-09-07 |
Guido van Rossum | Use #ifdef MS_WIN32 instead of _MSC_VER > 850. |
commit | commitdiff | tree | snapshot |
1996-09-07 |
Guido van Rossum | Sleep() turns out to be win32 specific. |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | PS: use -O2, not -O3 |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Jack Jansen | Allow editing selected bits of the GUSI preferences... |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Jack Jansen | Removed duplicate gusi pref from bundle |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Jack Jansen | - Rationalized override preferences support, by remembering |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Jack Jansen | macglue: added PyMac_AppRefNum |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | Removed -- we now have python_nt.def |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | Move Watcom to the end. Added description of all Win32... |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | Add W95 to header |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | A directory with a working example of how to build... |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | Change to allow keyword args for Group, |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | New email and zip code for Guido |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | NEXT shared libs instructions |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | Fixed Entry.select_from() to acually call the "select... |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | PyMapping_DelItem[String] are actually macros. |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | Correctly document PyNumber_Coerce. |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Guido van Rossum | Some changes for better Windows portability. |
commit | commitdiff | tree | snapshot |
1996-09-06 |
Jack Jansen | Python about box implemented. Slightly convoluted,... |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Guido van Rossum | Added logging support. |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Guido van Rossum | Fixed embarrassing logic bug in read_lines_to_outerboun... |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Guido van Rossum | Added Menu.insert*() methods [Fred] |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Guido van Rossum | Add initial values to variables to avoid crash in __del__ |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Guido van Rossum | Added PyMarshal functions |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Guido van Rossum | Taken the plunge -- changed to Unix linefeed convention |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Guido van Rossum | Include file for users of Mark's build procedure |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Jack Jansen | Completely redone. mkestrres now parses errno.h and... |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Jack Jansen | Regenerated, now also includes errno values plus explan... |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Jack Jansen | Check that our override pythonpath is actually coming... |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Jack Jansen | Removed unused vars |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Jack Jansen | Symbolic names for all error codes from Errors.h and... |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Jack Jansen | Added a note that redirecting stdin/stdout does not... |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Guido van Rossum | Different unpack instructions for vclibs41.zip |
commit | commitdiff | tree | snapshot |
1996-09-05 |
Guido van Rossum | New project files from Jim A. |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Guido van Rossum | Get rid of nobody_uid() and import pwd -- not used... |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Jack Jansen | - Fixed PyMac_DoYield: |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Barry Warsaw | (python-font-lock-keywords): with Python 1.4 `access... |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Barry Warsaw | I have been increasingly annoyed about the fact that |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Barry Warsaw | #stylistics |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Barry Warsaw | (python-mode): typos |
commit | commitdiff | tree | snapshot |
1996-09-04 |
Barry Warsaw | (python-mode): font-lock-defaults must be make-local... |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Guido van Rossum | Added elaborate trouble shooting guide. |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Guido van Rossum | Added uninstall option |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Barry Warsaw | (py-dump-help-string): Use documentation-property to... |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Barry Warsaw | (python-mode): font-lock-defaults necessary for Emacs... |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Barry Warsaw | #py-shell gets an autoload cookie |
commit | commitdiff | tree | snapshot |
1996-09-03 |
Guido van Rossum | Initial release (+ 1 bugfix in setup.py) |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | More thorough test for working <stdarg.h>. |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | Typo (missing _) in _xdr line. |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | #include <netconfig.h> seems not needed and is harmful... |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1996-08-30 |
Guido van Rossum | Added checks for strdup and changed checks for hypot. |
commit | commitdiff | tree | snapshot |
next |