| Commit message (Expand) | Author | Age | Files | Lines |
* | changes by Jack to Mac docs | Guido van Rossum | 1996-07-21 | 8 | -18/+288 |
|
|
* | Don't use tktools, dummy! Reworded test message slightly. | Guido van Rossum | 1996-07-21 | 2 | -10/+62 |
|
|
* | fix canvas bind commands | Guido van Rossum | 1996-07-21 | 4 | -4/+4 |
|
|
* | Added option to refilemessages() to keep sequences | Guido van Rossum | 1996-07-21 | 1 | -4/+27 |
|
|
* | Changes for new parser module (Fred Drake) | Guido van Rossum | 1996-07-21 | 3 | -37/+276 |
|
|
* | New opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTION | Guido van Rossum | 1996-07-21 | 1 | -0/+5 |
|
|
* | add mac compatibility | Guido van Rossum | 1996-07-21 | 1 | -1/+29 |
|
|
* | - Added a file dialog example | Jack Jansen | 1996-07-18 | 4 | -2/+132 |
|
|
* | Old names changed to Py_GetCopyright, etc. | Jack Jansen | 1996-07-10 | 4 | -6/+6 |
|
|
* | inittab is a "struct _inittab". | Jack Jansen | 1996-07-10 | 1 | -4/+1 |
|
|
* | Given a module/pathname file created by findmodulefiles compile all | Jack Jansen | 1996-07-10 | 1 | -0/+39 |
|
|
* | added a thing on the to-do list | Barry Warsaw | 1996-07-08 | 1 | -1/+2 |
|
|
* | (python-font-lock-keywords): added class and def | Barry Warsaw | 1996-07-05 | 1 | -7/+13 |
|
|
* | (py-mode-syntax-table): revert underscore to word class, even though I | Barry Warsaw | 1996-07-03 | 1 | -1/+5 |
|
|
* | (py-delete-char): Obey numeric argument. | Barry Warsaw | 1996-07-03 | 1 | -15/+21 |
|
|
* | (py-shift-region-left, py-shift-region-right, py-indent-right, | Barry Warsaw | 1996-07-03 | 1 | -88/+32 |
|
|
* | This commit was manufactured by cvs2svn to create tag 'r14beta1'.v1.4b1 | cvs2svn | 1996-07-01 | 1 | -0/+1 |
|
|
* | New versions of VC project which has no source files in PC/ | Guido van Rossum | 1996-07-01 | 3 | -2563/+1184 |
|
|
* | added plock | Guido van Rossum | 1996-06-28 | 3 | -5/+11 |
|
|
* | split autoconf target in two | Guido van Rossum | 1996-06-28 | 1 | -1/+2 |
|
|
* | Slightly different Windows ifdefs | Guido van Rossum | 1996-06-28 | 4 | -9/+8 |
|
|
* | added comments about tcl/tk -l options | Guido van Rossum | 1996-06-28 | 1 | -1/+3 |
|
|
* | Added PC files from Jim Ahlstrom. | Guido van Rossum | 1996-06-28 | 33 | -21/+17716 |
|
|
* | Added plock() system call. | Guido van Rossum | 1996-06-28 | 1 | -1/+25 |
|
|
* | Fixed restore_files(); added reset_files(); made these more flexible. | Guido van Rossum | 1996-06-28 | 1 | -8/+31 |
|
|
* | aix sharedlib helpers | Guido van Rossum | 1996-06-26 | 2 | -0/+155 |
|
|
* | Corrections to aix_loaderror(), by Manus Hand. | Guido van Rossum | 1996-06-26 | 1 | -5/+7 |
|
|
* | Jeremy's patches for more robust handling of unmarshallable types. | Guido van Rossum | 1996-06-26 | 1 | -5/+22 |
|
|
* | Add docs for planned improved handling of the marshalling of | Guido van Rossum | 1996-06-26 | 2 | -4/+20 |
|
|
* | new versions from Jim A | Guido van Rossum | 1996-06-26 | 2 | -12/+12 |
|
|
* | socket wrapper module around _socket for all Window platforms | Guido van Rossum | 1996-06-26 | 2 | -0/+272 |
|
|
* | Some updates. Still out of date. | Guido van Rossum | 1996-06-26 | 1 | -29/+157 |
|
|
* | new contributors | Guido van Rossum | 1996-06-26 | 1 | -0/+8 |
|
|
* | url2path for NT | Guido van Rossum | 1996-06-26 | 1 | -0/+52 |
|
|
* | add nturl2path | Guido van Rossum | 1996-06-26 | 1 | -0/+2 |
|
|
* | result of new configure.in | Guido van Rossum | 1996-06-26 | 1 | -106/+197 |
|
|
* | Split some long lines (headers, functions). | Guido van Rossum | 1996-06-26 | 1 | -16/+26 |
|
|
* | Added Andrew Kuchling's explanation of regexp's. | Guido van Rossum | 1996-06-26 | 2 | -2/+274 |
|
|
* | Ignore latex intermediate products. | Guido van Rossum | 1996-06-26 | 1 | -0/+7 |
|
|
* | Added __doc__ to predefined module attributes. | Guido van Rossum | 1996-06-26 | 2 | -6/+12 |
|
|
* | typo | Guido van Rossum | 1996-06-26 | 2 | -2/+2 |
|
|
* | expr_list -> expression_list | Guido van Rossum | 1996-06-26 | 2 | -4/+4 |
|
|
* | explain global better | Guido van Rossum | 1996-06-26 | 2 | -4/+30 |
|
|
* | added '**kw' to parameter list syntax | Guido van Rossum | 1996-06-26 | 2 | -2/+6 |
|
|
* | mktime returns a float now. | Guido van Rossum | 1996-06-26 | 2 | -4/+6 |
|
|
* | Added thread unsafety warning. Added optional retain arg to split. | Guido van Rossum | 1996-06-26 | 2 | -2/+12 |
|
|
* | Better and correct words for split(). | Guido van Rossum | 1996-06-26 | 2 | -20/+20 |
|
|
* | Document some process group stuff; mkdir mode arg optional; mkfifo. | Guido van Rossum | 1996-06-26 | 2 | -2/+110 |
|
|
* | Give correct length of string. | Guido van Rossum | 1996-06-26 | 2 | -2/+2 |
|
|
* | Slight update; file args are no longer optional. | Guido van Rossum | 1996-06-26 | 2 | -16/+16 |
|
|