]> granicus.if.org Git - python/shortlog
python
2000-02-29 Guido van RossumRemove some redundant logic from walk() -- there's...
2000-02-29 Guido van RossumCorrect type error in getopt.error handling code.
2000-02-29 Guido van RossumScript by Tim Peters to discover illegal append() calls.
2000-02-29 Guido van RossumFix multi-arg append().
2000-02-29 Fred DrakeUpdate portability information for the spawn*() functio...
2000-02-29 Andrew M. KuchlingFix a typo in a comment
2000-02-28 Fred DrakeFix comments relating to the specific regexs used to...
2000-02-28 Guido van RossumPatch by Piers Lauder, who writes:
2000-02-28 Fred Drake(Finally!) Changes related to the ConfigParser/INI...
2000-02-28 Guido van RossumDrop the support level for stdwin a notch -- the conten...
2000-02-28 Andrew M. KuchlingFix use of list.append() with multiple arguments
2000-02-28 Guido van RossumSimple changes by Gerrit Holl - move author acknowledge...
2000-02-28 Guido van RossumPatch by Mozhe Zadka, for __contains__ (overloading...
2000-02-28 Guido van RossumPatch by Mozhe Zadka, for __contains__ (overloading...
2000-02-28 Guido van RossumPatch by Mozhe Zadka, for __contains__ (overloading...
2000-02-28 Guido van RossumPatch by Gerrit Holl to avoid doing two stat() calls...
2000-02-27 Guido van RossumFix a typo in Barry's checkin.
2000-02-27 Guido van RossumFixed a multi-arg append() call, discovered by Mark...
2000-02-27 Barry WarsawTwo buglet fixes. Peter Funk caught the bug in make_es...
2000-02-26 Barry WarsawChanges submitted by Peter Funk (some fixes/additions...
2000-02-26 Greg WardThe "Distributing Python Modules" manual; currently...
2000-02-26 Greg WardTry to deal with pre-1.5.2 IOError exception objects.
2000-02-26 Greg WardUnfinished, untested implementation of the lovely baroq...
2000-02-25 Andrew M. KuchlingBetter fix for mpzmodule problem reported by Peter...
2000-02-25 Barry WarsawChanges inspired by Randall Hooper to allow callbacks...
2000-02-25 Guido van RossumPat Knight:
2000-02-25 Guido van RossumTest case for fork1() behavior.
2000-02-25 Guido van RossumDelete references to _SC_AIO_LIST_MAX; it appears that...
2000-02-25 Guido van RossumGerrit forgot to remove the "import string".
2000-02-25 Fred DrakeGerrit Holl's patch to move attribution from the docstr...
2000-02-25 Guido van RossumFix a couple broken append() calls, spotted by Tim.
2000-02-25 Guido van RossumFix a couple dozen broken ci.append(x, y, z) calls...
2000-02-25 Guido van RossumFix a broken r.append(name, value) call, spotted by...
2000-02-24 Guido van RossumOKOK, Greg's right, I should've used the :name option...
2000-02-24 Guido van RossumPeter Funk:
2000-02-24 Guido van RossumMade all list methods use PyArg_ParseTuple(), for more...
2000-02-24 Guido van RossumMoshe Zadka:
2000-02-24 Greg WardFix from est@hyperreal.org: missing initialize in ...
2000-02-24 Guido van RossumMark Favas discovered this: getatime() accidentally...
2000-02-24 Guido van RossumPiers Lauder:
2000-02-23 Andrew M. KuchlingAdd tests to exercise sequence operations (multiplicati...
2000-02-23 Andrew M. KuchlingAllow using long integers as arguments to PyObject_GetI...
2000-02-23 Andrew M. KuchlingAllow using long integers as slice indexes
2000-02-23 Fred Drakedict_has_key(): Accept only one parameter. PR#210...
2000-02-23 Fred DrakeAdded entry for libtabnanny.tex.
2000-02-23 Fred DrakeAdded dependency on libtabnanny.tex.
2000-02-23 Fred DrakeInitial version from Peter Funk <pf@artcom-gmbh.de...
2000-02-23 Guido van RossumDeleting tabpolice.py; it was superceded by tabnanny...
2000-02-23 Guido van RossumMoved tabnanny.py to standard library status.
2000-02-23 Guido van RossumAdded tabnanny.py, by Tim Peters, formerly from Tools...
2000-02-22 Fred DrakeThis branch is for 1.6 & forward.
2000-02-22 Guido van RossumAdded a new command: Check module (Alt-F5) It does...
2000-02-21 Jeremy Hyltonsatisfy the tabnanny (thanks to MH for noticing the...
2000-02-21 Fred DrakeWhat used to be tp_xxx4 is now tp_flags; set it to...
2000-02-21 Fred DrakeRemove comment that Guido agree's doesn't make sense:
2000-02-21 Fred DrakeScript to help locate markup that LaTeX2HTML has a...
2000-02-21 Guido van RossumMark pointed out a buglet in his patch: i < _sys_nerr...
2000-02-21 Jack JansenAdded FreeMem, MaxBlock and CompactMem calls. The value...
2000-02-19 Greg Steinadd TODO section
2000-02-18 Andrew M. KuchlingPatch from Vladimir Marangozov <marangoz@python.inrialp...
2000-02-18 Andrew M. KuchlingPatch from Vladimir Marangozov <marangoz@python.inrialp...
2000-02-18 Greg Steinreduce fsimp coupling: provide fs_imp param to ImportMa...
2000-02-18 Greg Steinshift demo importers to importers.py (destined for...
2000-02-18 Greg WardChanged all references to command methods 'set_default_...
2000-02-18 Greg WardRenamed 'set_default_options()' to 'initialize_options...
2000-02-18 Greg WardChanged references to the command class 'options' attri...
2000-02-18 Greg WardRenamed all 'options' class attributes to 'user_options'.
2000-02-18 Greg WardCommand classes are now named identically to their...
2000-02-18 Greg WardRenamed all command classes so they're exactly the...
2000-02-18 Greg WardChanged 'dist' to 'sdist'.
2000-02-17 Greg WardThe 'sdist' command to create a source distribution...
2000-02-17 Greg WardThe 'dist' command is dead -- long live the 'sdist...
2000-02-17 Jeremy Hyltonchanges to _lookupName
2000-02-17 Jeremy Hyltonthe previous quick hack to fix def foo((x,y)) failed...
2000-02-17 Jeremy Hyltonadd varargs and kwargs flags to Lambda nodes
2000-02-17 Jeremy Hyltonsatisfy the tabnanny
2000-02-17 Fred DrakeUpdate the description of int() to include the radix...
2000-02-17 Fred DrakeTypo in a comment: "wheter" --> "whether"
2000-02-17 Guido van RossumPatches by Piers Lauder.
2000-02-17 Guido van RossumAdd primitive customization of window size and font.
2000-02-17 Guido van RossumPatch by Mark Hammond:
2000-02-17 Guido van RossumChanges by Mark Hammond related to the new WindowsError...
2000-02-17 Guido van RossumDeclarations related to new WindowsError exception.
2000-02-17 Guido van RossumAdded WindowsError, for Mark Hammond's extensions.
2000-02-16 Guido van RossumAdded docs for new crc32() function. By Jim Ahlstrom.
2000-02-16 Guido van RossumAdded test for new crc32() function.
2000-02-16 Guido van RossumPatch by Jim Ahlstrom to add crc32, a useful checksum...
2000-02-16 Guido van RossumThe 0.5 release happened on 2/15, not on 2/14. :-)
2000-02-16 Jeremy Hyltonsupport for arglists with implicit tuple unpacks
2000-02-16 Jeremy Hyltonmore robust assignment of lineno for keyword args
2000-02-16 Jeremy Hyltonfix argcount generation for arg lists containing tuple...
2000-02-16 Jeremy Hyltonadd flatten helper function
2000-02-15 Jeremy Hyltonfinish first impl of code generator
2000-02-15 Jeremy Hyltonfix creation of Ellipsis node
2000-02-15 Jeremy Hyltonadd a little debugging support when new.code raises...
2000-02-15 Jeremy Hyltonno real change -- testing syncmail
2000-02-15 Jeremy Hyltonadd line numbers to nodes in the except clause (when...
2000-02-15 Jeremy Hyltontidy up tryexcept and tryfinally nodes
2000-02-15 Guido van RossumA bit restructured.
2000-02-15 Guido van RossumOops, somehow the initial checkin was botched. :-(
next