]> granicus.if.org Git - python/shortlog
python
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
1997-07-19 Guido van RossumRemoved remaining support for Tk versions below 4.0.
1997-07-19 Guido van RossumMoved PyEval_{Acquire,Release}Thread() to within the...
1997-07-19 Guido van RossumAdapted to new build procedure (hopefully correct ...
1997-07-19 Guido van RossumRemoved a bunch of extern declarations of functions...
1997-07-19 Guido van RossumAdded declarations for Py_{Set,Get}ProgramName() and...
1997-07-19 Guido van RossumAdded decl for PyInt_GetMax().
1997-07-19 Guido van RossumMake it return a _const_ char*.
1997-07-19 Guido van RossumNew build procedure.
1997-07-19 Guido van RossumNew build procedure, using a single library libpython...
1997-07-19 Guido van RossumThe usual
1997-07-19 Guido van RossumSet $VERSION here (fixed to 1.5).
1997-07-19 Guido van RossumMoved PyEval_InitThreads to inside WITH_THREAD, where...
1997-07-19 Guido van RossumGot rid of "suppres printing" flag.
1997-07-19 Guido van RossumThis is now the "real" main program -- it calls Py_Main...
1997-07-19 Guido van RossumTracking changes to Py_Main():
1997-07-19 Guido van RossumThis is no longer the real main program; it now defines...
1997-07-19 Guido van RossumMoved some stuff here from main.c (part of a big restru...
1997-07-19 Guido van RossumRemove confusing usage comments at end.
1997-07-18 Guido van RossumInclude pystate.h earlier so it can be referenced by...
1997-07-18 Guido van RossumUse the new functions PyEval_AcquireThread() and
1997-07-18 Guido van RossumPyEval_SaveThread() and PyEval_RestoreThread() now...
1997-07-18 Guido van RossumNit: round delays to 0.1 second.
1997-07-18 Guido van RossumThe usual
1997-07-18 Guido van RossumSet OPT to -g -O2 (or -O2 when -g not supported) when...
1997-07-18 Guido van Rossumadded code.py; codehack.py is obsolete
1997-07-18 Guido van RossumAdded label{module-spam}
1997-07-18 Fred DrakeRemove pprint from the list of undocumented modules.
1997-07-18 Fred DrakeAdd entry for the pprint module.
1997-07-18 Fred DrakeAdd libpprint.tex to the lib.dvi dependencies.
1997-07-18 Fred DrakeSlight mods to make the module conform to the documenta...
1997-07-18 Fred DrakeDocumentation for the pprint module.
1997-07-18 Guido van RossumChecking in new module code.py -- utilities dealing...
1997-07-18 Guido van RossumThis module is now completely obsolete.
1997-07-18 Guido van RossumNo longer need to use codehack -- use co.co_firstlineno...
1997-07-18 Guido van RossumUse sys.exc_info() instead of sys.exc_{type,value,trace...
1997-07-18 Guido van RossumSome new tests by Jeffrey
1997-07-18 Guido van RossumJeffrey's latest -- reorder my chages somewhat,
1997-07-17 Guido van RossumHuge speedup by inlining some common integer operations:
1997-07-17 Guido van RossumPatches by AMK to check that the db is still open.
1997-07-17 Guido van RossumAdd 'return' keyword before error calls.
1997-07-17 Guido van RossumJeffrey's latests
1997-07-17 Guido van RossumCorrectly implement sub, subn, and split. Also correct...
1997-07-17 Guido van RossumJeffrey's next installment
1997-07-17 Guido van RossumCorresponding output.
1997-07-17 Guido van RossumSeveral additions from Jeffrey.
next