summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't use tktools, dummy! Reworded test message slightly.Guido van Rossum1996-07-212-10/+62
|
* fix canvas bind commandsGuido van Rossum1996-07-214-4/+4
|
* Added option to refilemessages() to keep sequencesGuido van Rossum1996-07-211-4/+27
|
* Changes for new parser module (Fred Drake)Guido van Rossum1996-07-213-37/+276
|
* New opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTIONGuido van Rossum1996-07-211-0/+5
|
* add mac compatibilityGuido van Rossum1996-07-211-1/+29
|
* - Added a file dialog exampleJack Jansen1996-07-184-2/+132
| | | | - Added pointers to library documentation
* Old names changed to Py_GetCopyright, etc.Jack Jansen1996-07-104-6/+6
|
* inittab is a "struct _inittab".Jack Jansen1996-07-101-4/+1
|
* Given a module/pathname file created by findmodulefiles compile allJack Jansen1996-07-101-0/+39
| | | | needed modules and create a file full of PYC resources.
* added a thing on the to-do listBarry Warsaw1996-07-081-1/+2
|
* (python-font-lock-keywords): added class and defBarry Warsaw1996-07-051-7/+13
|
* (py-mode-syntax-table): revert underscore to word class, even though IBarry Warsaw1996-07-031-1/+5
| | | | don't agree with it.
* (py-delete-char): Obey numeric argument.Barry Warsaw1996-07-031-15/+21
|
* (py-shift-region-left, py-shift-region-right, py-indent-right,Barry Warsaw1996-07-031-88/+32
| | | | | | | py-outdent-left, py-mode-map): Folded all functionality into py-shift-region-* commands. Bound C-c C-l to py-shift-region-left and C-c C-r to py-shift-region-right. Removed py-indent-right and py-indent-left.
* This commit was manufactured by cvs2svn to create tag 'r14beta1'.v1.4b1cvs2svn1996-07-011-0/+1
|
* New versions of VC project which has no source files in PC/Guido van Rossum1996-07-013-2563/+1184
|
* added plockGuido van Rossum1996-06-283-5/+11
|
* split autoconf target in twoGuido van Rossum1996-06-281-1/+2
|
* Slightly different Windows ifdefsGuido van Rossum1996-06-284-9/+8
|
* added comments about tcl/tk -l optionsGuido van Rossum1996-06-281-1/+3
|
* Added PC files from Jim Ahlstrom.Guido van Rossum1996-06-2833-21/+17716
|
* Added plock() system call.Guido van Rossum1996-06-281-1/+25
| | | | Changed test for Windows times() emulation.
* Fixed restore_files(); added reset_files(); made these more flexible.Guido van Rossum1996-06-281-8/+31
|
* aix sharedlib helpersGuido van Rossum1996-06-262-0/+155
|
* Corrections to aix_loaderror(), by Manus Hand.Guido van Rossum1996-06-261-5/+7
|
* Jeremy's patches for more robust handling of unmarshallable types.Guido van Rossum1996-06-261-5/+22
|
* Add docs for planned improved handling of the marshalling ofGuido van Rossum1996-06-262-4/+20
| | | | unmarshallable objects.
* new versions from Jim AGuido van Rossum1996-06-262-12/+12
|
* socket wrapper module around _socket for all Window platformsGuido van Rossum1996-06-262-0/+272
|
* Some updates. Still out of date.Guido van Rossum1996-06-261-29/+157
|
* new contributorsGuido van Rossum1996-06-261-0/+8
|
* url2path for NTGuido van Rossum1996-06-261-0/+52
|
* add nturl2pathGuido van Rossum1996-06-261-0/+2
|
* result of new configure.inGuido van Rossum1996-06-261-106/+197
|
* Split some long lines (headers, functions).Guido van Rossum1996-06-261-16/+26
| | | | Rework --with-readline and --with-thread.
* Added Andrew Kuchling's explanation of regexp's.Guido van Rossum1996-06-262-2/+274
|
* Ignore latex intermediate products.Guido van Rossum1996-06-261-0/+7
|
* Added __doc__ to predefined module attributes.Guido van Rossum1996-06-262-6/+12
|
* typoGuido van Rossum1996-06-262-2/+2
|
* expr_list -> expression_listGuido van Rossum1996-06-262-4/+4
|
* explain global betterGuido van Rossum1996-06-262-4/+30
|
* added '**kw' to parameter list syntaxGuido van Rossum1996-06-262-2/+6
|
* mktime returns a float now.Guido van Rossum1996-06-262-4/+6
|
* Added thread unsafety warning. Added optional retain arg to split.Guido van Rossum1996-06-262-2/+12
|
* Better and correct words for split().Guido van Rossum1996-06-262-20/+20
|
* Document some process group stuff; mkdir mode arg optional; mkfifo.Guido van Rossum1996-06-262-2/+110
|
* Give correct length of string.Guido van Rossum1996-06-262-2/+2
|
* Slight update; file args are no longer optional.Guido van Rossum1996-06-262-16/+16
|
* Add flock; warn about lockdata system dependency when using fcntl.Guido van Rossum1996-06-262-2/+18
|