Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Arg; more nits, but I may as well finish the job. | Fred Drake | 1997-12-04 | 2 | -40/+12 |
| | | | | | | | Removed the large comment remaining from the template documentation section; the template tells us to remove these once they're not needed. Remove some trailing whitespace from VM instruction pseudo-code. | ||||
* | Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a left | Fred Drake | 1997-12-04 | 2 | -12/+12 |
| | | | | | | | shift. Adjust whitespace around "=" in VM machine descriptions to be consistent throughout the document. | ||||
* | Changed {\sc gdbm} to \code{gdbm} everywhere. | Fred Drake | 1997-12-04 | 2 | -26/+24 |
| | | | | | | Fixed \indexsubitem to gdbm instead of dbm. Changed dbm to \code{dbm} everywhere. | ||||
* | Merge between my version and Jim Fulton's version; removed RCS keywords | Guido van Rossum | 1997-12-04 | 1 | -8/+2 |
| | | | | but otherwise unchanged. | ||||
* | New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1 | Guido van Rossum | 1997-12-04 | 2 | -345/+648 |
| | | | | distribution. | ||||
* | When --with-thread(s) is specified, the thread module is now automatically | Guido van Rossum | 1997-12-04 | 2 | -115/+127 |
| | | | | | | enabled. This is done through a substitution in Modules/Setup.thread(.in). Bill Janssen will be happy. The original idea was by Lele Gaifax (though I changed the implementation to use a separate file). | ||||
* | Moved the thread module to its own Setup.thread(.in) file, | Guido van Rossum | 1997-12-04 | 3 | -7/+16 |
| | | | | | which is edited by the config.status script depending on whether --with-thread is specified or not. Also needs changes to configure(.in). | ||||
* | Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1"). | Guido van Rossum | 1997-12-03 | 1 | -1/+3 |
| | |||||
* | Refinement of home for NT, courtesy Jeff Bauer. | Guido van Rossum | 1997-12-03 | 1 | -3/+8 |
| | |||||
* | Added handler for opcodedesc environment. | Fred Drake | 1997-12-03 | 1 | -41/+67 |
| | | | | Fixed weird index behavior. | ||||
* | make_str_index_entry(): New function. Similar to make_index_entry(), but | Fred Drake | 1997-12-03 | 1 | -0/+101 |
| | | | | | | | | | includes the string in the returned value instead of the dummy filler character. add_idx(): Override the latex2html function of the same name; this gets the anchor properly embedded in the <dt> element, so the index works in Grail too. | ||||
* | Provide default for blocksize on retrbinary (Skip Montanaro). | Guido van Rossum | 1997-12-03 | 3 | -9/+11 |
| | |||||
* | More generated files for netbsd 1.x, by Anders Andersen. | Guido van Rossum | 1997-12-03 | 4 | -0/+376 |
| | |||||
* | (py-jump-on-exception): Variable which if t, means that if an | Barry Warsaw | 1997-12-03 | 1 | -7/+19 |
| | | | | | exception occurs in a synchronous Python subprocess, the mode will automatically jump to the innermost exception. | ||||
* | Removed redundant eval-when-compile. | Barry Warsaw | 1997-12-03 | 1 | -19/+13 |
| | | | | | | | | | | | (python-mode): Conditionalize imenu initializations to when we can safely require imenu. Under Emacs this should prevent python-mode from hosing the global value of imenu-create-index-function and messing things up for all other modes. Problem identified by Christian Egli. (py-describe-mode): py-delete-char => py-electric-backspace. Given by Christian Egli. | ||||
* | The biggie: changed the funcdesc environments used for opcode descriptions | Fred Drake | 1997-12-03 | 2 | -350/+352 |
| | | | | | | | | | | | | | | to use the opcodedesc environment. Changed a \code{} to a \file{} near the start where a file is referenced. Fixed a typo: "on" --> "one" in ROT_THREE description. Wherever opcodes were referenced by name, use \code{OPCODE_NAME}; usage was inconsistent. Ideally, another macro would be defined since these don't represent code a programmer would type, but that's minor even for me. It'll probably get converted automatically in the SGML conversion project. Whether that matters or not isn't relevant at this point. | ||||
* | Added environment for defining PyVM instructions. This is only used in | Fred Drake | 1997-12-03 | 1 | -0/+6 |
| | | | | | | | | | | | | the libdis.tex file I'm about to check in. I'm not sure this is really an optimal solution yet, but it may be the best alternative. It avoids describing the instructions as either data items or functions. This change was discussed with Guido. (Guido: Take a look at the LaTeX output for this; if this is reasonable I'll go ahead and update the perl code in myformat.perl to match.) | ||||
* | Change the default repr() and str() of class instance objects to look | Guido van Rossum | 1997-12-03 | 1 | -1/+9 |
| | | | | | like <modulename.classname instance at ...> (to match the repr() of class objects. | ||||
* | (python-mode): Patch to make font-lock work automatically for Emacs. | Barry Warsaw | 1997-12-02 | 1 | -0/+1 |
| | | | | Unnecessary for XEmacs, but oh well... | ||||
* | Test for an up-to-date Custom library when byte-compiling, and issue | Barry Warsaw | 1997-12-02 | 1 | -1/+20 |
| | | | | | an informative message when one cannot be found, as is the case with a vanilla Emacs 19.34 (and NTEmacs 19.34). | ||||
* | Add the flag RTLD_GLOBAL to the dlopen() options. | Guido van Rossum | 1997-12-02 | 1 | -3/+7 |
| | | | | | | | This exports symbols defined by the loaded extension to other extensions (loaded later). (I'm not quite sure about this but suppose it can't hurt...) | ||||
* | Make stdin unbuffered too, when PYTHONUNBUFFERED is specified. | Guido van Rossum | 1997-12-02 | 1 | -0/+1 |
| | |||||
* | Patches by Fred Lundh to make it compile better with K&R compilers. | Guido van Rossum | 1997-12-02 | 1 | -20/+20 |
| | | | | | (Should really let AMK do this, but don't know when he'll give me a new version.) | ||||
* | Small bugfixes for broken old style use of the syntax table. AMK, of | Guido van Rossum | 1997-12-02 | 1 | -6/+6 |
| | | | | course. | ||||
* | Yes, Virginia, Tix does have a Tix_SafeInit() function. | Guido van Rossum | 1997-12-02 | 1 | -5/+5 |
| | |||||
* | Understand -Xlinker option. | Guido van Rossum | 1997-12-02 | 1 | -0/+1 |
| | |||||
* | Left-aligned preprocessor directives and changed C++ comments to C | Guido van Rossum | 1997-12-02 | 1 | -9/+9 |
| | | | | comments. | ||||
* | Patch for QNX, by Chris Herborth. Also left-aligned preprocessor | Guido van Rossum | 1997-12-02 | 1 | -58/+58 |
| | | | | directives and changed C++ comments to C comments. | ||||
* | 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. |