]> granicus.if.org Git - python/shortlog
python
2001-01-04 Fred DrakeBased on comments from Guido, do not describe bisect...
2001-01-04 Fred DrakeMarkup nit: Command line options should be marked...
2001-01-04 Fred DrakeMarkup nit: Command line options should be marked...
2001-01-04 Fred DrakeFix typo spotted by Detlef Lannert <lannert@users.sourc...
2001-01-04 Fred DrakeAdded information about the interaction of opening...
2001-01-04 Fred DrakeMarkup nit: OK and ERR should be marked \constant...
2001-01-04 Fred DrakeUpdate documentation to include the new functions,...
2001-01-04 Fred DrakeDescription of long(): A string parameter is no longer...
2001-01-04 Neil SchemenauerAdd NotImplemented to the builtin module.
2001-01-04 Neil SchemenauerChanges for PEP 208. PyObject_Compare has been rewritt...
2001-01-04 Neil SchemenauerMake long a new style number type. Sequence repeat...
2001-01-04 Neil SchemenauerMake int a new style number type. Sequence repeat...
2001-01-04 Neil SchemenauerMake float a new style number type.
2001-01-04 Neil SchemenauerMake instances a new style number type. See PEP 208...
2001-01-04 Neil SchemenauerMassive changes as per PEP 208. Read it for details.
2001-01-04 Neil SchemenauerNo more RCmp.
2001-01-04 Neil SchemenauerSequence repeat works now for in-place multiply with...
2001-01-04 Neil Schemenauer__rcmp__ no longer gets called on instances. Remove...
2001-01-04 Neil SchemenauerNumbers no longer compare smaller than all other types...
2001-01-04 Neil Schemenauer- Add nb_cmp slot for new style nubmers.
2001-01-04 Neil SchemenauerRemove PyInstance_*BinOp functions.
2001-01-04 Neil SchemenauerDocument the NotImplemented object.
2001-01-04 Andrew M. KuchlingPatch #103012: Update fpectlmodule for current glibc;
2001-01-03 Jeremy HyltonActually call the object with an __call__ method, inste...
2001-01-03 Jeremy HyltonRevised implementation of CALL_FUNCTION and friends.
2001-01-03 Guido van RossumTwo new names.
2001-01-03 Guido van RossumNew, improved README from Mike Clarkson. Wow!
2001-01-03 Jeremy Hyltondict_update has two boundary conditions: a.update(a...
2001-01-03 Jeremy Hyltonfix leak
2001-01-03 Marc-André... This patch changes the default behaviour of the builtin...
2001-01-03 Jack JansenUse relative path for outputdir.
2001-01-03 Jack JansenFixed a few declarations.
2001-01-03 Fred DrakeMark the "encoding" parameter to ExternalEntityParserCr...
2001-01-03 Jack Jansenstruct.pack wants H for unsigned shorts, not h.
2001-01-03 Jack JansenGot rid of 68K support.
2001-01-03 Neil SchemenauerUse == rather than cmp(). The return value of cmp...
2001-01-03 Neil SchemenauerUse numbers that can be accurately represented on binar...
2001-01-02 Fred DrakeDo not cache <img> tags for navigation icons as agressi...
2001-01-02 Jack JansenRemove (unused) regex imports.
2001-01-02 Jack JansenUse re in stead of regex.
2001-01-02 Guido van RossumMake the test program work outside IDLE.
2001-01-02 Andrew M. KuchlingAdd forgotten import
2001-01-02 Guido van RossumDuh. Instead of string.whitespace and string.digits...
2001-01-02 Fred DrakeImprove description of else clause of the try/except...
2001-01-02 Guido van RossumAdd Alt-slash to Unix keydefs (I somehow need it on...
2001-01-02 Neil SchemenauerAdd more tests for compare and coercion in preparation...
2001-01-02 Neil SchemenauerAdd garbage collection for module objects. Closes...
2001-01-01 Jack JansenUpdated for new universal headers (oops... this was...
2001-01-01 Jack JansenMinor clarficiations in the dialogs about which errno...
2001-01-01 Jack JansenNew .mcp names for tkinter and imgmodules projects.
2001-01-01 Fred DrakeFix up an awkward sentence, pointed out by Chris Ryland...
2001-01-01 Guido van RossumPatch by kragen@pobox.com: When tracing is turned on...
2000-12-31 Thomas WoutersChange documentation of 'else' clause of 'try/except...
2000-12-31 Jack JansenReplaced with .mcp projects in Extensions/Imaging
2000-12-31 Andrew M. KuchlingAdded test case for legal DOM children
2000-12-31 Andrew M. KuchlingPatch #102485 ] Check for legal children when adding...
2000-12-30 Tim PetersChristmas present to myself: changed regrtest in two...
2000-12-29 Jack JansenChanged the search path for pyexpat to include all...
2000-12-29 Tim Petersgetopt used to sort the long option names, in an attemp...
2000-12-29 Tim PetersFred, THIS NEEDS DOCS! The function docstrings tell...
2000-12-28 Martin v. LöwisMerge with 1.8 of pulldom.py:
2000-12-28 Martin v. LöwisMerge changes up to 1.10 from PyXML:
2000-12-27 Guido van RossumFixed snake logo and minus image by Daniel Calvelo.
2000-12-27 Guido van RossumMake Traceback header conform to new traceback ("innerm...
2000-12-27 Barry Warsaw(python-font-lock-keywords): Add highlighting of `as...
2000-12-27 Tim PetersFix for SF bug
2000-12-27 Tim PetersAdd test case for SF bug
2000-12-26 Andrew M. KuchlingFix doubled word
2000-12-26 Andrew M. KuchlingRemove redundant reference to tab (since it = 'horizont...
2000-12-26 Andrew M. KuchlingMake isspace(chr(32)) return true
2000-12-26 Andrew M. KuchlingDocument ERR and OK
2000-12-26 Andrew M. KuchlingAdd the curses constants ERR and OK to the module at...
2000-12-25 Fred DrakeMake sure subsections are formatted into HTML pages...
2000-12-23 Fred DrakeAdded information on the ExternalEntityParserCreate...
2000-12-23 Fred DrakeThe "context" parameter to the ExternalEntityRefParamet...
2000-12-23 Fred DrakeThe regression test for the regex module should not...
2000-12-23 Andrew M. KuchlingChoose the smallest value of x,y for the clock's radius...
2000-12-23 Andrew M. KuchlingRemove superfluous semicolons
2000-12-23 Andrew M. KuchlingCHange error messages for ord(), using "string" instead...
2000-12-23 Fred DrakeShortened / wrapped some long lines.
2000-12-22 Andrew M. KuchlingAdd 'see also' link to curses.panel
2000-12-22 Andrew M. KuchlingAdd correction caught by Thomas Gellekum (and sitting...
2000-12-22 Andrew M. KuchlingWrapper for _curses_panel module; currently this adds...
2000-12-22 Andrew M. KuchlingAdded documentation for the panel wrapper module
2000-12-22 Andrew M. KuchlingAdd _curses_panel to Setup
2000-12-22 Andrew M. KuchlingPatch #102813: add a wrapper for the panel library...
2000-12-22 Andrew M. KuchlingExport C API from this module.
2000-12-22 Andrew M. KuchlingAdded header file for C API exported by _cursesmodule.c
2000-12-22 Andrew M. KuchlingUpdate this demo to use curses.panel
2000-12-22 Andrew M. KuchlingFix bug 126587: matchobject.groupdict() leaks memory...
2000-12-21 Fred DrakeWhen using the latest & greatest version of Expat ...
2000-12-21 Fred DrakeFix lots of small markup nits.
2000-12-21 Andrew M. KuchlingAnother demo from Thomas Gellekum (seasonally-themed...
2000-12-21 Andrew M. KuchlingDocument the window.overlay() and .overwrite() methods
2000-12-21 Andrew M. KuchlingAnother patch from Thomas Gellekum: add .overlay()...
2000-12-20 Andrew M. KuchlingWhoops! Two stray characters crept in to my last check-in
2000-12-20 Andrew M. KuchlingPatch #102492, fixing bug #116677:
2000-12-20 Andrew M. KuchlingPatch #102955, fixing one of the warnings in bug #121479:
2000-12-20 Andrew M. KuchlingChange expected message for ValueError, fixing bug...
2000-12-20 Fred DrakeMake the indentation consistently use tabs instead...
next