summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed typos in --dumpBarry Warsaw1998-12-051-4/+4
* Clarify evaluation of default arguments at def time with more text andGuido van Rossum1998-12-041-2/+20
* Added Doc strings -- by Chris Petrilli.Guido van Rossum1998-12-042-67/+216
* When comparing bound methods, use identity test on the objects,Guido van Rossum1998-12-041-1/+1
* Use PyInt_AS_LONG macro instead of explicit inlining.Guido van Rossum1998-12-041-6/+6
* One more fprintf bites the dist -- use PySys_WriteStderrGuido van Rossum1998-12-041-1/+1
* Need to add default decl of DL_IMPORT, for mymalloc.hGuido van Rossum1998-12-042-0/+11
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-0447-46/+47
* Fix two small bugs; add DL_EXPORT() to initcPickle decl.Guido van Rossum1998-12-041-2/+3
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-0444-400/+403
* Turtle graphicsGuido van Rossum1998-12-042-0/+686
* Bernard Herzog pointed out that rl_parse_and_bind modifies itsGuido van Rossum1998-12-041-2/+9
* Add explicit example on how to import a submodule of a package usingGuido van Rossum1998-12-041-0/+15
* Added Helpwin -- help in a text widgetBarry Warsaw1998-12-031-0/+60
* Untabification and other cruftBarry Warsaw1998-12-031-31/+40
* docstring(): Function for returning __doc__ % globals()Barry Warsaw1998-12-031-1/+6
* audiopy: slightly revamped UI... includes a menubar, no quit button,Barry Warsaw1998-12-032-17/+102
* New API version (enough has changed!).Guido van Rossum1998-12-031-3/+5