]> granicus.if.org Git - python/shortlog
python
1998-04-11 Fred DrakeModule docstring indicated seek() isn't implemented...
1998-04-11 Fred DrakeWhen the text of a table cell should be wrapped, used...
1998-04-11 Fred DrakeAdd a comment to indicate the methods of the StringIO...
1998-04-11 Guido van RossumReject empty module names -- otherwise __import__(...
1998-04-11 Fred DrakeRemove imaplib from the undocumented list.
1998-04-11 Fred DrakeInclude () after function name.
1998-04-11 Fred DrakeWhen the text of a table cell should be wrapped, used...
1998-04-11 Fred DrakeMinor housing cleaning in HTML that gets generated.
1998-04-11 Fred DrakeRemove over-active replace-string turds.
1998-04-11 Guido van RossumSome robustness checks in Py_ReprLeave() in the unlikel...
1998-04-11 Fred DrakeUse {memberdesc} to mark the instance attributes.
1998-04-11 Fred DrakeHmmm... better add some \label macros for logical addre...
1998-04-11 Fred DrakeIt's "Lauder", not "Lauders"!
1998-04-11 Fred DrakeUpdate the module index support to use the changed...
1998-04-11 Fred DrakeFormatting nits.
1998-04-11 Fred DrakeShift index entries around a little so the HTML doesn...
1998-04-11 Fred DrakeAdd imaplib to appropriate lists.
1998-04-11 Fred DrakeRemove obsolete module soundex from list of modules.
1998-04-11 Fred DrakeRemove obsolete module rand from list of modules.
1998-04-11 Fred DrakeFirst cut at documentation for imaplib. Based on origi...
1998-04-11 Fred Drakedo_env_memberdesc(): Fix argument parsing for {memberd...
1998-04-11 Guido van RossumNew revision -- sometimes it's AUTH-LOGIN, sometimes...
1998-04-11 Guido van RossumAvoid using the obsolete rand module; and improve the...
1998-04-11 Guido van RossumSet version and title to Python 1.5.1.
1998-04-11 Guido van RossumOops, ".\DLLs" should be in the default path now.
1998-04-11 Guido van RossumNew version doesn't require REV1 capability.
1998-04-11 Guido van RossumOops -- remove some debug print statements!
1998-04-10 Guido van RossumMove #include <sys/param.h> to before osdefs.h (Donn...
1998-04-10 Guido van RossumComment out a label on an #endif.
1998-04-10 Guido van RossumUse Py_Repr{Enter,Leave} to display recursive lists...
1998-04-10 Guido van RossumUse Py_Repr{Enter,Leave} to display recursive dictionar...
1998-04-10 Guido van RossumAdd implementations of Py_Repr{Enter,Leave}.
1998-04-10 Guido van RossumAdd prototypes for Py_Repr{Enter,Leave}.
1998-04-10 Guido van RossumMake new gcc -Wall happy
1998-04-10 Guido van RossumMake new gcc -Wall happy
1998-04-10 Guido van RossumMake new gcc -Wall happy
1998-04-10 Guido van RossumAddress warnings issued by the MSVC++ compiler
1998-04-10 Guido van RossumREADME ready for 1.5.1
1998-04-10 Guido van RossumDelete reopmodule.c
1998-04-10 Guido van RossumDelete references to initreop().
1998-04-10 Guido van RossumAdd HAVE_MKTIME.
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.
next