| 1992-12-14 |
Guido van Rossum | Actualized |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Guido van Rossum | Adapted to modern times |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Guido van Rossum | Adapted to modern times. Cosmetic and comment changes. |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Guido van Rossum | Adapted to modern times and fixed a bug (id --> my_id) |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Sjoerd Mullender | adapted to newest version of CL library. |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Sjoerd Mullender | CL.py: adapted to newest version of CL library. |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Guido van Rossum | /usr/local/bin/python |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Guido van Rossum | Add description of kunst.py |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Guido van Rossum | Unknown changes by Jack. |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Guido van Rossum | Use tzparse to avoid embarrasment in other timezones... |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Guido van Rossum | * Got entirely rid of path.py. |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Guido van Rossum | Fix for new argument passing rules. |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Guido van Rossum | Band-aid to fix it for new argument passing rules. |
commit | commitdiff | tree | snapshot |
| 1992-12-14 |
Jack Jansen | Changes for supporting monochrome and greyscale video... |
commit | commitdiff | tree | snapshot |
| 1992-12-10 |
Guido van Rossum | Fix bug when reporting error |
commit | commitdiff | tree | snapshot |
| 1992-12-10 |
Guido van Rossum | Adapt to modern times... |
commit | commitdiff | tree | snapshot |
| 1992-12-09 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1992-12-09 |
Guido van Rossum | Friendlier response to interrupt. Use /usr/local/... |
commit | commitdiff | tree | snapshot |
| 1992-12-09 |
Guido van Rossum | Microscopic changes, comments/messages changed. |
commit | commitdiff | tree | snapshot |
| 1992-12-08 |
Guido van Rossum | Added new modules mpz, md5 (by JH, requiring GNU MP). |
commit | commitdiff | tree | snapshot |
| 1992-12-08 |
Guido van Rossum | Incorporated Jan-Hein's changes and texinfo conversion. |
commit | commitdiff | tree | snapshot |
| 1992-12-08 |
Guido van Rossum | socketmodule.c: added socket.fromfd(fd, family, type... |
commit | commitdiff | tree | snapshot |
| 1992-11-27 |
Guido van Rossum | Added output from testall run, for autotest.py. |
commit | commitdiff | tree | snapshot |
| 1992-11-27 |
Guido van Rossum | Added some new tests and two new files for testing... |
commit | commitdiff | tree | snapshot |
| 1992-11-26 |
Guido van Rossum | * classobject.c: in instance_lenth, test result of... |
commit | commitdiff | tree | snapshot |
| 1992-11-26 |
Guido van Rossum | * mainloop.py: added facility for calling select()... |
commit | commitdiff | tree | snapshot |
| 1992-11-26 |
Guido van Rossum | * config.c: Added audioop to lists. |
commit | commitdiff | tree | snapshot |
| 1992-11-16 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 1992-11-16 |
Guido van Rossum | Support default port. |
commit | commitdiff | tree | snapshot |
| 1992-11-16 |
Guido van Rossum | Added comments, use 'global' and change prompt to ... |
commit | commitdiff | tree | snapshot |
| 1992-11-16 |
Guido van Rossum | Restructured into several subroutines. |
commit | commitdiff | tree | snapshot |
| 1992-11-06 |
Guido van Rossum | Added all_errors, list of all possible exceptions. |
commit | commitdiff | tree | snapshot |
| 1992-11-05 |
Guido van Rossum | Use getsockname() if it exists |
commit | commitdiff | tree | snapshot |
| 1992-11-05 |
Guido van Rossum | Added much functionality, changed some names (errors... |
commit | commitdiff | tree | snapshot |
| 1992-11-05 |
Guido van Rossum | * change default line numbers for 'list' in pdb.py |
commit | commitdiff | tree | snapshot |
| 1992-11-04 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1992-10-26 |
Guido van Rossum | Added imageopmodule.c, also added them to Makefile... |
commit | commitdiff | tree | snapshot |
| 1992-10-25 |
Guido van Rossum | Fixed comments |
commit | commitdiff | tree | snapshot |
| 1992-10-25 |
Guido van Rossum | Use /usr/local/bin/python |
commit | commitdiff | tree | snapshot |
| 1992-10-25 |
Guido van Rossum | Added gopher.py; removed IN.py |
commit | commitdiff | tree | snapshot |
| 1992-10-25 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1992-10-18 |
Guido van Rossum | * bltinmodule.c: added built-in function cmp(a, b) |
commit | commitdiff | tree | snapshot |
| 1992-10-18 |
Guido van Rossum | Misc changes and new modules. whrandom is "objectified... |
commit | commitdiff | tree | snapshot |
| 1992-10-02 |
Guido van Rossum | Add .fdc and .rgb to default list of ignored extensions |
commit | commitdiff | tree | snapshot |
| 1992-09-29 |
Guido van Rossum | New tool Vfix: truncate the right edge of 'grey' type... |
commit | commitdiff | tree | snapshot |
| 1992-09-29 |
Sjoerd Mullender | Lots of little fixes. |
commit | commitdiff | tree | snapshot |
| 1992-09-29 |
Guido van Rossum | VFile: added new formats 'jpeg' and 'jpeggrey'. Decomp... |
commit | commitdiff | tree | snapshot |
| 1992-09-25 |
Guido van Rossum | Modified most (but not yet all) I/O to always go throug... |
commit | commitdiff | tree | snapshot |
| 1992-09-25 |
Guido van Rossum | New shell script Addmodule.sh makes it easier to add... |
commit | commitdiff | tree | snapshot |
| 1992-09-25 |
Sjoerd Mullender | Changed an ifdef from IRIX_405 to CDsetcallback. |
commit | commitdiff | tree | snapshot |
| 1992-09-25 |
Sjoerd Mullender | Fixed the last known bugs. |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | Added resizevideo() interface to LiveVideoIn and ration... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | Added resizevideo() interface to LiveVideoIn and ration... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | Changed the init() interface of LiveVideoOut to read... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | Python equivalent of <netinet/in.h> (SGI specific,... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | Added options to Vsend and Vreceive; moved common defau... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | Added multicast to Vsend and Vreceive. Updated README... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Sjoerd Mullender | Defined exception cd.error which is used for errors... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Sjoerd Mullender | New module "CL" (Compression Library) for Irix 4.0... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Sjoerd Mullender | New built-in module "cl" (Compression Library). Only... |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | Better way of deducing mcast group bytes. |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | Add -b option and sleep shorter. |
commit | commitdiff | tree | snapshot |
| 1992-09-24 |
Guido van Rossum | open() now raises IOError, not RuntimeError! |
commit | commitdiff | tree | snapshot |
| 1992-09-23 |
Sjoerd Mullender | New built-in module cl, the Compression Library. |
commit | commitdiff | tree | snapshot |
| 1992-09-22 |
Guido van Rossum | New modules LiveVideo{In,Out} (interfaces will change!). |
commit | commitdiff | tree | snapshot |
| 1992-09-22 |
Guido van Rossum | Vrec.py: sv now raises sv.error instead of RuntimeError. |
commit | commitdiff | tree | snapshot |
| 1992-09-20 |
Guido van Rossum | __oct__ and __hex__ |
commit | commitdiff | tree | snapshot |
| 1992-09-20 |
Guido van Rossum | New module regsub contains sub(), gsub() and split... |
commit | commitdiff | tree | snapshot |
| 1992-09-17 |
Guido van Rossum | * Makefile: added IMGFILE; moved some stuff around. |
commit | commitdiff | tree | snapshot |
| 1992-09-13 |
Guido van Rossum | posix: added setpgrp() and, if sgi, setsid() and setpgi... |
commit | commitdiff | tree | snapshot |
| 1992-09-12 |
Guido van Rossum | Made builtins int(), long(), float(), oct() and hex... |
commit | commitdiff | tree | snapshot |
| 1992-09-11 |
Guido van Rossum | Makefile uses $> more often; cgen supports filename... |
commit | commitdiff | tree | snapshot |
| 1992-09-11 |
Sjoerd Mullender | Added C++ support in thread.h; don't use signals if... |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Allow broadcast using setsockopt() |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Added mcast demo |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Utility to add a cached index to an existing movie... |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | VFile: The Entry-Indigo trick doesn't work on 4.0.1... |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Added post_mortem() and pm() interfaces to pdb and... |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Added hint about changing the prompt in $PYTHONSTARTUP |
commit | commitdiff | tree | snapshot |
| 1992-09-08 |
Guido van Rossum | Made struct a standard built-in module; added string... |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | Fixed "clear()" and added "clearto(r, g, b)". |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | Clear the window when receiving a REDRAW event and... |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | Use vin/vout.clear() instead of gl.clear() |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | New module 'colorsys' implements conversions between... |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | Adapted the world to the new VFile.py. Fixed bugs... |
commit | commitdiff | tree | snapshot |
| 1992-09-07 |
Guido van Rossum | Almost completely rewritten for cleaner code. |
commit | commitdiff | tree | snapshot |
| 1992-09-04 |
Guido van Rossum | Remove PAL dependencies; add -w option (initial window... |
commit | commitdiff | tree | snapshot |
| 1992-09-04 |
Guido van Rossum | classobject.c moduleobject.c stdwinmodule.c xxobject.c: |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Changed references to /usr/local into /usr/local/bin. |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Give code objects a more useful representation. |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Restructured (yet again) to treat all modules more... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Correct debug printing code |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Correct spelling in function name |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Print warnings to stderr and correct spelling |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Remove outdated warning in comments. |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Remove bogus type-and-refcnt setting from newsizedstrin... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Got rid the bogus cache code and fix some unchecked... |
commit | commitdiff | tree | snapshot |
| 1992-09-03 |
Guido van Rossum | Compare instance methods by comparing the object and... |
commit | commitdiff | tree | snapshot |
| next |