]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-02-14  Fred DrakeUpdated to reflect the additional information and inter...
2001-02-14  Fred Drakexmlparseobject: Remove the unused conv_attrs field...
2001-02-14  Andrew M. KuchlingPatch #103748 from Toby Dickenson: fix typo in test_zli...
2001-02-14  Jack JansenDialogWindows now have a self.dlg in addition to self...
2001-02-14  Jack JansenThe new touched() was far too expensive. Re-enabled...
2001-02-14  Jack JansenAlso create alias to PythonCoreCarbon.
2001-02-14  Jack JansenStarted on the 2.1a2 installer.
2001-02-14  Fred DrakeTest section name using some strange characters, includ...
2001-02-14  Fred DrakeBe much more permissive in what we accept in section...
2001-02-14  Thomas WoutersRe-add DOS line-endings and mark the files binary.
2001-02-14  Tim PetersMiranda newlines: if anything at all was written to...
2001-02-14  Tim PetersFeeble attempt to repair obsolete info about hex escapes.
2001-02-14  Fred DrakeReflect change in traceback format:
2001-02-14  Andrew M. KuchlingFinished the section on weak references
2001-02-14  Andrew M. KuchlingFix two typos
2001-02-14  Tim PetersChange doctest exception example to one whose detail...
2001-02-13  Jack JansenAdapted unweave to Matthias' fixes. It's still off...
2001-02-13  Ka-Ping YeeUpdate to properly explain that the default Unicode...
2001-02-13  Tim PetersTeach doctest about newer "(most recent call last)...
2001-02-13  Guido van RossumAdded a comment explaining why this file must really...
2001-02-12  Tim PetersRelated to SF bug 132008 (PyList_Reverse blows up).
2001-02-12  Guido van RossumFix core dump whenever PyList_Reverse() was called.
2001-02-12  Skip MontanaroThe bulk of the credit for these changes goes to Bastia...
2001-02-12  Fred DrakeJon Nelson <jnelson@users.sourceforge.net>:
2001-02-12  Fred DrakePyTuple_*() functions take PyObject* parameters, not...
2001-02-12  Fred DrakeAdded options that use square brackets in their names...
2001-02-12  Fred DrakeAllow square brackets in the option names; this makes...
2001-02-12  Fred DrakeRichard Fish <rfish@users.sourceforge.net>:
2001-02-12  Jack JansenGot rid of full pathnames in "generated from" comments...
2001-02-12  Fred DrakeAdd a "description" meta tag that includes a version...
2001-02-12  Jeremy HyltonIn symtable_update_free_vars() do not modify the dictio...
2001-02-12  Fred DrakeJon Nelson <jnelson@users.sourceforge.net>:
2001-02-12  Jack JansenBrought in line with current config.h.in.
2001-02-12  Jack JansenNot sure what changed, probably an artefact of the...
2001-02-12  Jack JansenThe interpreters built are now called PythonInterpreter...
2001-02-12  Jack JansenAdded modules _testcapi, _weakref, _symtable.
2001-02-12  Jack JansenAdded buttons for building interpreter, carbon standalone.
2001-02-12  Thomas HellerThis change makes imputil more closely emulate the...
2001-02-12  Tim Peterstest_pty started failing on Windows, but if and only...
2001-02-12  Skip Montanaro__all__ for several more modules
2001-02-11  Andrew M. KuchlingCreate separate section for changes to the standard...
2001-02-11  Tim PetersUgly fix for SF bug 131239 (-x flag busted).
2001-02-11  Jack JansenBit the bullet and added a private GUSISIOUX for Python...
2001-02-11  Jack JansenOops, repr didn't allocate the memory it used...
2001-02-11  Jack JansenBit the bullet and added a private GUSISIOUX for Python...
2001-02-11  Tim PetersChange Windows test to do a complete job of removing...
2001-02-10  Neil SchemenauerUpdate for install-sh (SF #103717).
2001-02-10  Neil SchemenauerSpecify directory permissions properly. Closes SF...
2001-02-10  Neil SchemenauerUpdate install-sh using version from automake 1.4....
2001-02-10  Marc-André... Patch by Finn Bock to make test_unicode.py work for...
2001-02-10  Tim PetersMoved SequenceMatcher from ndiff into new std library...
2001-02-10  Tim PetersAdd std test for doctest.
2001-02-10  Tim PetersBump __version__ tuple.
2001-02-10  Eric S. RaymondString method cleanup.
2001-02-10  Eric S. RaymondString method cleanup.
2001-02-09  Jeremy HyltonIn O_writelines: Replace use of string.joinfields with...
2001-02-09  Tim PetersSF bug #131560: pdb imports 'repr', causing name collision
2001-02-09  Jeremy HyltonWhen calling a PyCFunction that has METH_KEYWORDS defin...
2001-02-09  Tim PetersTeach Windows build about new symtable.c.
2001-02-09  Jeremy Hyltonupdate to use new symtable interface
2001-02-09  Jeremy Hyltonupdate test cases for recent compiler changes: exec...
2001-02-09  Jeremy HyltonSF patch 103589: Fix handling of cell vars that are...
2001-02-09  Jeremy HyltonRelax the rules for using 'from ... import *' and exec...
2001-02-09  Tim PetersWhitespace normalization.
2001-02-09  Tim PetersNuke accurate but confusing and unhelpful comments...
2001-02-09  Tim PetersWhitespace normalization.
2001-02-09  Tim PetersWhitespace normalization.
2001-02-09  Marc-André... This modified version of a patch by Thomas Heller allow...
2001-02-09  Eric S. Raymondjoinfields -> join.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Sjoerd MullenderFixed syntax error.
2001-02-09  Eric S. Raymondsplitfields -> split
2001-02-09  Jack JansenAdded prototype for DlgObj_WhichDialog()
2001-02-09  Jack JansenReplaced touched(), which no longer seems to work under...
2001-02-09  Jack JansenAdded a few constants.
2001-02-09  Jack JansenDialogs and there windows were still confused in some...
2001-02-09  Jack JansenGet rid of from ... import *
2001-02-09  Guido van RossumReindent a function that was somehow indented by 7...
2001-02-09  Marc-André... Remove silly EMPTYSTRING global. Saves a global lookup.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondEliminate use of string.whitespace and a string import...
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondTest with an actual mbox caught a trivial error.
2001-02-09  Eric S. RaymondCorrection after translation test.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondAha. We can remove he string import after all by using...
2001-02-09  Eric S. RaymondUse ValueError instead of string.atoi.error, since...
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Eric S. RaymondString method conversion.
2001-02-09  Marc-André... Patches for AIX. Checked by Benjamin Collar.
next