]> granicus.if.org Git - python/shortlog
python
2001-02-27 Jack JansenUse the filename, not the pathname, in the definitions...
2001-02-27 Moshe ZadkaFixing bug #227562 by calling URLopener.http_error_def...
2001-02-27 Jeremy HyltonAdd warnings about undefined "global"
2001-02-27 Neil SchemenauerAdd Vladimir Marangozov's object allocator. It is disab...
2001-02-27 Jeremy HyltonPreliminary support for future nested scopes
2001-02-27 Martin v. LöwisDocument XML changes.
2001-02-27 Barry WarsawUpdates to describe function attributes.
2001-02-27 Barry WarsawUpdates to the semantics of function and method attributes.
2001-02-27 Andrew M. KuchlingMention setup.py in the instructions
2001-02-27 Andrew M. KuchlingUpdate build notes to mention setup.py
2001-02-27 Andrew M. KuchlingFix typo
2001-02-27 Neil SchemenauerAdd missing dependents of graminit.h.
2001-02-27 Neil SchemenauerGenerate grammar source files in srcdir. Ignore the...
2001-02-27 Neil SchemenauerDon't create the Include directory if building outside...
2001-02-26 Fred DrakeMake sure ConfigParser uses .optionxform() consistently...
2001-02-26 Tim PetersAdd __future__.py to std library, + dull test to verify...
2001-02-26 Fred Drakecleanup_helper(): Added missing "void" type for the...
2001-02-26 Fred DrakeThe return value from PyObject_ClearWeakRefs() is no...
2001-02-26 Barry Warsawinstancemethod_setattro(): Raise TypeError if an attemp...
2001-02-26 Barry WarsawAdditional tests for current, PEP described semantics:
2001-02-26 Barry Warsawmain(): Slightly more informative error message when...
2001-02-24 Barry Warsaw(py-parse-state): Teach python-mode how to scan code...
2001-02-23 Tim PetersShuffle premature decref; nuke unreachable code block.
2001-02-23 Jack JansenHide the ProgressBar before raising KeyboardInterrupt...
2001-02-23 Jack JansenTurn on the "multifinder aware" bit. This should always...
2001-02-23 Fred DrakeDo not hide a failure to create a temporary file; if...
2001-02-23 Fred DrakeMinor adjustments, including markup corrections.
2001-02-23 Fred DrakeFix extra backslash in example.
2001-02-23 Fred DrakeAnother name.
2001-02-23 Fred DrakeFix up the markup in some recently-added portions of...
2001-02-23 Barry WarsawDescribe -s a little more generically.
2001-02-23 Barry Warsawsymtable_update_free_vars(), symtable_undo_free(),
2001-02-23 Jeremy HyltonFix for bug 133489: compiler leaks memory
2001-02-23 Barry WarsawPy_Main(): When compiled by Insure (i.e. __INSURE__...
2001-02-23 Barry Warsaw_Py_ReleaseInternedStrings(): Private API function...
2001-02-23 Andrew M. KuchlingPatch #103899: Don't compile modules configured in...
2001-02-23 Andrew M. KuchlingPatch #103937: Attempt to get the BSDDB autodetection...
2001-02-23 Mark HammondCheckin updated version of patch #103933 . As Thomas...
2001-02-23 Tim PetersPatch 103928: Correct zlib freeze settings for Win32.
2001-02-22 Fred DrakeWork around the broken formatting of sys.ps1 prompts...
2001-02-22 Fred Drakecd to the html/ directory to generate the global module...
2001-02-22 Fred DrakeThe ACKS file is in the current directory when converte...
2001-02-22 Fred DrakeRemove entry for soundex module!
2001-02-22 Barry Warsaw_PyObject_Dump(): If argument is NULL, print "NULL...
2001-02-22 Guido van RossumIn try_3way_to_rich_compare(), swap the call to default...
2001-02-22 Fred DrakeSequence indexes are non-negative, not natural (0 is...
2001-02-22 Fred DrakeRemove documentation for the soundex module; the module...
2001-02-22 Tim Petersasin micro-optimization suggested in email.
2001-02-22 Tim PetersWindows: Remove soundex from pythoncore subproject.
2001-02-22 Andrew M. KuchlingMention the removal of soundex.c
2001-02-22 Andrew M. KuchlingPatch #103926: fix two warnings from Tru64's compiler
2001-02-22 Andrew M. KuchlingRemove soundex module, as stated by GvR.
2001-02-22 Martin v. LöwisPatch #103885: Add dynamic registration and lookup...
2001-02-22 Jeremy HyltonFix previous checkin, hopelessly broken as it was;...
2001-02-22 Tim PetersAdd a line to "python -h" output about PYTHONCASEOK.
2001-02-21 Andrew M. KuchlingRip out various module-enabling switches, made obsolete...
2001-02-21 Andrew M. KuchlingMove the signal module back into Setup.config.in so...
2001-02-21 Jeremy Hyltonreplace exec with simple assignments
2001-02-21 Jack JansenRelease a PYC resource after reading it. No need to...
2001-02-21 Jack JansenWaste 2.0 has many more options for the undo label.
2001-02-21 Jack JansenUse re in stead of regex, so we get rid of the annoying...
2001-02-21 Jack JansenThe code to write timestamps couldn't handle negative...
2001-02-21 Tim PetersWhitespace normalization.
2001-02-21 Tim PetersBug #133297: cmath.asin is the same as cmath.asinh.
2001-02-21 Andrew M. KuchlingPatch #103544: always compile the dl and nis modules...
2001-02-21 Andrew M. KuchlingAdd Donovan Baarda for fixing a tortuous zlibmodule...
2001-02-21 Andrew M. KuchlingAdd test case from bug #124981: zlib decompress of...
2001-02-21 Andrew M. KuchlingPatch #103373 from Donovan Baarda: This patch:
2001-02-21 Andrew M. KuchlingPatch #103854: raises an exception if a non-Attr node...
2001-02-21 Andrew M. KuchlingAdded test for patch #103473: test an unquoted cookie...
2001-02-20 Barry Warsaw(py-execute-region): This one's easy... kill the tempor...
2001-02-20 Jack JansenOn OSX passing NULL to NewUniversalFilterProc() does...
2001-02-20 Andrew M. KuchlingPatch #103473 from dougfort: Some sites (amazon.com...
2001-02-20 Guido van RossumThe code in PyImport_Import() tried to save itself...
2001-02-20 Barry Warsawimport.c -> importexc.c
2001-02-20 Barry Warsawimport -> importexc
2001-02-20 Barry Warsawimport.c -> importexc.c
2001-02-20 Tim PetersRename some constants for easier readability.
2001-02-20 Tim PetersMechanical edits just so I can read it.
2001-02-20 Moshe ZadkaUpdated to use new Python features
2001-02-20 Moshe ZadkaFixed to use new Python features and use more commonly...
2001-02-20 Moshe ZadkaChanged to use the fact that str(long) doesn't produce...
2001-02-20 Tim PetersImprove accuracy. In the .tex file, note the new ...
2001-02-20 Tim PetersAdded missing \item. See also bug 133213, about damage...
2001-02-20 Tim PetersFlesh out PlaySound() docs enough so that SND_ALIAS...
2001-02-19 Jeremy HyltonSF patch #103749: implicit tuple + default arg
2001-02-19 Jeremy HyltonFix for implicit tuple + default arguments, courtesy...
2001-02-19 Fred DrakeConfigParser.optionxform(): Document this since it...
2001-02-19 Tim PetersClean up the "docs".
2001-02-19 Fred DrakeWrap a bunch of long lines.
2001-02-19 Fred DrakeFix a few small typos in the docstrings.
2001-02-19 Fred DrakeMichael Hudson <mwh21@cam.ac.uk>:
2001-02-19 Fred DrakeNo longer needed since the main Makefile is "flat".
2001-02-19 Fred DrakeConvert to a "flat" Makefile.
2001-02-19 Fred DrakeAdd an option allowing the user to determine where...
2001-02-19 Fred DrakeFix markup so this document will format.
2001-02-19 Fred DrakeThis never saw much use, so remove it.
2001-02-19 Guido van RossumSF Patch # 103839 byt dougfort: Allow ';' in attributes
2001-02-19 Neil SchemenauerRevert SF patch #103655
2001-02-19 Neil SchemenauerRevert SF patch #103655. Martin Löwis says:
next