]> granicus.if.org Git - python/shortlog
python
1999-10-26 Jack JansenMrC also needs BAD_STATIC_FORWARD define.
1999-10-26 Guido van RossumFix PR117. The error message is "keywords must be...
1999-10-23 Greg WardDon't assume GNU tar -- generate tar file and compress...
1999-10-23 Greg WardRemoved massive comment speculating about needlessly...
1999-10-23 Greg WardQualified use of 'newer_group' function.
1999-10-23 Greg WardFix how we run 'zip' -- give explicit .zip extension.
1999-10-22 Fred DrakeDocumented Beep() function.
1999-10-22 Guido van RossumIn helo() and ehlo(), Don't fail when gethostbyaddr...
1999-10-20 Fred DrakeModule/script to parse the reference count data file...
1999-10-20 Fred DrakeAdded note that Skip created the initial version of...
1999-10-20 Fred DrakeInitial version as provided by Skip Montanaro <skip...
1999-10-20 Guido van RossumFix PR#107: wm_colormapwindows() did the wrong thing...
1999-10-19 Guido van RossumTest output.
1999-10-19 Guido van RossumRewritten -- this now tests the binascii *except* for...
1999-10-19 Guido van RossumTest output for test_binhex.py.
1999-10-19 Guido van RossumPatch by Jason Trowbridge. (Followup to his PR#110...
1999-10-19 Guido van RossumThis test really only tests the binhex module.
1999-10-19 Guido van RossumJohn DuBois tells us that SCO OpenServer 5.0 and later...
1999-10-19 Guido van RossumFix PR#110 -- bad input ("====") for a2b_base64() cause...
1999-10-18 Jeremy Hyltonprint a warning if the password will be echoed.
1999-10-18 Guido van RossumFixed PR#106: winfo_visualsavailable() with the include...
1999-10-18 Guido van RossumFix for PR#111: when using the inplace option, give...
1999-10-18 Fred DrakeFixed typo in explanation of abspath(); noticed by...
1999-10-18 Fred Drakeos.fork raises AttributeError, not NameError, if fork...
1999-10-16 Fred DrakeBased on comments from Paul Prescod:
1999-10-12 Barry WarsawMainlining the string_methods branch. See branch revis...
1999-10-12 Jeremy Hyltonupdate to use threading module instead of thread.
1999-10-12 Barry Warsawfixed a typo in a docstring, and slightly expanded...
1999-10-11 Guido van RossumFix PR#66. Solution: add error checking around l_divmo...
1999-10-11 Guido van RossumFix PR#31 -- zfill() mishandles empty string.
1999-10-11 Guido van RossumFix for PR#98 (Adrian Eyre) -- in instancemethod_repr...
1999-10-10 Guido van RossumJeremy writes:
1999-10-07 Barry Warsawmain(): Arg! I wasn't properly ignoring EINVAL; now...
1999-10-06 Guido van RossumFix PR#3, submitted by Skip Montanaro: if no space...
1999-10-05 Guido van RossumIn PySys_GetObject(), it's possible that tstate->interp...
1999-10-05 Guido van RossumAdd -v flag. Comment duplicate Py_Finalize().
1999-10-05 Guido van RossumDynamic linking support for BSD/OS 4.x as suggested...
1999-10-05 Jack JansenAskString always set the dialog id to 257. Fixed.
1999-10-04 Guido van RossumAdded has_option(); fix bug in get() which botched...
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...
next