]> granicus.if.org Git - python/shortlog
python
1999-10-04 Guido van RossumUrmpfh!
1999-10-04 Fred DrakeConfigParser.read(): Don't mask IOError exceptions.
1999-10-03 Greg WardFilter 'glob()' results so we only look at regular...
1999-10-03 Greg WardPass 'force' flag to 'new_compiler()'.
1999-10-03 Greg WardDon't import what we don't use.
1999-10-03 Greg WardTweaked verbosity messages for byte-compilation.
1999-10-03 Greg WardAdded 'force' and 'quiet' (negative alias for 'verbose...
1999-10-03 Greg WardFixed 'mkpath()' to normalize the path right off the...
1999-10-03 Greg WardHacked to support the notion of "negative alias" option...
1999-10-03 Greg WardCatch up with changes in 'gen_lib_options()':
1999-10-03 Greg WardFixed order of link options: object files now precede...
1999-10-03 Greg WardSlight change to the meaning of the 'libraries' list...
1999-10-01 Guido van RossumMark Hammond writes:
1999-10-01 Jack JansenOptionally bracket all external declarations of init...
1999-09-30 Jack Jansenvec_longjmp added to list of "forbidden" functions...
1999-09-30 Jack JansenCW Pro 5 projects.
1999-09-30 Guido van RossumPatches by Jack Jansen: new type OptionalInBuffer allows
1999-09-30 Guido van RossumPatch by Jack Jansen to add with_ifdef option, which...
1999-09-30 Jack JansenAdded module "ce" to list of modules known not to exist...
1999-09-30 Jack JansenBigger buffer size for C profiler (if profiling is...
1999-09-30 Jack JansenOptimization: don't try to get a tabsize resource if...
1999-09-30 Jack JansenRegenerated, no significant diferences.
1999-09-30 Jack JansenMake macglue.h C++ compatible.
1999-09-30 Jack JansenDistribution files for 1.5.1c1.
1999-09-30 Jack Jansen1.5.2c1 version.
1999-09-29 Guido van RossumDuncan Grisby noted a typo in _DummyThread.
1999-09-29 Greg WardAdded 'list_only' option (and modified 'run()' to respe...
1999-09-29 Greg WardAdded all documentation.
1999-09-29 Greg WardNew command to generate source distribution based on...
1999-09-29 Greg WardAdded 'package' option.
1999-09-29 Greg WardRenamed 'dir' option to be consistent with other commands.
1999-09-29 Greg WardRenamed many options to be consistent across commands.
1999-09-29 Greg WardCatch up with latest changes in CCompiler:
1999-09-29 Greg WardCatch up with latest changes in CCompiler:
1999-09-29 Greg WardAdded 'extra_preargs' and 'extra_postargs' parameters...
1999-09-29 Greg WardMore tweaks to 'mkpath()':
1999-09-29 Greg WardAdded 'ready' flag and 'ensure_ready()' method to Comma...
1999-09-27 Guido van RossumPatch by Tim Peters fixing PR#88:
1999-09-27 Guido van RossumPatch by Tim Peters fixing PR#89:
1999-09-26 Just van RossumInitial checkin of IDE scripts. (jvr)
1999-09-26 Just van RossumAdded support for global default font settings. (jvr)
1999-09-26 Just van Rossum1) added "typingcasesens" keyword arg to constructor...
1999-09-26 Just van Rossumadded do_setwindowfont() menu callback: brings up a...
1999-09-26 Just van Rossumadded getdefaultfont() function. Returns default font...
1999-09-26 Just van Rossum1 - added "set default window font" menu
1999-09-26 Just van Rossumminor cleanup, avoiding rare traceback (jvr)
1999-09-24 Fred Drake"make clobber" should remove modindex.html as well.
1999-09-24 Fred Drakeicons/ should not be ignored here now that this is...
1999-09-23 Fred DrakeAdded --about option to specify the file to load "About...
1999-09-23 Fred DrakeTell mkhowto to use stdabout.dat for the documents...
1999-09-23 Fred DrakeRemove some <SPAN> elements that were used only to...
1999-09-23 Fred DrakeRemove the "Comments and Questions" section, allowing...
1999-09-23 Fred DrakeVersion of about.dat that should only be used for the...
1999-09-23 Fred DrakeRemove some <SPAN> elements that were used only to...
1999-09-23 Fred DrakeOops, missed this one!
1999-09-23 Fred Drakeimg_tag(): Tighten up the generated SRC attribute...
1999-09-22 Fred Drakedo_cmd_rfc(): Simplify the generated markup.
1999-09-22 Fred DrakeAdded --image-type option to allow use of either GIF...
1999-09-22 Fred DrakeSome updates to allow ../tools/mkhowto to add various...
1999-09-22 Barry Warsawmain(): wrap the device.setinfo() call around an except...
1999-09-22 Greg WardAdded docstring and RCS id (apparently some Windows...
1999-09-22 Fred DrakePNG version of the icons, converted from the GIFs
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...
next