summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3.Guido van Rossum1997-02-211-118/+76
* regex_get_syntax(): New module function exported to Python.Barry Warsaw1997-02-181-0/+12
* Add fpectl and fpetest modules.Guido van Rossum1997-02-141-0/+7
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-148-1/+492
* Add parentheses around && within || as gcc -Wall advises.Guido van Rossum1997-02-141-1/+1
* My version of Lee Busby's patches to make '-i' pretend stdin is a ttyGuido van Rossum1997-02-141-22/+35
* Added .cxx and .cpp to extensions recognized as source files.Guido van Rossum1997-02-141-0/+2
* djgpp fix (SIGMAX).Guido van Rossum1997-02-141-0/+4
* Issue a more meaningful error if strftime keeps returning a NULL pointer.Guido van Rossum1997-02-141-2/+5