]> granicus.if.org Git - python/shortlog
python
1999-11-02 Guido van RossumFix a bug reported by Toby Dickenson (on 18 May 1999).
1999-11-02 Guido van RossumSjoerd Mullender:
1999-11-02 Guido van RossumCorrect typo in walk.__doc__ reported by Francois Pinard.
1999-11-02 Guido van RossumChecking in a bunch of spawn functions. These are...
1999-10-30 Just van Rossum- windowbounds() now works with multiple screens (windo...
1999-10-30 Just van RossumVery minor little things... -- jvr
1999-10-30 Just van RossumNew __version__ number (1.0!) -- jvr
1999-10-30 Just van RossumMinor indentation cleanup -- jvr
1999-10-30 Just van RossumString values will now always be shown with quotes...
1999-10-29 Fred DrakeChange the suggestions pointer at the bottom of generat...
1999-10-29 Fred DrakeStraighten out dependencies so changes in the texinputs...
1999-10-29 Fred Drakepathes --> paths; typo reported by Gerry Wiener <gerry...
1999-10-29 Fred DrakeAdded dependency on filecmp section, removed dependenci...
1999-10-29 Fred DrakeMake references to new filecmp module hyperlinks now...
1999-10-29 Fred DrakeAdded section for filecmp.
1999-10-29 Fred Drakefilecmp documentation from Moshe Zadka <moshez@math...
1999-10-26 Fred DrakeAdded deprecation notes, in case anyone decides to...
1999-10-26 Fred Drakecmp and cmpcache are now obsolete, so don't include...
1999-10-26 Fred DrakeAdded cmp and cmpcache to the "Obsolete" section.
1999-10-26 Guido van RossumNew module by Moshe Zadka (submitted on Sept. 25)....
1999-10-26 Guido van RossumPatch by Michael Hudson: when the object of attribute...
1999-10-26 Guido van RossumFix by Moshe Zadka (cleaned up and documented by GvR...
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:
next