| 1995-09-30 |
Guido van Rossum | clear quitMainLoop when we fall through the main loop |
commit | commitdiff | tree | snapshot |
| 1995-09-30 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-09-30 |
Guido van Rossum | actualized example, catch EOFError, print retrieved... |
commit | commitdiff | tree | snapshot |
| 1995-09-30 |
Guido van Rossum | actualized example/reference, fix bug w/ nonnumeric... |
commit | commitdiff | tree | snapshot |
| 1995-09-30 |
Guido van Rossum | add flush_softspace() interface |
commit | commitdiff | tree | snapshot |
| 1995-09-30 |
Guido van Rossum | allow _ in attr names (Netscape!) |
commit | commitdiff | tree | snapshot |
| 1995-09-30 |
Guido van Rossum | more robust coding, adapted for mac |
commit | commitdiff | tree | snapshot |
| 1995-09-30 |
Guido van Rossum | delete PyNothing_Check, which does not actually exist |
commit | commitdiff | tree | snapshot |
| 1995-09-28 |
Guido van Rossum | +aaron watters, +PSA, +GC, -lance, -beta |
commit | commitdiff | tree | snapshot |
| 1995-09-27 |
Guido van Rossum | entity definitions from HTML 2.0 std |
commit | commitdiff | tree | snapshot |
| 1995-09-27 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-09-24 |
Jack Jansen | Added some clarifications and fixed host names. |
commit | commitdiff | tree | snapshot |
| 1995-09-24 |
Jack Jansen | Load toolbox modules "by hand" using imp, so this scrip... |
commit | commitdiff | tree | snapshot |
| 1995-09-24 |
Jack Jansen | Changed the way .rsrc and template are copied: hopefull... |
commit | commitdiff | tree | snapshot |
| 1995-09-22 |
Guido van Rossum | Mac changes |
commit | commitdiff | tree | snapshot |
| 1995-09-22 |
Guido van Rossum | added verbose option; added ismap/align/width/height... |
commit | commitdiff | tree | snapshot |
| 1995-09-22 |
Guido van Rossum | fix <!...!> parsing; added verbose option; don't lowerc... |
commit | commitdiff | tree | snapshot |
| 1995-09-22 |
Guido van Rossum | actualized example; added xover, xgtitle, xpath, date... |
commit | commitdiff | tree | snapshot |
| 1995-09-21 |
Guido van Rossum | fix bogus resize length in nextc |
commit | commitdiff | tree | snapshot |
| 1995-09-20 |
Guido van Rossum | add file parameter to all printing fns, default stderr |
commit | commitdiff | tree | snapshot |
| 1995-09-19 |
Barry Warsaw | (py-align-multiline-strings-p): new variable |
commit | commitdiff | tree | snapshot |
| 1995-09-19 |
Guido van Rossum | fix several bugs in tr argument lists |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | remove Modules/Makefile on distclean |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | added strftime |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | added psa plug |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | new exec syntax |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | added getitem/setitem to Image class; changed call... |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | handle missing QUERY_STRING |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | recognize a few more file types |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | improved test/main program |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | fix bug with missing default for last arg (discovered... |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | #undef argument, for the Mac |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | include Python.h |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | remove unwanted fatal() from err_badcall() |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | spell TraceBack with capital B |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | use Py_PROTO macro |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Guido van Rossum | adapted to K&R C |
commit | commitdiff | tree | snapshot |
| 1995-09-18 |
Sjoerd Mullender | Get ordering right for TRACE_REFS/COUNT_ALLOCS combinat... |
commit | commitdiff | tree | snapshot |
| 1995-09-14 |
Barry Warsaw | (py-electric-colon): turn off electric behavior inside... |
commit | commitdiff | tree | snapshot |
| 1995-09-14 |
Barry Warsaw | (python-mode): comment-multi-line must be nil for Emacs 19 |
commit | commitdiff | tree | snapshot |
| 1995-09-14 |
Barry Warsaw | (py-compute-indentation): when inside a comment, indent... |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | new version from configure.in |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | plug some leaks |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | added SITEPATH and DESTPATH variables |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | on osf/1, never use gcc; added test for strftime() |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | added 5th return item, clock time, to posix.times() |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | added strop.translate(s, table) |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | added time.strftime() |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | added strftime |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | added string.translate(s, table) |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | add realtime as 5th item to os.times() return value |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | HP-Prec is not 64-bit |
commit | commitdiff | tree | snapshot |
| 1995-09-13 |
Guido van Rossum | move uncomfortable backslash |
commit | commitdiff | tree | snapshot |
| 1995-09-07 |
Guido van Rossum | incompletely converted to Tk 4.0 |
commit | commitdiff | tree | snapshot |
| 1995-09-07 |
Guido van Rossum | adapted to Tk 4.0 and CNRI man page locations |
commit | commitdiff | tree | snapshot |
| 1995-09-07 |
Guido van Rossum | improve fonts; Tk 4.0 aware |
commit | commitdiff | tree | snapshot |
| 1995-09-07 |
Guido van Rossum | simplified no Tk() sets _default_root |
commit | commitdiff | tree | snapshot |
| 1995-09-07 |
Guido van Rossum | use $DISPLAY |
commit | commitdiff | tree | snapshot |
| 1995-09-07 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-09-07 |
Guido van Rossum | removed redundant C++ hack |
commit | commitdiff | tree | snapshot |
| 1995-09-07 |
Guido van Rossum | fixed the test program |
commit | commitdiff | tree | snapshot |
| 1995-09-07 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-09-07 |
Guido van Rossum | move constants to Tkconstants; added some; overridable... |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Guido van Rossum | add (dummy) mode arg to open() |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Guido van Rossum | added read/writelines, bufsize to makefile, gethostbyaddr |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Guido van Rossum | Filter button should set selection's directory, too |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Guido van Rossum | added OptionMenu class (tk_optionMenu interface) |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Guido van Rossum | support value-less attributes, using regex.group() |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Guido van Rossum | took out forms support (in favor a Grail extension) |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Guido van Rossum | rationalized os.path.split() so split "/a/" yields... |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Jack Jansen | Build appplications, libraries and applets according... |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Jack Jansen | Slightly reorganized so it is useable from another... |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Jack Jansen | Fixed typo |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Jack Jansen | Projects used for 1.3b3 distribution (I promise I won... |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Jack Jansen | Minor fix |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Jack Jansen | Updated 1.3 relnotes and added top-level instructions |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Jack Jansen | Fixed to work on 68K (could be yet another optimizer... |
commit | commitdiff | tree | snapshot |
| 1995-09-01 |
Jack Jansen | patchlevel set to 1.3b3 |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Seems I had never checked the README file in... |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Python will now attempt (again) to create at least... |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Added List module |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Removed unused variables |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | removed unused variables |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Release notes for 1.3 |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Added version resource |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | removed unused var |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Removed unused var |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Interactively create a distribution from a sourcetree. |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | - Allow PythonApplet to be an alias |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Added functionality: locate CW projects, copy them... |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | - imp seems to always want a file object arg |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Obscure bugfix |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | its all in the name... |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Modeless dialog test |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | copy() can now create destination path |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Constants useful when using macfs module |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Fixed dialog-window event handling |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Hexbinned CodeWarrior projects |
commit | commitdiff | tree | snapshot |
| 1995-08-30 |
Guido van Rossum | fix typo in bsddb entry |
commit | commitdiff | tree | snapshot |
| next |