]> granicus.if.org Git - python/shortlog
python
2000-10-09 Fred DrakeDonn Cave <donn@oz.net>:
2000-10-09 Fred DrakeDonn Cave <donn@oz.net>:
2000-10-09 Fred DrakeUpdated version from Donn Cave <donn@oz.net>.
2000-10-09 Martin v. Löwis_exceptions: Format a missing system id as <unknown>.
2000-10-09 Fred DrakeDenis S. Otkidach <ods@users.sourceforge.net>:
2000-10-09 Jeremy Hyltonbump patchlevel to 2.0c1
2000-10-09 Jeremy Hyltonread in a .pyc file and disassemble the code objects
2000-10-09 Andrew M. KuchlingPatch #101810: check whether zst.avail_out is non-zero...
2000-10-09 Guido van RossumFixed leapdays(). From Patch #101841, by Denis S....
2000-10-08 Guido van RossumAdapt test output to changed error message.
2000-10-08 Guido van RossumBe consistent in the description of audio formats:...
2000-10-08 Guido van RossumCorrect output.
2000-10-08 Guido van RossumIt seems our sound cards can't play mulaw data. Use...
2000-10-07 Martin v. LöwisDon't use string methods to allow sharing this code...
2000-10-07 Fredrik LundhFixed too ambitious "nothing to repeat" check. Closes...
2000-10-07 Fred DrakeThe test is good, but Jim forgot to check in the update...
2000-10-07 Guido van RossumPut arguments to test -z in double quotes. Fixes Bug...
2000-10-07 Fred DrakeHush the nanny.
2000-10-07 Fred DrakeFix a couple of places where the descriptions of *_GET_...
2000-10-07 Fred DrakeDonn Cave <donn@oz.net>:
2000-10-07 Martin v. LöwisRecord bugs found when comparing the module with DOM...
2000-10-07 Mark HammondPrevent possible buffer overflow exploits under Windows...
2000-10-07 Fredrik LundhSRE didn't handle character category followed by hyphen...
2000-10-07 Marc-André... [ Bug #116174 ] using %% in cstrings sometimes fails...
2000-10-07 Marc-André... Updated test with a case which checks for the bug repor...
2000-10-07 Tim PetersPossible fix for Skip's bug 116136 (sre recursion limit...
2000-10-07 Tim PetersPrep Windows installer for 2.0c1: title and build...
2000-10-06 Tim PetersFix for next iteration of SF bug 115690 (Unicode headac...
2000-10-06 Martin v. LöwisAdd .toxml test case, as proposed by Alex Martelli...
2000-10-06 Martin v. Löwisminidom: access attribute value before printing it
2000-10-06 Martin v. LöwisAdd a test case for reporting the file name, and for...
2000-10-06 Martin v. LöwisIn an incremental parser, close the parser after feedin...
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...
next