]> granicus.if.org Git - python/shortlog
python
2000-10-10 Fred DrakeBetter synopses based on suggestions from Ka-Ping Yee...
2000-10-10 Fred DrakeMove the documentation for the mutex module to be with...
2000-10-10 Guido van RossumPlace the full text of the CNRI license verbatim in...
2000-10-09 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.0c1
2000-10-09 Tim PetersWhen the classes in wave.py opened files themselves...
2000-10-09 Guido van RossumThe usual.
2000-10-09 Jeremy HyltonThe Usual.
2000-10-09 Jeremy Hyltonthe usual
2000-10-09 Jeremy Hyltonadd note explaining what a release candidate is
2000-10-09 Fred DrakeThis file is no longer used.
2000-10-09 Tim PetersRepaired IDLE Unicode bug description.
2000-10-09 Fred DrakeAnother generated file...
2000-10-09 Fred DrakeRemove macro that mentions DL_EXPORT_HEADER; it caused...
2000-10-09 Guido van RossumWAVE test + bugfix contributor.
2000-10-09 Guido van Rossumwave test output
2000-10-09 Guido van RossumSimple test suite for wave.py by Jean-Claude Rimbault...
2000-10-09 Fred DrakePaul Prescod <paul@prescod.net>:
2000-10-09 Guido van RossumFix by Jean-Claude Rimbault [ Bug #116271 ] -- the...
2000-10-09 Fred DrakeMove the test for confirmation that all nodes have...
2000-10-09 Guido van RossumAnd another.
2000-10-09 Guido van RossumChecking in three Darwin-specific patches.
2000-10-09 Jeremy Hyltontypo
2000-10-09 Guido van RossumUse python$EXE instead of python, for Darwin. (Patch...
2000-10-09 Guido van RossumFor Darwin, export EXE (needed by Lib/plat-generic...
2000-10-09 Guido van RossumOne more name.
2000-10-09 Fred DrakeDo not forget to build the acks.html file when building...
2000-10-09 Jeremy Hyltonadded better description of BeOS changes from Donn...
2000-10-09 Jeremy HyltonSummary of changes between 2.0b2 and 2.0c1
2000-10-09 Jeremy Hyltonnew name
2000-10-09 Fred DrakeWork around annoyances in LaTeX2HTML.
2000-10-09 Fred DrakePush xmllib to the end of the markup chapter since...
2000-10-09 Fred DrakeAnother name.
2000-10-09 Fred DrakeDonn Cave <donn@oz.net>:
2000-10-09 Fred DrakeDonn Cave <donn@oz.net>:
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...
next