- 13 Oct, 1998 1 commit
-
-
Guido van Rossum authored
-
- 12 Aug, 1997 1 commit
-
-
Guido van Rossum authored
the buffer used to hold the array -- for dangerous low-level I/O.
-
- 02 Jun, 1997 1 commit
-
-
Guido van Rossum authored
-
- 23 May, 1997 1 commit
-
-
Guido van Rossum authored
-
- 22 May, 1997 1 commit
-
-
Guido van Rossum authored
-
- 16 May, 1997 1 commit
-
-
Guido van Rossum authored
Ahlstrom: Arraymodule.c has static functions H_getitem and h_getitem, and a few others which differ only in case. These are a problem on Windows 3.1, since a case-sensitive link causes Winsock to fail (hey, it's not my fault). Please convert H_etc to HH_etc etc.
-
- 05 May, 1997 1 commit
-
-
Guido van Rossum authored
Not really checked, but didn't fail any tests either...
-
- 11 Apr, 1997 1 commit
-
-
Guido van Rossum authored
-
- 03 Jan, 1997 1 commit
-
-
Guido van Rossum authored
recent changes in the struct module).
-
- 09 Dec, 1996 2 commits
-
-
Roger E. Masse authored
from emacs as per recomendation from GvR
-
Roger E. Masse authored
-
- 05 Dec, 1996 1 commit
-
-
Guido van Rossum authored
-
- 25 Oct, 1996 1 commit
-
-
Guido van Rossum authored
-
- 09 Mar, 1995 1 commit
-
-
Guido van Rossum authored
-
- 22 Jan, 1995 1 commit
-
-
Guido van Rossum authored
-
- 17 Jan, 1995 1 commit
-
-
Guido van Rossum authored
-
- 04 Jan, 1995 1 commit
-
-
Guido van Rossum authored
Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
-
- 02 Jan, 1995 1 commit
-
-
Guido van Rossum authored
Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads.
-
- 19 Aug, 1994 1 commit
-
-
Guido van Rossum authored
-
- 01 Aug, 1994 1 commit
-
-
Guido van Rossum authored
-
- 23 Nov, 1993 1 commit
-
-
Guido van Rossum authored
* posixmodule.c: don't prototype getcwd() -- it's not portable... * mappingobject.c: double-check validity of last_name_char in dict{lookup,insert,remove}. * arraymodule.c: need memmove only for non-STDC Suns. * Makefile: comment out HTML_LIBS and XT_USE by default * pythonmain.c: don't prototype getopt() -- it's not standardized * socketmodule.c: cast flags arg to {get,set}sockopt() and addrbuf arg to recvfrom() to (ANY*). * pythonrun.c (initsigs): fix prototype, make it static * intobject.c (LONG_BIT): only #define it if not already defined * classobject.[ch]: remove all references to unused instance_convert() * mappingobject.c (getmappingsize): Don't return NULL in int function.
-
- 10 Nov, 1993 1 commit
-
-
Guido van Rossum authored
* {tuple,list,mapping,array}object.c: call printobject with 0 for flags * compile.c (parsestr): use quote instead of '\'' at one crucial point * arraymodule.c (array_getattr): Added __members__ attribute
-
- 05 Nov, 1993 1 commit
-
-
Guido van Rossum authored
-
- 03 Nov, 1993 1 commit
-
-
Guido van Rossum authored
careful about these. * arraymodule.c: added 8 byte swap; added 'i' format character; added reverse() method; rename read/write to fromfile/tofile. * config.c: Set version to 0.9.9++. * rotormodule.c (r_rand): declare k1..k5 as unsigned longs so the shifts will have a well-defined effect independent of word size. * bltinmodule.c: renamed bagof() to filter().
-
- 01 Nov, 1993 1 commit
-
-
Guido van Rossum authored
pythonrun.c: added static forward declarations * pythonrun.h, ceval.h, longobject.h, node.h: removed declarations of static routines
-
- 11 Oct, 1993 1 commit
-
-
Sjoerd Mullender authored
image objects, and lots of new methods. * Added counting of allocations and deallocations of builtin types if COUNT_ALLOCS is defined. Had to move calls to NEWREF down in some files. * Bug fix in sorting lists.
-
- 17 Jun, 1993 1 commit
-
-
Guido van Rossum authored
Added $(SYSDEF) to its build rule in Makefile. * cgensupport.[ch], modsupport.[ch]: removed some old stuff. Also changed files that still used it... And made several things static that weren't but should have been... And other minor cleanups... * listobject.[ch]: add external interfaces {set,get}listslice * socketmodule.c: fix bugs in new send() argument parsing. * sunaudiodevmodule.c: added flush() and close().
-
- 07 Apr, 1993 1 commit
-
-
Guido van Rossum authored
* Removed one use of $> in Makefile and warned about others. Added configurable lines in Makefile to change CC and AR.
-
- 19 Feb, 1993 1 commit
-
-
Guido van Rossum authored
-