]> granicus.if.org Git - python/shortlog
python
2001-01-15 Barry Warsaweffbot caught a typo!
2001-01-15 Barry WarsawAdd a NEWS item about function attributes.
2001-01-15 Barry WarsawCommitting PEP 232, function attribute feature, approve...
2001-01-15 Barry WarsawCommitting PEP 232, function attribute feature, approve...
2001-01-15 Barry WarsawDocument function attributes for both the function...
2001-01-15 Guido van RossumAdd note about new and improved xrange().
2001-01-15 Guido van RossumSF patch #103158 by Greg Ball: Don't do unsafe arithmet...
2001-01-15 Guido van Rossum- Make sure to quote the username and password (SF...
2001-01-15 Fredrik Lundhfrom the really-stupid-bug department: uppercase litera...
2001-01-15 Guido van Rossummwh@sourceforge found that UnicodeError can be raised...
2001-01-15 Barry WarsawFixing author's email address.
2001-01-15 Barry WarsawCommitting patch #103216, autodetect of dbmmodule suppo...
2001-01-15 Guido van RossumGeoffrey Gerrietts discovered that a KeyError was caugh...
2001-01-15 Guido van RossumDocument changed default to passive mode.
2001-01-15 Guido van RossumAdd note about ftplib defaulting to passive mode.
2001-01-15 Guido van RossumDefault to passive mode. See SF bug #126851.
2001-01-15 Andrew M. KuchlingFix from Jack Jansen for the Mac and the Metrowerks...
2001-01-15 Jack JansenAdded a separate extension (.carbon.slb) for Carbon...
2001-01-15 Guido van RossumRevert a change I accidentally checked in together...
2001-01-15 Fredrik Lundhadded "magic" number to the _sre module, to avoid weird...
2001-01-15 Tim PetersSpeed getline_via_fgets(), by supplying two "fast paths...
2001-01-15 Tim PetersUse the "MS" getline hack (fgets()) by default on non...
2001-01-15 Tim PetersWhitespace normalization. Top level of Lib now fixed...
2001-01-15 Tim PetersWhitespace normalization.
2001-01-15 Tim PetersWhitespace normalization.
2001-01-15 Tim PetersWhitespace normalization.
2001-01-15 Tim PetersWhitespace normalization.
2001-01-14 Fredrik Lundh-- don't use recursion for unbounded non-greedy repeat
2001-01-14 Tim PetersWhitespace normalization.
2001-01-14 Tim PetersWhitespace normalization.
2001-01-14 Guido van Rossum- Don't hardcode Unix filename syntax when opening...
2001-01-14 Guido van Rossum- Use mimetypes.types_map to initialize extensions_map.
2001-01-14 Guido van RossumSF Patch #103211.
2001-01-14 Guido van RossumMake the copyright message the same as for the "real...
2001-01-14 Jack JansenConfig file for shared carbon Python.
2001-01-14 Jack JansenAdded PythonCoreCarbon and PythonInterpreterCarbon...
2001-01-14 Tim PetersWhitespace normalization.
2001-01-14 Guido van RossumSF Patch #103232 by dougfort: Preserve Nonstandard...
2001-01-14 Fredrik LundhSRE: stricter pattern syntax checking (covers parts...
2001-01-14 Tim PetersWhitespace standardization.
2001-01-14 Fredrik Lundhreapplied Fred's "recommended style" patch...
2001-01-14 Fredrik LundhSRE fixes for 2.1 alpha:
2001-01-14 Guido van RossumDocument filterwarnings(..., append=<bool>).
2001-01-14 Guido van Rossum- Added keyword argument 'append' to filterwarnings...
2001-01-14 Tim PetersReverting a dumb experimental version I checked in...
2001-01-14 Tim PetersSF bug 128713: type(mmap_object) blew up on Linux.
2001-01-14 Tim PetersAdded Jeffery Collins.
2001-01-14 Fred DrakeFix a variety of minor nits and typos caught by Chris...
2001-01-13 Guido van Rossummwh: [ Patch #103228 ] traceback.py nit.
2001-01-13 Guido van RossumSF Patch #103227 by mwh: make code.py appreciate softspace
2001-01-13 Guido van RossumNeil discovered a bad DECREF on warnoptions, that cause...
2001-01-13 Tim PetersNo text file relying on significant trailing whitespace...
2001-01-13 Guido van RossumSF Patch #103225 by Ping: httplib: smallest Python...
2001-01-13 Andrew M. KuchlingMention new curses.panel module
2001-01-13 Martin v. LöwisDocument extensions to .pth files.
2001-01-13 Tim PetersFix stupidity.
2001-01-13 Tim PetersGuido found a brand new race in tempfile on Linux,...
2001-01-12 Jack JansenFixed Carbon command-dot handling. There is still a...
2001-01-12 Jack JansenGot rid of ifdefs to enable MacTCP GUSI support, Open...
2001-01-12 Jack JansenThe interruptRoutine attribute is gone under Carbon...
2001-01-12 Jack JansenSetpopupData and GetPopupData are gone under Carbon...
2001-01-12 Jack Jansenxstat() will never be implemented under Carbon. Fortuna...
2001-01-12 Jack JansenAlways use c2pstrcpy in stead of c2pstr, not only when...
2001-01-12 Fred DrakeAdded note that this module was added in Python 2.1.
2001-01-12 Fred DrakeUpdate the docstring for apply() so that "args" is...
2001-01-12 Guido van RossumNews about from...import.
2001-01-12 Guido van RossumTwo changes to from...import:
2001-01-12 Guido van Rossum(Modified) patch by Ping - SF Patch #102681.
2001-01-12 Andrew M. KuchlingChange LONG_BIT error warning to mention glibc, too...
2001-01-12 Tim PetersA variant of SF patch 103028 (Make tempfile.mktemp...
2001-01-11 Jack JansenWhen compiling for GUSI and Carbon disable te "keep...
2001-01-11 Jack JansenDisabled a few other routines that are available in...
2001-01-11 Jack JansenAdded GUSI-Carbon targets (both threading and nonthread...
2001-01-11 Fred DrakeUpdated descriptions to incorporate additional informat...
2001-01-11 Tim PetersExport mmap's entry point under Windows (thanks, MarkH...
2001-01-11 Martin v. LöwisDocument \code{import} in pth files.
2001-01-11 Fred DrakeFixed minor markup nits for consistency with the rest...
2001-01-11 Thomas WoutersConform the new module to /the/ C style.
2001-01-11 Andrew M. KuchlingDelete unused import of pprint module
2001-01-11 Guido van RossumTypo.
2001-01-11 Thomas WoutersMove the _socket module closer to the SSL-_socket line...
2001-01-11 Martin v. LöwisPatch #103134: Support import lines in pth files.
2001-01-11 Moshe ZadkaFixed bugs noted by Greg Stein
2001-01-11 Eric S. RaymondAdded pointer on POP3 variations.
2001-01-11 Greg Steinstdout is sometimes a macro; use "outf" instead.
2001-01-11 Moshe ZadkaImplementation of PEP-0217.
2001-01-11 Eric S. RaymondCorrections and additions to the documentation for...
2001-01-10 Charles G.... Add missing Py_DECREF in fast_cfunction. Partial fix...
2001-01-10 Guido van RossumSF Patch #102357 by bbum: Add support for frameworks...
2001-01-10 Guido van RossumSF Patch #102362 by bbum: Support dynamic module loadin...
2001-01-10 Guido van RossumOops, one more part of the cygwin patch (SF patch ...
2001-01-10 Guido van RossumFinal part of SF patch #102409 by jlt63: Cygwin Python...
2001-01-10 Guido van RossumPart of SF patch #102409 by jlt63: Cygwin Python DLL...
2001-01-10 Guido van RossumPart of SF patch #102409 by jlt63 to support building...
2001-01-10 Guido van RossumSF Patch #103154 by jlt63: Cygwin Check Import Case...
2001-01-10 Guido van RossumAdded a whole slew of news items. Not striving for...
2001-01-10 Eric S. RaymondSourceForge patch #103140, checked in at fdrake's invit...
2001-01-10 Guido van RossumAdapted version of SF Patch #103173 by pyretic: make...
2001-01-10 Guido van RossumAdapted version of Eric Raymond's patches to automatica...
2001-01-10 Guido van RossumAdd loop.c -- a test program for repeatedly calling...
next