summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* timezone support for macintosh (Jack)Guido van Rossum1997-10-081-0/+36
* Include macbuildno.h here (mac only) (Jack)Guido van Rossum1997-10-081-0/+4
* lots of "goto error" replaced by "return" (Jack)Guido van Rossum1997-10-081-264/+264
* Converted to new exception style (Jack)Guido van Rossum1997-10-081-6/+2
* Mac does support createfilehandler now (Jack)Guido van Rossum1997-10-081-1/+1
* Checking in AMK's latest installement.Guido van Rossum1997-10-082-130/+68
* initparser(): Use PyErr_NewException() to create the exception.Fred Drake1997-10-071-1/+1
* Fix EventHook (the trick to make widgets appear when using GNUGuido van Rossum1997-10-071-3/+19
* Add the Setup line for the pcre module.Guido van Rossum1997-10-071-1/+2
* Add get_line_buffer() and insert_text(), suggested by Michael McLay.Guido van Rossum1997-10-071-0/+40
* New "re" regular expression support.Guido van Rossum1997-10-064-0/+5135
* Oops, forgot one.Guido van Rossum1997-10-011-1/+1
* Apply two changes, systematically:Guido van Rossum1997-10-0127-166/+78
* Removed extern declaration of strdup(). Doesn't appear to be important andFred Drake1997-09-301-10/+0
* Add an optional hack for threads in Tkinter.Guido van Rossum1997-09-283-2/+1005
* Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP.Guido van Rossum1997-09-281-1/+1
* Changes submitted by Marc-Andre Lemburg to add two tables: errorcodeGuido van Rossum1997-09-281-368/+622
* In whichmodule(), use __module__ if set.Guido van Rossum1997-09-281-0/+4
* Set the completer's word break characters appropriate for Python.Guido van Rossum1997-09-261-0/+4
* Reordered and reformatted, and added some cool new features:Guido van Rossum1997-09-261-62/+183
* Fix by Sjoerd: don't want to resize to zero length.Guido van Rossum1997-09-221-2/+7
* 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