]> granicus.if.org Git - python/shortlog
python
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__
2001-02-17 Jack Jansen- Removed debug
2001-02-17 Jack JansenConfigurePython now comes in two flavors: ConfigurePyth...
2001-02-17 Jack JansenAllow selecting a template in findtemplate(), so Classi...
2001-02-17 Jack Jansen2.1a2 distribution files.
2001-02-17 Jack JansenAdded a note that this file is incorrect for 2.1a2.
2001-02-17 Jack Jansen2.1a2 distribution files.
2001-02-17 Tim PetersBug #132850 unix line terminator on windows.
2001-02-17 Jack JansenMore changes to attempt to get the menubar back on...
2001-02-17 Jack JansenMade version string shorter for Carbon so it fits on...
2001-02-17 Jack JansenMore modifications to bring the script output in line...
2001-02-17 Tim PetersBug #132816: Compiler warning in PYEXPAT.C for extra ';'
2001-02-17 Tim PetersIn the example showing the irrelevance of start columns...
2001-02-17 Fred DrakeAdd entries for the doctest documentation.
2001-02-17 Fred DrakeMake a variety of minor markup adjustments.
2001-02-17 Tim PetersSF patch #103808: doctest.py docs
2001-02-17 Andrew M. KuchlingSet PYTHONPATH when running setup.py in order to overri...
2001-02-17 Tim PetersChange temp names created by listcomps from [%d] to...
next