summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added BUILD_SLICE opcode.Guido van Rossum1996-07-301-0/+1
* Two bumps for the price of one (PYTHON_API_VERSION)Guido van Rossum1996-07-301-2/+9
* Changes due to slice and ellipses grammar changesGuido van Rossum1996-07-301-7/+9
* Added sliceobject.h.Guido van Rossum1996-07-301-0/+1
* Sh script to recreage generic machdep subdirectoryGuido van Rossum1996-07-302-0/+12
* updated againGuido van Rossum1996-07-304-62/+98
* Two independent changes:Guido van Rossum1996-07-302-4/+6
* Function to guess which db package created a database.Guido van Rossum1996-07-301-0/+60
* New, improved parseaddr() by Sjoerd.Guido van Rossum1996-07-301-30/+83
* Changes to make it work on FreeBSD 2.x.Guido van Rossum1996-07-301-3/+16
* Two changes suggested by Andrew Kuchling:Guido van Rossum1996-07-301-1/+17
* Added optional second arg to what(), giving the data read from the fileGuido van Rossum1996-07-301-7/+13
* Added BUILD_SLICE opcode.Guido van Rossum1996-07-301-0/+1
* ObsoleteGuido van Rossum1996-07-302-178/+0
* (python-mode): Added menu support, requires easymenu.Barry Warsaw1996-07-291-10/+45
* Allow only one selection (this tests settability of selFlags)Jack Jansen1996-07-261-0/+2
* RegeneratedJack Jansen1996-07-261-1/+1
* Added access to selFlags and listFlags members (both read and write)Jack Jansen1996-07-262-4/+68
* Mods by Just:Jack Jansen1996-07-261-20/+46
* (py-forward-into-nomenclature): small fix to not infinitely loop atBarry Warsaw1996-07-251-1/+1
* #comment update, re: py-mode-syntax-tableBarry Warsaw1996-07-241-4/+5
* (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions.Barry Warsaw1996-07-241-0/+31
* putenvGuido van Rossum1996-07-242-2/+5
* Added putenv to AC_CHECK_FUNCS list.Guido van Rossum1996-07-241-1/+1
* Append version number to library install directory.Guido van Rossum1996-07-241-10/+23
* Added version number to destination.Guido van Rossum1996-07-241-14/+16
* As a side effect of calling PySys_SetArgv (setpythonargv), theGuido van Rossum1996-07-241-0/+18
* Added hook to os.environ to call putenv(), if it exists.Guido van Rossum1996-07-241-0/+19
* Added Sam Rushing's errno moduleGuido van Rossum1996-07-242-0/+562
* Converted to new style names by Skip MontanaroGuido van Rossum1996-07-242-322/+319
* Different lines for bsddb module.Guido van Rossum1996-07-241-3/+3
* Added simple-minded (i.e. leaking :-) putenv() interface, if os has it.Guido van Rossum1996-07-231-0/+27
* Updated pointers to Andrew Kuchlings fine software.Guido van Rossum1996-07-232-14/+16
* Added 3rd optional argument to translate(), a string of characters to delete.Guido van Rossum1996-07-233-29/+106
* (rmt.py): Updated to "modern" python coding conventions, somewhat. KeywordFred Drake1996-07-231-21/+21
* Remove all CRLF -> LF translation for file uploads, since we cannotGuido van Rossum1996-07-231-9/+14
* (py-shift-region-left): When checking for left edged code, watch forBarry Warsaw1996-07-231-1/+2
* Renamed all occurrences of posix to os.Guido van Rossum1996-07-231-28/+33
* Changes by Jim Fulton: pass environ around as arg;Guido van Rossum1996-07-231-19/+52
* Added splitext()Guido van Rossum1996-07-231-0/+22
* New versions generated on a Linux 2.x system by AMKGuido van Rossum1996-07-228-164/+430
* Optimizations and one intentional loophole by Jim Fulton.Guido van Rossum1996-07-221-58/+82
* This is needed for users of Linux 2.xGuido van Rossum1996-07-2210-0/+1608
* Got rid of ChangeLog -- too bad, but I can't keep it up to date.Guido van Rossum1996-07-221-4532/+0
* Use NEWOBJ() macro instead of calling newobject() directly.Guido van Rossum1996-07-221-1/+1
* Added SetFolder method which sets Standard File initial folderJack Jansen1996-07-221-0/+29
* Added PyOS_CheckStack() function which returns -1 when we are runningJack Jansen1996-07-221-0/+14
* Added USE_STACKCHECK defineJack Jansen1996-07-225-0/+8
* Fuck. For PC support, this must be in the distribution.Guido van Rossum1996-07-2284-0/+13110
* Restore the capability to pass a class (usually Pack) as an option to widgetGuido van Rossum1996-07-212-8/+14