summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Add doc string to type object.Fred Drake1997-05-231-1/+12
|
* PyObject_Compare can raise an exception now.Guido van Rossum1997-05-231-4/+4
|
* Partial(?) 64bit patch (AMK).Guido van Rossum1997-05-221-6/+6
|
* Enable putenv and waitpid (== wait4) for NeXT.Guido van Rossum1997-05-221-0/+87
|
* Defined array.array_type, the type object.Guido van Rossum1997-05-221-1/+6
|
* Add socket.socket_type, as discussed on c.l.p.Guido van Rossum1997-05-211-0/+5
|
* Include config.h so it can define const away for K&R.Guido van Rossum1997-05-201-0/+2
|
* Make delimiter and separator static for K&R C.Guido van Rossum1997-05-201-3/+11
|
* fixed ratecv to continue working if product of rates is bigger than 32 bitsGuido van Rossum1997-05-201-0/+21
| | | | (Sjoerd)
* Removed MetroWerks workaround, replaced by defines in mymath.h (Jack)Guido van Rossum1997-05-201-5/+0
|
* workaround for Mac MSL header definitions of TRUE and FALSE (Jack)Guido van Rossum1997-05-201-0/+4
|
* Add platform to welcome message.Guido van Rossum1997-05-191-2/+3
|
* Renamed strndup to my_strndup to avoid conflict witth GNU libc.Guido van Rossum1997-05-161-5/+8
|
* Address the following problem on DOS and Win 3.1, reported by JimGuido van Rossum1997-05-161-12/+12
| | | | | | | | | 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.
* Remove the last three uses of PyArg_GetInt() from the source.Guido van Rossum1997-05-151-3/+3
|
* Add sections for PIL (Fred Lundh).Guido van Rossum1997-05-141-1/+15
|
* Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie.Guido van Rossum1997-05-141-1/+1
|
* A new set of symbols. Hopefully this will be sufficient, I have noGuido van Rossum1997-05-141-21/+28
| | | | idea how this is used, really.
* Add a cast to a malloc to shut up the DEC Unix compiler.Guido van Rossum1997-05-141-1/+1
|
* Keep gcc -Wall happy.Guido van Rossum1997-05-131-2/+2
|
* Use compile-time test for 64-bit hardware instead of run-time test.Guido van Rossum1997-05-131-1/+9
| | | | This silences some compilers.
* Removed symbols that are no longer defined.Guido van Rossum1997-05-131-12/+0
| | | | Still have to find a way to add symbols that *are* defined...
* Keep picky compilers happy.Guido van Rossum1997-05-131-4/+3
|
* Another change suggested by Donn Cave -- forget "step 5", whichGuido van Rossum1997-05-121-21/+2
| | | | searches /usr/local, /usr and /.
* Fix problem reported by Donn Cave: if VPATH is an absolute path, itGuido van Rossum1997-05-121-18/+25
| | | | | would always be a hit. Prevent this by only using VPATH if we know we are in the build directory.
* Fix big ineficciency in regobj.search/match (introduced by Barry in anGuido van Rossum1997-05-121-10/+12
| | | | | | | | otherwise laudible attempt to rationalize the argument parsing): it would save a copy of the original string instead of a reference to it. Go back to saving a reference, but keep the "s#" format (using a hack that involves two argument parsing steps, first using "O", then using "s#").
* Latest from Jeffrey Ollie.Guido van Rossum1997-05-092-1473/+1680
| | | | Infinite failure stack, some bugs fixed (fastmap, star_jump, register bug).
* Avoid warning from gcc on Linux about dropping const.Guido van Rossum1997-05-091-1/+1
|
* Oops, missed some renamings.Guido van Rossum1997-05-071-5/+5
|
* Instead of importing graminit.h whenever one of the three grammar 'root'Guido van Rossum1997-05-071-3/+6
| | | | symbols is needed, define these in Python.h with a Py_ prefix.
* On popular demand, re-enable the readline event hook.Guido van Rossum1997-05-071-1/+0
|
* In makesockaddr(), if we don't know the address family, don't raise anGuido van Rossum1997-05-071-3/+6
| | | | exception -- return it as a tuple. Seems useful in promiscuous mode.
* Checkin of Jack's buffer mods.Guido van Rossum1997-05-051-0/+53
| | | | Not really checked, but didn't fail any tests either...
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-27/+64
| | | | | All per-thread globals are moved into a struct which is manipulated separately.
* Add -lgl and -lm for imgfile. Better way to configure zlib.Guido van Rossum1997-05-051-7/+3
|
* Add PYTHONHOME to the usage message.Guido van Rossum1997-04-301-0/+2
|
* One copy is enough; we already had resource.c.Guido van Rossum1997-04-301-240/+0
|
* Keep gcc -Wall happy.Guido van Rossum1997-04-294-29/+4
|
* Renamed inittab.Guido van Rossum1997-04-291-1/+1
|
* Track updates in rename2.h.Guido van Rossum1997-04-291-14/+2
|
* Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here.Guido van Rossum1997-04-291-1/+1
|
* Change the exception objects to have the string value "os.error"Guido van Rossum1997-04-291-2/+2
| | | | instead "posix.error" or "nt.error".
* Adapt Mac specific code to new universal headers (I think -- this isGuido van Rossum1997-04-291-3/+3
| | | | Jack's code).
* Hm. What was previously checked in was the edited *output* of the oldGuido van Rossum1997-04-291-704/+693
| | | | | | | cgen.py. Now that cgen.py and cstubs have been quickly renamed, check in the actual output. This has some "old-style" names left in (getilongarg etc.) but these are now take care of by macros in cgensupport.h (which is now specific to glmodule.c).
* Moved here from ../Python and quickly renamed.Guido van Rossum1997-04-291-128/+128
|
* Added cgensupport.o.Guido van Rossum1997-04-291-0/+3
|
* Added cgensupport.c to Setup line for gl module.Guido van Rossum1997-04-291-1/+8
| | | | Addeed Andrew Kuchling's zlib module.
* Added Jeremy's resource module.Guido van Rossum1997-04-291-0/+240
|
* Quickly renamed.Guido van Rossum1997-04-292-250/+247
|
* Added Andrew Kuchling's zlib module.Guido van Rossum1997-04-291-0/+670
|