| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved the thread module to its own Setup.thread(.in) file, | Guido van Rossum | 1997-12-04 | 3 | -7/+16 |
|
|
* | 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 |
|
|
* | make_str_index_entry(): New function. Similar to make_index_entry(), but | Fred Drake | 1997-12-03 | 1 | -0/+101 |
|
|
* | 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 |
|
|
* | Removed redundant eval-when-compile. | Barry Warsaw | 1997-12-03 | 1 | -19/+13 |
|
|
* | The biggie: changed the funcdesc environments used for opcode descriptions | Fred Drake | 1997-12-03 | 2 | -350/+352 |
|
|
* | Added environment for defining PyVM instructions. This is only used in | Fred Drake | 1997-12-03 | 1 | -0/+6 |
|
|
* | Change the default repr() and str() of class instance objects to look | Guido van Rossum | 1997-12-03 | 1 | -1/+9 |
|
|
* | (python-mode): Patch to make font-lock work automatically for Emacs. | Barry Warsaw | 1997-12-02 | 1 | -0/+1 |
|
|
* | Test for an up-to-date Custom library when byte-compiling, and issue | Barry Warsaw | 1997-12-02 | 1 | -1/+20 |
|
|
* | Add the flag RTLD_GLOBAL to the dlopen() options. | Guido van Rossum | 1997-12-02 | 1 | -3/+7 |
|
|
* | 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 |
|
|
* | Small bugfixes for broken old style use of the syntax table. AMK, of | Guido van Rossum | 1997-12-02 | 1 | -6/+6 |
|
|
* | 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 |
|
|
* | Patch for QNX, by Chris Herborth. Also left-aligned preprocessor | Guido van Rossum | 1997-12-02 | 1 | -58/+58 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Changes for FreeBSD and NetBSD: NetBSD does shared libs just like FreeBSD | Guido van Rossum | 1997-12-02 | 2 | -102/+156 |
|
|
* | Skip directories when installing library files; this avoids problems | Guido van Rossum | 1997-12-02 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Make modes for installed files and directories variables; change the | Guido van Rossum | 1997-12-02 | 1 | -8/+15 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | *** 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 |
|
|
* | 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 |
|
|
* | Require 'cl when compiling so that the push macro gets picked in Emacs | Barry Warsaw | 1997-12-01 | 1 | -0/+2 |
|
|
* | Use $LOGNAME instead of $USER to get the current user -- it seems to | Guido van Rossum | 1997-12-01 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | In string.split(), honor maxsplit (if > 0). | Guido van Rossum | 1997-12-01 | 2 | -4/+16 |
|
|
* | _Environ(): Added __getinitargs__() method so os.environ.copy() works, | Barry Warsaw | 1997-12-01 | 1 | -0/+5 |
|
|
* | Added \indexsubitem definition; functions were previously indexed for the | Fred Drake | 1997-11-30 | 8 | -0/+16 |
|
|