]> granicus.if.org Git - python/shortlog
python
2001-07-12 Steven M. Gavapy-cvs merge, update colour changing info
2001-07-12 Tim PetersPEP 250: Add lib/site-packages to sys.path on Windows...
2001-07-12 Steven M. Gavapy-cvs merge, idle_dir loading changed
2001-07-12 Steven M. Gavapy-cvs merge, version update
2001-07-12 Eric S. RaymondFirst version of xmlrpclib docs. Probably has markup...
2001-07-12 Fred DrakeFollow the recommended practices for keystroke represen...
2001-07-12 Fred DrakeFor \kbd, be more prescriptive regarding how keystrokes...
2001-07-11 Thomas WoutersRe-do the broken-nice() patch to break less platforms...
2001-07-11 Tim PetersSF patch #440170: Tests for fileinput module.
2001-07-11 Tim PetersSF patch #440144: Tests and minor bugfix for uu module.
2001-07-11 Fred DrakeMove the section on concrete numeric objects before...
2001-07-11 Andrew M. KuchlingNote addition of xmlrpclib
2001-07-11 Fred DrakeAdded information about the timeout parameter to the...
2001-07-11 Fredrik Lundhxmlrpclib for python 2.2; initial checkin
2001-07-11 Thomas WoutersPatch #439995 (slightly modified from the uploaded...
2001-07-11 Fred DrakeThe usual...
2001-07-11 Fred DrakeCheck for --with-pydebug earlier, and record the result.
2001-07-11 Tim PetersSF patch #440144: Tests and minor bugfix for uu module
2001-07-11 Kurt B. KaiserInitial revision
2001-07-10 Barry WarsawChange the way hex type-ins are displayed. The old...
2001-07-10 Barry Warsaw__init__(), save_views(): Catch ValueError along with...
2001-07-10 Barry WarsawUpdate a comment.
2001-07-10 Barry Warsaw__init__(): Use augmented assignments.
2001-07-10 Barry WarsawDe-string-module-ification.
2001-07-10 Barry Warsaw__version__: Bump to 1.2
2001-07-10 Barry Warsaw__populate(): Use augmented assignments.
2001-07-10 Barry Warsaw__delta(): Use augmented assignments.
2001-07-10 Barry WarsawDe-string-module-ification and other Python 2.x improve...
2001-07-10 Barry WarsawUpdate a comment.
2001-07-10 Barry WarsawUpdated documentation, and bump the version number...
2001-07-10 Just van Rossum- fixed some re usage, partly so it'll still work when...
2001-07-10 Guido van RossumSF Patch #432457 by Jason Tishler: support for readline...
2001-07-10 Fred DrakeCorrected the refcount information for PyList_SET_ITEM().
2001-07-10 Fred DrakeDocument PyObject_New(), PyObject_NewVar(), PyObject_In...
2001-07-10 Guido van RossumPorted to Windows:
2001-07-10 Fred DrakeAdded descriptions for some modules that previously...
2001-07-10 Guido van RossumA test suite for SocketServer.py that exposes the vario...
2001-07-10 Guido van RossumIMPORTANT FIX: This should definitely go into the 2...
2001-07-09 Tim Petersinitregex(): this function is declared void, so the...
2001-07-09 Fred DrakeAdd a little bit more about the XML migration plan...
2001-07-09 Fred DrakeAdd conversion information for the grammar production...
2001-07-09 Thomas WoutersFix for SF bug #436525, reported by Greg Kochanski:
2001-07-09 Thomas WoutersRe-add 'advanced' xrange features, adding DeprecationWa...
2001-07-09 Thomas Woutersinitregex(): Check return value of PyErr_Warn() and...
2001-07-08 Jack JansenImplemented minimal FSRef support, plus conversion...
2001-07-08 Fredrik Lundhmap re.sub() to string.replace(), when possible
2001-07-07 Fred DrakeMove & update a comment.
2001-07-06 Fred DrakeChange the way notification mails are sent so people...
2001-07-06 Fred DrakeMore reference count information.
2001-07-06 Fred DrakeChange the grammar productions to use the new productio...
2001-07-06 Fred DrakeUpdate the description of how to start an interpreter...
2001-07-06 Fred DrakeAdd \ulink, grammar production markup.
2001-07-06 Fred DrakeAdd support for \ulink and hyperlink grammars.
2001-07-06 Fred DrakeRevise a comment about styles I don't think LaTeX2HTML...
2001-07-06 Fred DrakeAdd new material on some markup that will be checked...
2001-07-06 Fred DrakePackaged versions of the HTML format need to include...
2001-07-06 Fred DrakeMore names, yay!
2001-07-06 Fred DrakeAdd entries for recently defined markup.
2001-07-06 Fred DrakeSimplification to mirror a better conversion specificat...
2001-07-06 Fred DrakeAllow optional arguments to LaTeX macros to span lines...
2001-07-06 Fredrik Lundhbug #436596
2001-07-06 Barry WarsawOnce again, attempt to preserve $Revision$
2001-07-06 Fred DrakeFix up a few style nits -- avoid "e.g." and "i.e."...
2001-07-06 Barry Warsaw(py-version): Hopefully fixed my XEmacs settings so...
2001-07-06 Guido van RossumAmazing. A very subtle change in policy in descr-branc...
2001-07-06 Fred DrakeFix up a few style nits -- avoid "e.g." and "i.e."...
2001-07-06 Barry Warsaw(py-continuation-offset): Update docstring to describe...
2001-07-06 Fred DrakeFix up a few style nits -- avoid "e.g." and "i.e."...
2001-07-06 Tim PetersSF bug #439104: Tuple richcompares has code-typo.
2001-07-06 Fred DrakeFix up a few style nits -- avoid "e.g." and "i.e."...
2001-07-06 Fred DrakeWhen reading a continuation line, make sure we still...
2001-07-06 Fred DrakeExplain the exit code for the wait() method, including...
2001-07-06 Fred DrakeFix up a few style nits -- avoid "e.g." and "i.e."...
2001-07-05 Tim PetersRemoved fpectlmodule.c and fpetestmodule.c from the...
2001-07-05 Fred DrakeThe fpectl module does not work on Windows, so remove...
2001-07-05 Fred DrakeFix a markup error: do not omit a method's parameter...
2001-07-05 Fred DrakeAllow underscores in tag names and quote characters...
2001-07-05 Fred DrakeAdded more information on the differences between the...
2001-07-05 Guido van RossumList constraints on xrange() objects.
2001-07-05 Guido van RossumRip out tests for xrange() features no longer supported.
2001-07-05 Guido van RossumNews about xrange().
2001-07-05 Guido van RossumComplete the xrange-simplification checkins: call PyRan...
2001-07-05 Guido van RossumRip out the fancy behaviors of xrange that nobody uses...
2001-07-05 Just van Rossum- minor cleanup, removed bogus comments
2001-07-05 Just van Rossumdon't crash when encountering bad marshal data
2001-07-05 Tim PetersSF bug #438295: [Windows] __init__.py cause strange...
2001-07-04 unknownDo conversion of CFStrings to/from unicode.
2001-07-04 unknownSet the default 8-bit encoding based on the system...
2001-07-04 unknownDon't promise mac-japanese encoding as we don't have...
2001-07-04 unknownAdded a non-recursive implementation of conjoin(),...
2001-07-04 unknowndummy checkin for testing, please ignore
2001-07-04 unknownFix for SF bug #425868.
2001-07-04 unknownClean up a bare except: clause.
2001-07-04 unknownClean up a bare except: clause.
2001-07-04 Fred DrakeMake the implementations of getElementsByTagName() and
2001-07-04 Fred DrakeOnly write out one blank line before the request data.
2001-07-04 Kurt B. KaiserNull commit with -f option to force an uprev and put...
2001-07-04 Kurt B. KaiserNull commit with -f option to force an uprev and put...
2001-07-03 Fred DrakeThis change adjusts the profiling/tracing support so...
2001-07-03 Fredrik Lundhbug #416670
next