Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use getargs() in more cases; | Guido van Rossum | 1992-08-14 | 1 | -63/+48 |
| | | | | oct(0) should return '0', not '00' | ||||
* | oct(0) should return '0', not '00' | Guido van Rossum | 1992-08-14 | 1 | -2/+4 |
| | |||||
* | check for embedded \0 in strings for z and s formats | Guido van Rossum | 1992-08-14 | 1 | -2/+13 |
| | |||||
* | * macmodule.c: include allobjects.h, not .c | Guido van Rossum | 1992-08-14 | 2 | -5/+9 |
| | | | | | | * timemodule.c: the mac has no unistd.h * classobject.c: fixed several cases of return NULL that should be return -1 !!! | ||||
* | * classobject.[ch], {float,long,int}object.c, bltinmodule.c: | Guido van Rossum | 1992-08-14 | 7 | -93/+123 |
| | | | | | | coercion is now completely generic. * ceval.c: for instances, don't coerce for + and *; * reverses arguments if left one is non-instance numeric and right one sequence. | ||||
* | * xxobject.c: added tp_as_number, tp_as_sequence, tp_as_mapping to | Guido van Rossum | 1992-08-14 | 1 | -6/+9 |
| | | | | the type object. | ||||
* | Added chapter titles in comments | Guido van Rossum | 1992-08-14 | 2 | -16/+16 |
| | |||||
* | Fixed botched lay-out in class example | Guido van Rossum | 1992-08-14 | 2 | -2/+4 |
| | |||||
* | Moved chapters each to their own file. | Guido van Rossum | 1992-08-14 | 2 | -5474/+18 |
| | | | | | | Real changes: (a) added section on special class methods. (b) corrected typos spotted by Stoffel Erasmus. | ||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 6 | -0/+1846 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 10 | -0/+3908 |
| | |||||
* | Fix bug introduced by Jack (duplicate def of qread) | Guido van Rossum | 1992-08-13 | 1 | -1/+1 |
| | |||||
* | Modified to allow other threads to run in a multithreaded environment. | Jack Jansen | 1992-08-13 | 4 | -1/+63 |
| | |||||
* | Dumped \cbstart, \cbend | Guido van Rossum | 1992-08-13 | 1 | -4/+0 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-13 | 7 | -0/+488 |
| | |||||
* | Changes so that user-defined classes can implement operations invoked | Guido van Rossum | 1992-08-12 | 5 | -42/+609 |
| | | | | | by special syntax: you can now define your own numbers, sequences and mappings. | ||||
* | DO_TIMES must now be defined in the Makefile | Guido van Rossum | 1992-08-12 | 1 | -4/+0 |
| | |||||
* | Made module regex optional; added optional module nis. | Guido van Rossum | 1992-08-12 | 1 | -2/+14 |
| | |||||
* | To ignore a call, cast it to (void), not to (void *)... | Guido van Rossum | 1992-08-12 | 1 | -1/+1 |
| | |||||
* | Added error handling and free resources. | Guido van Rossum | 1992-08-12 | 1 | -54/+81 |
| | |||||
* | NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>. | Guido van Rossum | 1992-08-12 | 1 | -0/+292 |
| | |||||
* | Last-minute changes for release. | Guido van Rossum | 1992-08-10 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-10 | 4 | -0/+198 |
| | |||||
* | added broadcast.py, ftp.py, radio.py | Guido van Rossum | 1992-08-10 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1992-08-10 | 1 | -1/+1 |
| | |||||
* | Almost totally rewritten. | Guido van Rossum | 1992-08-10 | 1 | -33/+123 |
| | |||||
* | Fixed descr of try/finally | Guido van Rossum | 1992-08-09 | 2 | -22/+22 |
| | |||||
* | Added emacs.py (for misc/py-connect.el). | Guido van Rossum | 1992-08-09 | 2 | -0/+44 |
| | | | | posixpath.py: added undocumented expanndvars() (expands $VAR in string). | ||||
* | Makefile, Configure.py: ##ask --> ##[el]if[yes|no] | Guido van Rossum | 1992-08-09 | 1 | -28/+30 |
| | | | | posixmodule.c: waitpid() is separate | ||||
* | Warn that _ must be in tt font. | Guido van Rossum | 1992-08-07 | 1 | -1/+2 |
| | |||||
* | Add chapter on classes (mostly from ../misc/CLASSES). | Guido van Rossum | 1992-08-07 | 2 | -0/+1196 |
| | |||||
* | Removed *.libs (now in ./sgi); | Guido van Rossum | 1992-08-06 | 4 | -4/+18 |
| | | | | | added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros. | ||||
* | Replaced max=-1 by max = -1. | Guido van Rossum | 1992-08-06 | 1 | -1/+1 |
| | |||||
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 19 | -150/+382 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * socketmodule.c: get rid of makepair(); fix makesocketaddr to fix broken recvfrom() * socketmodule: get rid of getStrarg() * ceval.h: move eval_code() to new file eval.h, so compile.h is no longer needed. * ceval.c: move thread comments to ceval.h; always make save/restore thread functions available (for dynloaded modules) * cdmodule.c, listobject.c: don't include compile.h * flmodule.c: include ceval.h * import.c: include eval.h instead of ceval.h * cgen.py: add forground(); noport(); winopen(""); to initgl(). * bltinmodule.c, socketmodule.c, fileobject.c, posixmodule.c, selectmodule.c: adapt to threads (add BGN/END SAVE macros) * stdwinmodule.c: adapt to threads and use a special stdwin lock. * pythonmain.c: don't include getpythonpath(). * pythonrun.c: use BGN/END SAVE instead of direct calls; also more BGN/END SAVE calls etc. * thread.c: bigger stack size for sun; change exit() to _exit() * threadmodule.c: use BGN/END SAVE macros where possible * timemodule.c: adapt better to threads; use BGN/END SAVE; add longsleep internal function if BSD_TIME; cosmetics | ||||
* | Sometimes, recvfrom() returns an empty address; this is not an error. | Guido van Rossum | 1992-08-05 | 1 | -26/+10 |
| | | | | Also, get rid of makepair() in favor of mkvalue(). | ||||
* | new file for SGI Video | Sjoerd Mullender | 1992-08-04 | 2 | -0/+302 |
| | |||||
* | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 | 11 | -393/+1249 |
| | | | | | | | | | | | * split pythonmain.c in two: most stuff goes to pythonrun.c, in the library. * new optional built-in threadmodule.c, build upon Sjoerd's thread.{c,h}. * new module from Sjoerd: mmmodule.c (dynamically loaded). * new module from Sjoerd: sv (svgen.py, svmodule.c.proto). * new files thread.{c,h} (from Sjoerd). * new xxmodule.c (example only). * myselect.h: bzero -> memset * select.c: bzero -> memset; removed global variable | ||||
* | * myselect.h: bzero -> memset | Guido van Rossum | 1992-08-04 | 2 | -13/+13 |
| | | | | * select.c: bzero -> memset; removed global variable | ||||
* | cdmodule.c: 2 minor changes by Sjoerd. | Guido van Rossum | 1992-08-03 | 1 | -3/+13 |
| | |||||
* | listobject.c: added optional cmp function to list.sort(). | Guido van Rossum | 1992-08-03 | 1 | -7/+54 |
| | |||||
* | New rotor methods: setkey(), encryptmore() and decryptmore(). | Guido van Rossum | 1992-08-02 | 1 | -8/+89 |
| | |||||
* | Changes to make it compile under SGI -- revamped new/dealloc a bit. | Guido van Rossum | 1992-07-31 | 1 | -39/+25 |
| | |||||
* | New file rotormodule.c (by Lance Ellinghouse). | Guido van Rossum | 1992-07-31 | 1 | -0/+735 |
| | |||||
* | fileobject.c: fix fatal bug in getline() (forgot to initialize fp now) | Guido van Rossum | 1992-07-31 | 1 | -0/+1 |
| | |||||
* | New module to support decoding multipart messages (also see mimetools). | Guido van Rossum | 1992-07-13 | 1 | -0/+118 |
| | |||||
* | New modules mimetools and rfc822. | Guido van Rossum | 1992-07-13 | 3 | -1/+325 |
| | | | | Minor, minor changes to commands.py and sndhdr.py. | ||||
* | Changed calendar.py to define lists of literals instead of tuples. | Guido van Rossum | 1992-07-09 | 1 | -9/+9 |
| | | | | Got rid of old module 'localtime.py'. | ||||
* | Initial revision | Guido van Rossum | 1992-07-07 | 1 | -0/+48 |
| | |||||
* | Added description of pp.py. | Guido van Rossum | 1992-07-07 | 1 | -0/+1 |
| | |||||
* | > * Makefile: always create .ps files; add qua to 'all' target; | Guido van Rossum | 1992-07-07 | 1 | -3/+16 |
| | | | | > added 'clobber' target |