]> granicus.if.org Git - python/shortlog
python
2000-12-15 Guido van RossumAdd declarations for standard warning category classes...
2000-12-15 Fred DrakeBefore calling traceback.print_exc(), call sys.stdout...
2000-12-15 Fred DrakeDOMException.__init__(): Remember to pass self to...
2000-12-15 Guido van RossumComment out a debugging print statement that triggered...
2000-12-15 Fred DrakeAdded documentation for random.shuffle().
2000-12-15 Guido van RossumGet rid of string functions.
2000-12-15 Guido van RossumGet rid of string functions. References to string...
2000-12-15 Guido van RossumGet rid of string functions.
2000-12-15 Guido van RossumGet rid of string functions, except maketrans() (which...
2000-12-15 Andrew M. KuchlingAdd test case for error message raised by bad % format...
2000-12-15 Andrew M. Kuchling[ Patch #102852 ] Make % error a bit more informative...
2000-12-15 Fred DrakeGrant Griffin <grant.griffin@honeywell.com>:
2000-12-15 Andrew M. KuchlingFix typo
2000-12-15 Andrew M. KuchlingDocument napms()
2000-12-15 Andrew M. Kuchling[Patch #102827] Fix for PR#119558, avoiding core dumps...
2000-12-15 Andrew M. KuchlingWrapper for napms() function, contributed by Thomas...
2000-12-15 Andrew M. KuchlingCurses demos contributed by Thomas Gellekum <tg@FreeBSD...
2000-12-14 Jack JansenVarious tweaks. It now returns the exact same files...
2000-12-14 Jack JansenOops, interaction() returned a single value in stead...
2000-12-14 Jack JansenFirst stab at a script that mimicks Matthias Neerachers...
2000-12-14 Jack JansenSet autodispose only if RefCon isn't set yet on the...
2000-12-14 Guido van RossumFix bit rot: use sock.connect((host, port)) and allow...
2000-12-14 Fred DrakeFor the title page, insert the package version number...
2000-12-14 Fred DrakeUpdate the test suite to cover more ground.
2000-12-14 Fred DrakeLots of small bug fixes and DOM API conformance improve...
2000-12-14 Fred DrakeAdjust PullDOM to use a DOMImplementation instance...
2000-12-14 Guido van RossumTest for NULL returned from PyObject_NEW().
2000-12-14 Guido van RossumTest for NULL returned from PyObject_NEW().
2000-12-14 Fred DrakeUpdate information on the locking() function, added...
2000-12-13 Tim PetersAdd long-overdue docstrings to dict methods.
2000-12-13 Fred DrakeFinish a sentence that was left half-written!
2000-12-13 Tim PetersUse METH_VARARGS instead of "1" in list method table.
2000-12-13 Fred DrakeWhen raising KeyError, provide the key value that failed.
2000-12-13 Moshe ZadkaChanging allow_reuse_address's default value, and docum...
2000-12-13 Fred DrakeUntabify! (Barry, this is gonna cost you a bottle...
2000-12-13 Tim PetersTypo repair in comments. Fell for GregS's .popitem...
2000-12-13 Fred DrakeAdded "stub" documentation for xml.dom.pulldom for...
2000-12-13 Guido van RossumGet rid of string module and string exceptions.
2000-12-13 Fred DrakeAdded descriptions of the defined exceptions and their...
2000-12-13 Martin v. LöwisSet CXX even when --with-cxx is not specified. Closes...
2000-12-13 Martin v. LöwisSet CXX even when --with-cxx is not specified. Closes...
2000-12-13 Fred DrakeAdd code to DOMException to ensure it cannot be instant...
2000-12-13 Martin v. LöwisAdd standard DOM exception hierarchy.
2000-12-13 Martin v. LöwisDocument --with-cxx.
2000-12-13 Andrew M. KuchlingCheck in README file and one demo program
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...
next