]> granicus.if.org Git - python/shortlog
python
2000-10-06 Fred DrakeUse the cvsinfo module instead of a module stuff off...
2000-10-06 Fred DrakeSupport module to help work with checked-out CVS trees.
2000-10-06 Fred DrakeDonn Cave <donn@oz.net>:
2000-10-06 Fred DrakeDonn Cave <donn@u.washington.edu>:
2000-10-06 Fred DrakeDonn Cave <donn@u.washington.edu>:
2000-10-06 Fred DrakeDonn Cave <donn@u.washington.edu>:
2000-10-06 Fred DrakeNorman Vine <nhv@users.sourceforge.net>:
2000-10-06 Fred Drakeis_zipfile() description: Use the same name for the...
2000-10-06 Fred DrakeAdded a name.
2000-10-06 Fred DrakeAdded section on threads problems on Reliant UNIX;...
2000-10-06 Guido van Rossum[ Bug #110677 ] PRIVATE: various minor Tkinter things...
2000-10-06 Tim PetersSF bug 115831 and Ping's SF patch 101751, 0.0**-2.0...
2000-10-05 Mark HammondRemove some debugging messages - although this code...
2000-10-05 Fred DrakeAdd support for "import re" -- it uses pre, but user...
2000-10-05 Neil SchemenauerThe _PyTuple_Resize() last_is_sticky flag must now...
2000-10-05 Neil SchemenauerSimplify _PyTuple_Resize by not using the tuple free...
2000-10-05 Tim PetersSF "bug" 115973: patches from Norman Vine so that...
2000-10-05 Barry Warsawtranslation(): Minor optimization patch which avoids...
2000-10-05 Barry WarsawChange all occurances of
2000-10-05 Guido van Rossum[ Patch #101730 ] Add initial static support for Darwin...
2000-10-05 Marc-André... Added Py_FPROTO macro which was available in Python...
2000-10-05 Jeremy HyltonFix Bug #115907: encode '=' as '=3D' and not '=='
2000-10-05 Andrew M. KuchlingDocument the lookbehind assertions (closing bug#115119)
2000-10-05 Thomas WoutersFix for SF bug #115987: PyInstance_HalfBinOp does not...
2000-10-05 Andrew M. KuchlingDocument expand() method of MatchObjects
2000-10-05 Mark HammondDetect conflicting Python DLL on module import under...
2000-10-05 Fred DrakeBetter add at least a short docstring to the module!
2000-10-05 Fred DrakeAdd a link to the new acks.html file.
2000-10-05 Fred DrakeAdd rules for generating the acks.html file at the...
2000-10-05 Fred DrakeIgnore the acks.html file, since it is generated.
2000-10-05 Fred DrakeNew script to convert the ACKS file to a nicely formatt...
2000-10-05 Fred DrakeUse the new support module instead of including all...
2000-10-05 Fred DrakeFactor out some of the presentation and shared code...
2000-10-05 Fred DrakeList of acknowledgements culled from CVS checkin logs...
2000-10-05 Tim PetersNew tool for normalizing indentation of .py files.
2000-10-05 Fred DrakeUpdate for next planned release.
2000-10-05 Tim PetersMove LONG_BIT from intobject.c to pyport.h. #error...
2000-10-04 Trent MickEnable the binascii module for Win64. It builds and...
2000-10-04 Trent MickFix for test_class.py on Win64. id(self), which on...
2000-10-04 Neil Schemenauer- update Neil's email address
2000-10-04 Neil Schemenauer- do not start collection during processing of an exception
2000-10-04 Neil Schemenauer- Fix a GC bug caused by PyDict_New() failing.
2000-10-04 Neil Schemenauer- fix a GC bug caused by malloc() failing
2000-10-04 Fred DrakeAdded deprecation notices to atof(), atoi(), and atol...
2000-10-04 Fred DrakeAdded \versionchanged comment to os.popen() noting...
2000-10-04 Fred DrakeRemove styling information that conflicts with or dupli...
2000-10-04 Andrew M. KuchlingRewrites to section on new development process, after...
2000-10-04 Fred DrakeUse \obindex{...} instead of \indexii{...}{type} in...
2000-10-03 Tim Peterstest_popen2 broke on Windows shortly after 2.0b2 was...
2000-10-03 Martin v. LöwisSupport non-namespace elements in *ElementNS of XMLGene...
2000-10-03 Fred DrakePreliminary tool to troll through the CVS logs and...
2000-10-03 Barry Warsaw_PyUnicode_Fini(): Initialize the local freelist walkin...
2000-10-03 Fredrik LundhAccept keyword arguments for (most) pattern and match...
2000-10-03 Fredrik LundhRecompile pattern if (?x) flag was found inside the...
2000-10-03 Guido van RossumIn _PyUnicode_Fini(), decref unicode_empty before tearn...
2000-10-03 Fred DrakeRemove old note that os.popen() on Windows is unreliabl...
2000-10-03 Guido van RossumFix a few problems with the _Printer class and the...
2000-10-03 Thomas WoutersClarify that isatty is only guaranteed to return true...
2000-10-03 Thomas WoutersOn some systems (like Solaris), the master end of a...
2000-10-03 Fred DrakeBump the release number for the upcoming candidate.
2000-10-03 Fredrik LundhFixed negative lookahead/lookbehind. Closes bug #115618.
2000-10-03 Barry Warsaw_PyImport_Fini(): Closed small memory leak when an...
2000-10-03 Fred DrakeJim Ahlstrom sent a few corrections to my changes....
2000-10-03 Guido van RossumUndo Ping's change.
2000-10-03 Ka-Ping YeeChange first line to #!/usr/bin/env python (really...
2000-10-03 Fred Drake$OFF_SITE_LINK_ICON: Don't define here; simply definin...
2000-10-03 Fred DrakeReplace minimal \seetext references with better annotat...
2000-10-03 Greg WardBump version to 1.0.
2000-10-03 Greg WardRemove some debugging prints.
2000-10-03 Greg WardFixed so --no-compile is a negative alias for --compile.
2000-10-03 Greg WardAdded a long-winded comment (and commented-out comment...
2000-10-02 Jeremy HyltonProvide a clearer error message when urlopen fails...
2000-10-02 Fred DrakeAdded some comments on the interaction of reload()...
2000-10-02 Fred DrakeAdd deprecation note since the XML support is shaping up.
2000-10-02 Fred DrakeRemove redundent information from a docstring.
2000-10-02 Fred DrakeMinor change to attributes so that the stylesheets...
2000-10-02 Fred DrakeRemove comment about -lucb for the mmap module -- the...
2000-10-02 Fred DrakeDelay import of py_compile until needed, since is is...
2000-10-02 Fred DrakeSubstantially revised documentation for the zipfile...
2000-10-02 Fred DrakeMinor stylesheet nit.
2000-10-02 Guido van RossumSupporting rl_library_version is more trouble than...
2000-10-02 Fred DrakeAdded Daniel Dittmar, for helping get the configuration...
2000-10-02 Fred Drakemake_icon_filename(): Convenience function to turn...
2000-10-02 Jeremy Hyltontypo
2000-10-02 Guido van RossumFix a bug in stack overflow error handling. This fixes...
2000-10-02 Fred DrakeMinor usage fix.
2000-10-02 Fred DrakeDo not set Konquerer to be the default browser if ...
2000-10-02 Fred DrakeAdd documentation and warnings for the isCallable(...
2000-10-02 Greg WardTypo fix.
2000-10-02 Greg WardAdded the ability to do byte-compilation at build time...
2000-10-02 Greg WardAdded --compile, --optimize options so users have an...
2000-10-02 Greg WardFinished the overhaul of byte-compilation options:...
2000-10-02 Greg WardRemove the temporary byte-compilation script when we...
2000-10-01 Greg WardFrom 'run()', only call 'bytecompile()' if we actually...
2000-10-01 Greg WardTweaked 'byte_compile()' so it silently skips non-Pytho...
2000-10-01 Martin v. LöwisDon't rename Tkinter to Tk; closes bug 115714
2000-10-01 Fred Drakemy_getpagesize(): New function; returns the size of...
2000-10-01 Barry WarsawAdded a zip() test where one of the arguments is an...
2000-09-30 Fred DrakeAdd missing "s" from format string.
2000-09-30 Greg WardAdded skeletal "Building Extensions: Tips and Tricks...
next