summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-commit in applesingleJack Jansen1999-01-287-0/+0
* Improvement of b/w compat note in help text for clear, by Richard Wolff.Guido van Rossum1999-01-281-1/+2
* added default sys.path entry for NumPy -- jvrJust van Rossum1999-01-281-0/+0
* Starting on the new project/plugin structure. Far from complete...Jack Jansen1999-01-2840-0/+3494
* Slight reworking of this test. If nis.maps() gives a nis.error, thenBarry Warsaw1999-01-281-2/+5
* builtin_map(): Nailed memory leak. PyList_Append() borrows aBarry Warsaw1999-01-281-0/+1
* builtin_complex(): Nailed memory leak. This one's in the instanceBarry Warsaw1999-01-271-0/+1
* Get rid of do_clear_break / do_clb command -- it is redundant.Guido van Rossum1999-01-271-20/+0
* pcre_exec(): Andrew Kuchling's patch for pcre memory leak.Barry Warsaw1999-01-271-0/+1
* Add the info "dir" fragment to the info tarball.Fred Drake1999-01-271-1/+1
* Fragment of an info "dir" file for the Python documentation.Fred Drake1999-01-271-0/+8
* Simplify slightly.Fred Drake1999-01-271-4/+2
* Don't build info for the Macintosh module reference by default; itFred Drake1999-01-271-1/+2
* initerrno(): Nailed a not-so-tiny memory leak. The de dictionary isBarry Warsaw1999-01-271-1/+2
* PyImport_ReloadModule(): Nailed a small memory leak. In theBarry Warsaw1999-01-271-0/+1
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-2713-328/+689
* PyLong_FromString(): Nailed a small memory leak. In the str==startBarry Warsaw1999-01-271-0/+1
* \py@linkToName: New macro to consolidate support for most internalFred Drake1999-01-271-18/+18
* Added the files for the repr and ConfigParser modules.Fred Drake1999-01-271-1/+3
* Document the repr module. This removes the entire "Code objects andFred Drake1999-01-273-9/+126
* err_input(): Nailed a small memory leak. If the error is E_INTR, theBarry Warsaw1999-01-271-1/+2
* _PySys_Init(): Nailed small memory leak. The stringobject created forBarry Warsaw1999-01-271-0/+1
* Don't say that the module defines the "following functions" and thenFred Drake1999-01-271-9/+5
* cleaned up ugly hack related to activate events and suspend/resume -- jvrJust van Rossum1999-01-271-14/+8
* Re-format the module docstring and document the new get() argument.Barry Warsaw1999-01-261-26/+29
* Incorporate changes for patched version of ConfigParser.Fred Drake1999-01-261-5/+8
* Patch by Chris Petrilli (not really tested since I don't know thisGuido van Rossum1999-01-261-6/+17
* \py@modindex: Format the index entry for the module index more likeFred Drake1999-01-261-1/+1
* Documentation for the ConfigParser module, by Christopher G. PetrilliFred Drake1999-01-263-3/+117
* Added Sherlock source for Python documentation, and added icons to them all.Jack Jansen1999-01-263-0/+0
* expandtabs__doc__: blank line which was not terminated with \n\ causedBarry Warsaw1999-01-261-1/+0
* Add spawnv and spawnve functions for Win32 platforms.Guido van Rossum1999-01-251-0/+178
* A gift from Fredrik Lundh: fast C implementation of expandtabs().Guido van Rossum1999-01-251-0/+75
* Document the default for tabsize in expandtabs().Guido van Rossum1999-01-251-2/+2
* The usual.Guido van Rossum1999-01-256-4/+143
* Allow recognition of attributes even if they don't have space in frontFred Drake1999-01-251-1/+1
* Change rare occurrences of #if HAVE_LONG_LONG to #ifdef.Guido van Rossum1999-01-252-3/+3
* Make sure not to call realloc() with a NULL pointer -- call malloc()Guido van Rossum1999-01-251-1/+4
* Include myselect.h -- needed on some platforms.Guido van Rossum1999-01-251-0/+1
* Rearrange the -I flags for compiling _tkinter.c so thatGuido van Rossum1999-01-251-2/+2
* Don't die if CodeType doesn't exist -- ignore the error. This couldGuido van Rossum1999-01-251-1/+4
* There's a macro PycString_IMPORT which the documentation listed asGuido van Rossum1999-01-251-1/+1
* Correct typo in new function get_breaks().Guido van Rossum1999-01-251-1/+1
* Change clear syntax to support three alternatives:Guido van Rossum1999-01-251-3/+47
* Change clear_break() to the old signature clear_break(file, line).Guido van Rossum1999-01-251-26/+40
* Ai! complex_nonzero() has && which should be ||, else decidedlyGuido van Rossum1999-01-251-1/+1
* Only do ttyname() when HAVE_TTYNAME is defined.Guido van Rossum1999-01-251-0/+18
* Adding sherlock search templates for Python and Python FAQ.Jack Jansen1999-01-253-0/+14
* Added Icn module to toolboxmodulesJack Jansen1999-01-253-0/+3
* Set PythonCore version number to sys.hexversion, and removed versionJack Jansen1999-01-2523-0/+0