summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Bernard Herzog pointed out that rl_parse_and_bind modifies itsGuido van Rossum1998-12-041-2/+9
* New version from Jim Fulton:Guido van Rossum1998-11-251-1172/+1110
* New version from Jim Fulton:Guido van Rossum1998-11-251-71/+69
* Doc strings by Chris Petrilli.Guido van Rossum1998-11-231-6/+44
* RajGopal Srinivasan noted that the latest code doesn't work whenGuido van Rossum1998-11-171-0/+6
* audio(7I) suggests that applications do the following to get theBarry Warsaw1998-10-311-7/+42
* Add note about compiling FORMS with -Dclear=__GLclear.Guido van Rossum1998-10-211-0/+4
* Check in the changed version after running the stubber again -- thisGuido van Rossum1998-10-211-13/+12
* On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear toGuido van Rossum1998-10-211-3/+4
* Add a missing DECREF in an error exit. Submitted by Jonathan Giddy.Guido van Rossum1998-10-191-0/+1
* Doc strings by Chris Petrilli.Guido van Rossum1998-10-141-6/+79
* No need to issue a fatal error if the PyDict_SetItemString fails; theGuido van Rossum1998-10-141-3/+2
* ACK! There was still an unescaped newline in a docstring.Guido van Rossum1998-10-141-1/+1
* Doc strings by Chris Petrilli.Guido van Rossum1998-10-131-42/+177
* Looks like I didn't test this interactively. The EventHook() code wasGuido van Rossum1998-10-121-4/+1
* Patch by Jonathan Giddy (with some cleanup by me) to always use theGuido van Rossum1998-10-091-22/+30
* There's no need to declare Tk_GetNumMainWindows() (and it breaksGuido van Rossum1998-10-081-2/+0
* Use the t# format where appropriate. Greg Stein.Guido van Rossum1998-10-089-37/+34
* Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy.Guido van Rossum1998-10-071-6/+12
* Changes to support other object types besides stringsGuido van Rossum1998-10-071-2/+15
* Make gcc -Wall happy.Guido van Rossum1998-10-072-6/+8
* Make gcc -Wall happy:Guido van Rossum1998-10-071-12/+0
* Make gcc -Wall happy:Guido van Rossum1998-10-071-6/+8
* Documented PYTHONOPTIMIZE; by Marc Lemburg.Guido van Rossum1998-10-071-1/+1
* Make the version variable static (it has no business being exported).Guido van Rossum1998-10-071-1/+1
* Clarify sharedinstall commentGuido van Rossum1998-10-071-2/+3
* Andrew Dalke's implementation of string.count().Guido van Rossum1998-10-061-0/+47
* No need for (char *) cast from gdbm_strerror().Guido van Rossum1998-10-031-5/+3
* Win32 port. Patches by Milton L. Hankins.Guido van Rossum1998-10-031-1/+7
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-016-6/+10
* Fixes for OS/2 by Jeff Rush.Guido van Rossum1998-09-281-9/+9
* Removed some OS/2 #defines (now in the OS/2 specific config.h).Guido van Rossum1998-09-281-15/+0
* Get rid of the test for non-NULL thread state in EventHook; it can beGuido van Rossum1998-09-211-2/+0
* When we have siginterrupt(), use it to disable restarting interruptedGuido van Rossum1998-09-211-0/+6
* Enable the 'new' module by default.Guido van Rossum1998-09-211-1/+1
* Patches from Greg Stein to support 'P' format in struct module'sGuido van Rossum1998-09-181-0/+31
* Remove some unused variables from gethostbyaddr_ex and gethostbyaddr,Guido van Rossum1998-09-131-4/+0
* Michael P. Reilly suggested this fix: makesetup wants to prependGuido van Rossum1998-09-091-0/+1
* Now that we have standard (optional) long long support, the long longGuido van Rossum1998-08-311-66/+0
* Y2K fix affecting asctime(), mktime(), strftime().Guido van Rossum1998-08-251-19/+37
* Enter Jim Fulton's latest version. He writes:Jeremy Hylton1998-08-131-20/+80
* Need mytime.h for Sleep().Guido van Rossum1998-08-131-0/+2
* Two fixes to find_class:Jeremy Hylton1998-08-111-9/+22
* Added a module docstring (that's all this module needs).Guido van Rossum1998-08-111-1/+15
* Now include Python.hGuido van Rossum1998-08-081-0/+2
* Jim Fulton's patches to get rid of the class_map().Guido van Rossum1998-08-081-73/+27
* In Win32 version of listdir(), when FindFirstFile() returnsGuido van Rossum1998-08-061-0/+2
* Removed unused variables.Guido van Rossum1998-08-061-4/+0
* Undo a silly effect of a global substitution: the macintosh panic()Guido van Rossum1998-08-051-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-0412-14/+132