| Commit message (Expand) | Author | Age | Files | Lines |
* | Set Py_FrozenFlag, to suppress error messages from getpath.c. | Guido van Rossum | 1998-02-06 | 1 | -0/+2 |
|
|
* | - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). | Guido van Rossum | 1998-02-06 | 1 | -2/+4 |
|
|
* | - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow | Guido van Rossum | 1998-02-06 | 1 | -0/+4 |
|
|
* | - Add Py_FrozenFlag, intended to suppress error messages fron | Guido van Rossum | 1998-02-06 | 1 | -0/+1 |
|
|
* | Ehm, three unrelated changes. | Guido van Rossum | 1998-02-06 | 1 | -3/+31 |
|
|
* | Remove commented-out \itembreak. | Fred Drake | 1998-02-06 | 2 | -2/+0 |
|
|
* | Update two of the \indexsubitem values to use singular rather than plural form | Fred Drake | 1998-02-06 | 2 | -4/+4 |
|
|
* | Added rmtree(), to recursively remove a directory tree. | Guido van Rossum | 1998-02-06 | 1 | -0/+32 |
|
|
* | Two more refinements of the cleanup process. | Guido van Rossum | 1998-02-06 | 1 | -3/+52 |
|
|
* | (py-scroll-process-buffer): Default value changed to nil to act more | Barry Warsaw | 1998-02-06 | 1 | -1/+1 |
|
|
* | Add ref to errno module, and change ref to posix.error to os.error. | Guido van Rossum | 1998-02-06 | 2 | -2/+6 |
|
|
* | Add ref to errno module. | Guido van Rossum | 1998-02-06 | 2 | -0/+4 |
|
|
* | (py-parse-state): When looking for landing inside triple-quoted | Barry Warsaw | 1998-02-05 | 1 | -1/+1 |
|
|
* | (py-python-command-args): New variable, allows user to customize the | Barry Warsaw | 1998-02-05 | 1 | -1/+6 |
|
|
* | Retract the statement that all functions called by Python (even method | Guido van Rossum | 1998-02-05 | 2 | -8/+6 |
|
|
* | Two suggested features by Sjoerd: | Guido van Rossum | 1998-02-05 | 1 | -6/+7 |
|
|
* | (1) Use matchobj.groups(), not matchbj.group() to get all groups. | Guido van Rossum | 1998-02-05 | 1 | -4/+8 |
|
|
* | Fixed bitmaps; added include files and libs; | Guido van Rossum | 1998-02-05 | 1 | -19/+37 |
|
|
* | Add *.pdf files to the clobber target (same target as *.ps). | Fred Drake | 1998-02-04 | 1 | -1/+1 |
|
|
* | Tell CVS to ignore PDF files. | Fred Drake | 1998-02-04 | 1 | -0/+1 |
|
|
* | Added description of "D" format for PyArg_ParseTuple(), including example | Fred Drake | 1998-02-04 | 2 | -6/+172 |
|
|
* | Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversion | Fred Drake | 1998-02-04 | 1 | -12/+11 |
|
|
* | \modindex{}: New macro; index module without declaring it "built-in" or | Fred Drake | 1998-02-04 | 1 | -0/+1 |
|
|
* | Added missing "{" for "\code <?stuff?>}". | Fred Drake | 1998-02-03 | 2 | -2/+2 |
|
|
* | Fix typo in format for strftime() used by cookie code. | Guido van Rossum | 1998-02-02 | 1 | -1/+1 |
|
|
* | Clarify that capwords() removes leading/trailing whitespace. | Guido van Rossum | 1998-02-02 | 2 | -10/+2 |
|
|
* | Moved toplevel widget to PyncheWidget.py | Barry Warsaw | 1998-01-31 | 1 | -1/+92 |
|
|
* | Initial revision | Barry Warsaw | 1998-01-31 | 1 | -0/+51 |
|
|
* | BadColor: new exception class | Barry Warsaw | 1998-01-31 | 1 | -3/+43 |
|
|
* | Better implementation of nearest(). Not faster, but better | Barry Warsaw | 1998-01-31 | 1 | -1/+2 |
|
|
* | Initial revision | Barry Warsaw | 1998-01-31 | 1 | -0/+151 |
|
|
* | mered Greg's suggestions, added docstring | Barry Warsaw | 1998-01-30 | 1 | -18/+26 |
|
|
* | Initial revision | Barry Warsaw | 1998-01-29 | 1 | -0/+71 |
|
|
* | Add S_ISBLK(). | Guido van Rossum | 1998-01-29 | 2 | -2/+10 |
|
|
* | Make this test work when imported from the interpreter instead of run | Guido van Rossum | 1998-01-29 | 1 | -1/+6 |
|
|
* | Sez The Dragon: | Guido van Rossum | 1998-01-29 | 1 | -24/+25 |
|
|
* | SMTP client by The Dragon De Monsyne <dragondm@integral.org>. | Guido van Rossum | 1998-01-29 | 1 | -0/+278 |
|
|
* | New version of xmllib from Sjoerd. | Guido van Rossum | 1998-01-29 | 4 | -81/+283 |
|
|
* | Add Piet van Oostrum's name to the comments. | Guido van Rossum | 1998-01-29 | 1 | -1/+2 |
|
|
* | Add simple Unix socket example by Piet van Oostrum. | Guido van Rossum | 1998-01-28 | 3 | -1/+27 |
|
|
* | Fixed typo reported by Grzegorz Makarewicz <mak@mikroplan.com.pl>. | Fred Drake | 1998-01-28 | 1 | -1/+1 |
|
|
* | (This fix is really by Jeremy) | Guido van Rossum | 1998-01-27 | 1 | -22/+29 |
|
|
* | Add a note explaining that multiplying a sequence with a negative | Guido van Rossum | 1998-01-27 | 2 | -2/+10 |
|
|
* | Initial revision | Barry Warsaw | 1998-01-27 | 1 | -0/+23 |
|
|
* | Unpickler.load_inst(), Unpickler.load_obj(), Unpickler.load_build(): | Barry Warsaw | 1998-01-26 | 1 | -7/+28 |
|
|
* | get(): Fixed a bug in the merge order of the dictionaries. This makes | Barry Warsaw | 1998-01-26 | 1 | -3/+4 |
|
|
* | Py_AtExit(): Added brief note about the constraint on cleanup functions not | Fred Drake | 1998-01-26 | 2 | -12/+18 |
|
|
* | Paint demo by Dave Mitchell. There's clearly a demand for such a | Guido van Rossum | 1998-01-26 | 1 | -0/+60 |
|
|
* | Use \url{} to mark a URL. | Fred Drake | 1998-01-22 | 4 | -10/+10 |
|
|
* | Use \url{} to mark URLs, \email{} to mark an email address. | Fred Drake | 1998-01-22 | 2 | -4/+4 |
|
|