]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1997-05-14  Guido van RossumBump level to 1.5a2.
1997-05-14  Guido van RossumUpdate description of "make test" to new test harness.
1997-05-14  Guido van RossumFix typo in error reporting.
1997-05-14  Guido van RossumFix hex tests for 64-bit machines.
1997-05-14  Guido van RossumInstructions updated for 1.5. Added the important...
1997-05-14  Guido van RossumAdd -Olimit 1500 to OPT if CC supports it.
1997-05-14  Guido van RossumSuppress fork part of socket test when we can't fork.
1997-05-14  Guido van RossumUpdated, mappingobject -> dictobject plus some other...
1997-05-14  Guido van RossumAdd sections for PIL (Fred Lundh).
1997-05-14  Guido van RossumFix sys.platform test -- on Win, it is 'win32', not...
1997-05-14  Guido van RossumMore rational implementation of get_qualified_path...
1997-05-14  Guido van RossumFix reversed test for failure in PySequence_List()...
1997-05-14  Guido van RossumTypo! \\lib\\<path> should be .\\lib\\<path>
1997-05-14  Guido van RossumFix showstopping bug (^ wouldn't match after \n). ...
1997-05-14  Guido van RossumA new set of symbols. Hopefully this will be sufficien...
1997-05-14  Guido van RossumOne last rename glitch: import_modules -> _PyImport_Mod...
1997-05-14  Guido van RossumNew makefile, for 1.5, with CRLF
1997-05-14  Guido van RossumAdd a cast to a malloc to shut up the DEC Unix compiler.
1997-05-13  Guido van RossumSubsumed mappingobject.h in dictobject.h.
1997-05-13  Guido van RossumRenamed mappingobject.c to dictobject.c.
1997-05-13  Guido van RossumThe usual
1997-05-13  Guido van RossumRenamed from mappingobject.c to dictobject.c.
1997-05-13  Guido van RossumFaster floating point allocator, same idea as the int...
1997-05-13  Guido van RossumA completely new Rat.py by Sjoerd.
1997-05-13  Guido van RossumLonger default PYTHONPATH will find test, tkinter,...
1997-05-13  Guido van RossumRemove a spurious ^M.
1997-05-13  Guido van RossumKeep gcc -Wall happy.
1997-05-13  Guido van RossumUntested changes by Skip Montanaro to have an optional...
1997-05-13  Guido van RossumUse compile-time test for 64-bit hardware instead of...
1997-05-13  Guido van RossumAdded $(srcdir)/ prefix to python.exp for AIX.
1997-05-13  Guido van RossumTESTPATH is no longer needed
1997-05-13  Guido van RossumRemoved symbols that are no longer defined.
1997-05-13  Guido van RossumKeep picky compilers happy.
1997-05-13  Guido van RossumSupport for various versions of the pthread draft.
1997-05-13  Guido van Rossum(int) cast for strlen() to keep picky compilers happy.
1997-05-13  Guido van RossumRegenerated on newer Solaris version
1997-05-13  Guido van RossumRemoved out-of-date TODO file
1997-05-13  Jack JansenUse ProgressBar to show progress in stead of print
1997-05-13  Jack JansenDon't free the MacOS_Splash() dialog twice...
1997-05-13  Jack JansenAdd a few more BringToFont calls
1997-05-13  Jack JansenExport a few more New/Convert routines, on Just's request
1997-05-13  Jack JansenRegenrated from CW11 IDE
1997-05-12  Guido van RossumFinally found a wat to set a file nonblocking that...
1997-05-12  Guido van RossumAnother change suggested by Donn Cave -- forget "step...
1997-05-12  Guido van RossumFix problem reported by Donn Cave: if VPATH is an absol...
1997-05-12  Guido van RossumFix big ineficciency in regobj.search/match (introduced...
1997-05-12  Jack JansenFixes to progress bar by SDM, modified by Jack:
1997-05-10  Guido van RossumAdd optional 'sizehint' argument to readlines(). After...
1997-05-10  Guido van RossumRewrite readlines() to speed it up -- about a factor...
1997-05-09  Guido van RossumSpeed up read() (i.e. read till EOF) considerably by...
1997-05-09  cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.5a1
1997-05-09  Guido van RossumModernized for 1.5
1997-05-09  Guido van RossumNew heros.
1997-05-09  Guido van RossumScroll to top of info window when done.
1997-05-09  Guido van RossumOops -- missed FloatingPointError.
1997-05-09  Guido van RossumOops -- missed FloatingPointError in renaming.
1997-05-09  Guido van RossumThe usual.
1997-05-09  Guido van RossumAdded --with-fpectl. Change checks for -lm, -lc.
1997-05-09  Guido van RossumMove WANT_SIGFPE_HANDLER.
1997-05-09  Guido van RossumAdd HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER.
1997-05-09  Guido van Rossum1.5a1 adaptations.
1997-05-09  Guido van RossumLatest from Jeffrey Ollie.
1997-05-09  Guido van RossumFix the date.
1997-05-09  Guido van RossumAdded docs for dumbdbm (AMK), and misc small fixes.
1997-05-09  Guido van RossumDocument return value of wait[pid]() more carefully.
1997-05-09  Guido van RossumDocument "" and "<broadcast>".
1997-05-09  Guido van RossumRegenerated on a newer Linux version.
1997-05-09  Guido van RossumAvoid warning from gcc on Linux about dropping const.
1997-05-09  Guido van RossumFix the NDELAY test; avoid outputting binary garbage.
1997-05-09  Guido van RossumPrint less in test_socket.
1997-05-09  Guido van Rossumremoved last #ifdef SUPPORT_OBSOLETE_ACCESS bits.
1997-05-09  Guido van RossumLatest and greatest.
1997-05-09  Guido van RossumAdd root.tkraise() to the _test() program so the window...
1997-05-09  Guido van RossumGet rid of obsolete support for access statement.
1997-05-09  Guido van RossumGet rid of obsolete ACCESS_MODE opcode.
1997-05-08  Guido van RossumAdd warning that it's out of date.
1997-05-08  Guido van Rossumforgot to rename import_filetab
1997-05-08  Guido van Rossum??? maybe window size
1997-05-08  Guido van RossumAdded assert statement.
1997-05-08  Guido van RossumAdded assert resword.
1997-05-08  Guido van RossumTiny utility prints the latest set of reserved words.
1997-05-08  Guido van RossumChecking in old changes -- no idea why (probably window...
1997-05-08  Guido van RossumThe usual.
1997-05-08  Guido van RossumImprove getting the mailbox from the environment.
1997-05-08  Guido van RossumSet correct RFC number.
1997-05-08  Guido van RossumSet correct RFC number. Open input in binary.
1997-05-07  Guido van RossumOops, missed some renamings.
1997-05-07  Guido van RossumOops, rename2.h was included by some other headers.
1997-05-07  Guido van RossumInstead of importing graminit.h whenever one of the...
1997-05-07  Guido van RossumOn popular demand, re-enable the readline event hook.
1997-05-07  Guido van RossumIn makesockaddr(), if we don't know the address family...
1997-05-07  Jack Jansen- toolboxmodules built first (others depend on it)
1997-05-07  Jack JansenSometimes tried to modify a tuple. Fixed.
1997-05-07  Jack JansenVersion upped to 1.5a1
1997-05-07  Jack JansenIncluded new MSL error numbers
1997-05-07  Jack JansenWorkaround for bug in MSL and CWGUSI interaction that...
1997-05-07  Jack Jansen- Various names in CodeFragments.h have changed
1997-05-07  Jack Jansen- Changed the m# format for PyArg_ParseTuple back to s#
1997-05-07  Jack Jansenc2pstr has moved to a different include file
1997-05-07  Jack Jansenc2pstring has moved to a different include file
next