Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Need to define DL_EXPORT, of course! | Guido van Rossum | 1998-12-10 | 1 | -0/+1 |
| | |||||
* | No longer needed. | Guido van Rossum | 1998-12-10 | 1 | -473/+0 |
| | |||||
* | Needed to add DL_EXPORT to (redundant?) extern decl of module init function. | Guido van Rossum | 1998-12-10 | 2 | -2/+2 |
| | |||||
* | Added a transform to start cleaning up the modulesynopsis stuff a | Fred Drake | 1998-12-10 | 1 | -0/+17 |
| | | | | little; more thinking is needed about what we really want. | ||||
* | Nits. | Fred Drake | 1998-12-10 | 1 | -11/+11 |
| | |||||
* | Handle SGML variant as well as XML variant. SGML is *much* more | Fred Drake | 1998-12-10 | 1 | -0/+12 |
| | | | | likely to be used. | ||||
* | Removing the BeOS specific 'ar' utility -- no longer needed, | Guido van Rossum | 1998-12-09 | 16 | -3334/+0 |
| | | | | says Chris Herborth. | ||||
* | In read_multi, allow a subclass to override the class we instantiate | Guido van Rossum | 1998-12-09 | 1 | -4/+7 |
| | | | | | | when we create a recursive instance, by setting the class variable 'FieldStorageClass' to the desired class. By default, this is set to None, in which case we use self.__class__ (as before). | ||||
* | In __getslice__, use self.__class__ instead of UserList. | Guido van Rossum | 1998-12-09 | 1 | -1/+1 |
| | |||||
* | Sjoerd Mullender writes: | Guido van Rossum | 1998-12-09 | 1 | -1/+1 |
| | | | | | | The example Makefile.pre.in should also look at Setup.thread and Setup.local. Otherwise modules such as thread don't get incorporated in extensions. | ||||
* | Moved to Python 1.5.2/Lib | Guido van Rossum | 1998-12-08 | 1 | -343/+0 |
| | |||||
* | Update the descriptions of strftime() and strptime() to avoid | Fred Drake | 1998-12-08 | 1 | -45/+47 |
| | | | | confusion, and describe what the "directives" are about. | ||||
* | 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 |
| | | | | with it. | ||||
* | 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 |
| | | | | A. Koren <pkoren@hex.net>. | ||||
* | Sjoerd patches the previous patch: | Guido van Rossum | 1998-12-08 | 1 | -0/+10 |
| | | | | | In literal mode, also don't do anything about entity and character references, or about closing CDATA elements. | ||||
* | Undo the change here -- there's no point in declaring a static | Guido van Rossum | 1998-12-08 | 1 | -1/+1 |
| | | | | function as DL_IMPORT()! | ||||
* | Sjoerd writes: | Guido van Rossum | 1998-12-07 | 2 | -2/+10 |
| | | | | | | When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this. | ||||
* | 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 |
| | | | | Noticed by Andrew MacIntyre <andymac@bullseye.apana.org.au>. | ||||
* | 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 |
| | | | | | | | | | | | | In SimpleHTTPServer.py, the server specified in test() should be BaseHTTPServer.HTTPServer, in case the request handler should want to reference the two attributes added by BaseHTTPServer.server_bind: self.server_name = hostname self.server_port = port There was some Bobo CGI code that wanted access to those attributes. | ||||
* | Patch by Jeff Rush: | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
| | | | | | | | | | In CGIHTTPServer.py, the list of acceptable formats is -split- on spaces but -joined- on commas, resulting in double commas in the joined text. It appears harmless to my browser but ought to be fixed anyway. 'A, B, C' -> 'A,', 'B,', 'C,' -> 'A,,B,,C' | ||||
* | Open the file in binary mode -- so serving images from a Windows box | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
| | | | | might actually work. | ||||
* | 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 |
| | | | | an example. | ||||
* | 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 |
| | | | | not equality test. | ||||
* | 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 |
| | | | | on BeOS or Windows. | ||||
* | 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 |
| | | | | argument string (bad function!), so we make a temporary copy. | ||||
* | Add explicit example on how to import a submodule of a package using | Guido van Rossum | 1998-12-04 | 1 | -0/+15 |
| | | | | __import__ and getattr(). | ||||
* | 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 |
| | | | | | | | and added a `Help' menu item that puts the README (or docstring if that can't be found) in a scrolling text widget. README: fixed a few nits | ||||
* | 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 |
| | | | | dependence on the XML package. | ||||
* | Moved NotImplementedError into alphabetical order, and reword | Barry Warsaw | 1998-12-01 | 1 | -9/+7 |
| | | | | description. | ||||
* | Added documentation for NotImplementedError. Fred (I'm sure) will | Barry Warsaw | 1998-12-01 | 1 | -0/+9 |
| | | | | sanitize for your protection :-) | ||||
* | Support conversions to both SGML and XML; SGML is the "default". | Fred Drake | 1998-12-01 | 1 | -14/+20 |
| | | | | Add dependency on esistools.py for the ESIS intermediate files. |