]> granicus.if.org Git - python/shortlog
python
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:
2001-02-19 Fred DrakeMake the top-level index.html depend on the individual...
2001-02-19 Thomas HellerChecked in with Andrew's blessing, I leave the comments...
2001-02-19 Fred DrakeAdded entries for difflib documentation.
2001-02-19 Fred DrakeDocumentation for the difflib module, converted from...
2001-02-19 Jeremy HyltonAdd simple section for assert, including assert w/...
2001-02-19 Jeremy HyltonWhen running python -O, do not include blocks defined...
2001-02-19 Jeremy HyltonAdd test for syntax error on "x = 1 + 1".
2001-02-19 Jeremy Hyltonfix long line
2001-02-19 Jeremy HyltonTolerate ill-formed trees in symtable_assign(). Fixes...
2001-02-19 Fred DrakeDOMException._get_code():
2001-02-19 Thomas HellerEnhancements to the bdist_wininst command:
2001-02-19 Marc-André... This patch makes the default compiler determination...
2001-02-19 Tim PetersMore typos. libwinsound.tex typo noted by Peter Funk...
2001-02-19 Tim PetersRepair tab/space screwup.
2001-02-19 Tim PetersTake a tour of hell's seedier neighborhoods to try...
2001-02-19 Neil SchemenauerThe usual.
2001-02-19 Neil SchemenauerUse -G option for linking shared libraries on Solaris...
2001-02-19 Neil SchemenauerFix bug in clean target (closes SF patch 103864 and...
2001-02-18 Fredrik Lundhreorganized PyUnicode_DecodeUnicodeEscape a bit (in...
2001-02-18 Fredrik Lundhrenamed internal functions to avoid name clashes under...
2001-02-18 Fredrik Lundhdetect attempts to repeat anchors (fixes bug #130748)
2001-02-18 Tim Peterssre_{parse, compile} no longer define __all__.
2001-02-18 Fredrik Lundh- restored 1.5.2 compatibility (sorry, eric)
2001-02-18 Fredrik Lundhstupid typo (for some reason, this only caused problems...
2001-02-18 Tim PetersFixed misspelling.
2001-02-18 Tim PetersBug #132921: None treated differently in cmp() / sort...
2001-02-18 Fred DrakeMove docstrings out of function table to constants...
2001-02-18 Tim PetersBug #132313 error message confusing for assignment...
2001-02-18 Skip Montanaroremoved __all__ from several modules
2001-02-18 Skip Montanaroremoved __all__ - should probably rename makedict to...
2001-02-18 Skip Montanaroadd module-level constants to __all__
next