Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added sliceobject.c | Guido van Rossum | 1996-07-30 | 2 | -2/+189 |
| | |||||
* | Speedup suggested by Sjoerd | Guido van Rossum | 1996-07-30 | 2 | -6/+8 |
| | |||||
* | Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z]) | Guido van Rossum | 1996-07-30 | 1 | -2/+4 |
| | |||||
* | Slice and ellipses interface | Guido van Rossum | 1996-07-30 | 1 | -0/+40 |
| | |||||
* | Turn on CACHE_HASH, for 2% speedier dict lookups | Guido van Rossum | 1996-07-30 | 1 | -0/+3 |
| | |||||
* | Added BUILD_SLICE opcode. | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
| | |||||
* | Two bumps for the price of one (PYTHON_API_VERSION) | Guido van Rossum | 1996-07-30 | 1 | -2/+9 |
| | |||||
* | Changes due to slice and ellipses grammar changes | Guido van Rossum | 1996-07-30 | 1 | -7/+9 |
| | |||||
* | Added sliceobject.h. | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
| | |||||
* | Sh script to recreage generic machdep subdirectory | Guido van Rossum | 1996-07-30 | 2 | -0/+12 |
| | |||||
* | updated again | Guido van Rossum | 1996-07-30 | 4 | -62/+98 |
| | |||||
* | Two independent changes: | Guido van Rossum | 1996-07-30 | 2 | -4/+6 |
| | | | | | - accept empty string from focus_get - map coords() return value through getdouble and splitlist | ||||
* | Function to guess which db package created a database. | Guido van Rossum | 1996-07-30 | 1 | -0/+60 |
| | |||||
* | New, improved parseaddr() by Sjoerd. | Guido van Rossum | 1996-07-30 | 1 | -30/+83 |
| | |||||
* | Changes to make it work on FreeBSD 2.x. | Guido van Rossum | 1996-07-30 | 1 | -3/+16 |
| | |||||
* | Two changes suggested by Andrew Kuchling: | Guido van Rossum | 1996-07-30 | 1 | -1/+17 |
| | | | | | - move compile() inside try-except - add code so you can do "python pdb.py <script> <arg> ..." to debug <script> | ||||
* | Added optional second arg to what(), giving the data read from the file | Guido van Rossum | 1996-07-30 | 1 | -7/+13 |
| | | | | (then f may be None). | ||||
* | Added BUILD_SLICE opcode. | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
| | |||||
* | Obsolete | Guido van Rossum | 1996-07-30 | 2 | -178/+0 |
| | |||||
* | (python-mode): Added menu support, requires easymenu. | Barry Warsaw | 1996-07-29 | 1 | -10/+45 |
| | |||||
* | Allow only one selection (this tests settability of selFlags) | Jack Jansen | 1996-07-26 | 1 | -0/+2 |
| | |||||
* | Regenerated | Jack Jansen | 1996-07-26 | 1 | -1/+1 |
| | |||||
* | Added access to selFlags and listFlags members (both read and write) | Jack Jansen | 1996-07-26 | 2 | -4/+68 |
| | |||||
* | Mods by Just: | Jack Jansen | 1996-07-26 | 1 | -20/+46 |
| | | | | | | | - Better staggering of windows - Windows have zoombox by default, and zooming works - DrawControls->UpdateControls - Better scrollbar show/hide | ||||
* | (py-forward-into-nomenclature): small fix to not infinitely loop at | Barry Warsaw | 1996-07-25 | 1 | -1/+1 |
| | | | | underscores. | ||||
* | #comment update, re: py-mode-syntax-table | Barry Warsaw | 1996-07-24 | 1 | -4/+5 |
| | |||||
* | (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. | Barry Warsaw | 1996-07-24 | 1 | -0/+31 |
| | |||||
* | putenv | Guido van Rossum | 1996-07-24 | 2 | -2/+5 |
| | |||||
* | Added putenv to AC_CHECK_FUNCS list. | Guido van Rossum | 1996-07-24 | 1 | -1/+1 |
| | |||||
* | Append version number to library install directory. | Guido van Rossum | 1996-07-24 | 1 | -10/+23 |
| | | | | | | | "make libinstall" no longer implies "make sharedinstall". "make altinstall" and "make altbininstall" install the python binary with a version number, for tentative installations (this does not install the include files or man page). | ||||
* | Added version number to destination. | Guido van Rossum | 1996-07-24 | 1 | -14/+16 |
| | | | | | | | Forget about the trick to create directories through dependencies -- it's impossible to get it right in the light of parallellizing Make implementations and the inability to specify dependencies between directories (because creating the subdirectory modifies the parent). | ||||
* | As a side effect of calling PySys_SetArgv (setpythonargv), the | Guido van Rossum | 1996-07-24 | 1 | -0/+18 |
| | | | | | | directory containing argv[0] is inserted in front of sys.path. If argv[0] contains no directory, an empty string is inserted. If argv is empty, nothing happens. | ||||
* | Added hook to os.environ to call putenv(), if it exists. | Guido van Rossum | 1996-07-24 | 1 | -0/+19 |
| | |||||
* | Added Sam Rushing's errno module | Guido van Rossum | 1996-07-24 | 2 | -0/+562 |
| | |||||
* | Converted to new style names by Skip Montanaro | Guido van Rossum | 1996-07-24 | 2 | -322/+319 |
| | |||||
* | Different lines for bsddb module. | Guido van Rossum | 1996-07-24 | 1 | -3/+3 |
| | |||||
* | Added simple-minded (i.e. leaking :-) putenv() interface, if os has it. | Guido van Rossum | 1996-07-23 | 1 | -0/+27 |
| | |||||
* | Updated pointers to Andrew Kuchlings fine software. | Guido van Rossum | 1996-07-23 | 2 | -14/+16 |
| | |||||
* | Added 3rd optional argument to translate(), a string of characters to delete. | Guido van Rossum | 1996-07-23 | 3 | -29/+106 |
| | | | | Added maketrans(), a utility to create a translation table. | ||||
* | (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword | Fred Drake | 1996-07-23 | 1 | -21/+21 |
| | | | | | | arguments and explicit calls to .pack() are used; no more dictionaries are being passed to Tkinter constructors. Otherwise, the example is unchanged. (The app isn't implemented as a Python object.) | ||||
* | Remove all CRLF -> LF translation for file uploads, since we cannot | Guido van Rossum | 1996-07-23 | 1 | -9/+14 |
| | | | | | | reliably distinguish binary files from text files (and Mac Netscape sends all files in "binary" form, i.e. it sends text files with only CR delimiters...). | ||||
* | (py-shift-region-left): When checking for left edged code, watch for | Barry Warsaw | 1996-07-23 | 1 | -1/+2 |
| | | | | blank lines. | ||||
* | Renamed all occurrences of posix to os. | Guido van Rossum | 1996-07-23 | 1 | -28/+33 |
| | |||||
* | Changes by Jim Fulton: pass environ around as arg; | Guido van Rossum | 1996-07-23 | 1 | -19/+52 |
| | | | | keep_blank_values option to parse(). | ||||
* | Added splitext() | Guido van Rossum | 1996-07-23 | 1 | -0/+22 |
| | |||||
* | New versions generated on a Linux 2.x system by AMK | Guido van Rossum | 1996-07-22 | 8 | -164/+430 |
| | |||||
* | Optimizations and one intentional loophole by Jim Fulton. | Guido van Rossum | 1996-07-22 | 1 | -58/+82 |
| | | | | | | | | | | The optimizations consist mostly of using local variables to cache methods or instance variables used a lot (e.g. "self.write"). The loopholes allows marshalling extension types as long as they have a __class__ attribute (in which case they may support the rest of the class piclking protocol as well). This allows pickling MESS extension types. | ||||
* | This is needed for users of Linux 2.x | Guido van Rossum | 1996-07-22 | 10 | -0/+1608 |
| | |||||
* | Got rid of ChangeLog -- too bad, but I can't keep it up to date. | Guido van Rossum | 1996-07-22 | 1 | -4532/+0 |
| | |||||
* | Use NEWOBJ() macro instead of calling newobject() directly. | Guido van Rossum | 1996-07-22 | 1 | -1/+1 |
| |