Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add optional 'sizehint' argument to readlines(). After approximately | Guido van Rossum | 1997-05-10 | 1 | -23/+33 | |
| | | | | | | | | | | | | this many bytes have been read, readlines stops. Because of buffering, the amount of bytes read is usually at least 8K more than the hint. Also changed read() and readline() to use PyArg_ParseTuple(). (Note that the *previous* checkin also fixed error handling and narrowed the range of thread unblocking for all methods using fread().) | |||||
* | Rewrite readlines() to speed it up -- about a factor of 2 on my | Guido van Rossum | 1997-05-10 | 1 | -25/+89 | |
| | | | | Indigo2, reading a 9Meg file from the local disk. | |||||
* | Speed up read() (i.e. read till EOF) considerably by doing a stat() to | Guido van Rossum | 1997-05-09 | 1 | -15/+65 | |
| | | | | | | see if we can guess the #bytes until the end of the file. If we can't, increment the buffer size increments up to 0.5Meg to avoid realloc'ing too much. | |||||
* | This commit was manufactured by cvs2svn to create tag 'r15a1'.v1.5a1 | cvs2svn | 1997-05-09 | 1 | -0/+1 | |
| | ||||||
* | Modernized for 1.5 | Guido van Rossum | 1997-05-09 | 1 | -5/+8 | |
| | ||||||
* | New heros. | Guido van Rossum | 1997-05-09 | 1 | -0/+6 | |
| | ||||||
* | Scroll to top of info window when done. | Guido van Rossum | 1997-05-09 | 1 | -0/+1 | |
| | ||||||
* | Oops -- missed FloatingPointError. | Guido van Rossum | 1997-05-09 | 1 | -0/+1 | |
| | ||||||
* | Oops -- missed FloatingPointError in renaming. | Guido van Rossum | 1997-05-09 | 2 | -2/+3 | |
| | ||||||
* | The usual. | Guido van Rossum | 1997-05-09 | 1 | -198/+235 | |
| | ||||||
* | Added --with-fpectl. Change checks for -lm, -lc. | Guido van Rossum | 1997-05-09 | 1 | -4/+25 | |
| | ||||||
* | Move WANT_SIGFPE_HANDLER. | Guido van Rossum | 1997-05-09 | 1 | -3/+3 | |
| | ||||||
* | Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER. | Guido van Rossum | 1997-05-09 | 1 | -3/+6 | |
| | ||||||
* | 1.5a1 adaptations. | Guido van Rossum | 1997-05-09 | 1 | -18/+19 | |
| | ||||||
* | Latest from Jeffrey Ollie. | Guido van Rossum | 1997-05-09 | 2 | -1473/+1680 | |
| | | | | Infinite failure stack, some bugs fixed (fastmap, star_jump, register bug). | |||||
* | Fix the date. | Guido van Rossum | 1997-05-09 | 2 | -2/+2 | |
| | ||||||
* | Added docs for dumbdbm (AMK), and misc small fixes. | Guido van Rossum | 1997-05-09 | 2 | -14/+22 | |
| | ||||||
* | Document return value of wait[pid]() more carefully. | Guido van Rossum | 1997-05-09 | 2 | -14/+24 | |
| | | | | Document how to get exit status of a popen() command. | |||||
* | Document "" and "<broadcast>". | Guido van Rossum | 1997-05-09 | 2 | -0/+8 | |
| | ||||||
* | Regenerated on a newer Linux version. | Guido van Rossum | 1997-05-09 | 2 | -14/+268 | |
| | ||||||
* | Avoid warning from gcc on Linux about dropping const. | Guido van Rossum | 1997-05-09 | 1 | -1/+1 | |
| | ||||||
* | Fix the NDELAY test; avoid outputting binary garbage. | Guido van Rossum | 1997-05-09 | 1 | -3/+3 | |
| | ||||||
* | Print less in test_socket. | Guido van Rossum | 1997-05-09 | 2 | -21/+6 | |
| | ||||||
* | removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. | Guido van Rossum | 1997-05-09 | 2 | -103/+5 | |
| | ||||||
* | Latest and greatest. | Guido van Rossum | 1997-05-09 | 1 | -257/+21 | |
| | ||||||
* | Add root.tkraise() to the _test() program so the window doesn't hide | Guido van Rossum | 1997-05-09 | 2 | -0/+2 | |
| | | | | behind the shell window on NT. | |||||
* | Get rid of obsolete support for access statement. | Guido van Rossum | 1997-05-09 | 1 | -67/+0 | |
| | ||||||
* | Get rid of obsolete ACCESS_MODE opcode. | Guido van Rossum | 1997-05-09 | 1 | -1/+0 | |
| | ||||||
* | Add warning that it's out of date. | Guido van Rossum | 1997-05-08 | 1 | -0/+4 | |
| | ||||||
* | forgot to rename import_filetab | Guido van Rossum | 1997-05-08 | 1 | -1/+1 | |
| | ||||||
* | ??? maybe window size | Guido van Rossum | 1997-05-08 | 1 | -0/+0 | |
| | ||||||
* | Added assert statement. | Guido van Rossum | 1997-05-08 | 1 | -0/+0 | |
| | ||||||
* | Added assert resword. | Guido van Rossum | 1997-05-08 | 1 | -0/+0 | |
| | ||||||
* | Tiny utility prints the latest set of reserved words. | Guido van Rossum | 1997-05-08 | 1 | -0/+32 | |
| | ||||||
* | Checking in old changes -- no idea why (probably window size). | Guido van Rossum | 1997-05-08 | 4 | -0/+0 | |
| | ||||||
* | The usual. | Guido van Rossum | 1997-05-08 | 20 | -172/+564 | |
| | ||||||
* | Improve getting the mailbox from the environment. | Guido van Rossum | 1997-05-08 | 1 | -5/+5 | |
| | ||||||
* | Set correct RFC number. | Guido van Rossum | 1997-05-08 | 1 | -1/+1 | |
| | ||||||
* | Set correct RFC number. Open input in binary. | Guido van Rossum | 1997-05-08 | 1 | -2/+2 | |
| | ||||||
* | Oops, missed some renamings. | Guido van Rossum | 1997-05-07 | 5 | -14/+11 | |
| | ||||||
* | Oops, rename2.h was included by some other headers. | Guido van Rossum | 1997-05-07 | 2 | -7/+0 | |
| | ||||||
* | Instead of importing graminit.h whenever one of the three grammar 'root' | Guido van Rossum | 1997-05-07 | 7 | -21/+39 | |
| | | | | symbols is needed, define these in Python.h with a Py_ prefix. | |||||
* | On popular demand, re-enable the readline event hook. | Guido van Rossum | 1997-05-07 | 1 | -1/+0 | |
| | ||||||
* | In makesockaddr(), if we don't know the address family, don't raise an | Guido van Rossum | 1997-05-07 | 1 | -3/+6 | |
| | | | | exception -- return it as a tuple. Seems useful in promiscuous mode. | |||||
* | - toolboxmodules built first (others depend on it) | Jack Jansen | 1997-05-07 | 2 | -20/+19 | |
| | | | | | - Changed name of fat interpreter to PythonFAT (Python conflicted with toplevel folder of the same name, unfortunately) | |||||
* | Sometimes tried to modify a tuple. Fixed. | Jack Jansen | 1997-05-07 | 1 | -0/+1 | |
| | ||||||
* | Version upped to 1.5a1 | Jack Jansen | 1997-05-07 | 1 | -19/+19 | |
| | ||||||
* | Included new MSL error numbers | Jack Jansen | 1997-05-07 | 1 | -2/+2 | |
| | ||||||
* | Workaround for bug in MSL and CWGUSI interaction that stopped the | Jack Jansen | 1997-05-07 | 1 | -0/+7 | |
| | | | | "don't close window on exit" feature to work. | |||||
* | - Various names in CodeFragments.h have changed | Jack Jansen | 1997-05-07 | 1 | -4/+17 | |
| | | | | | | - a dummy main program was added, so we can use the standard MW MSL runtime library for main programs (in stead of rolling our own, as we did previously). |