]> granicus.if.org Git - python/shortlog
python
2001-01-16 Jack JansenAdded Carbon interpreter.
2001-01-16 Eric S. RaymondCommit version of config.h.in that covers the TERMIOS...
2001-01-16 Eric S. RaymondCheck in a version with the termios test in place.
2001-01-16 Eric S. RaymondMake pop_source and push_source available, as documented.
2001-01-16 Eric S. RaymondMake HAVE_TERMIOS_H and associated config.sh shell...
2001-01-16 Jack JansenConverted to CW Pro 6 and new naming scheme.
2001-01-16 Eric S. Raymondpush_source() and pop_source() entry points for shlex...
2001-01-16 Jack JansenAdded the 'carb' resource to the carbon interpreter.
2001-01-16 Jack JansenReplaced the single .exp file by two files, one for...
2001-01-16 Marc-André... Added checks to prevent PyUnicode_Count() from dumping...
2001-01-16 Fredrik Lundhbumped SRE version number to 2.1. cleaned up and added...
2001-01-16 Tim PetersWhitespace normalization.
2001-01-16 Tim Petersdoctest-- The Little Module That Could --finally makes...
2001-01-16 Fredrik Lundhfixed a memory leak in pattern cleanup (patch #103248...
2001-01-16 Thomas WoutersFix for SF bug #123625: some newsservers need 'authinfo...
2001-01-16 Neil SchemenauerPlug memory leak.
2001-01-16 Andrew M. KuchlingAdd strip_dir argument to the single call to .object_fi...
2001-01-15 Tim PetersVariant of Skip's patch 103246 (Remove unneeded string...
2001-01-15 Ka-Ping YeeUgh. Sorry. Checked in the wrong file. Please ignore...
2001-01-15 Ka-Ping Yeebetter format names and error messages
2001-01-15 Ka-Ping YeeThis patch makes sure that the function name always...
2001-01-15 Ka-Ping YeeAdd tokenizer support and tests for u'', U"", uR''...
2001-01-15 Barry WarsawAdd a test case suggested by Guido, where a method...
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...
next