]> granicus.if.org Git - python/shortlog
python
1997-08-13 Guido van RossumRemove #define main; remove vc40 from PYTHONPATH.
1997-08-13 Guido van RossumFix bug with \< (AMK).
1997-08-13 Guido van RossumAdd try-finally to close the file after loading it in
1997-08-13 Guido van RossumVarious changes by AMK, e.g. remove \e, \cX, add \v
1997-08-13 Guido van RossumChanges by AMK:
1997-08-13 Guido van RossumAdd syntax for hex,octal
1997-08-13 Guido van RossumcPickle release 0.3 from Jim Fulton
1997-08-12 Guido van RossumNew dialog from Fred Lundh
1997-08-12 Guido van RossumFixes for the Mac. (Jack)
1997-08-12 Guido van RossumChanges suggested by Jim fulton:
1997-08-12 Guido van RossumAdded TemporaryFile and wrapper class by Jim Fulton.
1997-08-12 Guido van RossumAdded decls for stuff from myreadline.
1997-08-12 Guido van RossumMegapatch for IRIX 6 by Sjoerd.
1997-08-12 Guido van RossumAdded prototype for various finalizers.
1997-08-12 Guido van RossumAdded prototype for PyGrammar_RemoveAccelerators().
1997-08-12 Guido van RossumAdded buffer_info() method that returns address and...
1997-08-12 Guido van RossumFix mixup about PyErr_NoMemory() prototype.
1997-08-12 Guido van RossumUse string interning and caching to get speedups on...
1997-08-12 Guido van RossumUse strerror on the mac if using MSL (Jack).
1997-08-12 Guido van RossumBump MS_DLL_ID to 1.5.0.
1997-08-12 Guido van RossumAllow paths without drive specifier (Jack).
1997-08-12 Guido van RossumRewrite normcase() using string.translate...
1997-08-12 Guido van RossumTreat all HTTP/1.* versions the same.
1997-08-11 Guido van RossumTwo changes:
1997-08-11 Guido van RossumRenamed Py_input_hook to PyOS_InputHook.
1997-08-11 Guido van RossumRewrite using class, to make waiting for processes...
1997-08-10 Guido van RossumChanged indents to 4 *spaces*; added Emacs variables...
1997-08-10 Guido van RossumSupport using -p/-P to point to the source/build direct...
1997-08-09 Barry Warsaw#Fixed two byte-compiler errors
1997-08-09 Barry Warsaw#Checkpointing X/Emacs 20'fication of this mode.
1997-08-08 Guido van RossumAdded O_BINARY and O_TEXT (for Windows).
1997-08-08 Guido van RossumMore emphasis on os.environ's calling of putenv; and...
1997-08-08 Barry Warsaw#Bumping to version 3.0
1997-08-08 Jack Jansenmkalias() now has an optional third parameter to create...
1997-08-08 Jack Jansen- Added classes to support class/property generation...
1997-08-08 Jack JansenAdded (dummy) PyOS_FiniInterrupts
1997-08-08 Jack JansenAdapted for 1.5a3: Py_SupressPrintingFlag is gone, and
1997-08-08 Jack JansenNew version number, new tk resources, new error numbers...
1997-08-08 Jack JansenDon't define ENOENT when compiling with MSL
1997-08-08 Jack JansenCW11 projects replaced by CW Pro 1 projects, and all...
1997-08-08 Jack JansenModified for CW Pro 1 projects. Convention used: .mu...
1997-08-08 Jack JansenGenerate class, property and comparison code (finally...
1997-08-07 Guido van RossumRemove unised variable
1997-08-07 Guido van RossumRather unsatisfactory temporary hack to get it to run
1997-08-07 Guido van RossumGot the new structure working with MSVC 4.2.
1997-08-06 Guido van RossumNew version of Vladimir Marangozov's AIX hacks -- simpl...
1997-08-05 Guido van Rossum--with-readline is obsolete (and some editorial stuff...
1997-08-05 Guido van RossumGot rid of --with-readline, at last.
1997-08-05 Guido van RossumAttempt to import readline at interactive startup.
1997-08-05 Guido van RossumMove GNU readline interface to ../Modules/readline.c.
1997-08-05 Guido van RossumNew mechanism for GNU readline interface, via module
1997-08-05 Guido van RossumAdd test for function comparisons
1997-08-05 Guido van RossumFix bug in comparing function objects detected by Sjoerd:
1997-08-05 Guido van RossumGet READABLE c.s. from _tkinter instead of conditional...
1997-08-05 Guido van RossumAdd a cast to the call to _Py_Dealloc in the expanded...
1997-08-05 Guido van RossumAdd pointer to new BSDDB module.
1997-08-05 Guido van Rossumpurported linux portability patch (Oliver Andrich)
1997-08-05 Guido van RossumPy_Cleanup() is now Py_Finalize().
1997-08-05 Guido van RossumMerge Py_Cleanup() into Py_Finalize(). Call the variou...
1997-08-05 Guido van RossumNew rules for deleting modules. Rather than having...
1997-08-05 Guido van RossumRenamed a local label that was accidentally grandly...
1997-08-05 Guido van RossumAdded _Fini() routines to free up some memory
1997-08-05 Guido van RossumChange the Fini function to only remove otherwise unref...
1997-08-05 Guido van RossumAdded separate free list for cfunction (builtin method...
1997-08-05 Guido van RossumProvide a dummy empty directory as f_builtins instead...
1997-08-05 Guido van RossumAdded separate free list for instance method objects...
1997-08-05 Guido van RossumAdded _Py_ResetReferences(), if tracing references.
1997-08-05 Guido van RossumAdded Py_Malloc and friends as well as PyMem_Malloc...
1997-08-04 Guido van RossumPlug memory leak (DECREF doc string properly after...
1997-08-02 Guido van RossumThe reload(sys) test no longer works due to changes...
1997-08-02 Guido van RossumOops, one more checkin. Use the new tstate/interp...
1997-08-02 Guido van RossumThe last of the mass checkins for separate (sub)interpr...
1997-08-02 Guido van RossumRemoved fatal errors from Py_Initmodule4() (and thus...
1997-08-02 Guido van RossumAdded finalization routines.
1997-08-02 Guido van RossumAdd finialization routines; fixed some memory leaks...
1997-08-02 Guido van RossumFree the malloc'ed buffer that holds the command once...
1997-08-02 Guido van RossumAvoid function calls to access the current thread state...
1997-08-02 Guido van RossumAdded internal routine PyString_Fini() which deletes...
1997-08-02 Guido van RossumMass checkin (more to follow for other directories).
1997-08-02 Guido van RossumAdd cast to PyInt_AS_LONG macro, as suggested by Marc...
1997-08-02 Guido van RossumAdd cast to PyFloat_AS_DOUBLE macro, as suggested by...
1997-08-02 Guido van RossumAdd a simple way to enable purify; now you can set...
1997-08-02 Guido van RossumPrint ps (process status) for us when starting a new...
1997-08-02 Guido van RossumFunctionality enhancement: allow other threads to use...
1997-08-01 Guido van RossumCompatibility with Tcl/Tk 8.0b*.
1997-07-31 Guido van RossumAdd definitions for symbolic constants LOCK_{EX,NB...
1997-07-31 Guido van RossumExtend the "Don Beaudry hack" with "Guido's corollary...
1997-07-30 Guido van RossumAdded mimify docs (Sjoerd).
1997-07-30 Guido van RossumMention decode_base64 in example.
1997-07-30 Fred Drakel2h target: l2htut was listed twice and l2hapi was...
1997-07-28 Jack JansenFinal set of CW11 projects, before switch to CW Pro 1.
1997-07-27 Guido van RossumFinally plug the memory leak caused by syntax error...
1997-07-26 Guido van RossumPlugged a leak. (The same as the one plugged in compil...
1997-07-25 Guido van RossumMoved the special compile of getbuildno.o to ../Makefil...
1997-07-25 Guido van RossumBuild getbuildno.o here, to adequately update it every...
1997-07-25 Guido van RossumUse Py_NewInterpreter() and friends. Remove saving...
1997-07-25 Guido van RossumPlug a leak in code_dealloc() (and reordered the deallo...
1997-07-25 Guido van RossumTweaks by Lars Wirzenius to parse some more forms of...
1997-07-25 Guido van RossumAdded createmessage() -- Lars Wirzenius.
1997-07-25 Guido van RossumPatch by Lars Wirzenius to allow f.readline(length).
next