1996-09-13 |
Fred Drake | (texi2html.py): Use "if __name__ == '__main__':" test... |
commit | commitdiff | tree | snapshot |
1996-09-13 |
Guido van Rossum | Explicitly call rl_initialize(). |
commit | commitdiff | tree | snapshot |
1996-09-12 |
Guido van Rossum | Oops... Need to clear c_error before calling c_quot(). |
commit | commitdiff | tree | snapshot |
1996-09-12 |
Guido van Rossum | Properly(?) implemented remainder and divmod (Tim Hochberg) |
commit | commitdiff | tree | snapshot |
1996-09-12 |
Guido van Rossum | Show names of locals in disco (Ka-Ping Yee) |
commit | commitdiff | tree | snapshot |
1996-09-12 |
Guido van Rossum | Added editline fix |
commit | commitdiff | tree | snapshot |
1996-09-12 |
Fred Drake | (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Note obsolescence |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Rationalize MS #ifdefs |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Correct typo: return -1 for error, not 0 |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Correct typo: return -1 for error, not NULL |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Add text of argument to errors for atoi(), atol(),... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Force O_BINARY in flags if defined, for e.g. Microsoft... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Dynamically initialize ob_type field, for Windows DLL |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Added lockf() call |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Added Setup.local feature; make shared libs readonly |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Rationalized MS ifdefs |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Raise exception instead of dropping imag part for conve... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | More detailed error message about exception in __del__ |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Correct typo in setattr: return -1 for error, not NULL |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Fred Drake | (parsermodule.c): Fixed sloppy typo: '==' -> '=' |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Fred Drake | (libparser.tex): Revised parser module documentation... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | More performance and layout improvements by Fred |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Added long getopt docs; by Fred |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Multiply by 1000003 instead of 3 in string hach |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Get rid of bogus MSC_VER undef of CHECK() |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Rationalized PC compiler defines: require MS_WINDOWS... |
commit | commitdiff | tree | snapshot |
1996-09-11 |
Guido van Rossum | Layout and cleanup by Fred |
commit | commitdiff | tree | snapshot |
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 |
next |