]> granicus.if.org Git - python/shortlog
python
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.
2001-02-09 Eric S. RaymondString method conversion.
2001-02-09 Eric S. RaymondString method conversion. Added a trivial main to...
2001-02-09 Eric S. RaymondString method conversion.
2001-02-09 Eric S. RaymondOops...that will teach me to hit ^C^C too fast. Test...
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. RaymondFixed a bug in the test jig.
2001-02-09 Eric S. RaymondString method conversion.
2001-02-09 Tim PetersSF bug #131225: sys.winver is still '2.0' in python...
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. RaymondCorrection to test main.
2001-02-09 Eric S. RaymondCorrection after second code path test.
2001-02-09 Eric S. RaymondString method conversion.
2001-02-09 Eric S. RaymondString method conversion.
next