]> granicus.if.org Git - python/shortlog
python
2001-09-15 Tim PetersThe 'p' (Pascal string) pack code acts unreasonably...
2001-09-14 Jeremy HyltonAdd code generator for yield stmt
2001-09-14 Jeremy Hyltonlimit prefix test for lambda
2001-09-14 Jeremy Hyltondel no longer necessary now that new module is gone
2001-09-14 Jeremy HyltonVarious sundry changes for 2.2 compatibility
2001-09-14 Jeremy HyltonThe object-being sliced in an assignment to a slice...
2001-09-14 Jeremy Hyltonthe new new doesn't define CO_xxx as the old new did
2001-09-14 Jeremy Hyltonthe names attribute of Global is not a node
2001-09-14 Tim PetersUpdate the warning about transporting marshals across...
2001-09-14 Jeremy HyltonSupply code objects a new-style tp_members slot and...
2001-09-14 Guido van Rossumtp_new_wrapper(): A subtle change in the check for...
2001-09-14 Guido van RossumAdd call_maybe(): a variant of call_method() that returns
2001-09-14 Fred DrakeMarkup adjustments for consistency.
2001-09-14 Guido van Rossumcall_method():
2001-09-14 Guido van RossumPyObject_CallObject(): this may as well call PyEval_Cal...
2001-09-14 Guido van RossumMention SMTP additions and hmac module.
2001-09-14 Andrew M. KuchlingAdd support for SMTP TLS
2001-09-14 Guido van RossumSF patch #461413 (Gerhard Häring): Add STARTTLS feature...
2001-09-14 Guido van Rossum_PyObject_Dump(): print the type of the object. This...
2001-09-14 Tim PetersThe end of [#460467] file objects should be subclassable.
2001-09-14 Tim PetersChanged the dict implementation to take "string shortcu...
2001-09-13 Tim PetersGet rid of builtin_open() entirely (the C code and...
2001-09-13 Tim Peters_PyBuiltin_Init(): For clarity, macroize this purely...
2001-09-13 Tim PetersNow that file objects are subclassable, you can get...
2001-09-13 Tim PetersUse the keyword form of file() instead of open() to...
2001-09-13 Tim PetersAdded simple tests of keyword arguments in the basic...
2001-09-13 Tim Peterstype_call(): Change in policy. The keyword args ...
2001-09-13 Skip Montanarobased upon a suggestion in c.l.py, this slight expansio...
2001-09-13 Fred DrakeAdmit that we'll never add the args for a "call" event...
2001-09-13 Greg WardComment tweak: point to Robin Dunn's pybsddb project...
2001-09-13 Tim PetersSF bug [#460467] file objects should be subclassable.
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.
next