]> granicus.if.org Git - python/shortlog
python
2001-09-13 Guido van RossumSF bug #461073: mailbox __iter__ bug, by Andrew Dalke.
2001-09-12 Tim PetersAdded items about significant subclass bugfixes.
2001-09-12 Tim PetersAdded subclass equality tests. Almost all of these...
2001-09-12 Guido van Rossumbuild_class(): one more (hopefully the last) step on...
2001-09-12 Tim PetersAgain perhaps the end of [#460020] bug or feature:...
2001-09-12 Guido van RossumWhen MAKEFLAGS contains '-s', invoke setup.py with...
2001-09-12 Tim PetersIf interning an instance of a string subclass, intern...
2001-09-12 Tim Petersstr_subtype_new, unicode_subtype_new:
2001-09-12 Tim PetersMore on bug 460020: disable many optimizations of...
2001-09-12 Tim PetersMore bug 460020: lots of string optimizations inhibite...
2001-09-12 Fred DrakeAdd missing "}".
2001-09-11 Tim Peterslong_invert(): tiny speed and space optimization.
2001-09-11 Tim PetersAdd info about Windows filesystem limits.
2001-09-11 Tim PetersMore bug 460020. Disable a number of long optimization...
2001-09-11 Tim PetersMore bug 460020: when F is a subclass of float, disabl...
2001-09-11 Tim PetersMore bug 460020. When I is a subclass of int, disable...
2001-09-11 Jack JansenThese modules now live under the Carbon package.
2001-09-11 Jack JansenAdded applesingle, macresource, Nav and videoreader.
2001-09-11 Jack JansenAdded a note that these are not available under Carbon (or
2001-09-11 Fred DrakeAnother documentation contributor.
2001-09-11 Fred DrakeDocument clearly that the only way to retrieve the...
2001-09-11 Tim PetersThe endless 460020 bug.
2001-09-11 Jack JansenAdded Donovan Preston.
2001-09-11 Fred DrakeAdded entry for the hmac module.
2001-09-11 Fred DrakeDocumentation for the new login() method of the smtplib...
2001-09-11 Fred DrakeDocumentation for the new hmac module, contributed...
2001-09-11 Guido van RossumSilence parser generator output.
2001-09-11 Fred DrakeAdded documentation on the getfirst() and getlist(...
2001-09-11 Guido van RossumReplace a few places where X->ob_type was compared...
2001-09-11 Guido van RossumAdd login() method and SMTPAuthenticationError exceptio...
2001-09-11 Guido van RossumTest for new hmac module.
2001-09-11 Guido van RossumHMAC algorithm as described by RFC 2104, by Gerhard...
2001-09-11 Guido van RossumAnother contributor.
2001-09-11 Martin v. LöwisPatch #460554: Properly test for tuples.
2001-09-11 Fred DrakeUpdated infomation about libraries for alternate compil...
2001-09-11 Jack JansenWhen frameworks are not enabled don't put an empty...
2001-09-11 Guido van RossumFix the second reincarnation of SF #456395 -- failure...
2001-09-11 Guido van RossumRestore the comparisons that I initially put in the...
2001-09-11 Jack JansenMods by Donovan Preston (with changes by me to make...
2001-09-11 Jack Jansen- Removed the . in the extensions.
2001-09-11 Jack Jansenremoved debug print.
2001-09-11 Jack JansenAdded a note about making sure the Lac/Lib directory...
2001-09-11 Jack JansenFailing to import macfsn is not a fatal error.
2001-09-11 Jack JansenImplemented PyMac_GetFullPathname for MacPython.
2001-09-11 Tim PetersPossibly the end of SF [#460020] bug or feature: unicod...
2001-09-11 Tim PetersPyUnicode_FromEncodedObject(): Repair memory leak...
2001-09-11 Tim PetersAdded another test of str() applied to a string subclas...
2001-09-11 Tim PetersMore on SF bug [#460020] bug or feature: unicode()...
2001-09-10 Tim PetersFix tortured comment -- I must be on drugs today.
2001-09-10 Tim PetersMore on SF bug [#460020] bug or feature: unicode()...
2001-09-10 Tim Peterstest_dir(): Add tests for dir(i) where i is a module...
2001-09-10 Jack JansenPrototype for PyMac_GetFullPathname().
2001-09-10 Jack JansenReplaced PyMac_FullPath by PyMac_FullPathname, which...
2001-09-10 Fredrik Lundhmore xmlrpclib tweaks: fixed repr(Fault()); enable...
2001-09-10 Tim PetersMore for SF bug [#460020] bug or feature: unicode(...
2001-09-10 Jack JansenSuperseded by Python 2.2.vct.
2001-09-10 Tim PetersSF bug #460020: bug or feature: unicode() and subclasses.
2001-09-10 Guido van Rossum_portable_fseek():
2001-09-10 Fredrik Lundhsync with pythonware codebase: much faster import ...
2001-09-10 Guido van RossumAnother volunteer.
2001-09-10 Guido van RossumPyObject_Dir():
2001-09-10 Guido van RossumPyModule_Check() now checks for subtype of module,...
2001-09-10 Andrew M. KuchlingRemove some XXX markers
2001-09-10 Martin v. LöwisUse $(CC) -G to link shared libraries on Solaris.
2001-09-10 Fred DrakeWork around a LaTeX2HTML bug that caused the "m" in...
2001-09-10 Guido van RossumRemove two XXX comments that have been resolved.
2001-09-10 Guido van RossumMove the global variables 'size' and 'name' to the...
2001-09-10 Guido van RossumImprove threading on Solaris, according to SF patch...
2001-09-10 Guido van RossumChange the criteria for skipping the test.
2001-09-10 Jack JansenRemoved an erronous comment about alias files.
2001-09-10 Andrew M. KuchlingAdd section on long integer changes
2001-09-10 Guido van RossumAdd a few more todo items.
2001-09-10 Jeremy HyltonTest the failed-unicode-decoding bug in PyArg_ParseTuple().
2001-09-10 Jeremy HyltonFix core dump in PyArg_ParseTuple() with Unicode arguments.
2001-09-10 Tim PetersRepair late-night doc typos.
2001-09-09 Guido van RossumThis time (I hope) I've fixed largefile
2001-09-09 Tim PetersTeach regrtest how to pass on doctest failure msgs...
2001-09-09 Tim PetersForce "test." into the start of the module name, inheri...
2001-09-09 Jack JansenInstall the dialog resources into the application bundl...
2001-09-09 Jack JansenDon't call MacOS.SchedParams() in MachO, it doesn't...
2001-09-09 Jack JansenMinimal module to decode AppleSingle files (the way...
2001-09-08 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.2a3
2001-09-08 Jack JansenFinal tweaks for 2.2a3 distribution.
2001-09-08 Martin v. LöwisSilence warnings about passing unsigned char** as char**.
2001-09-08 Jack JansenOops, this file is very outdated. Removed.
2001-09-08 Tim PetersGeneralize operator.indexOf (PySequence_Index) to work...
2001-09-08 Tim PetersIt appears that unittest was changed to stop hoarding...
2001-09-08 Tim PetersThe usual post-release fiddling.
2001-09-07 Guido van RossumPyClass_New(): put the extended Don Beaudry hook back...
2001-09-07 Guido van RossumPySequence_Check(), PyMapping_Check(): only return...
2001-09-07 Guido van RossumPyType_IsSubtype(): test tp_flags for HAVE_CLASS bit...
2001-09-07 Barry WarsawBumping version numbers.
2001-09-07 Barry WarsawMerging in removal of this file from branch to trunk.
2001-09-07 Barry WarsawMerging 2.2a3 branch changes back into trunk
2001-09-07 Martin v. LöwisPatch #438790: Add additional mappings.
2001-09-07 Martin v. LöwisPatch #450702: allow threads when calling into zlib...
2001-09-07 Martin v. LöwisFix compiler warnings. This closes some of the #458880...
2001-09-07 Jack Jansen(Slightly modified) patch by Steve Spicklemire to make...
2001-09-07 Mark HammondFix bug #410274 - sys.prefix isn't always set.
2001-09-07 Jack JansenPatch by Mark Day to allow from __future__ imports...
next