]> granicus.if.org Git - python/shortlog
python
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.
1997-07-17 Guido van RossumAdded tests for sub, subn, and split.
1997-07-17 Guido van RossumUse 'and' instead of '&', which is a (La)TeX control...
1997-07-17 Guido van RossumAdd AMK's seealso environment that is now used in the...
1997-07-17 Guido van RossumAMK's megapatch:
1997-07-17 Guido van RossumExtensive changes by AMK.
1997-07-17 Guido van RossumNote that getvalue() must be called before close().
1997-07-17 Guido van RossumAdded libni.tex libgzip.tex
1997-07-17 Guido van RossumNew from AMK
1997-07-17 Guido van RossumNew version (interim) by AMK.
1997-07-17 Guido van RossumRemoved mailbox, SocketServer, cmath -- these are now...
1997-07-17 Guido van RossumAdded cmath
1997-07-17 Guido van RossumTypo in example.
1997-07-17 Guido van RossumNew cmath module docs, by AMK (with additions and delet...
1997-07-17 Guido van RossumAdded fileno(); added readlines(sizehint).
1997-07-17 Guido van RossumFix dropped word.
1997-07-17 Guido van RossumFix xover implementation according to Fred Lundh.
1997-07-17 Guido van RossumJeffrey's latest -- seems to solve most problems!
1997-07-17 Guido van RossumAdd flush() method to fake file.
1997-07-16 Guido van RossumFix bug found by kjpylint; change doc string to avoid...
1997-07-16 Guido van RossumAdded remaining PyThread symbols.
1997-07-16 Guido van RossumAdded a few new undocumented modules.
1997-07-16 Guido van RossumCatch all exceptions in test modules.
1997-07-15 Guido van RossumAdded output from new tests.
1997-07-15 Guido van RossumFixed a syntax error caused by a bad line in the Perl...
1997-07-15 Guido van RossumCorrect inf. while loop.
1997-07-15 Guido van RossumMerged Jeffrey's changes in.
1997-07-15 Guido van RossumMerged my changes in, and added all converted Perl...
next