summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial version of the README fileBarry Warsaw1998-12-031-0/+98
* General comments on what's here and how to try it out. NoteFred Drake1998-12-021-0/+23
* Moved NotImplementedError into alphabetical order, and rewordBarry Warsaw1998-12-011-9/+7
* Added documentation for NotImplementedError. Fred (I'm sure) willBarry Warsaw1998-12-011-0/+9
* Support conversions to both SGML and XML; SGML is the "default".Fred Drake1998-12-011-14/+20
* Use esistools.Fred Drake1998-12-011-29/+25
* Use esistools.Fred Drake1998-12-011-15/+66
* Use esistools, getopt.Fred Drake1998-12-011-31/+27
* Utility functions and misc. classes used in handling ESIS data.Fred Drake1998-12-011-0/+80
* Ignore the byproducts of SGML/XML conversions for now.Fred Drake1998-12-016-6/+18
* Added new builtin standard exception: NotImplementedError (its CBarry Warsaw1998-12-011-0/+2
* Nits to support conversions.Fred Drake1998-12-011-2/+2
* Added NotImplementedError, subclassed from RuntimeErrorBarry Warsaw1998-12-011-2/+10
* Added PyExc_NotImplementedErrorBarry Warsaw1998-12-011-0/+1
* Nits to support conversions.Fred Drake1998-11-301-7/+4
* Remove $(CUTCRUFT) garbage; now in fixgenents.sh.Fred Drake1998-11-301-6/+8
* Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean upFred Drake1998-11-301-1/+4
* Fix minor nit with respect to conversion.Fred Drake1998-11-301-39/+43
* Remove {\rm ...} constructs.Fred Drake1998-11-301-1/+1
* Remove some remaining {\rm ...} constructs.Fred Drake1998-11-301-37/+38
* Change "for" explanation slightly based on comment passed along byFred Drake1998-11-301-7/+10
* l2hoption: Do the "right thing" to quote the right-hand-side of PerlFred Drake1998-11-301-1/+2