]> granicus.if.org Git - python/shortlog
python
1999-09-21 Greg WardDitched the whole notion of "alias options": this meant...
1999-09-21 Greg WardAdded 'write_file()' function.
1999-09-21 Greg WardIn 'link_shared_object()', try to be less sensitive...
1999-09-21 Greg WardTypecheck elements of 'macros' parameter in 'gen_prepro...
1999-09-21 Greg WardAdded docstring, brought __all__ up-to-date.
1999-09-21 Greg WardAdded 'install_path' option for giving non-packagized...
1999-09-21 Greg WardOnly run build_py if we have pure Python modules, and...
1999-09-21 Greg WardSome option changes:
1999-09-21 Greg WardBasically a complete rewrite to support dealing with...
1999-09-21 Fred DrakeAdded section about where to send comments, questions...
1999-09-20 Fred Drakeparser__pickler(): Don't drop the third argument to
1999-09-20 Guido van RossumAdded comment with web location of bsddb windows port.
1999-09-20 Guido van RossumPeter Haight discovered that this code uses a mutable...
1999-09-18 Guido van RossumTim Peters fixed PR#75: very long lines cause incorrect...
1999-09-17 Guido van RossumErik Lindvall contributed a BSD/OS 4 patch for LDSHARED.
1999-09-17 Fred Drakeos.name: Note that 'java' is one of the registered...
1999-09-16 Fred DrakeAdded documentation for inet_aton() and inet_ntoa(...
1999-09-15 Guido van RossumTim Peters writes:
1999-09-15 Guido van RossumAfter much hemming and hawing, we decided to roll back...
1999-09-15 Guido van Rossum(1) On Linux, we really need to trust the configure...
1999-09-15 Guido van RossumTypo: the method called is do_SPAM, not handle_SPAM.
1999-09-14 Guido van RossumPut Sam Rushing's original RCS ID string back, without...
1999-09-14 Guido van RossumPut Sam Rushing's original RCS ID string back, without...
1999-09-14 Fred DrakeAdded "import string" to a couple of examples that...
1999-09-13 Greg WardChanged selection of installation directories (in ...
1999-09-13 Greg WardStraightened up the selection of installation directori...
1999-09-13 Greg WardAdded support for 'package' option, including where...
1999-09-13 Greg WardComment addition.
1999-09-13 Greg WardNow run 'build_ext'.
1999-09-13 Guido van RossumTim Peters discovered a bug in the Python-supplied...
1999-09-13 Greg WardAdded 'output_dir' parameter to 'compile()' and 'link_s...
1999-09-13 Greg WardNew command -- install_ext to install extension modules.
1999-09-13 Greg WardAdded 'newer_pairwise()' and 'newer_group()'.
1999-09-13 Greg WardAdded 'output_dir' attribute, and 'output_dir' paramete...
1999-09-13 Greg WardFixed some goofs in 'alias_options'.
1999-09-10 Fred DrakeMessage.__delitem__(): If the key doesn't exist in...
1999-09-10 Guido van RossumFix for PR#74 -- use int() instead of eval() to extract...
1999-09-09 Barry Warsawcanonic(): This used to be equivalent to str() but...
1999-09-09 Barry WarsawPdb.lineinfo(): Don't use os.popen('egrep ...') to...
1999-09-09 Guido van RossumIt appears that inet_aton() doesn't really exist except...
1999-09-09 Guido van RossumMake the maxsize constructor argument default to 0...
1999-09-09 Fred DrakeAdded keyword parameter support to all public interface...
1999-09-09 Fred DrakeName the parameter to expr() and suite() "source" inste...
1999-09-09 Guido van RossumA few new TODO entries.
1999-09-08 Barry Warsawcall_trace(): A fix for PR#73, if an exception occurred...
1999-09-08 Greg WardChanged to reflect the new "command options" regime...
1999-09-08 Greg WardCareful rethink of command options, distribution option...
1999-09-08 Greg WardDitched redundant docstrings and comments (overlap...
1999-09-08 Greg WardDitched '_gen_preprocess_options()' and '_gen_lib_optio...
1999-09-08 Greg Wardos.name is "posix" or "nt" or we don't care.
1999-09-08 Greg Ward[from 1999/08/28]
1999-09-07 Guido van RossumFixed memory leak in ratecv, in response to PR#72....
1999-09-06 Andrew M. KuchlingFixed 'return EOFError' that should be 'raise EOFError...
1999-09-03 Guido van RossumCorrect typo in AddressList.__getitem__. By Moshe...
1999-09-02 Guido van RossumFix indent error in __format(): del context[objid]...
1999-08-29 Greg WardPatch from Perry Stoll: caught up with changes in CComp...
1999-08-29 Greg WardPatch from Perry Stoll: tweaks to Windows support.
1999-08-29 Greg WardPatch from Perry Stoll: support for Windows.
1999-08-29 Greg WardPatch from Perry Stoll: import types module.
1999-08-29 Greg WardPatch from Perry Stoll: typo fix, make sure we only...
1999-08-29 Greg WardPatch from Perry Stoll: OK for list of modules to be...
1999-08-29 Greg WardPatch from Perry Stoll: pass 'build_info' to link method.
1999-08-29 Greg WardPatch from Perry Stoll:
1999-08-29 Greg WardAdded msvccompiler module exactly as supplied by Perry...
1999-08-27 Guido van RossumPatch by Mark Hammond to avoid certain header files...
1999-08-27 Guido van RossumTiny patch by Mark Hammond to avoid sys/types.h if...
1999-08-27 Fred DrakeAdded descriptions of the t#, w, and w# PyArg_ParseTupl...
1999-08-26 Guido van RossumAdd Python Documentation entry to Help menu.
1999-08-26 Guido van RossumFind the help.txt file relative to __file__ or "."...
1999-08-26 Fred DrakeUpdate the instructions slightly.
1999-08-26 Fred DrakeRemoved; no longer needed now that the other tools...
1999-08-26 Fred Drakefeed(): Added support for ESIS '&' lines.
1999-08-26 Fred DrakeRemove use of fixgenents.sh; no longer needed.
1999-08-26 Fred DrakeSpecify: \geq --> ≥
1999-08-26 Fred DrakeConversion.subconvert(): Added support for "entityref...
1999-08-26 Fred Drakewrite_esis(): Added support for ENTITY_REFERENCE nodes.
1999-08-26 Fred Drakeconvert(): Add support for ESIS '&' lines, and make...
1999-08-26 Fred Drakeposix_putenv(): Constrain memory leakage when setting...
1999-08-26 Guido van RossumDoco update from Sjoerd Mullender.
1999-08-26 Guido van RossumSjoerd Mullender writes:
1999-08-26 Guido van RossumSjoerd Mullender writes:
1999-08-24 Fred DrakeAdded paragraph explaining that except clauses can...
1999-08-24 Fred DrakeAdded sentence "All exceptions must have an executable...
1999-08-24 Fred DrakeAdded additional index entries.
1999-08-23 Fred Drakewhrandom should come immediately after random, not...
1999-08-23 Fred DrakeClarified start parameter to Py_CompileString, documented
1999-08-23 Jack JansenRemoved availabe() method again: even on PPC it sometim...
1999-08-23 Jack JansenReturn MacOS.Error in stead of RuntimeError in case...
1999-08-20 Guido van RossumPort inet_ntoa and inet_aton to Windows:
1999-08-20 Guido van RossumAdd calls to self.protocol("WM_DELETE_WINDOW", self...
1999-08-20 Guido van RossumPatch by Ben Gertzfield to add inet_aton() and inet_nto...
1999-08-20 Fred Drakerewrite_descriptor(): Fix bug that dropped the first...
1999-08-20 Fred DrakeOops, better update the date on the .TH line.
1999-08-20 Fred DrakeVarious updates, mostly to add information to the SEE...
1999-08-19 Barry WarsawA nit to make Fred proud.
1999-08-19 Greg WardOops, call 'os.path.join()'!
1999-08-19 Fred DrakeTell what the result objects are (based on comment...
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.
next