]> granicus.if.org Git - python/shortlog
python
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
1997-05-07 Jack JansenUpdated for building with MSL libraries
1997-05-07 Jack JansenUpdated for (optional) use of MSL libraries
1997-05-07 Jack JansenUpdated to use MSL libraries
1997-05-07 Guido van RossumAvoid the fancy handler for error 401 (request authenti...
1997-05-06 Guido van RossumUpdated vc40.mak for Roger. Includes CRLF!
1997-05-06 Guido van RossumNew dir() function --
1997-05-06 Jack Jansen- Use cfmfile to (finally) implement building fat Pythons
1997-05-06 Jack JansenModule to merge 'cfrg' resources (to create fat ppc...
1997-05-06 Guido van RossumUse spaces exclusively.
1997-05-06 Guido van RossumAdded cStringIO and cPickle to the supported modules.
1997-05-06 Guido van RossumAdded HAVE_ macros for getpeername, getpid, setvbuf.
1997-05-06 Guido van RossumKeep MS compiler happy: use (int)strlen() when comparin...
1997-05-06 Guido van RossumFix by Mark Hammond to enable truncate() on Windows.
1997-05-06 Guido van RossumUsed operators from abstract.h where possible (arithmet...
1997-05-05 Guido van RossumUse Python.h, not allobjects.h.
1997-05-05 Guido van RossumCloseHandle should be RegCloseKey.
1997-05-05 Guido van RossumCheckin of Jack's buffer mods.
1997-05-05 Guido van RossumRemoved misc outdated stuff for 1.5
1997-05-05 Guido van RossumFix old typo PyArgs_VaParse -> PyArg_VaParse.
1997-05-05 Guido van RossumFix old typo PyArgs_VaParse -> PyArg_VaParse.
1997-05-05 Guido van RossumInclude Python.h, not allobjects.h (which no longer...
1997-05-05 Guido van RossumMassive changes for separate thread state management.
1997-05-05 Guido van RossumOnly use PyCode_Addr2Line to get tb_lineno when Py_Opti...
1997-05-05 Guido van RossumAdd -lgl and -lm for imgfile. Better way to configure...
1997-05-05 Guido van RossumRemove sys_* defines that are internal only and about...
1997-05-05 Guido van RossumRemove 2 out of 3 __FreeBSD__ tests.
1997-05-03 Fred DrakeMisc.__init__(): Removed method, replaced with class...
1997-05-02 Guido van RossumFinally deleted this obsolete crud.
1997-05-02 Guido van RossumSeveral oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H,...
1997-05-02 Guido van RossumMoved allobjects.h to Python.h (without rename2.h).
1997-05-02 Guido van RossumQuickly renamed the last directory.
1997-04-30 Guido van RossumAdd detach call so threads are GC'ed.
1997-04-30 Guido van RossumAdd PYTHONHOME to the usage message.
1997-04-30 Guido van RossumOne copy is enough; we already had resource.c.
1997-04-30 Guido van RossumSome updates (AMK at work, added resource.c).
1997-04-30 Guido van RossumAdd zlib
1997-04-30 Guido van RossumUpdated web ref and version#. Folded some long lines.
1997-04-30 Guido van RossumAvoid some potential (though unlikely) sprintf buffer...
1997-04-30 Guido van RossumAvoid sprintf buffer overflow if more than 9999 arguments.
1997-04-30 Guido van Rossumzlib by AMK
1997-04-30 Guido van RossumAdding Jeremy Hylton's gzip module.
1997-04-29 Guido van RossumThe usual.
1997-04-29 Guido van RossumGet rid of the "-n32" options for SGI IRIX 6.x. Instea...
1997-04-29 Guido van RossumThe usual.
1997-04-29 Guido van RossumAdded test for pthread.h.
next