Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch for QNX, by Chris Herborth. | Guido van Rossum | 1997-12-02 | 3 | -7/+10 |
| | |||||
* | Support for netbsd1 and freebsd3, after suggestions by Anders Andersen | Guido van Rossum | 1997-12-02 | 2 | -4/+9 |
| | | | | and Jacques Vidrine. | ||||
* | When a port is specified in an ftp:// URL, must convert it to a number! | Guido van Rossum | 1997-12-02 | 1 | -0/+2 |
| | |||||
* | Typo in example (missing '=') discovered by Sandy Langbart. | Guido van Rossum | 1997-12-02 | 2 | -2/+2 |
| | |||||
* | Support for the "event" command, new in Tk 4.2. | Guido van Rossum | 1997-12-02 | 1 | -0/+24 |
| | | | | By Case Roole. | ||||
* | Add attributions to Jeffrey Ollie and Tim Peters for re.py. | Guido van Rossum | 1997-12-02 | 1 | -6/+6 |
| | |||||
* | Add attributions to Jeffrey Ollie and Tim Peters for re.py; new QNX | Guido van Rossum | 1997-12-02 | 1 | -4/+33 |
| | | | | section from Chris Herborth. | ||||
* | Changes for FreeBSD and NetBSD: NetBSD does shared libs just like FreeBSD | Guido van Rossum | 1997-12-02 | 2 | -102/+156 |
| | | | | | (big surprise), and FreeBSD has pthread support in -lc_r -- maybe NetBSD has too. | ||||
* | Skip directories when installing library files; this avoids problems | Guido van Rossum | 1997-12-02 | 1 | -0/+1 |
| | | | | | when test/output is found (/usr/bin/install chokes on this; no idea why install-sh doesn't). | ||||
* | Document new behavior of isinstance() when using a type object. | Guido van Rossum | 1997-12-02 | 2 | -6/+10 |
| | |||||
* | Support type objects in isinstance(). | Guido van Rossum | 1997-12-02 | 1 | -10/+15 |
| | | | | | E.g. isinstance('',types.StringType) will return true now instead of raising a TypeError exception. This is for JPython compatibility. | ||||
* | Make modes for installed files and directories variables; change the | Guido van Rossum | 1997-12-02 | 1 | -8/+15 |
| | | | | default for directories (not for files!) to be group writable. | ||||
* | Sjoerd sez: global substitute \240 with \177. | Guido van Rossum | 1997-12-02 | 1 | -4/+4 |
| | |||||
* | Changed the occurrence of *shared* in the example so people won't | Guido van Rossum | 1997-12-02 | 1 | -13/+10 |
| | | | | accidentally uncomment it... | ||||
* | Added stropts.h to the list of files automatically regenerated. | Guido van Rossum | 1997-12-02 | 1 | -0/+1 |
| | |||||
* | Generated from Solaris 2.6's /usr/include/sys/stropts.h via | Barry Warsaw | 1997-12-02 | 1 | -0/+1450 |
| | | | | | | Tools/scripts/h2py.py. This file contains many useful streamio(7) constants, especially the ones that support passing open file descriptors through a pipe: I_RECVFD and I_SENDFD. | ||||
* | *** empty log message *** | Guido van Rossum | 1997-12-02 | 1 | -0/+121 |
| | |||||
* | Comment out crypt by default; it's not used very much and messes up | Guido van Rossum | 1997-12-02 | 1 | -6/+8 |
| | | | | | | | the default build on Linux (because it requires -lcrypt which isn't availabel everywhere). Some improvements to the _tkinter build line suggested by Case Roole. | ||||
* | Added Pareto and Weibull distributions, courtesy Jeremy Hylton. | Guido van Rossum | 1997-12-02 | 1 | -0/+18 |
| | |||||
* | Added strop.split tests when sep is None. | Barry Warsaw | 1997-12-02 | 1 | -0/+6 |
| | |||||
* | split_whitespace(): Make sure delimiter is stripped from the beginning | Barry Warsaw | 1997-12-02 | 1 | -1/+4 |
| | | | | | of the remainder item (last item in list) when maxsplit is < the number of occurrences. | ||||
* | Require 'cl when compiling so that the push macro gets picked in Emacs | Barry Warsaw | 1997-12-01 | 1 | -0/+2 |
| | | | | 19.34. | ||||
* | Use $LOGNAME instead of $USER to get the current user -- it seems to | Guido van Rossum | 1997-12-01 | 1 | -1/+1 |
| | | | | be the state of the art. | ||||
* | Removed Queue.py. It's documented now. | Barry Warsaw | 1997-12-01 | 2 | -4/+0 |
| | |||||
* | Initialize __version__ to the correct version string regardless of | Guido van Rossum | 1997-12-01 | 1 | -3/+14 |
| | | | | | what RCS checkout options are used. Problem first diagnosed by Marc Lemburg. | ||||
* | In string.split(), honor maxsplit (if > 0). | Guido van Rossum | 1997-12-01 | 2 | -4/+16 |
| | | | | | | | | In string.splitfields(), ignore maxsplit if <= 0, rather than ignoring maxsplit=0 but effectively treating negative numbers the same as maxsplit=1. Also made the test for maxsplit slightly more efficient (set it to the length of the string when <= 0 so the test for its presence can be omitted from the loop). | ||||
* | _Environ(): Added __getinitargs__() method so os.environ.copy() works, | Barry Warsaw | 1997-12-01 | 1 | -0/+5 |
| | | | | | | as does unpickling, as in: pickle.loads(pickle.dumps(os.environ)). Hope this is right! Don't shoot me Guido. :-) | ||||
* | Added \indexsubitem definition; functions were previously indexed for the | Fred Drake | 1997-11-30 | 8 | -0/+16 |
| | | | | wrong module. | ||||
* | Added \indexsubitem definition. Non-optimal, but two modules are sharing | Fred Drake | 1997-11-30 | 2 | -0/+8 |
| | | | | the documentation here. | ||||
* | Added \indexsubitem definition; functions were previously indexed for the | Fred Drake | 1997-11-30 | 2 | -0/+4 |
| | | | | wrong module. | ||||
* | Updated \indexsubitem; functions had been indexed for the wrong module. | Fred Drake | 1997-11-30 | 2 | -0/+4 |
| | |||||
* | Added tests of strop.replace() | Barry Warsaw | 1997-11-29 | 1 | -0/+9 |
| | |||||
* | mymemreplace(), strop_replace(): Add support for optional 4th argument | Barry Warsaw | 1997-11-29 | 1 | -4/+12 |
| | | | | | | | | maxsplit which is implemented in string.py but wasn't here. The reference manual doesn't define what happens when maxsplit is negative or larger than the number of occurrences, but in either case, I implemented this as all get replaced. Default value is zero which replaces all occurrences. | ||||
* | (py-traceback-line-re): Relaxation of regexp to catch SyntaxErrors. | Barry Warsaw | 1997-11-27 | 1 | -2/+2 |
| | | | | Harri Pasanen. | ||||
* | Slip of the keyboard (f__ should be __). Dunno why I had a totally | Guido van Rossum | 1997-11-27 | 2 | -2/+2 |
| | | | | | | messed up (but not checked in) version in my work files and didn't notice before releasing 1.5 -- at least the distributed latex file doesn't have the bogus warning about changed __init__ semantics. | ||||
* | This commit was manufactured by cvs2svn to create tag 'r15b1'.v1.5b1 | cvs2svn | 1997-11-26 | 1 | -0/+1 |
| | |||||
* | Dumb typo. | Guido van Rossum | 1997-11-26 | 1 | -1/+1 |
| | |||||
* | (py-process-filter): py-delete-file-silently is obsolete. Use a | Barry Warsaw | 1997-11-26 | 1 | -1/+1 |
| | | | | py-safe wrapped delete-file call instead. | ||||
* | (py-compute-indentation): Check for multiline stringness and | Barry Warsaw | 1997-11-26 | 1 | -4/+4 |
| | | | | | commentness so that hitting TAB in the middle of a comment will still indent the line. | ||||
* | (py-mode-map): Bind py-mark-def-or-class to C-M-h with a different | Barry Warsaw | 1997-11-26 | 1 | -2/+3 |
| | | | | | spelling so that it doesn't clobber the standard M-BS binding. This should be portable between X/Emacsen. | ||||
* | Reordered and slightly edited the highlights of changes. | Guido van Rossum | 1997-11-26 | 1 | -47/+53 |
| | |||||
* | Revamped README for release of 1.5b1. | Guido van Rossum | 1997-11-26 | 1 | -101/+109 |
| | |||||
* | Added list of what's new in 1.5b1. Changed intro and some section titles. | Guido van Rossum | 1997-11-26 | 1 | -11/+216 |
| | |||||
* | Four more valuable contributors... | Guido van Rossum | 1997-11-26 | 1 | -0/+4 |
| | |||||
* | The usual | Guido van Rossum | 1997-11-26 | 15 | -135/+793 |
| | |||||
* | The dependency of tarhtml on l2h was a bad idea. | Guido van Rossum | 1997-11-26 | 1 | -1/+1 |
| | |||||
* | (python-mode): Make imenu-create-index-function buffer local. | Barry Warsaw | 1997-11-26 | 1 | -3/+4 |
| | | | | | | | | | (imenu-example--create-python-index-engine): Use buffer-substring-no-properties. Also, don't use imenu-create-submenu-name. Apparently it is obsolete. These Imenu patches were given by Christian Egli <christian.egli@stest.ch> | ||||
* | (py-mark-def-or-class): Added an exchange-point-and-mark and a | Barry Warsaw | 1997-11-26 | 1 | -2/+4 |
| | | | | | | | | | py-keep-region-active so that the marked def/class gets the zmacs-region or transient-mark region highlighted. Also point should be left at the end of the marked region. (py-mode-map): Moved py-mark-def-or-class to M-C-h to conform to Emacs major mode standards. | ||||
* | (python-mode): Patch to fix Imenu support under Emacs, given by | Barry Warsaw | 1997-11-26 | 1 | -1/+3 |
| | | | | Torsten Hilbrich <Torsten.Hilbrich@bln.de>. | ||||
* | (py-kill-emacs-hook): Simplification. | Barry Warsaw | 1997-11-26 | 1 | -11/+5 |
| |