| Commit message (Expand) | Author | Age | Files | Lines |
* | put the preferences file in a folder called "Python" inside the prefs folder,... | Just van Rossum | 1999-02-02 | 2 | -11/+38 |
|
|
* | Replaced by Pythonpath.r | Jack Jansen | 1999-02-02 | 1 | -0/+0 |
|
|
* | Windows sound playing module, by Fredrik Lundh. | Guido van Rossum | 1999-02-02 | 1 | -0/+71 |
|
|
* | Add _P_WAIT etc. for NT. | Guido van Rossum | 1999-02-01 | 1 | -0/+12 |
|
|
* | Special-case _P_WAIT etc. for NT. | Guido van Rossum | 1999-02-01 | 1 | -4/+7 |
|
|
* | Add current dir or paths of file args to sys.path. | Guido van Rossum | 1999-02-01 | 1 | -0/+7 |
|
|
* | spawnv, spawnve docstrings: added mode parameter; this is required! | Fred Drake | 1999-02-01 | 1 | -2/+4 |
|
|
* | Added module synopsis. | Fred Drake | 1999-02-01 | 1 | -1/+2 |
|
|
* | Take out just about everything and refer the reader to the os module. | Fred Drake | 1999-02-01 | 1 | -516/+15 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Patch by Sjoerd Mullender for better compatibility with the version | Guido van Rossum | 1999-02-01 | 1 | -0/+25 |
|
|
* | 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 ap... | Just van Rossum | 1999-02-01 | 1 | -6/+8 |
|
|
* | removed turd resources left by my former MacCVS client | Just van Rossum | 1999-02-01 | 2 | -0/+0 |
|
|
* | Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve... | Just van Rossum | 1999-01-31 | 1 | -4/+5 |
|
|
* | There are now three possible ways to run the IDE: | Just van Rossum | 1999-01-30 | 1 | -6/+13 |
|
|
* | ??? 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 not... | Just van Rossum | 1999-01-30 | 1 | -2/+10 |
|
|
* | 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 to... | Just van Rossum | 1999-01-30 | 1 | -5/+5 |
|
|
* | 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 |
|
|
* | From: Mike Orr <mso@oz.net> | Guido van Rossum | 1999-01-30 | 1 | -1/+1 |
|
|
* | Embarrassing: remove a debug print statement from set_break() for the | Guido van Rossum | 1999-01-29 | 1 | -1/+0 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | setup_readline(): Added a comment about memory leak (reported by | Barry Warsaw | 1999-01-29 | 1 | -1/+5 |
|
|
* | Added missing DECREF's in the error branches when creating a compressor or | Andrew M. Kuchling | 1999-01-29 | 1 | -1/+12 |
|
|
* | 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 |
|
|
* | fixup_descriptors(): Change the way we look for descriptor nodes; | Fred Drake | 1999-01-29 | 1 | -4/+15 |
|
|
* | 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 |
|
|