]> granicus.if.org Git - python/shortlog
python
1998-04-10 Guido van RossumChange the example of what's in scripts/.
1998-04-10 Guido van RossumDelete reference to reopmodule.c. Add comment about...
1998-04-10 Guido van RossumDelete this obsolete module.
1998-04-10 Guido van RossumAdd dict struct member and PyThreadState_GetDict()...
1998-04-10 Guido van Rossum/* An extension mechanism to store arbitrary additional...
1998-04-10 Guido van RossumAdded changes from 1.5 to 1.5.1.
1998-04-10 Guido van RossumDocument -x too.
1998-04-10 Guido van RossumTranslate E_INDENT to the clearest error message I...
1998-04-10 Guido van RossumAdd -t option to set the Py_TabcheckFlag flag.
1998-04-10 Guido van RossumDocument -t flag.
1998-04-10 Guido van RossumDeclare and use Py_TabcheckFlag here.
1998-04-10 Guido van RossumAdd dummy Py_VerboseFlag now that it's referenced in...
1998-04-10 Guido van RossumJeff Epler
1998-04-10 Guido van RossumCatch exceptions in final self.destroy() call.
1998-04-10 Guido van RossumWe no longer check for libsun.a.
1998-04-10 Guido van RossumAdd image_types() and image_names() as methods to Misc...
1998-04-10 Guido van Rossumtabnanny stuff
1998-04-10 Guido van RossumTim's version 4, with my mods
1998-04-10 Guido van RossumSet the patch level to 1.5.1. (I'm not going to releas...
1998-04-10 Guido van RossumAdded Tabcheck flag.
1998-04-10 Guido van RossumAdded Frozen and Tabcheck flags.
1998-04-10 Guido van RossumAnother easter present.
1998-04-10 Barry Warsaw(py-toggle-shells): Added a message in the minibuf.
1998-04-10 Fred DrakeSupport raise with no parameters.
1998-04-09 Barry WarsawQuick and extremely dirty hacks to toggle between using...
1998-04-09 Guido van RossumNew Java-style threading module. The doc strings are...
1998-04-09 Guido van RossumThe usual
1998-04-09 Guido van Rossumremove C++ entries of the form Class::method
1998-04-09 Guido van RossumMake first raise argument optional
1998-04-09 Guido van RossumAdd checking for inconsistent tab usage
1998-04-09 Guido van RossumAdd E_INDENT -- new error to check for bad indentation
1998-04-09 Guido van RossumTons of new names...
1998-04-09 Guido van RossumThreading speedup patches by Christopher Lindblad ...
1998-04-09 Guido van RossumAnother new utility: getpass() prompts for a password...
1998-04-09 Guido van RossumAdd $(LIBS) to the pgen link line.
1998-04-09 Fred DrakeAdded smtplib.py (thanks, Guido!).
1998-04-09 Fred DrakeDon't use \samp when \code is better.
1998-04-09 Fred Drakedo_cmd_lineii(),
1998-04-09 Guido van RossumAdd not_ and __not__.
1998-04-09 Guido van RossumAdd PyObject_Not().
1998-04-09 Fred DrakeRemove @webchecker.pickle in the "clean" target.
1998-04-09 Fred DrakeWork around a small (& annoying) limitation of the...
1998-04-09 Fred DrakeRemoved misleading comment about GNU software. This...
1998-04-09 Fred DrakeAdded note about current status of info generation.
1998-04-09 Andrew M. KuchlingMany markup changes (to \regexp, mostly)
1998-04-09 Fred DrakeUpdate release number and date.
1998-04-09 Fred DrakeDon't assume that \version expands to the 3-character...
1998-04-09 Guido van RossumWhen getcwd() doesn't exist or raises an exception...
1998-04-09 Guido van RossumClarify that put *blocks* when the queue is full. ...
1998-04-09 Fred DrakeComment out the soundex section.
1998-04-09 Guido van RossumPiers' new version (but I unfolded a few doc strings).
1998-04-09 Fred DrakeDon't assume that \version expands to the 3-character...
1998-04-09 Fred DrakeUse the correct URL to AMK's regex-to-re HOWTO!
1998-04-09 Fred DrakeUpdated URL to AMK's regex-to-re HOWTO.
1998-04-09 Fred DrakeAdded reference to AMK's HOWTO on the topic.
1998-04-09 Fred DrakeAdded imaplib.
1998-04-09 Guido van RossumPiers Lauder's IMAP module.
1998-04-09 Guido van RossumVersion with docstrings and some other changes, by...
1998-04-09 Fred DrakeUpdate URL to the related HOWTO document.
1998-04-09 Fred DrakeAdd section for ni back in, but comment it out.
1998-04-09 Fred DrakeCommented out sections on obsolete & Macintosh modules.
1998-04-09 Fred DrakeReduced description of the obsolete method Stats.ignore().
1998-04-09 Fred DrakeRelocating file to Lib/lib-old.
1998-04-09 Fred DrakeRestore ni as an obsolete module.
1998-04-08 Fred DrakeNearly a complete re-write.
1998-04-08 Fred DrakeRemove option to strip out <tt>...</tt> from index...
1998-04-08 Guido van RossumCorrect definition of CTIME.
1998-04-08 Guido van RossumThis really needs python 1.5 now...
1998-04-08 Fred DrakeSet flag to remove <tt>...</tt> markup from the index...
1998-04-07 Fred DrakeSeparate sections on anydbm and dumbdbm.
1998-04-07 Fred DrakeCaught a few more spurious \setindexsubitem macros....
1998-04-07 Fred DrakeUse {classdesc} and {memberdesc} where appropriate.
1998-04-07 Fred DrakeRemoved unnecessary \setindexsubitem.
1998-04-07 Fred DrakeSeparate UserDict and UserList documentation into separ...
1998-04-07 Fred DrakeMarkup nit.
1998-04-07 Fred DrakeAdded a reference to the discussion in Knuth's "Sorting...
1998-04-07 Fred DrakeData attributes of objects should not be indexed with...
1998-04-07 Fred DrakeMinor markup nit.
1998-04-07 Fred DrakeFixed some index entries.
1998-04-07 Fred DrakeAdded entry for wdb.
1998-04-07 Fred DrakeFix the formatting of the list of fields in the disasse...
1998-04-07 Fred DrakeAdded poplib.
1998-04-06 Guido van RossumDave Ascher's pop client code.
1998-04-06 Guido van RossumGive in to tabnanny
1998-04-06 Guido van RossumAdd usage message when no arguments.
1998-04-06 Guido van RossumTim's latest version (supports old and new tokenize...
1998-04-06 Guido van RossumGot rid of redundant copy of telnetlib.py
1998-04-06 Guido van RossumGive in to tabnanny
1998-04-06 Guido van RossumVersion 1.0 is official!
1998-04-06 Guido van RossumUntabified, for tabnanny.
1998-04-06 Guido van RossumReindented without tabs and with uniform 4 space indent.
1998-04-06 Guido van RossumRemove some long obsolete files...
1998-04-06 Guido van RossumGive in to tabnanny.
1998-04-06 Guido van RossumCorrection to vonmisesvariate() by Magnus Kessler:...
1998-04-06 Guido van RossumRestructured the event_* calls slightly -- there's...
1998-04-05 Fred DrakeMove a short paragraph outside the description of ASTType.
1998-04-04 Barry Warsaw(imenu-example--python-class-regexp): Fix to recognize...
1998-04-04 Fred DrakeRemove all uses of \sectcode; we can now use logical...
1998-04-04 Fred DrakeChange \sectcode to logical markup.
1998-04-04 Fred DrakeRemove obsolete \setindexsubitem macros.
next