]> granicus.if.org Git - python/shortlog
python
2000-12-13 Tim PetersBring comments up to date (e.g., they still said the...
2000-12-12 Fred DrakeUpdate the code to better reflect recommended style:
2000-12-12 Barry WarsawChange the file's indentation from tabs to 4 spaces...
2000-12-12 Barry WarsawAccept Finn Bock's patch #102208 to hardcode EINVAL...
2000-12-12 Fred DrakeUpdate the code to better reflect recommended style:
2000-12-12 Jack JansenThe Mac C library (MSL from CodeWarrior 6) and I/O...
2000-12-12 Jack JansenThe ".pth" code knew about the layout of Python trees...
2000-12-12 Jack JansenUse c2pstr() in stead of Pstring() to convert C-strings to
2000-12-12 Jack JansenOptionally weed out duplicate prototypes for the same...
2000-12-12 Jack JansenAdapted to new standard for initmodule() routine: don...
2000-12-12 Jack JansenVarious new standard types.
2000-12-12 Jack JansenAdded support for generating a single module from multi...
2000-12-12 Jack JansenRefer to the sourceforge site for gusi downloads.
2000-12-12 Jack JansenPut all AE constants into AppleEvents.py
2000-12-12 Jack JansenQdoffs now exports the GWorldObj_{New,Convert} functions.
2000-12-12 Jack JansenAdded a c2pstrcpy() function.
2000-12-12 Guido van RossumDescribe {}.popitem().
2000-12-12 Jack JansenMore toolbox modules adapted to Universal Headers 3...
2000-12-12 Jack JansenUse new multi-input-file feature of bgen in stead of...
2000-12-12 Jack JansenRegenerated from Universal Headers 3.3.2
2000-12-12 Jack JansenPut all AE constants into AppleEvents.py
2000-12-12 Guido van RossumAdd popitem().
2000-12-12 Guido van Rossum"Documentation" for {}.popitem().
2000-12-12 Guido van RossumAdded test for {}.popitem().
2000-12-12 Guido van RossumAdd popitem() -- SF patch #102733.
2000-12-12 Jack JansenQdoffs now exports GWorld new/convert, and Qt uses...
2000-12-12 Jack JansenDrag moved to core toolbox modules (Win uses it).
2000-12-12 Jack JansenQdoffs now exports GWorld new/convert, and Qt uses...
2000-12-12 Guido van RossumAdd URL with info for PIL.
2000-12-12 Guido van RossumTypo detected by "the miraculous Debian package lint...
2000-12-12 Marc-André... Changed .getaliases() support to register the new alias...
2000-12-12 Tim PetersPartial fix for SF bug 122780 (msvcrt.locking constants...
2000-12-12 Tim PetersSF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41...
2000-12-12 Guido van RossumTrivial typo fix, submitted by Charles Waldman (SF...
2000-12-11 Thomas WoutersAdditional docs for __iadd__ and family, closing SF...
2000-12-11 Fred DrakeAdjust explanation of operator precedence summary ...
2000-12-11 Fred DrakeUpdate the docstring.
2000-12-11 Fred DrakeAdded tests to avoid regression on bug #125375.
2000-12-11 Fred Drakevalidate_varargslist(): Fix two bugs in this function...
2000-12-11 Fred DrakeAdded link to HTML version of the NumPy documentation.
2000-12-11 Guido van RossumApply rstrip() to the lines read from _dirfile in _upda...
2000-12-11 Guido van RossumHoepeful fix for SF bug #123924: Windows - using OpenSS...
2000-12-11 Barry Warsawvgetargskeywords(): Patch for memory leak identified...
2000-12-11 Fred DrakeMake ConfigParser.Error inherit from Exception.
2000-12-11 Fred Drakeselect.select(): Add note that though this function...
2000-12-10 Jack JansenAdapted to Universal Headers 3.3.2. More to follow.
2000-12-10 Andrew M. Kuchling(Patch #102698) Fix for a bug reported by Wade Leftwich:
2000-12-09 Tim PetersSF bug 124051: ndiff "?" lines can be confusing. ...
2000-12-08 Fred DrakeLots of small improvements and bits of added informatio...
2000-12-07 Fred DrakeFix error noted by Gerrit Holl (old; had been buried...
2000-12-07 Fred DrakeAdded a note that objects which emulate built-in types...
2000-12-07 Fred DrakeLots of additional information. Not done, but much...
2000-12-07 Fred DrakeAnother name!
2000-12-07 Fred DrakeTypo caught by Jim Tittsler <jwt@onjapan.net>: They...
2000-12-07 Fred DrakeNote that, as of Python 1.6, the .returns_unicode attri...
2000-12-06 Guido van RossumThe C+ compiler is called $(CXX) these days, not CCC.
2000-12-06 Barry WarsawFix `credits' to credit the Jython developers when...
2000-12-06 Barry Warsaw_getframe(): New sys module function for getting at...
2000-12-06 Fred Drakeposix_getlogin(): Be more cautious about interpreting...
2000-12-06 Fred Drakeposix_getlogin(): Handle the possibility that getlogin...
2000-12-06 Fred DrakeJeffrey D. Collins <tokeneater@users.sourceforge.net>:
2000-12-06 Sjoerd MullenderTwo changes:
2000-12-04 Fred DrakeTwo typos caught by /F; thanks!
2000-12-04 Fred DrakeAdded a comment for ContentHandler.characters() explain...
2000-12-04 Fred DrakeAdd test cases for ConfigParser.remove_option() behavio...
2000-12-04 Fred Drakeremove_option(): Use the right variable name for the...
2000-12-04 Neil SchemenauerMake isinstance() more permissive in what types of...
2000-12-03 Jack JansenUpdated for the current state of the main Python source...
2000-12-03 Jack JansenThese have been replaced by the new generated projects.
2000-12-03 Jack JansenThe new generated plugin projects. Checked in in XML...
2000-12-03 Jack JansenAdded an extraexportsymbols option, to allow (you guess...
2000-12-03 Jack JansenAllow recursive searh entries by ending the pathname...
2000-12-03 Jack JansenDon't generate SYM files by default.
2000-12-03 Jack JansenUpdated for the new project names.
2000-12-03 Jack JansenGot it working for all important plugins, and moved...
2000-12-03 Moshe ZadkaCall of _cmp had wrong number of paramereters.
2000-12-03 Martin v. LöwisConvert Unicode strings to byte strings before passing...
2000-12-01 Fred DrakeUpdate Moshe Zadka's email address to one works and...
2000-12-01 Guido van RossumPatch by Michael Hudson to clarify the error message...
2000-12-01 Guido van RossumClarified some of the error messages, esp. "read-only...
2000-12-01 Tim PetersMade the description of %[udxXo] formats of negative...
2000-11-30 Moshe ZadkaBacking out my changes.
2000-11-30 Andrew M. KuchlingOnly use getline() when compiling using glibc
2000-11-30 Moshe ZadkaAdded .first{item,value,key}() to dictionaries.
2000-11-30 Fred DrakeAdjust to allow an explanation of the changes to be...
2000-11-30 Fred DrakeA few small refinements to the table building code.
2000-11-30 Fred DrakeUse a table to describe the keys to the locale informat...
2000-11-30 Fred DrakeUse small tables instead of bare \item markers to descr...
2000-11-30 Fred DrakeAdded name.
2000-11-30 Tim PetersFox for SF bug #123859: %[duxXo] long formats inconsistent.
2000-11-30 Andrew M. KuchlingClarify two comments
2000-11-29 Fred DrakeIn the first discussion showing how to handle exception...
2000-11-29 Guido van RossumSlight improvement to Unicode test suite, inspired...
2000-11-29 Jack JansenContributed code that converts Python source files...
2000-11-29 Fred DrakeAdded entries reflecting the separation of the abstract...
2000-11-29 Fred DrakeSubstantial re-organization of the DOM documentation...
2000-11-29 Fred DrakeFix broken backslashes in Unicode strings section.
2000-11-29 Tim PetersPartial fix for SF bug 123730: extra backslash in...
2000-11-29 Andrew M. KuchlingPatch #102469: Use glibc's getline() extension when...
2000-11-29 Andrew M. KuchlingPatch #102469: Check for glibc's getline() extension
next