summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The usualGuido van Rossum1997-05-131-2/+2
* Renamed from mappingobject.c to dictobject.c.Guido van Rossum1997-05-131-110/+104
* Faster floating point allocator, same idea as the int allocator.Guido van Rossum1997-05-131-7/+29
* A completely new Rat.py by Sjoerd.Guido van Rossum1997-05-131-56/+260
* Longer default PYTHONPATH will find test, tkinter, and shared modulesGuido van Rossum1997-05-131-1/+1
* Remove a spurious ^M.Guido van Rossum1997-05-130-0/+0
* Keep gcc -Wall happy.Guido van Rossum1997-05-131-2/+2
* Untested changes by Skip Montanaro to have an optional limit on theGuido van Rossum1997-05-131-0/+23
* Use compile-time test for 64-bit hardware instead of run-time test.Guido van Rossum1997-05-131-1/+9
* Added $(srcdir)/ prefix to python.exp for AIX.Guido van Rossum1997-05-131-1/+1
* TESTPATH is no longer neededGuido van Rossum1997-05-131-3/+2
* Removed symbols that are no longer defined.Guido van Rossum1997-05-131-12/+0
* Keep picky compilers happy.Guido van Rossum1997-05-131-4/+3
* Support for various versions of the pthread draft.Guido van Rossum1997-05-131-12/+64
* (int) cast for strlen() to keep picky compilers happy.Guido van Rossum1997-05-131-1/+1
* Regenerated on newer Solaris versionGuido van Rossum1997-05-138-8/+2512
* Removed out-of-date TODO fileGuido van Rossum1997-05-131-645/+0
* Use ProgressBar to show progress in stead of printJack Jansen1997-05-131-15/+29
* Don't free the MacOS_Splash() dialog twice...Jack Jansen1997-05-131-2/+4
* Add a few more BringToFont callsJack Jansen1997-05-131-0/+3
* Export a few more New/Convert routines, on Just's requestJack Jansen1997-05-132-0/+14
* Regenrated from CW11 IDEJack Jansen1997-05-131-32/+200
* Finally found a wat to set a file nonblocking that works on Irix,Guido van Rossum1997-05-121-2/+2
* Another change suggested by Donn Cave -- forget "step 5", whichGuido van Rossum1997-05-121-21/+2
* Fix problem reported by Donn Cave: if VPATH is an absolute path, itGuido van Rossum1997-05-121-18/+25
* Fix big ineficciency in regobj.search/match (introduced by Barry in anGuido van Rossum1997-05-121-10/+12
* Fixes to progress bar by SDM, modified by Jack:Jack Jansen1997-05-122-401/+464
* Add optional 'sizehint' argument to readlines(). After approximatelyGuido van Rossum1997-05-101-23/+33
* Rewrite readlines() to speed it up -- about a factor of 2 on myGuido van Rossum1997-05-101-25/+89
* Speed up read() (i.e. read till EOF) considerably by doing a stat() toGuido van Rossum1997-05-091-15/+65
* This commit was manufactured by cvs2svn to create tag 'r15a1'.v1.5a1cvs2svn1997-05-091-0/+1
* Modernized for 1.5Guido van Rossum1997-05-091-5/+8
* New heros.Guido van Rossum1997-05-091-0/+6
* Scroll to top of info window when done.Guido van Rossum1997-05-091-0/+1
* Oops -- missed FloatingPointError.Guido van Rossum1997-05-091-0/+1
* Oops -- missed FloatingPointError in renaming.Guido van Rossum1997-05-092-2/+3
* The usual.Guido van Rossum1997-05-091-198/+235
* Added --with-fpectl. Change checks for -lm, -lc.Guido van Rossum1997-05-091-4/+25
* Move WANT_SIGFPE_HANDLER.Guido van Rossum1997-05-091-3/+3
* Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER.Guido van Rossum1997-05-091-3/+6
* 1.5a1 adaptations.Guido van Rossum1997-05-091-18/+19
* Latest from Jeffrey Ollie.Guido van Rossum1997-05-092-1473/+1680
* Fix the date.Guido van Rossum1997-05-092-2/+2
* Added docs for dumbdbm (AMK), and misc small fixes.Guido van Rossum1997-05-092-14/+22
* Document return value of wait[pid]() more carefully.Guido van Rossum1997-05-092-14/+24
* Document "" and "<broadcast>".Guido van Rossum1997-05-092-0/+8
* Regenerated on a newer Linux version.Guido van Rossum1997-05-092-14/+268
* Avoid warning from gcc on Linux about dropping const.Guido van Rossum1997-05-091-1/+1
* Fix the NDELAY test; avoid outputting binary garbage.Guido van Rossum1997-05-091-3/+3
* Print less in test_socket.Guido van Rossum1997-05-092-21/+6