]> granicus.if.org Git - python/shortlog
python
2002-09-17 Martin v. LöwisDeal with a NULL gr_passwd. Reported by Anders Qvist.
2002-09-17 Kurt B. KaiserMerge Py Idle changes:
2002-09-17 Kurt B. KaiserMerge Py Idle changes:
2002-09-17 Kurt B. KaiserMerge Py Idle changes:
2002-09-17 Guido van RossumBack out the previous change. It doesn't save any...
2002-09-17 Guido van RossumRearrange the members of struct _node to put shorter...
2002-09-16 Kurt B. KaiserMerge Py Idle changes:
2002-09-16 Kurt B. KaiserMerge Py Idle changes:
2002-09-16 Kurt B. KaiserMerge Py Idle changes:
2002-09-16 Just van Rossummake sure the object browser can't crash because when...
2002-09-16 Just van Rossumadd ./ to configure command so it actually works verbatim
2002-09-16 Martin v. LöwisPatch #609700: Use $(CC) to link on Linux.
2002-09-16 Martin v. LöwisMake BadPickleGet a class. Fixes #609164.
2002-09-16 Guido van RossumWhen recursively attempting to find the modules importe...
2002-09-16 Kurt B. KaiserMerge Py Idle changes:
2002-09-16 Kurt B. KaiserMerge Py Idle changes:
2002-09-16 Kurt B. KaiserMerge Py Idle changes:
2002-09-16 Guido van RossumSince it tests both ntohl and ntohs, the test should...
2002-09-16 Kurt B. KaiserMerge Py Idle changes
2002-09-15 Kurt B. KaiserMerge Py Idle changes
2002-09-15 Kurt B. KaiserMerge Py Idle changes
2002-09-15 Kurt B. KaiserMerge Py Idle changes
2002-09-15 Kurt B. KaiserMerge Py Idle's Rev 1.16 (string methods)
2002-09-15 Kurt B. KaiserMerge Py Idle's changes to AutoIndent.py into EditorWin...
2002-09-15 Kurt B. KaiserMerge Py Idle's Rev 1.5
2002-09-15 Guido van RossumI think it makes more sense that the pseudo filename...
2002-09-15 Neil SchemenauerUse Py_GCC_ATTRIBUTE instead of __attribute__. Compile...
2002-09-15 Guido van RossumAddress SF bug #577530: del __builtins__ breaks out...
2002-09-14 Kurt B. KaiserInitial revision
2002-09-14 Martin v. LöwisDon't test whether surrogate sequences round-trip in...
2002-09-14 Martin v. LöwisUse integer above sys.maxunicode for range test. Fixes...
2002-09-14 Kurt B. KaiserBump to reflect final cleanup of Config system and...
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN:
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN:
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN:
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN
2002-09-14 Fred DrakeFix a couple of minor markup glitches.
2002-09-14 Guido van RossumMaybe this fixes test_socket on 64-bit Linux.
2002-09-14 Kurt B. KaiserMERGE DS_RPC_BRANCH into MAIN
2002-09-14 Kurt B. KaiserBindings.py
2002-09-13 Andrew M. KuchlingAdd two items
2002-09-13 Guido van RossumAdd a bunch of sys.stdout.flush() calls that will hopef...
2002-09-13 Neal NorwitzSF # 602108 ensure string is null terminated after...
2002-09-13 Guido van RossumFiddle with compact_traceback().
2002-09-13 Neal NorwitzFix part of SF bug # 544248 gcc warning in unicodeobject.c
2002-09-12 Jack JansenShut up FutureWarnings about hex constants.
2002-09-12 Jack JansenPatch by Tony Lownds: build an IDLE applet too, if...
2002-09-12 Jack JansenPatch by Tony Lownds: add the Resources directory to...
2002-09-12 Kurt B. KaiserMerge from DS_RPC_BRANCH
2002-09-12 Neal NorwitzRemove unnecessary imports
2002-09-12 Neal NorwitzRemove unused local variables
2002-09-12 Neal NorwitzRemove unnecessary imports
2002-09-12 Jack JansenWhen testing for localhost/ first map to lower case...
2002-09-12 Jack JansenTreat file://localhost/ as local too (same as file...
2002-09-12 Jack JansenMode rU for universal newlines, not rT. Spotted by...
2002-09-12 Fred DrakeMinor revision to the "\\" patch, including updating...
2002-09-12 Skip Montanaroadd note about os.path.join and drive letters on Windows.
2002-09-12 Fred DrakeIf PyXML is installed, there is no Node.allnodes, so...
2002-09-12 Fred DrakeRelax a test so it passes either with the standard...
2002-09-12 Guido van RossumFix warnings on 64-bit platforms about casts from point...
2002-09-12 Guido van RossumOnly build the 'dl' extension when sys.maxint equals...
2002-09-12 Walter DörwaldRemove another mention of "import string".
2002-09-12 Fred DrakeFix typo reported by Paul Clifford.
2002-09-12 Michael W.... Fix for platforms where int != long.
2002-09-12 Guido van RossumUndocumented feature: MHMailbox sets the msg object...
2002-09-12 Guido van RossumI don't think it's safe to use map.iteritems() in the...
2002-09-12 Barry WarsawBump to 2.3.1 to pick up the missing file.
2002-09-11 Jack JansenPass None to AHGotoPage().
2002-09-11 Jack JansenThe debugger source view only understood mac-style...
2002-09-11 Fred DrakeRevise text about the level of DOM support, and provide...
2002-09-11 Guido van RossumAdd Mats Wichmann, another snake farmhand.
2002-09-11 Walter DörwaldApply diff2.txt from SF patch http://www.python.org...
2002-09-11 Guido van RossumAlphabetize Qvist properly.
2002-09-11 Guido van RossumInsert an overflow check when the sequence repetition...
2002-09-11 Guido van RossumAdd Laura "force of nature" Creighton and Anders "snake...
2002-09-11 Guido van RossumThe list(xrange(sys.maxint / 4)) test blew up on 64...
2002-09-11 Guido van RossumPatch suggested by Hamish Lawson: add an __iter__(...
2002-09-11 Michael W.... Fix *really* embarrassing typo reported by Raymond...
2002-09-11 Jeremy HyltonUse distutils.debug.DEBUG instead of distutils.core...
2002-09-11 Jeremy HyltonDefine DEBUG in a separate module to resolve circular...
2002-09-11 Martin v. LöwisRemove mentioning of Python 2.0 limitations. Fixes...
2002-09-11 Guido van RossumUntested code for 64-bit platforms. range_length(...
2002-09-11 Michael W.... A slight change to SET_LINENO-less tracing.
2002-09-11 Michael W.... Bunch more tests.
2002-09-11 Barry Warsawget_payload(): Document that calling it with no argumen...
2002-09-11 Mark HammondIgnore IOError exceptions when writing the message.
2002-09-11 Barry Warsawtest_both(): I believe this was a typo: m is only defin...
2002-09-11 Barry Warsawtest_quote_unquote(): Added a test for the rfc822.unquo...
2002-09-11 Barry Warsawunquote(): Didn't properly de-backslash-ify. This...
2002-09-11 Barry Warsawtest_utils_quote_unquote(): Test for unquote() properly
2002-09-11 Barry Warsawrfc822.unquote() doesn't properly de-backslash-ify...
2002-09-11 Jack JansenConverted to Vise 8.
2002-09-10 Fred DrakeClarify who maintains Tkinter and who maintains Tk.
next