Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the text generic, and call it os.path instead of posixpath. | Fred Drake | 1999-02-01 | 1 | -27/+24 |
| | |||||
* | Remove all references to posixpath; only refer to os.path. | Fred Drake | 1999-02-01 | 1 | -20/+17 |
| | | | | Formalize the xstat() documentation. | ||||
* | Add canonic() function -- for brand new bdb.py feature. | Guido van Rossum | 1999-02-01 | 1 | -0/+4 |
| | |||||
* | Protect against accessing an empty stack. | Guido van Rossum | 1999-02-01 | 1 | -2/+11 |
| | |||||
* | PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString() | Barry Warsaw | 1999-02-01 | 1 | -3/+26 |
| | | | | | | | | | | | was appended to a list. Lists are reference count neutral, so the string must be DECREF'd. Also added some checks for the return value of PyList_Append(). Note: there are still some memory problems reported by Purify (I get two Array Bounds Reads still and an Unitialized Memory Read). Also, in scanning the code, there appears to be some potential problems where return values aren't checked. To much to attack now though. | ||||
* | better sys.path munging when running scripts -- jvr | Just van Rossum | 1999-02-01 | 1 | -8/+2 |
| | |||||
* | OSError description: "as the by the" --> "as the" | Fred Drake | 1999-02-01 | 1 | -3/+3 |
| | |||||
* | Oops, the patch for NeXT always replaced waitpid() with wait4() -- | Guido van Rossum | 1999-02-01 | 1 | -0/+4 |
| | | | | this doesn't exist everywhere, so go back to using #ifdef NeXT. | ||||
* | Patch by Sjoerd Mullender for better compatibility with the version | Guido van Rossum | 1999-02-01 | 1 | -0/+25 |
| | | | | | | | | | from Python 1.5.1: If after __init__ finishes no new elements variable was created, this patch will search the instance's namespace for all attributes whose name start with start_ or end_ and put their value in a new elements instance variable. | ||||
* | removed old IDE stuff -- jvr | Just van Rossum | 1999-02-01 | 36 | -7998/+0 |
| | |||||
* | minor cleanup of last patch -- jvr | Just van Rossum | 1999-02-01 | 1 | -1/+0 |
| | |||||
* | Added PythonIDE to the applet list; added destination filename support for ↵ | Just van Rossum | 1999-02-01 | 1 | -6/+8 |
| | | | | applets -- jvr | ||||
* | removed turd resources left by my former MacCVS client | Just van Rossum | 1999-02-01 | 2 | -0/+0 |
| | | | | -- jvr | ||||
* | Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to ↵ | Just van Rossum | 1999-01-31 | 1 | -4/+5 |
| | | | | improve startup time -- jvr | ||||
* | There are now three possible ways to run the IDE: | Just van Rossum | 1999-01-30 | 1 | -6/+13 |
| | | | | | | - this file dropped onto the interpreter - applet built by BuildApplet (contains only __main__) - applet built by BuildIDE (contains all IDE modules) | ||||
* | ??? adding this file somehow failed -- jvr | Just van Rossum | 1999-01-30 | 1 | -0/+395 |
| | |||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 28 | -0/+8612 |
| | |||||
* | added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr | Just van Rossum | 1999-01-30 | 1 | -1/+3 |
| | |||||
* | changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvr | Just van Rossum | 1999-01-30 | 1 | -3/+3 |
| | |||||
* | set 'preload' attribute for __main__ PYC resource -- jvr | Just van Rossum | 1999-01-30 | 1 | -0/+3 |
| | |||||
* | skip 'vers' resource when copying resources from templeate -- jvr | Just van Rossum | 1999-01-30 | 1 | -1/+1 |
| | |||||
* | added some try/excepts so it also works when certain projects/folders are ↵ | Just van Rossum | 1999-01-30 | 1 | -2/+10 |
| | | | | not available -- jvr | ||||
* | Removed NumPy install code: it's obsolete -- jvr | Just van Rossum | 1999-01-30 | 1 | -6/+0 |
| | |||||
* | Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging ↵ | Just van Rossum | 1999-01-30 | 1 | -5/+5 |
| | | | | to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly refused to make a PythonCore alias in the Extensions folder. -- jvr | ||||
* | added "delay console window until needed" preference | Just van Rossum | 1999-01-30 | 2 | -0/+0 |
| | |||||
* | Added pascal-style string name of preference file resource, and bracketed | Jack Jansen | 1999-01-30 | 1 | -1/+6 |
| | | | | C struct declarations with #ifndef rez | ||||
* | From: Mike Orr <mso@oz.net> | Guido van Rossum | 1999-01-30 | 1 | -1/+1 |
| | | | | | | | | | | | In the docstring of ConfigParser.py (Python 1.5.2b1): read(*filenames) -- read and parse the list of named configuration files should be: read(filenames) -- read and parse the list of named configuration files The method accepts a list, not a bunch of positional arguments. Which is good, the list is much more convenient. | ||||
* | Embarrassing: remove a debug print statement from set_break() for the | Guido van Rossum | 1999-01-29 | 1 | -1/+0 |
| | | | | second time! | ||||
* | Updated comments on version of XML package needed. | Fred Drake | 1999-01-29 | 1 | -1/+2 |
| | |||||
* | Use win32api.GetFullPathName(path) if it exists to implement abspath(). | Guido van Rossum | 1999-01-29 | 1 | -3/+7 |
| | |||||
* | Added the info tarball to the tarballs target. Added the README to | Fred Drake | 1999-01-29 | 1 | -2/+3 |
| | | | | the info tarball. | ||||
* | A README file for the info tarball. | Fred Drake | 1999-01-29 | 1 | -0/+16 |
| | |||||
* | Added support to handle \versionadded in a reasonable way. | Fred Drake | 1999-01-29 | 1 | -9/+19 |
| | |||||
* | Support a canonical() method, implementable by a derived class, to be | Guido van Rossum | 1999-01-29 | 1 | -6/+20 |
| | | | | | | | | applied to all filenames before they are compared, looked up in the breaks dictionary, etc. The default implementation does nothing -- it's implented as fast as possible via str(). A useful implementation would make everything a absolute, e.g. return os.path.normcase( os.path.abspath(filename)). | ||||
* | setup_readline(): Added a comment about memory leak (reported by | Barry Warsaw | 1999-01-29 | 1 | -1/+5 |
| | | | | | | | | | Purify) being caused by a bug in the readline library. Nothing we can do about it. Cause: readline_initialize_everything() throws away the return value from rl_read_init_file(), but that happens to be the last reference to a dynamically allocated char*. | ||||
* | Added missing DECREF's in the error branches when creating a compressor or | Andrew M. Kuchling | 1999-01-29 | 1 | -1/+12 |
| | | | | | | decompressor object. This required adding a flag to the struct which is true if initialisation was completed; on object destruction, deflateEnd() is only called if the flag is true. | ||||
* | Define %descriptor.class, since it's used. | Fred Drake | 1999-01-29 | 1 | -0/+4 |
| | |||||
* | Be a little smarter on some attribute values, making an assumption about | Fred Drake | 1999-01-29 | 1 | -1/+4 |
| | | | | the DTD. | ||||
* | fixup_descriptors(): Change the way we look for descriptor nodes; | Fred Drake | 1999-01-29 | 1 | -4/+15 |
| | | | | | this takes 5 minutes off the conversion of the whole tree by reducing the number of tree-traversals from 14 to 1. | ||||
* | initmain(): Nailed a memory leak. bimod must be DECREF'd! | Barry Warsaw | 1999-01-29 | 1 | -0/+1 |
| | |||||
* | Added the Doc/sgml/ directory to the tarball. | Fred Drake | 1999-01-29 | 1 | -1/+1 |
| | |||||
* | Rewrite code that converts the little descriptor environments to build | Fred Drake | 1999-01-29 | 1 | -53/+114 |
| | | | | | the right <signature>s and <description>. This seems to work a lot better now! | ||||
* | Use only the height to decide whether to zoom in or out. | Guido van Rossum | 1999-01-29 | 1 | -7/+8 |
| | |||||
* | bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's | Barry Warsaw | 1999-01-29 | 1 | -1/+1 |
| | | | | leaf_exc flag to zero otherwise the name leaks memory. | ||||
* | Added table entries for \funcline and \funclineni. | Fred Drake | 1999-01-29 | 1 | -0/+2 |
| | |||||
* | Add abspath() | Guido van Rossum | 1999-01-29 | 4 | -0/+28 |
| | |||||
* | Document abspath() (implementation is forthcoming). | Guido van Rossum | 1999-01-29 | 1 | -0/+6 |
| | |||||
* | Define a general entity "&version;" that can be used as the current major | Fred Drake | 1999-01-29 | 3 | -0/+10 |
| | | | | | version of the Python interpreter. This is \version in the LaTeX format of the documentation. | ||||
* | Convert <version> to &version;. | Fred Drake | 1999-01-29 | 1 | -0/+2 |
| | |||||
* | doh! added missing comma (will check before committing in the future ;-) -- jvr | Just van Rossum | 1999-01-29 | 1 | -1/+1 |
| |