summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch by Chris Herborth:Guido van Rossum1998-12-171-0/+4
* Patch by Chris Herborth:Guido van Rossum1998-12-171-1/+7
* Changes for new BeOS port by Chris HerborthGuido van Rossum1998-12-173-149/+74
* Jim Fulton writes:Guido van Rossum1998-12-151-42/+73
* Move the prototype for dump_counts() to before where it is used.Guido van Rossum1998-12-151-4/+4
* Sjoerd Mullender:Guido van Rossum1998-12-152-3/+7
* (py-goto-beginning-of-tqs): Finds the beginning of the triple quotedBarry Warsaw1998-12-151-11/+28
* Added most of the mechanism to change the strips from color variationsBarry Warsaw1998-12-151-20/+101
* A start on the TestModExp appletBarry Warsaw1998-12-153-6/+6
* grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2?Barry Warsaw1998-12-151-4/+8
* "Author" -> "Contact"Barry Warsaw1998-12-144-8/+8
* Fixed bug reported to Gregor Hoffleit:Andrew M. Kuchling1998-12-141-1/+1
* As noted by Per Cederqvist, new_buffersize() sometimes returns theGuido van Rossum1998-12-111-2/+11
* When tracing references, reset the type and size of tuples allocatedGuido van Rossum1998-12-111-0/+4
* Need to initialize self->safe_constructors early on to prevent crashGuido van Rossum1998-12-111-0/+1
* Gregor Hoffleit writes:Guido van Rossum1998-12-111-1/+1
* create_module_info(): New function: Modify a <section> to create aFred Drake1998-12-101-13/+99
* Remove another {\rm ...} construct.Fred Drake1998-12-101-2/+2
* Don't pass around a list of known empty elements, since the ESISFred Drake1998-12-101-5/+6
* Remove prototypes for PyOS_strto[u]l -- Chris Herborth.Guido van Rossum1998-12-102-6/+0
* Add more SET_LINENO instructions in long argument listsGuido van Rossum1998-12-101-1/+7
* Remove prototype for PyOS_strtol -- Chris Herborth.Guido van Rossum1998-12-101-1/+0
* Add prototypes for PyOS_strto[u]l -- Chris Herborth.Guido van Rossum1998-12-101-0/+9
* Need to define DL_EXPORT, of course!Guido van Rossum1998-12-101-0/+1
* No longer needed.Guido van Rossum1998-12-101-473/+0
* Needed to add DL_EXPORT to (redundant?) extern decl of module init function.Guido van Rossum1998-12-102-2/+2
* Added a transform to start cleaning up the modulesynopsis stuff aFred Drake1998-12-101-0/+17
* Nits.Fred Drake1998-12-101-11/+11
* Handle SGML variant as well as XML variant. SGML is *much* moreFred Drake1998-12-101-0/+12
* Removing the BeOS specific 'ar' utility -- no longer needed,Guido van Rossum1998-12-0916-3334/+0
* In read_multi, allow a subclass to override the class we instantiateGuido van Rossum1998-12-091-4/+7
* In __getslice__, use self.__class__ instead of UserList.Guido van Rossum1998-12-091-1/+1
* Sjoerd Mullender writes:Guido van Rossum1998-12-091-1/+1
* Moved to Python 1.5.2/LibGuido van Rossum1998-12-081-343/+0
* Update the descriptions of strftime() and strptime() to avoidFred Drake1998-12-081-45/+47
* Make VC++ 5.0 compiler happy.Guido van Rossum1998-12-081-12/+8
* Correct the poplib example. Stephan Richter pointed out some problemsGuido van Rossum1998-12-081-3/+3
* Correctly document atan2.Guido van Rossum1998-12-081-1/+1
* Rename the parameters of atan2(), based on comments from Guido & PeterFred Drake1998-12-081-2/+2
* Sjoerd patches the previous patch:Guido van Rossum1998-12-081-0/+10
* Undo the change here -- there's no point in declaring a staticGuido van Rossum1998-12-081-1/+1
* Sjoerd writes:Guido van Rossum1998-12-072-2/+10
* Adding thread support for BeOS by Chris Herborth.Guido van Rossum1998-12-071-0/+388
* "singed" --> "signed" (3 places)Fred Drake1998-12-071-3/+3
* Py_Main() must be DL_EXPORT too.Guido van Rossum1998-12-072-2/+2
* Patch by Jeff Rush:Guido van Rossum1998-12-071-1/+1
* Patch by Jeff Rush:Guido van Rossum1998-12-071-1/+1
* Open the file in binary mode -- so serving images from a Windows boxGuido van Rossum1998-12-071-1/+1
* intermediateBarry Warsaw1998-12-051-0/+85
* Fixed some bugsBarry Warsaw1998-12-051-23/+32