summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes by Sjoerd (reformatted).Guido van Rossum1997-02-141-95/+106
* posix_execve(): Accept any mapping protocol object for the envBarry Warsaw1997-01-291-7/+18
* Change bsddbmodule.o -> bsddbmodule.c.Guido van Rossum1997-01-281-1/+1
* Added LDLAST variable, substituted by configure script, for the finalGuido van Rossum1997-01-281-1/+2
* Two more arguments to newcodeobject -- first lineno and lineno table.Guido van Rossum1997-01-241-4/+7
* Initialize the ob_type field of PyAST_Type dynamically (inGuido van Rossum1997-01-231-3/+7
* Bump install version to 1.5.Guido van Rossum1997-01-221-1/+1
* Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall().Guido van Rossum1997-01-211-1/+3
* work build# into version stringGuido van Rossum1997-01-202-2/+39
* Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and useGuido van Rossum1997-01-171-2/+6
* Add stacksize argument to new.code().Guido van Rossum1997-01-171-5/+6
* Added Sjoerd's submitted 'ratecv' method. Made corrections for new names.Roger E. Masse1997-01-171-25/+140
* Renamed, but not tested. Guido will you try your test script on this?Roger E. Masse1997-01-171-95/+94
* Renamed.Roger E. Masse1997-01-171-530/+584
* (puremodule.c): New module which exports the Purify and Quantify C APIBarry Warsaw1997-01-173-4/+1169
* Already renamed. Indented.Roger E. Masse1997-01-161-471/+513
* Renamed.Roger E. Masse1997-01-161-79/+88
* set_key(): Use Py_CHARMASK macro to get the character from the arrayBarry Warsaw1997-01-161-237/+43