summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* At the release of 1.0.1.Guido van Rossum1994-02-153-3/+3
* Make more robust against Minix and MacGuido van Rossum1994-01-142-5/+22
* new file, setup for minixGuido van Rossum1994-01-141-0/+160
* Add colon to TESTPATH (oops!)Guido van Rossum1994-01-132-2/+2
* Added TESTPATHGuido van Rossum1994-01-132-3/+23
* Clarified comments about build process.Guido van Rossum1994-01-112-9/+154
* Integers are specified as "i" and not as "d".Sjoerd Mullender1994-01-071-1/+1
* Makefile.pre.in (renamed from Makefile.in.in), makesetup: changes toGuido van Rossum1994-01-041-1/+1
* One NULL should have been 0.Sjoerd Mullender1994-01-031-1/+1
* Implemented sort of a solution for PYTHONPATH.Guido van Rossum1994-01-031-0/+155
* Added George Neville-Neil's timing moduleGuido van Rossum1994-01-022-0/+196
* 1994 CopyrightGuido van Rossum1994-01-021-1/+1
* Added some files to new moduleGuido van Rossum1994-01-023-0/+302
* Added function ttob.Sjoerd Mullender1993-12-241-4/+41
* New files.Guido van Rossum1993-12-241-0/+396
* ANSIfied somewhat.Sjoerd Mullender1993-12-241-21/+22
* rgbimgmodule.c, Makefile, config.c: new module to read RGB image files.Sjoerd Mullender1993-12-214-49/+816
* almodule.c: added close method, equivalent to closeport.Sjoerd Mullender1993-12-201-0/+1
* * Grammar: corrected old typo (class instead of 'class')Guido van Rossum1993-12-201-158/+0
* * mpzmodule.c: cast some methods to the proper type.Guido van Rossum1993-12-171-6/+8
* Added minmax function:Sjoerd Mullender1993-12-131-0/+27
* Port to Solaris 2.3.Sjoerd Mullender1993-12-033-6/+39
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-234-9/+17
* * import.c (get_module): total rewrite, to ensure proper search order: forGuido van Rossum1993-11-171-0/+13
* * parsermodule.c, Makefile, config.c: rudimentary interface to the PythonGuido van Rossum1993-11-102-0/+115
* * posixmodule.c: added set{uid,gid}.Guido van Rossum1993-11-102-2/+44
* * mpzmodule.c: removed redundant mpz_print function.Guido van Rossum1993-11-051-19/+1
* Fix stupib bug in concatenationGuido van Rossum1993-11-051-1/+1
* Added execve; change getstrarg into getargs with "s" formatGuido van Rossum1993-11-051-10/+99
* Fix memory leaks in join & joinfieldsGuido van Rossum1993-11-051-11/+25
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-034-31/+96
* Fixed a couple of bugs: getargs doesn't use % escapes, and secondsSjoerd Mullender1993-11-021-2/+2
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-011-1/+2
* * selectmodule.c (select_select): timeout argument may be None with sameGuido van Rossum1993-11-011-6/+12
* Hacks for NEXTSTEP.Guido van Rossum1993-11-011-0/+5
* Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT.Guido van Rossum1993-11-011-0/+15
* Simplify life for md5: include (slightly modified) md5.h and md5c.cGuido van Rossum1993-11-013-5/+414
* Added rindex(). index() and rindex() interpret negative start indexGuido van Rossum1993-10-261-5/+41
* Work around a bug in the DEC alpha OSF/1 C preprocessor.Guido van Rossum1993-10-261-0/+3
* * import.c (MAGIC): Changed magic word to avoid confusion about execGuido van Rossum1993-10-221-3/+3
* Several optimizations and speed improvements.Sjoerd Mullender1993-10-222-25/+32
* * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this isGuido van Rossum1993-10-182-18/+90
* Makefile, import.c: Lance's alternative module search (allow .pyc fileGuido van Rossum1993-10-151-1/+0
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-114-7/+72
* Bug fix: check whether call succeeded *after* the call.Sjoerd Mullender1993-09-141-1/+1
* * clmodule.c (doParams): free PVbuffer in error condition.Sjoerd Mullender1993-08-031-1/+3
* Final touch before release.Guido van Rossum1993-07-292-4/+19
* Minor fixes / changes for Mac compatibility.Guido van Rossum1993-07-291-2/+2
* * Added support for X11 modules.Guido van Rossum1993-07-285-3/+71
* forms_set_event_call_back: argument of None resets event callback to NULL.Guido van Rossum1993-07-261-0/+2