]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-10-06  Martin v. LöwisDon't use a file object as system id; try to propagate...
2000-10-06  Martin v. LöwisDon't report a final chunk for an external entity parser.
2000-10-06  Martin v. LöwisMove translation from expat.error to SAXParseException...
2000-10-06  Fred DrakeInclude more information from the docstrings.
2000-10-06  Fred DrakeAnother name.
2000-10-06  Fred DrakeDonn Cave <donn@oz.net>:
2000-10-06  Fred DrakeFix a couple of typos in docstrings.
2000-10-06  Fred DrakeFix really bad typo, noted by Neil Schemenauer <nas...
2000-10-06  Fred DrakeAdd notes on the requirements for subclasses.
2000-10-06  Fred DrakeRevise the versioning information to say that this...
2000-10-06  Fred DrakeMade a number of revisions suggested by Fredrik Lundh.
2000-10-06  Jeremy Hyltontest_linuxaudio:
2000-10-06  Fred DrakeIt turns out that Guido does not like or encourage...
2000-10-06  Fred Drake__getslice__(): Make this use the constructor form...
2000-10-06  Jim FultonAdded a new "base" type, IOobject for which most of the
2000-10-06  Jim FultonUncommented tests that failed for cStringIO,
2000-10-06  Tim PetersAdding Jeremy's new test_import (SF patch 101709).
2000-10-06  Martin v. LöwisAdd SAXReaderNotAvailable, and use it to distinguish...
2000-10-06  Guido van RossumRemoving these scripts. redemo.py lives on in Tools...
2000-10-06  Guido van RossumI'm moving redemo.py here from Demo/tkinter/guido,...
2000-10-06  Guido van Rossum[ Bug #113803 ] [2.0b1 NT4.0] printing non asci char...
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...
next