Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unwanted fatal() from err_badcall() | Guido van Rossum | 1995-09-18 | 1 | -1/+0 |
| | |||||
* | spell TraceBack with capital B | Guido van Rossum | 1995-09-18 | 3 | -5/+5 |
| | |||||
* | use Py_PROTO macro | Guido van Rossum | 1995-09-18 | 1 | -48/+55 |
| | |||||
* | adapted to K&R C | Guido van Rossum | 1995-09-18 | 1 | -35/+89 |
| | |||||
* | Get ordering right for TRACE_REFS/COUNT_ALLOCS combination (otherwise | Sjoerd Mullender | 1995-09-18 | 1 | -1/+1 |
| | | | | may get inc_count sanity check abort). | ||||
* | (py-electric-colon): turn off electric behavior inside strings and | Barry Warsaw | 1995-09-14 | 1 | -23/+31 |
| | | | | comments. | ||||
* | (python-mode): comment-multi-line must be nil for Emacs 19 | Barry Warsaw | 1995-09-14 | 1 | -0/+3 |
| | |||||
* | (py-compute-indentation): when inside a comment, indent to under the | Barry Warsaw | 1995-09-14 | 1 | -0/+14 |
| | | | | most previous non-blank line. | ||||
* | new version from configure.in | Guido van Rossum | 1995-09-13 | 1 | -67/+77 |
| | |||||
* | plug some leaks | Guido van Rossum | 1995-09-13 | 1 | -2/+6 |
| | |||||
* | added SITEPATH and DESTPATH variables | Guido van Rossum | 1995-09-13 | 1 | -1/+7 |
| | |||||
* | on osf/1, never use gcc; added test for strftime() | Guido van Rossum | 1995-09-13 | 1 | -2/+7 |
| | |||||
* | added 5th return item, clock time, to posix.times() | Guido van Rossum | 1995-09-13 | 1 | -3/+5 |
| | |||||
* | added strop.translate(s, table) | Guido van Rossum | 1995-09-13 | 1 | -0/+30 |
| | |||||
* | added time.strftime() | Guido van Rossum | 1995-09-13 | 1 | -0/+50 |
| | |||||
* | added strftime | Guido van Rossum | 1995-09-13 | 2 | -0/+14 |
| | |||||
* | added string.translate(s, table) | Guido van Rossum | 1995-09-13 | 2 | -0/+12 |
| | |||||
* | add realtime as 5th item to os.times() return value | Guido van Rossum | 1995-09-13 | 2 | -4/+8 |
| | |||||
* | HP-Prec is not 64-bit | Guido van Rossum | 1995-09-13 | 2 | -2/+2 |
| | |||||
* | move uncomfortable backslash | Guido van Rossum | 1995-09-13 | 2 | -4/+6 |
| | |||||
* | incompletely converted to Tk 4.0 | Guido van Rossum | 1995-09-07 | 1 | -8/+12 |
| | |||||
* | adapted to Tk 4.0 and CNRI man page locations | Guido van Rossum | 1995-09-07 | 1 | -2/+15 |
| | |||||
* | improve fonts; Tk 4.0 aware | Guido van Rossum | 1995-09-07 | 1 | -9/+14 |
| | |||||
* | simplified no Tk() sets _default_root | Guido van Rossum | 1995-09-07 | 1 | -2/+1 |
| | |||||
* | use $DISPLAY | Guido van Rossum | 1995-09-07 | 1 | -1/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-09-07 | 1 | -0/+13 |
| | |||||
* | removed redundant C++ hack | Guido van Rossum | 1995-09-07 | 1 | -7/+1 |
| | |||||
* | fixed the test program | Guido van Rossum | 1995-09-07 | 1 | -3/+6 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-09-07 | 2 | -0/+140 |
| | |||||
* | move constants to Tkconstants; added some; overridable error reporting; fix ↵ | Guido van Rossum | 1995-09-07 | 2 | -148/+52 |
| | | | | typo in propagate | ||||
* | add (dummy) mode arg to open() | Guido van Rossum | 1995-09-01 | 1 | -1/+5 |
| | |||||
* | added read/writelines, bufsize to makefile, gethostbyaddr | Guido van Rossum | 1995-09-01 | 1 | -7/+29 |
| | |||||
* | Filter button should set selection's directory, too | Guido van Rossum | 1995-09-01 | 2 | -2/+8 |
| | |||||
* | added OptionMenu class (tk_optionMenu interface) | Guido van Rossum | 1995-09-01 | 2 | -4/+20 |
| | |||||
* | support value-less attributes, using regex.group() | Guido van Rossum | 1995-09-01 | 1 | -14/+8 |
| | |||||
* | took out forms support (in favor a Grail extension) | Guido van Rossum | 1995-09-01 | 1 | -94/+3 |
| | |||||
* | rationalized os.path.split() so split "/a/" yields "/a", "" | Guido van Rossum | 1995-09-01 | 1 | -13/+7 |
| | |||||
* | Build appplications, libraries and applets according to builtin | Jack Jansen | 1995-09-01 | 1 | -0/+104 |
| | | | | instructions. | ||||
* | Slightly reorganized so it is useable from another program, and | Jack Jansen | 1995-09-01 | 1 | -11/+26 |
| | | | | put all print statements in 'if DEBUG'. | ||||
* | Fixed typo | Jack Jansen | 1995-09-01 | 1 | -1/+1 |
| | |||||
* | Projects used for 1.3b3 distribution (I promise I won't check them in | Jack Jansen | 1995-09-01 | 10 | -786/+861 |
| | | | | for every little change;-) | ||||
* | Minor fix | Jack Jansen | 1995-09-01 | 1 | -17/+17 |
| | |||||
* | Updated 1.3 relnotes and added top-level instructions | Jack Jansen | 1995-09-01 | 2 | -4/+135 |
| | |||||
* | Fixed to work on 68K (could be yet another optimizer bug or something) | Jack Jansen | 1995-09-01 | 1 | -5/+7 |
| | |||||
* | patchlevel set to 1.3b3 | Jack Jansen | 1995-09-01 | 1 | -1/+1 |
| | |||||
* | Seems I had never checked the README file in... | Jack Jansen | 1995-08-31 | 1 | -0/+80 |
| | |||||
* | Python will now attempt (again) to create at least a minimal | Jack Jansen | 1995-08-31 | 3 | -101/+93 |
| | | | | preferences file if it is missing. | ||||
* | Added List module | Jack Jansen | 1995-08-31 | 1 | -0/+2 |
| | |||||
* | Removed unused variables | Jack Jansen | 1995-08-31 | 1 | -2/+2 |
| | |||||
* | removed unused variables | Jack Jansen | 1995-08-31 | 1 | -2/+0 |
| |