summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restructured quite a bit, hopefully Lee Busby will find this useful.Guido van Rossum1997-02-181-50/+82
* join(): join one or more path componentsBarry Warsaw1997-02-183-26/+42
* Added a paragraph to describe clear_cache(), and why it's necessary.Barry Warsaw1997-02-182-0/+14
* Document the new get_syntax() function.Barry Warsaw1997-02-182-0/+8
* Store the current regex syntax along with the regular expressionBarry Warsaw1997-02-181-10/+15
* regex_get_syntax(): New module function exported to Python.Barry Warsaw1997-02-181-0/+12
* Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env isGuido van Rossum1997-02-181-1/+1
* Change the question about os.environ changes not working -- it nowGuido van Rossum1997-02-171-19/+10
* Two changes:Guido van Rossum1997-02-171-0/+10
* An initial stab at calling random C routines from PythonJack Jansen1997-02-171-0/+903
* Initial stab at calling C routines from python dynamicallyJack Jansen1997-02-172-0/+214
* Require _tkinter -- don't attempt to import tkinter when _tkinter doesGuido van Rossum1997-02-152-50/+20
* Add fpectl and fpetest modules.Guido van Rossum1997-02-141-0/+7
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-142-0/+6
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-148-1/+492
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-145-4/+38
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-143-10/+63
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-144-0/+168
* Fix the comments for bitwise and/or.Guido van Rossum1997-02-141-6/+6
* Keep gcc -Wall happy.Guido van Rossum1997-02-142-3/+3
* Added decl for Py_AddPendingCall and include mymalloc.h, all to keepGuido van Rossum1997-02-141-0/+4
* Add parentheses around && within || as gcc -Wall advises.Guido van Rossum1997-02-141-1/+1
* Oops, remove an unused variable from PyErr_Format().Guido van Rossum1997-02-141-1/+0
* Added decl for Py_FdIsInteractive.Guido van Rossum1997-02-141-0/+2
* Added decl for Py_InteractiveFlag.Guido van Rossum1997-02-141-0/+1
* My version of Lee Busby's patches to make '-i' pretend stdin is a ttyGuido van Rossum1997-02-141-22/+35
* Added new global flag variable Py_InteractiveFlag and new functionGuido van Rossum1997-02-141-1/+22
* Added PyArg_ParseTupleAndKeywords, PyErr_Format.Guido van Rossum1997-02-141-0/+2
* Added prototype for PyErr_Format(exception, formatstring, ...) -> NULL.Guido van Rossum1997-02-141-0/+1
* Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL.Guido van Rossum1997-02-141-0/+27
* Added .cxx and .cpp to extensions recognized as source files.Guido van Rossum1997-02-141-0/+2
* Added PyArg_ParseTupleAndKeywords() prototype.Guido van Rossum1997-02-141-0/+2
* djgpp support.Guido van Rossum1997-02-141-1/+1
* djgpp fix (SIGMAX).Guido van Rossum1997-02-141-0/+4
* Issue a more meaningful error if strftime keeps returning a NULL pointer.Guido van Rossum1997-02-141-2/+5
* *Don't* kill all local variables on function exit. This will be doneGuido van Rossum1997-02-141-12/+0
* Slight tweak: in string_hash(), if the hash hasn't been computed yet,Guido van Rossum1997-02-141-0/+5
* Kill all local variables when the frame is deallocated (moved hereGuido van Rossum1997-02-141-1/+11
* Gave the Listbox selection methods their correct (longer) names.Guido van Rossum1997-02-142-4/+8
* Changes by Sjoerd (reformatted).Guido van Rossum1997-02-141-95/+106
* Added doco for ratecv.Guido van Rossum1997-02-142-0/+22
* Added test for ratecv (from Sjoerd, reformatted).Guido van Rossum1997-02-141-0/+9
* Added intern() function.Guido van Rossum1997-02-141-0/+14
* Put support for a cnf dictionary back in, since it is still supportedGuido van Rossum1997-02-122-2/+6
* Merged in Jack's fixes. This brings some lines beyond 79 chars again;Guido van Rossum1997-02-111-17/+32
* Put a new, more useful, set of references in the leading comment.Guido van Rossum1997-02-101-6/+13
* Correct typo in PyArg_ParseTuple example.Guido van Rossum1997-02-102-10/+18
* The USE_CACHE_ALIGNING define now has a value: the number of *words*Jack Jansen1997-02-031-4/+11
* Restructured Checker class to get rid of 'ext' table.Guido van Rossum1997-02-022-177/+165
* Optionally (on USE_CACHE_ALIGN) extend overhead structure to alignJack Jansen1997-02-011-0/+7