]> granicus.if.org Git - python/shortlog
python
1999-08-19 Guido van RossumScrit by Marc-Andre Lemburg to generate htmlentitydefs.py.
1999-08-19 Guido van RossumNew version by Mark-Andre Lemburg (generated by a scrip...
1999-08-19 Fred DrakeAdded item regarding random/whrandom.
1999-08-19 Guido van RossumAdded disclaimer to the sleep() function.
1999-08-19 Guido van RossumIn floatsleep(), when using select(), ignore EINTR...
1999-08-18 Guido van RossumPatches by Michael Reilly to correctly deal with ftp...
1999-08-18 Barry WarsawBump to version 1.1
1999-08-18 Barry Warsaw__update(): Jeremy Hylton reports occurances of sunaudi...
1999-08-18 Guido van RossumTypo in comment (on Mac, it's the *resource* fork that...
1999-08-18 Guido van RossumPatches by Michael Reilly to correctly deal with ftp...
1999-08-18 Guido van RossumAdd Tim Peters' shuffle() algorithm.
1999-08-14 Greg WardImplements the 'build_ext' command for building C/C...
1999-08-14 Greg WardModule to spawn sub-commands in a platform-independent...
1999-08-14 Greg WardChanged to use 'spawn()', now that it exists.
1999-08-14 Greg WardAdded 'verbose' and 'dry_run' flags to CCompiler constr...
1999-08-14 Greg WardComment tweak.
1999-08-14 Greg WardBetter detection of bad entries in option table.
1999-08-14 Greg WardAdded DistutilsExecError, DistutilsValueError.
1999-08-13 Barry WarsawInitial implementation
1999-08-13 Fred DrakeExplain the possible range of values for the pid parame...
1999-08-11 Barry WarsawInitial revision
1999-08-11 Guido van RossumMoshe noticed an inconsistency in his comment, so I...
1999-08-11 Guido van RossumPatch inspired by Moshe Zadka to search for the Icons...
1999-08-11 Guido van RossumPatch by Paul Sokolovsky to support the get() method.
1999-08-10 Barry Warsaw(py-shell): Set the default shell if not set yet. ...
1999-08-10 Greg WardAllow comment characters (#) to be escaped:
1999-08-10 Andrew M. KuchlingAdded __del__ method to GzipFile class that will flush...
1999-08-09 Fred DrakeIn note mentioning [].remove()'s exception, tell what...
1999-08-09 Guido van RossumPatch by Marc-Andre Lemburg to add a bunch more symbols.
1999-08-07 Guido van RossumOfir Reichenberg suggested to apply htonl() to grpaddr...
1999-08-05 Fred DrakeAdd index entries for open():
1999-08-05 Fred DrakeAdd index entry "I/O control, buffering" for fdopen().
1999-08-05 Fred DrakeAdd index entry "I/O control, buffering" for makefile().
1999-08-04 Guido van RossumVladimir Marangozov fixes an AIX-specific problem,...
1999-08-04 Fred DrakeStarted documentation on buffer objects & types. Very...
1999-08-04 Fred DrakePyBuffer_New(): Raise ValueError if size is negative...
1999-08-04 Jack JansenAdded available() method, which checks whether quicktim...
1999-08-03 Guido van RossumChange the directory tree walking example to use cleare...
1999-08-03 Guido van RossumIt turns out that modifying the environment strings...
1999-08-03 Fred DrakeRe-write in Python for portability. About 30% slower...
1999-08-03 Fred Drakeremap_element_names(): Only used for things that the...
1999-08-03 Fred DrakeThe new conversion engine supports more of the table...
1999-08-02 Guido van RossumRemoved PyMapping_Clear() -- it was wishful thinking...
1999-08-02 Fred DrakeUse the mksourcepgk script instead of mktarball.sh.
1999-08-02 Fred DrakeRemove obsolete version of script.
1999-08-02 Fred DrakeRe-implementation of mktarball.sh as a more portable...
1999-08-02 Fred Drakebwrite(), ewrite(): Helpers for diagnostic output...
1999-08-02 Fred DrakeMostly minor changes.
1999-08-02 Fred DrakeThis doesn't need to do nearly as much for the new...
1999-08-02 Fred DrakeA few small improvements to the conversion.
1999-08-02 Fred DrakeMarkup nits.
1999-08-02 Fred DrakeFixed hyperlink references to the __builtin__ and __mai...
1999-07-30 Guido van RossumMark Hammond writes:
1999-07-30 Guido van RossumRemove some redundant code from Canvas.tag_bind(),...
1999-07-29 Fred DrakeRipped out the old conversion.
1999-07-29 Fred DrakeAdded a few more passes through the document fragment...
1999-07-29 Fred DrakeMassive changes.
1999-07-29 Fred DrakeMinor updates.
1999-07-29 Fred DrakeUse the (new) buildFragment() method of the EsisBuilder...
1999-07-29 Fred DrakeSome minor cleanup.
1999-07-29 Fred DrakeConversion specification, used by a new path through...
1999-07-29 Fred DrakeMinor update.
1999-07-29 Fred DrakeChange an {\em ...} to \var{...} and a {\bf ...} to...
1999-07-28 Barry WarsawA few minor Customize changes:
1999-07-28 Barry Warsaw(python-mode): Set which interpreter (CPython or JPytho...
1999-07-28 Guido van RossumAnother patch from Andy Dustman:
1999-07-27 Barry Warsaw(py-beginning-of-def-or-class): Only move to match...
1999-07-27 Fred DrakeAdd support for bzip2 compression.
1999-07-27 Fred DrakeAdd support for bzip2 using --bzip2.
1999-07-27 Fred DrakeIgnore additional compressed formats.
1999-07-26 Fred DrakeAdded description of optional parameter to UserDict...
1999-07-23 Fred DrakeAdd zip archive support for html, pdf, ps, and latex...
1999-07-23 Fred DrakeAdd --zip parameter; make this able to produce .zip...
1999-07-23 Fred Drakegetsize(), getatime(), getmtime():
1999-07-22 Fred DrakeUpdate getattr() description to document the optional...
1999-07-22 Fred DrakeMake the default target xml instead of sgml.
1999-07-22 Fred DrakeMake the default target xml instead of sgml.
1999-07-20 Fred Draketypo: privide --> provide
1999-07-19 Fred DrakeFixed order of parameters in slice() docstring. The...
1999-07-15 Guido van RossumNew wishes.
1999-07-13 Guido van RossumAdd test case for bug just fixed by Stephen Turner.
1999-07-13 Guido van RossumPatch by Stephen Turner, who writes:
1999-07-13 Guido van RossumMark Favas was quick to note that the last checkin...
1999-07-12 Guido van RossumAppropriate overflow checks so that things like sys...
1999-07-12 Barry Warsawadded a test for "To: :" patch
1999-07-12 Barry WarsawAddrlistClass.getaddress(): when parsing `:'s, in the...
1999-07-12 Fred DrakeAdded comment clarifying that RELEASE is the documentat...
1999-07-12 Fred Drakedo_cmd_funclineni(): New function; non-indexing form...
1999-07-12 Fred DrakeMove chdir() and getcwd() descriptions to "Files and...
1999-07-12 Fred DrakeUse the same names for CLASS attributes as elsewhere.
1999-07-12 Fred DrakeUpdated Milan's email address.
1999-07-10 Guido van RossumMake the color for stderr red (i.e. the standard warnin...
1999-07-10 Greg WardThe first concrete subclass of CCompiler: defines a...
1999-07-10 Greg WardThe abstract base class that defines the C/C++ compiler...
1999-07-10 Greg WardAdded a self-berating command relating to installation...
1999-07-10 Greg WardDon't pollute importer's namespace with type objects...
1999-07-09 Guido van RossumPatch by Jeffrey Chang to add docstrings everywhere.
1999-07-08 Guido van RossumMarc-Andre Lemburg discovered that the switch from...
1999-07-07 Fred DrakeSeveral methods return tuples, not lists.
1999-07-07 Fred DrakeMove some misc. comments from the example section to...
next