summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Check for boundary errors in [r]find -- find("x", "", 2) should return -1.Guido van Rossum1998-03-241-2/+2
* patch for re.sub bug, by AMK.Guido van Rossum1998-03-103-6/+7
* Check for HAVE_MKTIME (if you don't have it, some tests will fail, butGuido van Rossum1998-03-061-0/+9
* Don't use setvbuf unless HAVE_SETVBUF is defined.Guido van Rossum1998-03-061-4/+12
* Clear class_map in constructor so that when it later detects an errorGuido van Rossum1998-03-061-1/+2
* Raise ValueError: "unconvertible time" when ctime() returns NULL,Guido van Rossum1998-03-031-0/+4
* Doc strings added by Mitch Chapman.Guido van Rossum1998-03-031-7/+67
* Doc strings added by Mitch Chapman.Guido van Rossum1998-03-031-4/+32
* Doc strings added by Mitch Chapman.Guido van Rossum1998-03-031-19/+107
* Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added butKen Manheimer1998-03-031-1/+1
* A bug in PCRE could cause core dumps in patterns such asGuido van Rossum1998-02-201-2/+7
* Delete the 'exit' command from the Tcl interpreter -- it would allowGuido van Rossum1998-02-191-0/+3
* Forgot to return NULL in joinfields() when a type error was detectedGuido van Rossum1998-02-061-1/+3
* Updated URL for zlib.Guido van Rossum1998-02-061-1/+2
* Register Tcl_Finalize as a Python exit handler.Guido van Rossum1998-02-061-1/+4
* Don't store the exception info from an unhandled exception in a threadGuido van Rossum1998-02-061-1/+1
* - Use Py_GetPythonHome() instead of getenv("PYTHONHOME").Guido van Rossum1998-02-061-2/+4
* Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not aGuido van Rossum1998-01-191-11/+10
* Instead of a single exists(), differentiate between files, modules,Guido van Rossum1998-01-191-13/+70
* Add unistd.h for isatty().Guido van Rossum1998-01-191-0/+4
* Add LOG_SYSLOG if defined.Guido van Rossum1998-01-191-0/+3
* Deleted targets used only by Jim Fulton's now deleted "gMakefile".Guido van Rossum1998-01-131-17/+1
* Oops, big glitch. Charles had put a 1 in the column for argument listGuido van Rossum1997-12-301-8/+8
* Oops, the last checkin left a blank line in a string literal.Guido van Rossum1997-12-301-1/+1
* At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call toGuido van Rossum1997-12-291-0/+3
* Moved some #ifdefs around that got put in the wrong place by theGuido van Rossum1997-12-291-16/+22
* Minor editing corrections.Guido van Rossum1997-12-291-5/+6
* Added doc string, provided by Charles Waldman (with some reformattingGuido van Rossum1997-12-291-29/+162
* AMK's latest -- synchronized with PCRE 1.04.Guido van Rossum1997-12-224-125/+179
* Oops, left in a non-standard multi-line doc string that GCC finds okayGuido van Rossum1997-12-211-4/+4
* Added doc strings, suggested by Charles G. Waldman (but massaged quite a bit).Guido van Rossum1997-12-191-7/+41
* Patch by Brian Gallew for DG/UX. I'm not quite sure what it does butGuido van Rossum1997-12-181-2/+3
* Win32 treatment.Guido van Rossum1997-12-181-2/+7
* AMK's latest; plus three null bytes that I added for purifyGuido van Rossum1997-12-174-167/+157
* Fix mysterious undetected error -- call to non-existant Py_Err_SetStr()Guido van Rossum1997-12-161-1/+1
* Add -lld option for AIX to _tkinter rules.Guido van Rossum1997-12-161-0/+2
* Patch by Oliver Andrich for Lunix using glibc.Guido van Rossum1997-12-151-0/+4
* Untested change to include gmp-mparam.h instead of gmp-impl.h.Guido van Rossum1997-12-151-1/+1
* Patch (by Andrew Kuchling of course) to prevent named back referencesGuido van Rossum1997-12-151-1/+1
* Move the dbm module around and add an introductory paragraph for dbm,Guido van Rossum1997-12-111-3/+12
* Remove "Lib/test" from the default path; this is now a package!Guido van Rossum1997-12-101-1/+0
* The 'l' flag (locale specific matching) has been renamed to 'L'.Guido van Rossum1997-12-101-2/+2
* Add a test for a bad format character.Guido van Rossum1997-12-091-0/+16
* Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.Guido van Rossum1997-12-091-1/+1
* LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES.Guido van Rossum1997-12-091-0/+2
* (1) call mktime() just before strftime(); it normalizes the buffer andGuido van Rossum1997-12-081-0/+8
* New pcre version from AMKGuido van Rossum1997-12-084-1209/+1797
* Jim Fulton:Guido van Rossum1997-12-081-24/+50
* Another large batch of patches from Jeff Rush for OS/2.Guido van Rossum1997-12-051-15/+243
* Two changes by Jeff Rush (slightly tweaked):Guido van Rossum1997-12-051-9/+26