]> granicus.if.org Git - python/shortlog
python
1997-05-19 Guido van RossumJim Ahlstrom's contributions for DOS, OS/2, WIN3.1.
1997-05-16 Guido van RossumRenamed strndup to my_strndup to avoid conflict witth...
1997-05-16 Guido van RossumAdded CRLF for Notepad.
1997-05-16 Guido van RossumAddress the following problem on DOS and Win 3.1, repor...
1997-05-16 Guido van RossumAdded CRLF for Notepad.
1997-05-16 Guido van RossumGot rid of all the last_name_* bogosities. I don't...
1997-05-16 Guido van RossumChanges to make these tests work on the Mac.
1997-05-16 Guido van RossumIncrease the child's sleep time to 5 for slow machines.
1997-05-15 Guido van RossumCorrect comment; -c is off by default.
1997-05-15 Guido van RossumMade a start with api.tex, the Python-C API Reference...
1997-05-15 Guido van RossumOops, another forgotten renaming: varobject -> PyVarObject.
1997-05-15 Guido van RossumRemove the last three uses of PyArg_GetInt() from the...
1997-05-15 Barry WarsawCatch nis.error and raise TestFailed instead. This...
1997-05-15 Guido van RossumOpen the output files with 'wb', not 'w'.
1997-05-15 Guido van RossumAdded BabylMailbox class by Fred Lundh (untested).
1997-05-15 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.5a2
1997-05-15 Guido van RossumAdd pthred-std define for Linux.
1997-05-15 Jack JansenRegenreated for MSL
1997-05-15 Jack JansenMSL errno.h has moved some errors around, and doesn...
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.
next