summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improved exception handing. Added some XXX comments.Guido van Rossum1992-12-171-14/+27
|
* Changes to some math using underscore as subscript, necessary sinceGuido van Rossum1992-12-173-1/+6
| | | | the new style file defines underscore as an underscore in tt font.
* Add timeout and retry to UDP version of protocolGuido van Rossum1992-12-151-9/+20
|
* Fix spelling of Umnt.Guido van Rossum1992-12-151-2/+2
|
* Support packing longs.Guido van Rossum1992-12-151-4/+10
|
* Fix misunderstood readdir count (bytes, not dir entries)Guido van Rossum1992-12-151-4/+3
| | | | and minor other changes.
* Add explicit auth callGuido van Rossum1992-12-151-0/+13
|
* Make auth handling differentGuido van Rossum1992-12-151-6/+20
|
* Add explicit auth objectGuido van Rossum1992-12-151-0/+6
|
* Initial revisionGuido van Rossum1992-12-145-0/+909
|
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-146-4/+2176
| | | | | | | | | | | | | return NULL for malloc(0) or realloc(p, 0). (This should be done differently than wasting one byte, but alas...) * Moved "add'l libraries" option in Makefile to an earlier place. * Remove argument compatibility hacks (b) and (c). * Add grey2mono, dither2mono and mono2grey to imageop. * Dup the fd in socket.fromfd(). * Added new modules mpz, md5 (by JH, requiring GNU MP 1.2). Affects Makefile and config.c. * socketmodule.c: added socket.fromfd(fd, family, type, [proto]), converted socket() to use of getargs().
* ActualizedGuido van Rossum1992-12-145-20/+22
|
* Actualized.Guido van Rossum1992-12-141-3/+3
| | | | Do import stdwingl
* bit vector is now implementedGuido van Rossum1992-12-141-2/+2
|
* sv now raises sv.error, not RuntimeErrorGuido van Rossum1992-12-141-1/+1
|
* Initial revisionGuido van Rossum1992-12-142-0/+155
|
* Added cmpaf.pyGuido van Rossum1992-12-141-0/+1
|
* Get official parameter namesGuido van Rossum1992-12-141-9/+2
|
* Choose a port that doesn't conmflict with real radioGuido van Rossum1992-12-143-3/+3
|
* New 'finally' syntaxGuido van Rossum1992-12-141-15/+16
|
* ActualizeGuido van Rossum1992-12-141-1/+1
|
* Explicitly close menus. Make '0' mean the last menu item.Guido van Rossum1992-12-141-0/+5
|
* ActualizedGuido van Rossum1992-12-1411-11/+11
|
* Adapted to modern timesGuido van Rossum1992-12-141-3/+8
|
* Adapted to modern times. Cosmetic and comment changes.Guido van Rossum1992-12-141-7/+23
|
* Adapted to modern times and fixed a bug (id --> my_id)Guido van Rossum1992-12-141-3/+3
|
* adapted to newest version of CL library.Sjoerd Mullender1992-12-141-358/+318
|
* CL.py: adapted to newest version of CL library.Sjoerd Mullender1992-12-146-132/+530
| | | | | | | | | | cdplayer.py: It is now also possible to give the CD's TOC as argument to init(). The TOC is a string consisting of 2 digits giving the number of tracks and then for each track the length of the track as number of minutes and number of seconds (2 digits each). cddb.py: Interface to the .cddb directory. Usage is the same as for cdplayer.py.
* /usr/local/bin/pythonGuido van Rossum1992-12-145-5/+5
|
* Add description of kunst.pyGuido van Rossum1992-12-141-0/+6
|
* Unknown changes by Jack.Guido van Rossum1992-12-141-61/+41
|
* Use tzparse to avoid embarrasment in other timezones or when DST changes.Guido van Rossum1992-12-141-9/+9
| | | | Adapt to new, stricter, rules for argument passing.
* * Got entirely rid of path.py.Guido van Rossum1992-12-1441-228/+208
| | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it!
* Fix for new argument passing rules.Guido van Rossum1992-12-141-14/+14
|
* Band-aid to fix it for new argument passing rules.Guido van Rossum1992-12-141-12/+7
|
* Changes for supporting monochrome and greyscale video (not yet fullyJack Jansen1992-12-147-46/+185
| | | | functional)
* Fix bug when reporting errorGuido van Rossum1992-12-102-3/+3
|
* Adapt to modern times...Guido van Rossum1992-12-102-25/+27
|
* Initial revisionGuido van Rossum1992-12-092-0/+206
|
* Friendlier response to interrupt. Use /usr/local/*bin*/python.Guido van Rossum1992-12-091-3/+6
|
* Microscopic changes, comments/messages changed.Guido van Rossum1992-12-095-9/+17
| | | | Real important: turn off FIELDDROP in Vrec.
* Added new modules mpz, md5 (by JH, requiring GNU MP).Guido van Rossum1992-12-081-0/+14
|
* Incorporated Jan-Hein's changes and texinfo conversion.Guido van Rossum1992-12-0817-19/+4681
|
* socketmodule.c: added socket.fromfd(fd, family, type, [proto]);Guido van Rossum1992-12-081-8/+32
| | | | converted socket() to use of getargs().
* Added output from testall run, for autotest.py.Guido van Rossum1992-11-271-0/+133
|
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-276-6/+295
| | | | | (testing operations on built-in types) and autotest.py (automatic regression testing).
* * classobject.c: in instance_lenth, test result of call_objectGuido van Rossum1992-11-263-0/+6
| | | | | | for exception before using it. Fixed a few other places where the outcome of calling sq_length wasn't tested for exceptions (bltinmodule.c, ceval.c).
* * mainloop.py: added facility for calling select(). Also addedGuido van Rossum1992-11-267-28/+374
| | | | | | | | embryonic facility for pseudo-modal dialogs. * stdwinevents.py: added modifier masks for key/mouse events * renamed exceptions in nntplib.py * Changed string.join() to call string.joinfields() to profit of strop.joinfields()
* * config.c: Added audioop to lists.Guido van Rossum1992-11-264-1/+152
| | | | | | | | | * Makefile: change default source directory * socketmodule.c: added getsockname and getpeername * bltinmodule.c: corrected typo in type() error message * Added new built-in functions str() and repr(): repr(x) == `x`; str(x) == x if x is a string, otherwise str(x) == repr(x). * Added joinfields to stropmodule.c (string.join calls joinfields now)
* *** empty log message ***Guido van Rossum1992-11-161-0/+16
|