]> granicus.if.org Git - python/shortlog
python
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...
2001-02-17 Andrew M. KuchlingSplit the rpath argument into multiple paths, turning...
2001-02-17 Andrew M. KuchlingFix typo
2001-02-17 Andrew M. KuchlingFix two typos, and add some omitted \option{} markup
2001-02-16 Fred DrakeHack to make this still work with Python 1.5.2. ;-(
2001-02-16 Jack JansenSteven Majewski's instructions for building the toolbox...
2001-02-16 Fred DrakeRemove the old version of my_StartElementHandler()...
2001-02-16 Thomas WoutersRemove trailing comma from 'why_code' enum, which was...
2001-02-16 Neil SchemenauerRemove outdated information. Merge now dead BeOS/READM...
2001-02-16 Neil SchemenauerAdd more information regarding the altinstall target.
2001-02-16 Neil SchemenauerRemove confusing explaination about altinstall target...
2001-02-16 Neil SchemenauerAdd Include to the list of source directories.
2001-02-16 Neil SchemenauerSimplify linking on AIX and BeOS (SF patch #103679).
2001-02-16 Neil SchemenauerBuild grammar files in their proper place rather than...
2001-02-16 Neil SchemenauerTake output filenames as arguments instead of hard...
2001-02-16 Neil SchemenauerThe usual.
2001-02-16 Neil SchemenauerSimplify linking on BeOS. Rename some files. Closes...
2001-02-16 Neil SchemenauerLinking just got simpiler on AIX and BeOS (closes SF...
2001-02-16 Neil SchemenauerRemove a hard coded Python version, and a now incorrect...
2001-02-16 Neil SchemenauerMoved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_be...
2001-02-16 Neil SchemenauerMoved BeOS/README to Misc/BeOS-NOTES.
2001-02-16 Neil SchemenauerNo longer relevant.
2001-02-15 Tim PetersWhitespace normalization.
2001-02-15 Jack JansenA few more tweaks (there were a couple of files missing...
2001-02-15 Jack JansenWaste 1.3 extra's modified for waste 2.0 (and missing...
2001-02-15 Skip Montanarobunch more __all__ lists
2001-02-15 Skip Montanaromention the use of the maxtries attribute of FancyURLop...
2001-02-15 Skip Montanaroprovide simple recovery/escape from apparent redirect...
2001-02-15 Guido van RossumDocument default blocksize for storbinary().
2001-02-15 Guido van RossumProvide a default for the blocksize arg of storbinary().
2001-02-15 Thomas WoutersRewrite AIX blurb to make clear threads are the default...
2001-02-15 Thomas WoutersAdd a few more missing prototypes to the SunOS 4.1...
2001-02-15 Fred DrakeMake some clarifications and corrections based on comme...
2001-02-14 Fred DrakeBe more careful to avoid spurious output from the shell...
2001-02-14 Fred DrakeCommit this so CVS doesn't keep noticing the next versi...
2001-02-14 Fred DrakeAdd a note to Node.isSameNode() that it is based on...
2001-02-14 Fred DrakeUpdated to reflect the additional information and inter...
2001-02-14 Fred Drakexmlparseobject: Remove the unused conv_attrs field...
2001-02-14 Andrew M. KuchlingPatch #103748 from Toby Dickenson: fix typo in test_zli...
2001-02-14 Jack JansenDialogWindows now have a self.dlg in addition to self...
next