| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make VC++ 5.0 compiler happy. | Guido van Rossum | 1998-12-08 | 1 | -12/+8 |
|
|
* | Correct the poplib example. Stephan Richter pointed out some problems | Guido van Rossum | 1998-12-08 | 1 | -3/+3 |
|
|
* | Correctly document atan2. | Guido van Rossum | 1998-12-08 | 1 | -1/+1 |
|
|
* | Rename the parameters of atan2(), based on comments from Guido & Peter | Fred Drake | 1998-12-08 | 1 | -2/+2 |
|
|
* | Sjoerd patches the previous patch: | Guido van Rossum | 1998-12-08 | 1 | -0/+10 |
|
|
* | Undo the change here -- there's no point in declaring a static | Guido van Rossum | 1998-12-08 | 1 | -1/+1 |
|
|
* | Sjoerd writes: | Guido van Rossum | 1998-12-07 | 2 | -2/+10 |
|
|
* | Adding thread support for BeOS by Chris Herborth. | Guido van Rossum | 1998-12-07 | 1 | -0/+388 |
|
|
* | "singed" --> "signed" (3 places) | Fred Drake | 1998-12-07 | 1 | -3/+3 |
|
|
* | Py_Main() must be DL_EXPORT too. | Guido van Rossum | 1998-12-07 | 2 | -2/+2 |
|
|
* | Patch by Jeff Rush: | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
|
|
* | Patch by Jeff Rush: | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
|
|
* | Open the file in binary mode -- so serving images from a Windows box | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
|
|
* | intermediate | Barry Warsaw | 1998-12-05 | 1 | -0/+85 |
|
|
* | Fixed some bugs | Barry Warsaw | 1998-12-05 | 1 | -23/+32 |
|
|
* | Fixed typos in --dump | Barry Warsaw | 1998-12-05 | 1 | -4/+4 |
|
|
* | Clarify evaluation of default arguments at def time with more text and | Guido van Rossum | 1998-12-04 | 1 | -2/+20 |
|
|
* | Added Doc strings -- by Chris Petrilli. | Guido van Rossum | 1998-12-04 | 2 | -67/+216 |
|
|
* | When comparing bound methods, use identity test on the objects, | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Use PyInt_AS_LONG macro instead of explicit inlining. | Guido van Rossum | 1998-12-04 | 1 | -6/+6 |
|
|
* | One more fprintf bites the dist -- use PySys_WriteStderr | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Need to add default decl of DL_IMPORT, for mymalloc.h | Guido van Rossum | 1998-12-04 | 2 | -0/+11 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 47 | -46/+47 |
|
|
* | Fix two small bugs; add DL_EXPORT() to initcPickle decl. | Guido van Rossum | 1998-12-04 | 1 | -2/+3 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 44 | -400/+403 |
|
|
* | Turtle graphics | Guido van Rossum | 1998-12-04 | 2 | -0/+686 |
|
|
* | Bernard Herzog pointed out that rl_parse_and_bind modifies its | Guido van Rossum | 1998-12-04 | 1 | -2/+9 |
|
|
* | Add explicit example on how to import a submodule of a package using | Guido van Rossum | 1998-12-04 | 1 | -0/+15 |
|
|
* | Added Helpwin -- help in a text widget | Barry Warsaw | 1998-12-03 | 1 | -0/+60 |
|
|
* | Untabification and other cruft | Barry Warsaw | 1998-12-03 | 1 | -31/+40 |
|
|
* | docstring(): Function for returning __doc__ % globals() | Barry Warsaw | 1998-12-03 | 1 | -1/+6 |
|
|
* | audiopy: slightly revamped UI... includes a menubar, no quit button, | Barry Warsaw | 1998-12-03 | 2 | -17/+102 |
|
|
* | New API version (enough has changed!). | Guido van Rossum | 1998-12-03 | 1 | -3/+5 |
|
|
* | Initial version of the README file | Barry Warsaw | 1998-12-03 | 1 | -0/+98 |
|
|
* | General comments on what's here and how to try it out. Note | Fred Drake | 1998-12-02 | 1 | -0/+23 |
|
|
* | Moved NotImplementedError into alphabetical order, and reword | Barry Warsaw | 1998-12-01 | 1 | -9/+7 |
|
|
* | Added documentation for NotImplementedError. Fred (I'm sure) will | Barry Warsaw | 1998-12-01 | 1 | -0/+9 |
|
|
* | Support conversions to both SGML and XML; SGML is the "default". | Fred Drake | 1998-12-01 | 1 | -14/+20 |
|
|
* | Use esistools. | Fred Drake | 1998-12-01 | 1 | -29/+25 |
|
|
* | Use esistools. | Fred Drake | 1998-12-01 | 1 | -15/+66 |
|
|
* | Use esistools, getopt. | Fred Drake | 1998-12-01 | 1 | -31/+27 |
|
|
* | Utility functions and misc. classes used in handling ESIS data. | Fred Drake | 1998-12-01 | 1 | -0/+80 |
|
|
* | Ignore the byproducts of SGML/XML conversions for now. | Fred Drake | 1998-12-01 | 6 | -6/+18 |
|
|
* | Added new builtin standard exception: NotImplementedError (its C | Barry Warsaw | 1998-12-01 | 1 | -0/+2 |
|
|
* | Nits to support conversions. | Fred Drake | 1998-12-01 | 1 | -2/+2 |
|
|
* | Added NotImplementedError, subclassed from RuntimeError | Barry Warsaw | 1998-12-01 | 1 | -2/+10 |
|
|
* | Added PyExc_NotImplementedError | Barry Warsaw | 1998-12-01 | 1 | -0/+1 |
|
|
* | Nits to support conversions. | Fred Drake | 1998-11-30 | 1 | -7/+4 |
|
|
* | Remove $(CUTCRUFT) garbage; now in fixgenents.sh. | Fred Drake | 1998-11-30 | 1 | -6/+8 |
|
|
* | Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up | Fred Drake | 1998-11-30 | 1 | -1/+4 |
|
|