]> granicus.if.org Git - python/shortlog
python
2001-01-07 Guido van RossumTim noticed that I had botched get_line_raw(). Looking...
2001-01-07 Fred DrakeAdd more regression tests, including for the import...
2001-01-07 Fred DrakeFix problems with validation of import statement parse...
2001-01-06 Marc-André... This patch adds a new feature to the builtin charmap...
2001-01-06 Marc-André... This patch adds a new feature to the builtin charmap...
2001-01-05 Guido van RossumAdded "repeat.py" -- repeatedly execute a shell command...
2001-01-05 Guido van RossumConfiguration test for working getc_unlocked() (and...
2001-01-05 Guido van RossumSpeed it up by using readlines(sizehint). It's still...
2001-01-05 Guido van RossumRestructured get_line() for clarity and speed.
2001-01-05 Tim PetersClarification of new bisect module functions.
2001-01-05 Fred DrakeUpdate explanation of the set_location() method to...
2001-01-05 Fred DrakeAdd test cases based on RFC 1808. So now we actually...
2001-01-05 Fred Drakeurlunparse(): Do not add a leading slash to the path...
2001-01-05 Tim PetersFix signed/unsigned wng. Unfortunately, (unsigned...
2001-01-04 Fred DrakeWhen a PyCFunction that takes only positional parameter...
2001-01-04 Martin v. LöwisRecognize pyc files even if they don't end in pyc.
2001-01-04 Fred DrakeFix the bugfix for SF bug #127151 -- make sure we map...
2001-01-04 Fred Drake__rcmp__() description: Changed to indicate that this...
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...
next