summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Move the "import readline" to an earlier place so it is also done whenGuido van Rossum1997-09-161-8/+10
* Add strerror() interface.Guido van Rossum1997-09-151-2/+30
* Export names for the types defined by this module: TkappType and TkttType.Guido van Rossum1997-09-131-0/+3
* Indent the #error so that a strict K&R cpp doesn't complain.Guido van Rossum1997-09-081-1/+1
* Change the names of the subdirectories tkinter and stdwin toGuido van Rossum1997-09-081-2/+2
* Reverse the order in which Setup and Setup.local are passed to theGuido van Rossum1997-09-071-1/+1
* Contribution by Hannu Krosing (with some changes).Guido van Rossum1997-09-051-0/+38
* Don't use ANSI string literal concatenation (everything is K&R compatible).Guido van Rossum1997-09-051-4/+4
* Get rid of most silly #include and #ifdefs near the top; these are allGuido van Rossum1997-09-051-55/+59
* Several changes:Jeremy Hylton1997-09-041-125/+188
* Added first line to set Emacs makefile mode (pretty colors :-)Barry Warsaw1997-09-041-0/+1
* #Plug small memory leaks in constructors.Guido van Rossum1997-09-033-6/+15
* Plug small leaks: the [de]compress object itself was never freed.Guido van Rossum1997-09-031-0/+2
* Change [_Py_]re_compile_pattern() to return a char*.Guido van Rossum1997-09-033-12/+12
* Mod suggested by Donn Cave -- invoke makexp_aix relative to $0Guido van Rossum1997-09-031-2/+4
* Disable the portable multimedia modules (audioop, imageop, rgbimg) byGuido van Rossum1997-09-031-4/+5
* Fix the bug Jeremy was experiencing: both the close() and theGuido van Rossum1997-09-031-4/+19
* Added -X option to suppress default import of site.py. Also split theGuido van Rossum1997-08-291-5/+13
* Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag soBarry Warsaw1997-08-291-2/+3
* Parse new command line option -X which enables exception classes.Barry Warsaw1997-08-291-1/+6
* Added (binaryfunc) casts to function pointers in method lists.Guido van Rossum1997-08-281-4/+4
* Some long variables should have been int to match the 'i' format specifier.Guido van Rossum1997-08-281-3/+3
* Ignore whitespace between formats (not internal to a count+format).Guido van Rossum1997-08-261-0/+7
* Add unsupported variable EXE which can be set to .exe on systems whereGuido van Rossum1997-08-221-1/+4
* Added configuration tests for presence of alarm(), pause(), and getpwent()Guido van Rossum1997-08-222-4/+8
* Removed JF's dollar-Log-dollar RCS turd that caused compilation toBarry Warsaw1997-08-211-52/+0
* Remove redundant decl for PyOS_InputHook.Guido van Rossum1997-08-211-3/+0
* Added /**/ around #end tagsGuido van Rossum1997-08-212-2/+5
* Must remove conflicting files from archiveGuido van Rossum1997-08-211-4/+6
* Globally renamed join() to joinpath() to avoid compilation error on Cray.Guido van Rossum1997-08-201-22/+22
* Renamed strndup to pystrndup, to avoid conflicting prototypeGuido van Rossum1997-08-201-5/+9
* When we have signalmodule.o, remove intrcheck.o as well as sigcheck.o.Guido van Rossum1997-08-201-3/+4
* Alas, the thread support for Tk didn't work. Withdraw it, until IGuido van Rossum1997-08-191-0/+4
* Moved inclusion of PURIFY in LINKCC to configureGuido van Rossum1997-08-181-1/+1
* Casts by Jack to shut up the Mac compiler.Guido van Rossum1997-08-184-32/+32
* DeleteTimerHandler was accidentally #ifdef'ed out for macintosh withGuido van Rossum1997-08-181-3/+0
* When making all, don't make sharedmods. That's now called separatelyGuido van Rossum1997-08-181-1/+1
* Use a trick to make the test for GMP v2 to work when GMP v1 definesGuido van Rossum1997-08-171-1/+1
* Different strategy regarding whether to declare getrusage() andGuido van Rossum1997-08-171-11/+9
* Last minute changes for \B. AMK.Guido van Rossum1997-08-151-2/+2
* Keep gcc -Wall happyGuido van Rossum1997-08-153-2/+2
* Added std copyright notice.Guido van Rossum1997-08-151-0/+31
* Fixed refcount bug (thank you, Purify and AMK).Guido van Rossum1997-08-141-0/+1
* Several bug fixes.Jeremy Hylton1997-08-141-52/+70
* Added a bunch of XXX comments about things I'd like to see changed...Guido van Rossum1997-08-141-1/+8
* Merge Mac and Windows mods (which mostly affect the same problem -- noGuido van Rossum1997-08-141-9/+32
* Use _Py_re_match/search instead of re_match/search; these may becomeGuido van Rossum1997-08-141-2/+3
* Many changes.Jeremy Hylton1997-08-131-98/+82
* 1.5a3 prerelease 1 from AMKGuido van Rossum1997-08-134-100/+169
* Must update the available space in the output buffer afterJeremy Hylton1997-08-131-0/+3