]> granicus.if.org Git - python/shortlog
python
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).
1997-07-25 Fred DrakeBump up the version number. The date still needs to...
1997-07-24 Fred DrakeA couple of grammatical nits.
1997-07-23 Guido van RossumRegenerated; __assert__ becomes assert.
1997-07-21 Guido van RossumRemoved some variables that are used to exchange data...
1997-07-19 Guido van RossumChanged the patch level to 1.5a3, to avoid confusion...
1997-07-19 Guido van RossumNew test for generic Makefile.pre.in
1997-07-19 Guido van RossumAdded description of the extend subdirectory.
1997-07-19 Guido van RossumFor use with Misc/Makefile.pre.in, the libainstall...
1997-07-19 Guido van RossumAdapted to the new build system.
1997-07-19 Guido van RossumChange libainstall again: need to install fewer files...
1997-07-19 Guido van Rossumfrozenmain.c is now also in the library,
1997-07-19 Guido van RossumUpdated for new style build/install; much simpler!
1997-07-19 Guido van RossumOops -- this contains frozen bytecode, but it was Pytho...
1997-07-19 Guido van RossumSome improvements, e.g. -L/depot/... is not needed.
1997-07-19 Guido van RossumAdded leading comment and security check.
1997-07-19 Guido van RossumReformulate security check using getsockname().
1997-07-19 Guido van RossumChange security policy -- only accept requests from...
1997-07-19 Guido van RossumRemoved old signature.
1997-07-19 Guido van RossumUpdated description for embed; added pysvr.
1997-07-19 Guido van RossumNew example of threaded embedding
1997-07-19 Guido van RossumUpdated the Makefile to work with the new build strategy.
1997-07-19 Guido van RossumRemove -s option and $PYTHONSUPPRESS environment variable.
1997-07-19 Guido van RossumEmptied (in expectation of a laundry list of what's...
1997-07-19 Guido van RossumAdded note about libpython1.5.a.
1997-07-19 Guido van RossumSome new names.
1997-07-19 Guido van RossumAdd the option to pass an open file object to GzipFile...
1997-07-19 Guido van RossumDocument new 'quote' flag to cgi.escape().
1997-07-19 Guido van RossumAdd optional 'quote' flag argument to escape(); if...
1997-07-19 Guido van RossumNew dialog routines (Fred Lundh)
1997-07-19 Guido van RossumUse dictionary's update() method in _cnfmerge().
1997-07-19 Guido van RossumRemoved Py_SuppressPrintingFlag flag; added new
next