Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patches by William Lewis for Nextstep descendants. | Guido van Rossum | 1999-01-27 | 13 | -328/+689 |
| | |||||
* | PyLong_FromString(): Nailed a small memory leak. In the str==start | Barry Warsaw | 1999-01-27 | 1 | -0/+1 |
| | | | | | test, we forgot that z is still pointing to a real live object. DECREF() it before returning. | ||||
* | \py@linkToName: New macro to consolidate support for most internal | Fred Drake | 1999-01-27 | 1 | -18/+18 |
| | | | | | | | | hyperlinking in the PDF version. This also allows many of the macros that do this stuff to be a good bit more readable. Takes the target name and link content as parameters. Use \py@linkToName for all internal links. | ||||
* | Added the files for the repr and ConfigParser modules. | Fred Drake | 1999-01-27 | 1 | -1/+3 |
| | |||||
* | Document the repr module. This removes the entire "Code objects and | Fred Drake | 1999-01-27 | 3 | -9/+126 |
| | | | | files, debugger etc." section from "Undocumented Modules"! | ||||
* | err_input(): Nailed a small memory leak. If the error is E_INTR, the | Barry Warsaw | 1999-01-27 | 1 | -1/+2 |
| | | | | | | | | | v temporary variable was never decref'd. Test this by starting up the interpreter, hitting C-c, then immediately exiting. Same potential leak can occur if error is E_NOMEM, since the return is done in the case block. Added Py_XDECREF(v); to both blocks, just before the return. | ||||
* | _PySys_Init(): Nailed small memory leak. The stringobject created for | Barry Warsaw | 1999-01-27 | 1 | -0/+1 |
| | | | | sys.version was missing a Py_XDECREF(). | ||||
* | Don't say that the module defines the "following functions" and then | Fred Drake | 1999-01-27 | 1 | -9/+5 |
| | | | | | | | only describe one; say "following function" instead! Merge the two one-sentence paragraphs into a single paragraph, so it doesn't look too stupid. | ||||
* | cleaned up ugly hack related to activate events and suspend/resume -- jvr | Just van Rossum | 1999-01-27 | 1 | -14/+8 |
| | |||||
* | Re-format the module docstring and document the new get() argument. | Barry Warsaw | 1999-01-26 | 1 | -26/+29 |
| | |||||
* | Incorporate changes for patched version of ConfigParser. | Fred Drake | 1999-01-26 | 1 | -5/+8 |
| | |||||
* | Patch by Chris Petrilli (not really tested since I don't know this | Guido van Rossum | 1999-01-26 | 1 | -6/+17 |
| | | | | | | | module myself) to accept an option keyword argument (vars) that is substituted on top of the defaults that were setup in __init__. The patch also fixes the problem where you can't have recusive references inside your configuration file. | ||||
* | \py@modindex: Format the index entry for the module index more like | Fred Drake | 1999-01-26 | 1 | -1/+1 |
| | | | | | that used in the "normal" index. No visual difference, but more easily processed by helper scripts. | ||||
* | Documentation for the ConfigParser module, by Christopher G. Petrilli | Fred Drake | 1999-01-26 | 3 | -3/+117 |
| | | | | (petrilli@amber.org). | ||||
* | Added Sherlock source for Python documentation, and added icons to them all. | Jack Jansen | 1999-01-26 | 3 | -0/+0 |
| | |||||
* | expandtabs__doc__: blank line which was not terminated with \n\ caused | Barry Warsaw | 1999-01-26 | 1 | -1/+0 |
| | | | | the SunPro C compiler to choke. Removed this redundant line. | ||||
* | Add spawnv and spawnve functions for Win32 platforms. | Guido van Rossum | 1999-01-25 | 1 | -0/+178 |
| | |||||
* | A gift from Fredrik Lundh: fast C implementation of expandtabs(). | Guido van Rossum | 1999-01-25 | 1 | -0/+75 |
| | | | | | I've reformatted it, added a few comments, a test for tabsize <= 0, and used the AS_STRING macro. | ||||
* | Document the default for tabsize in expandtabs(). | Guido van Rossum | 1999-01-25 | 1 | -2/+2 |
| | |||||
* | The usual. | Guido van Rossum | 1999-01-25 | 6 | -4/+143 |
| | |||||
* | Allow recognition of attributes even if they don't have space in front | Fred Drake | 1999-01-25 | 1 | -1/+1 |
| | | | | | | | of them. I.e., '<a name="foo"href="bar.html">' will now have two attributes recognized. Based on comments from newgroup. | ||||
* | Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. | Guido van Rossum | 1999-01-25 | 2 | -3/+3 |
| | |||||
* | Make sure not to call realloc() with a NULL pointer -- call malloc() | Guido van Rossum | 1999-01-25 | 1 | -1/+4 |
| | | | | in that case. Tamito Kajiyama. | ||||
* | Include myselect.h -- needed on some platforms. | Guido van Rossum | 1999-01-25 | 1 | -0/+1 |
| | |||||
* | Rearrange the -I flags for compiling _tkinter.c so that | Guido van Rossum | 1999-01-25 | 1 | -2/+2 |
| | | | | | | /usr/local/include comes before /usr/X11R1/include. On some Linux distributions the latter apparently contains (standard!) a bad tcl.h or tk.h. | ||||
* | Don't die if CodeType doesn't exist -- ignore the error. This could | Guido van Rossum | 1999-01-25 | 1 | -1/+4 |
| | | | | happen in restricted mode. | ||||
* | There's a macro PycString_IMPORT which the documentation listed as | Guido van Rossum | 1999-01-25 | 1 | -1/+1 |
| | | | | | | PycStringIO_IMPORT. While arguably the name used in the documentation is more consistent, I think it's probably safer not to change the macro definition and instead fix the doco. | ||||
* | Correct typo in new function get_breaks(). | Guido van Rossum | 1999-01-25 | 1 | -1/+1 |
| | |||||
* | Change clear syntax to support three alternatives: | Guido van Rossum | 1999-01-25 | 1 | -3/+47 |
| | | | | | | | | | clear clear file:line clear bpno bpno ... Also print the breakpoint data after calling set_break(), because the print statement in set_break() has gone. | ||||
* | Change clear_break() to the old signature clear_break(file, line). | Guido van Rossum | 1999-01-25 | 1 | -26/+40 |
| | | | | | | | | Add new clear_bpbynumber() with single bpno argument. (Adapted from a patch by Richard Wolff.) Also some cleanup in error messages and moved some comments into a docstring. | ||||
* | Ai! complex_nonzero() has && which should be ||, else decidedly | Guido van Rossum | 1999-01-25 | 1 | -1/+1 |
| | | | | | non-zero things like 5j and complex(1,0) are considered to be zero/false. Tim Peters. | ||||
* | Only do ttyname() when HAVE_TTYNAME is defined. | Guido van Rossum | 1999-01-25 | 1 | -0/+18 |
| | | | | Also define F_OK etc. when not already defined, when doing access(). | ||||
* | Adding sherlock search templates for Python and Python FAQ. | Jack Jansen | 1999-01-25 | 3 | -0/+14 |
| | |||||
* | Added Icn module to toolboxmodules | Jack Jansen | 1999-01-25 | 3 | -0/+3 |
| | |||||
* | Set PythonCore version number to sys.hexversion, and removed version | Jack Jansen | 1999-01-25 | 23 | -0/+0 |
| | | | | numbers in all other projects/libraries. | ||||
* | Script to synchronize files with / in their name and their _s_ counterparts. | Just van Rossum | 1999-01-24 | 1 | -0/+89 |
| | | | | Needed to keep CWGUSI under cvs because of filesnames with slashes. | ||||
* | Test checkin, to see whether I really can do it. --jvr schpeaking. | Just van Rossum | 1999-01-23 | 1 | -2/+0 |
| | |||||
* | Test checkin, to see whether I really can do it. --jvr schpeaking. | Just van Rossum | 1999-01-22 | 1 | -0/+2 |
| | |||||
* | Add "term" to AUTOCLOSE. | Fred Drake | 1999-01-22 | 1 | -1/+1 |
| | |||||
* | Header for PyObject_DelItem() mentioned non-existing 3rd argument. | Guido van Rossum | 1999-01-22 | 1 | -1/+1 |
| | |||||
* | Updated for 1.5.2b1 | Jack Jansen | 1999-01-22 | 2 | -7/+7 |
| | |||||
* | In unpackevent, get the direct object (----) before asking for missed ↵ | Jack Jansen | 1999-01-22 | 1 | -0/+7 |
| | | | | | | | parameters. The documentation is unclear on this, but the old implementation caused problems with Default Folder. | ||||
* | Select the whole default input field in AskString (Joe Strout) | Jack Jansen | 1999-01-22 | 1 | -1/+2 |
| | |||||
* | (py-mode-map): Add back force of RET (aka C-m) to | Barry Warsaw | 1999-01-21 | 1 | -0/+9 |
| | | | | py-newline-and-indent. | ||||
* | Added examples/testcode for the Icn module. | Jack Jansen | 1999-01-21 | 3 | -1/+374 |
| | |||||
* | Don't qualify local symbols with aetools... | Jack Jansen | 1999-01-21 | 1 | -1/+1 |
| | |||||
* | Manually added definitions for normal, bold, etc. These are in MacTypes (of all | Jack Jansen | 1999-01-21 | 2 | -3/+31 |
| | | | | places) which isn't worth bgenning. | ||||
* | Updated for 1.5.2b1 | Jack Jansen | 1999-01-21 | 1 | -1/+3 |
| | |||||
* | Updated for 1.5.2b1 (better late than never:-) | Jack Jansen | 1999-01-21 | 2 | -4/+8 |
| | |||||
* | Updated the version number in the vers and preffilename resources. | Jack Jansen | 1999-01-21 | 2 | -0/+0 |
| |