]> granicus.if.org Git - python/shortlog
python
2001-07-13 Tim PetersHaving fun on my own time: quicker flat_conjoin; Knigh...
2001-07-13 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.4) merge - move "import *" to...
2001-07-13 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization
2001-07-13 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization
2001-07-13 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.33 - 1.37) merge
2001-07-13 Tim Peterslong_format(): Easy speedup for output bases that...
2001-07-13 Kurt B. Kaiserpy-cvs-rel2_1 merge - Remove, lives in /Lib
2001-07-13 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization
2001-07-13 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization
2001-07-13 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.11 and 1.12) merge
2001-07-12 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization
2001-07-12 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.1) merge - New File - Force HEAD...
2001-07-12 Fred DrakeAdd entry for xmlrpclib documentation.
2001-07-12 Fred DrakeSeveral markup adjustments so this will format and...
2001-07-12 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization
2001-07-12 Tim PetersRemove the last remnants of the hacks to worm around...
2001-07-12 Tim PetersRepair flawed example.
2001-07-12 Tim PetersRemove now-unnecessary "from __future__ import nested_...
2001-07-12 Kurt B. Kaiserpy-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization
2001-07-12 Kurt B. Kaiserpy-cvs-rel1_2 (Rev 1.4) merge,
2001-07-12 Fred DrakeGenerate a more meaningful message regarding the type...
2001-07-12 Jack JansenFixed another case of the PyArg_Parse 'h' semantic...
2001-07-12 Fred DrakeActually remove directories from sys.path if they do...
2001-07-12 Tim PetersFiddle Windows installer to create Lib/site-packages...
2001-07-12 Fred DrakeFix return value for m.group() for groups not in the...
2001-07-12 Neil SchemenauerGC for generator objects.
2001-07-12 Neil SchemenauerGC for method objects.
2001-07-12 Neil SchemenauerGC for iterator objects.
2001-07-12 Neil SchemenauerGC for frame objects.
2001-07-12 Neil SchemenauerRemove reference cycle breaking code. The GC now takes...
2001-07-12 Neil SchemenauerTest GC of frame objects.
2001-07-12 Guido van RossumMake the test pass now that 10**-15 returns a float...
2001-07-12 Guido van RossumEnable nested scopes by default.
2001-07-12 Guido van RossumAdd xmlrpc.
2001-07-12 Guido van RossumOn int/long to the negative int/long power, let float...
2001-07-12 Guido van RossumOn long to the negative long power, let float handle...
2001-07-12 Guido van RossumOn int to the negative integral power, let float handle...
2001-07-12 Steven M. Gavapy-cvs merge, python 1.5.2 compatability
2001-07-12 Steven M. Gavapy-cvs merge, better error dialog
2001-07-12 Steven M. Gavapy-cvs merge, additions
2001-07-12 Steven M. Gavapy-cvs merge, correct indentation
2001-07-12 Steven M. Gavapy-cvs merge, correct typo
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.
next