summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Checkin of Jack's buffer mods.Guido van Rossum1997-05-051-0/+53
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-27/+64
* 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
* Adapt Mac specific code to new universal headers (I think -- this isGuido van Rossum1997-04-291-3/+3
* Hm. What was previously checked in was the edited *output* of the oldGuido van Rossum1997-04-291-704/+693
* 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
* 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
* Moved rename2's macros relevant to this module here and added commentGuido van Rossum1997-04-291-0/+15
* OK, I lied. On Windows, _IOLBF seems to be the same as fullGuido van Rossum1997-04-111-4/+8
* Change in when and how stdin and stdout are set to line-buffering.Guido van Rossum1997-04-111-3/+5
* Keep Microsoft VC happy.Guido van Rossum1997-04-114-29/+29
* Keep gcc -Wall and Microsoft VC happy.Guido van Rossum1997-04-111-7/+7
* Removed two unused static function: string_addsep() andBarry Warsaw1997-04-111-98/+61
* My own patch: support writable 'softspace' attribute.Guido van Rossum1997-04-111-2/+23
* (Jack:) fopen arg typo (?) "rw" changed to "rb".Guido van Rossum1997-04-111-1/+1
* (Jack:) Mac only: get GUSI errno.h values too.Guido van Rossum1997-04-111-0/+5
* Remove the Emacs shell-script line. It's not a shell script.Guido van Rossum1997-04-111-1/+0
* The default path components are now all relative instead of absolute paths.Guido van Rossum1997-04-111-6/+10
* Completely revamped the way the default path is constructed.Guido van Rossum1997-04-111-34/+531
* Pass VERSION and VPATH into getpath.c.Guido van Rossum1997-04-111-0/+2
* Bugfix by Sjoerd:Guido van Rossum1997-04-111-1/+5
* Tweaks to keep the Microsoft compiler quier.Guido van Rossum1997-04-094-11/+20
* Give PyErr_Format a new name and make it static.Guido van Rossum1997-04-091-0/+5
* Jim Fulton's version 2.2.Guido van Rossum1997-04-091-2810/+2931
* Unknown changes by Jim Fulton.Guido van Rossum1997-04-091-199/+140
* New version by Sjoerd, with support for IRIX 6 audio library.Guido van Rossum1997-04-031-340/+3035
* Added replace() implementation by Perry Stoll (debugged and reformatted by me).Guido van Rossum1997-04-021-1/+167
* Win32 precision clock() -- Mark Hammond.Guido van Rossum1997-04-021-1/+44
* Support include statement :-(Guido van Rossum1997-04-021-0/+1
* Support assert stmt.Guido van Rossum1997-04-021-1/+32
* remove ConflictErrorGuido van Rossum1997-03-311-1/+0
* As per GvR recomendation, added support for a 'sync' attribute for theRoger E. Masse1997-03-251-0/+18
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-146-13/+13
* Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined.Guido van Rossum1997-03-141-0/+1
* Add optional 4th argument to [r]find and [r]index (end of slice).Guido van Rossum1997-03-141-9/+27
* Add Emacs shell-script directive, SunPro version#, and fix typoGuido van Rossum1997-03-041-2/+3
* Solaris and IRIX specific instructions for fpectl.Guido van Rossum1997-03-041-2/+14
* Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO.Guido van Rossum1997-03-031-2/+7
* Change all three fopen calls to use binary mode.Guido van Rossum1997-02-211-3/+3