]> granicus.if.org Git - python/shortlog
python
1996-12-05 Guido van RossumChange the Don Beaudry hack into the Don B + Jim F...
1996-12-05 Guido van RossumSome extra flags that an HPUX user wants me to add.
1996-12-05 Guido van RossumTentative changes to make this work better on 64-bit...
1996-12-05 Fred Drake(libparser.tex): Added note that the line number for...
1996-12-05 Guido van RossumMore stale info.
1996-12-05 Guido van RossumNew URL for Swiss ftp mirror.
1996-12-05 Guido van RossumMake gcc -Wall happy
1996-12-05 Guido van RossumFix newlongobject so it will work for 64-bit as well...
1996-12-05 Guido van RossumExperimental new implementation of dictionary compariso...
1996-12-05 Guido van RossumMake gcc -Wall happy.
1996-12-05 Guido van RossumBetter implementation of PyCObject_AsVoidPtr().
1996-12-05 Guido van RossumYet more elaborate message for exception in __del__.
1996-12-05 Guido van RossumAdded missing PySequence_List.
1996-12-05 Guido van RossumAdded missing for PySequence_List.
1996-12-05 Guido van RossumCorrect typo -- repeat implements *, not +.
1996-12-04 Barry WarsawDescribe the new Unpacker.get_buffer() method.
1996-12-04 Barry WarsawUnpacker.get_buffer(): new method to access the interna...
1996-12-02 Guido van RossumMake gcc -Wall happy
1996-12-02 Guido van RossumAdded [nh]to[hn][sl]().
1996-11-27 Guido van RossumAdded .ilg (makeindex logfile)
1996-11-27 Guido van RossumAdded some more turd files we can't avoid: .MIF, .ps...
1996-11-27 Guido van Rossum/usr/local/bin/python -> /usr/bin/env python
1996-11-27 Guido van RossumWebmaker instructions
1996-11-27 Guido van RossumScript to write MIF files from ref*.{book,doc}
1996-11-27 Guido van RossumPass self as master to Entry() widget constructor.
1996-11-27 Guido van RossumChanged so that it replaces /usr/local/bin/python with...
1996-11-27 Guido van RossumChanged logic so it now replaces anything that has...
1996-11-27 Guido van RossumScript to fix cprt notice
1996-11-27 Guido van RossumAdded safeguard against failure in __del__.
1996-11-27 Guido van RossumAdded note about "boot" implying "clobber".
1996-11-27 Guido van RossumCorrected *noconfig* to be *shared*; added cc: vlad...
1996-11-27 Guido van Rossummonty -> grail in Grail URL.
1996-11-21 Guido van RossumUpgraded new.function() contributed by Tommy. Also...
1996-11-20 Guido van RossumAdded ALL='all'.
1996-11-20 Guido van RossumTurn leading minus sign into underscore for image widge...
1996-11-20 Guido van RossumAdded support for timezone in date field. getdate_tz...
1996-11-20 Guido van RossumWhen re-raising an exception raised by a module used...
1996-11-20 Barry WarsawRemoved the USA'isms that aren't really true
1996-11-20 Jack JansenAdded reference to pdf documentation and bbpy, correctl...
1996-11-20 Barry Warsaw/usr/bin/env is slightly more portable
1996-11-20 Barry WarsawAdded a few meta info
1996-11-20 Jack JansenAdded reference to pdf documentation and bbpy, correctl...
1996-11-20 Jack JansenFixed FSSpec->pathname code to add colon if the fsspec...
1996-11-20 Jack JansenFixed bundle to allow any object (file, folder, disk...
1996-11-20 Jack JansenFixed to allow sys.path initializer to be longer than...
1996-11-19 Barry WarsawOutput original address
1996-11-18 Barry WarsawUpdated country codes as per ISO3166 10-Feb-1994
1996-11-18 Barry Warsawimplementation complete. need to update country codes
1996-11-18 Barry WarsawAdded `ru' --> Russia
1996-11-18 Barry WarsawA rewrite for better Python-ish style
1996-11-14 Guido van RossumFixed a bug: files that no longer exist remotely would...
1996-11-14 Guido van RossumAdded os.remove()/unlink(), rmdir(), rename(), and...
1996-11-13 Guido van RossumAdded Q. about enabling *shared* on Linux.
1996-11-12 Guido van RossumWhen removing a messge from all sequences, don't remove...
1996-11-11 Fred Drake(myformat.perl): Fixed handling of "\e" -- argh!
1996-11-11 Fred Drake(Makefile): Updated comments about using LaTeX2HTML...
1996-11-11 Fred Drake(myformat.perl): Simplify generated HTML for "\optiona...
1996-11-11 Fred Drake(fix_libaux.sed): Hackish little sed script to modify...
1996-11-11 Fred Drake(.latex2html-init): Perform some limited setup for...
1996-11-11 Fred Drake(myformat.sty): Simplify \varvars definition.
1996-11-11 Guido van RossumAdded 'strict_parsing' option to all parsing functions...
1996-11-11 Guido van RossumDon't require leading '-' on option name to Text.tag_cget
1996-11-11 Guido van RossumFix the way the Authorization header is sent (how could...
1996-11-11 Fred Drake(myformat.perl): Updated to allow library reference...
1996-11-11 Jack JansenAdd twit "home" location to sys.path (so you can put...
1996-11-11 Guido van RossumMake Py_ReturnNullError() statis as it should be.
1996-11-09 Guido van RossumOnly call sq_length in Sequence_GetItem for negative...
1996-11-09 Jack JansenChanged project segment structure to (more-or-less...
1996-11-09 Jack JansenUpdated (which should have been done before the 1.4...
1996-11-09 Jack JansenAdded PyMac_GetFullPath(), PyMac_ApplicationPath and...
1996-11-09 Jack JansenGot rid of nfullpath()
1996-11-09 Jack JansenGot rid of nfullpath in favor of PyMac_GetFullPath...
1996-11-09 Jack JansenWhen loading a PYC resource check whether the filename...
1996-11-09 Jack JansenMore sensible default sys.path
1996-11-09 Jack JansenKeep the folder structure in Mac:mwerks:projects simila...
1996-11-09 Jack JansenRemoved addpack calls
1996-11-09 Jack JansenRemoved old project file, als restructured projects...
1996-11-06 Guido van RossumFix syntax of commented-out variables
1996-11-06 Guido van RossumAdded 'Introduction' section head and 'Memory Managemen...
1996-11-06 Guido van Rossumcorrect typo in return variable for PySequence_Index()
1996-11-02 Guido van RossumShould compare errno to 0, not NULL
1996-11-02 Guido van RossumChange last Ellipses to Ellipsis :-(
1996-10-29 Fred Drake(Makefile): Updated latex2html support.
1996-10-29 Fred Drake(myformat.perl): Added handler for cfuncdesc environme...
1996-10-29 Fred Drake(myformat.sty, extref.tex): Moved definition of cfuncd...
1996-10-29 Fred Drake(tut.tex): Added matching \normalsize after \small...
1996-10-29 Barry Warsaw(match-string): Added a definition for older Emacsen.
1996-10-25 Fred Drake(texi2html.py): Minor improvement to HTML 3.0 output...
1996-10-25 Fred Drake(partparse.py): Fix nasty bug where \e got translated...
1996-10-25 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.4
1996-10-25 Guido van RossumAdded disclaimer.
1996-10-25 Guido van RossumNew permission notice, includes CNRI.
1996-10-25 Guido van RossumAdded disclaimer.
1996-10-25 Guido van RossumReady for release. Added section on the book. Removed...
1996-10-25 Guido van RossumNoticed a few more things that have been done.
1996-10-25 Guido van RossumAdded last-minute changes.
1996-10-25 Guido van RossumUpdated notice.
1996-10-25 Guido van RossumCNRI additions, approved by the boss and his wife :-)
1996-10-24 Guido van RossumSmall nits only.
1996-10-24 Guido van RossumThe usual :-(
next