summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add attributions to Jeffrey Ollie and Tim Peters for re.py; new QNXGuido van Rossum1997-12-021-4/+33
* Changes for FreeBSD and NetBSD: NetBSD does shared libs just like FreeBSDGuido van Rossum1997-12-022-102/+156
* Skip directories when installing library files; this avoids problemsGuido van Rossum1997-12-021-0/+1
* Document new behavior of isinstance() when using a type object.Guido van Rossum1997-12-022-6/+10
* Support type objects in isinstance().Guido van Rossum1997-12-021-10/+15
* Make modes for installed files and directories variables; change theGuido van Rossum1997-12-021-8/+15
* Sjoerd sez: global substitute \240 with \177.Guido van Rossum1997-12-021-4/+4
* Changed the occurrence of *shared* in the example so people won'tGuido van Rossum1997-12-021-13/+10
* Added stropts.h to the list of files automatically regenerated.Guido van Rossum1997-12-021-0/+1
* Generated from Solaris 2.6's /usr/include/sys/stropts.h viaBarry Warsaw1997-12-021-0/+1450
* *** empty log message ***Guido van Rossum1997-12-021-0/+121
* Comment out crypt by default; it's not used very much and messes upGuido van Rossum1997-12-021-6/+8
* Added Pareto and Weibull distributions, courtesy Jeremy Hylton.Guido van Rossum1997-12-021-0/+18
* Added strop.split tests when sep is None.Barry Warsaw1997-12-021-0/+6
* split_whitespace(): Make sure delimiter is stripped from the beginningBarry Warsaw1997-12-021-1/+4
* Require 'cl when compiling so that the push macro gets picked in EmacsBarry Warsaw1997-12-011-0/+2
* Use $LOGNAME instead of $USER to get the current user -- it seems toGuido van Rossum1997-12-011-1/+1
* Removed Queue.py. It's documented now.Barry Warsaw1997-12-012-4/+0
* Initialize __version__ to the correct version string regardless ofGuido van Rossum1997-12-011-3/+14
* In string.split(), honor maxsplit (if > 0).Guido van Rossum1997-12-012-4/+16
* _Environ(): Added __getinitargs__() method so os.environ.copy() works,Barry Warsaw1997-12-011-0/+5
* Added \indexsubitem definition; functions were previously indexed for theFred Drake1997-11-308-0/+16
* Added \indexsubitem definition. Non-optimal, but two modules are sharingFred Drake1997-11-302-0/+8
* Added \indexsubitem definition; functions were previously indexed for theFred Drake1997-11-302-0/+4
* Updated \indexsubitem; functions had been indexed for the wrong module.Fred Drake1997-11-302-0/+4
* Added tests of strop.replace()Barry Warsaw1997-11-291-0/+9
* mymemreplace(), strop_replace(): Add support for optional 4th argumentBarry Warsaw1997-11-291-4/+12
* (py-traceback-line-re): Relaxation of regexp to catch SyntaxErrors.Barry Warsaw1997-11-271-2/+2
* Slip of the keyboard (f__ should be __). Dunno why I had a totallyGuido van Rossum1997-11-272-2/+2
* This commit was manufactured by cvs2svn to create tag 'r15b1'.v1.5b1cvs2svn1997-11-261-0/+1
* Dumb typo.Guido van Rossum1997-11-261-1/+1
* (py-process-filter): py-delete-file-silently is obsolete. Use aBarry Warsaw1997-11-261-1/+1
* (py-compute-indentation): Check for multiline stringness andBarry Warsaw1997-11-261-4/+4
* (py-mode-map): Bind py-mark-def-or-class to C-M-h with a differentBarry Warsaw1997-11-261-2/+3
* Reordered and slightly edited the highlights of changes.Guido van Rossum1997-11-261-47/+53
* Revamped README for release of 1.5b1.Guido van Rossum1997-11-261-101/+109
* Added list of what's new in 1.5b1. Changed intro and some section titles.Guido van Rossum1997-11-261-11/+216
* Four more valuable contributors...Guido van Rossum1997-11-261-0/+4
* The usualGuido van Rossum1997-11-2615-135/+793
* The dependency of tarhtml on l2h was a bad idea.Guido van Rossum1997-11-261-1/+1
* (python-mode): Make imenu-create-index-function buffer local.Barry Warsaw1997-11-261-3/+4
* (py-mark-def-or-class): Added an exchange-point-and-mark and aBarry Warsaw1997-11-261-2/+4
* (python-mode): Patch to fix Imenu support under Emacs, given byBarry Warsaw1997-11-261-1/+3
* (py-kill-emacs-hook): Simplification.Barry Warsaw1997-11-261-11/+5
* Icons for Windows installer.Guido van Rossum1997-11-263-0/+0
* Added the HTML files.Guido van Rossum1997-11-261-24/+64
* Added CRLF line endings since this is for NOTEPAD.Guido van Rossum1997-11-260-0/+0
* Added comment about where to find details on python-mode.el, pointingBarry Warsaw1997-11-261-23/+183
* Documented brand new behavior of sys.ps1 and sys.ps2 (str() is appliedGuido van Rossum1997-11-252-2/+8
* Apply str() to sys.ps1 or sys.ps2 before using them as a prompt, soGuido van Rossum1997-11-251-16/+14