]> granicus.if.org Git - python/shortlog
python
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.
2002-09-10 Guido van RossumAt Jim Fulton's request, increase the maxstring value...
2002-09-10 Tim PetersI left some debugging junk in here; removed it. Also...
2002-09-10 Jack JansenAll set for 2.3 installer, except for upgrade of Vise...
2002-09-10 Tim PetersA few days ago a test was added here to ensure that...
2002-09-10 Jack JansenFixed typo spotted by Whomas Touters.
2002-09-10 Barry Warsaw_parsebody(): Instead of raising a BoundaryError when...
2002-09-10 Barry WarsawImport _isstring() from the compatibility layer.
2002-09-10 Barry Warsaw_isstring(): Factor out "stringiness" test, e.g. for...
2002-09-10 Barry Warsaw_ascii_split(): Don't lstrip continuation lines. Close...
2002-09-10 Barry Warsawtest_splitting_first_line_only_is_long(): New test...
2002-09-10 Barry WarsawA sample message with broken MIME boundaries.
2002-09-10 Tim Petersextract_time(): Squash compiler warning about possibly...
2002-09-10 Martin v. LöwisAdd missing return statement.
2002-09-10 Raymond HettingerDocument type and semantics of the tp_print return...
2002-09-10 Jack JansenAdded include guards and C++ extern "C" {} constructs...
2002-09-10 Jack JansenReverted previous change, I was confused.
2002-09-10 Martin v. LöwisUse utimes(2) where available to support microsecond...
2002-09-09 Martin v. LöwisAlways generate floats for stat_result; fix configure...
2002-09-09 Martin v. LöwisPatch #606592: Subsecond timestamps in stat_result.
2002-09-09 Andrew M. KuchlingThe .preprocess() method didn't work, because it didn...
2002-09-09 Andrew M. KuchlingInclude an empty body when checking for a header file
2002-09-09 Martin v. LöwisFix escaping of non-ASCII characters.
2002-09-08 Raymond HettingerFix typo. Close SF Bug 606354.
2002-09-08 Raymond HettingerClarified that the footnote applies to versions 1.5...
2002-09-08 Raymond Hettingershutil.copyfile(src,dst) was clobbering the file when...
2002-09-08 Raymond HettingerFix API typo. The write buffer is not const. Closes...
2002-09-08 Raymond HettingerExtended IDLE's open module menu item to handle hierarc...
2002-09-08 Jeremy HyltonA little refactoring.
2002-09-07 Skip Montanarotightened up the definition of \b and \B some more...
2002-09-07 Neal NorwitzTry to get test to pass on Windows
2002-09-07 Raymond HettingerChange UserDict to IterableUserDict
2002-09-07 Jack JansenNext few steps towards a 2.3 installer.
2002-09-06 Jack JansenFirst steps towards a 2.3 installer.
2002-09-06 Jack JansenEnable _AH module.
2002-09-06 Jack JansenImport Carbon.AH, not Carbon.Help
2002-09-06 Jack JansenReorganized order of help menu, and don't show Carbon...
2002-09-06 Jack JansenSilly me, I enabled the old help module. Fixed.
2002-09-06 Jack JansenAdded carbon Help module.
2002-09-06 Jack JansenUpped the stack size to 256KB. test_class ran afoul...
2002-09-06 Jack JansenSkip UDP testing for MacPython (for now), it hangs...
2002-09-06 Jack JansenUpdated the notes on building a binary installer.
2002-09-06 Jack JansenThe script was very sloppy about which variables held...
2002-09-06 Jack JansenFixed a typo in the binary install notes
2002-09-06 Jack JansenGet rid of non-ascii characters.
2002-09-06 Jack JansenUse PyString_CHECK_INTERNED.
2002-09-06 Jack JansenStarted on documentation for building a MacOSX binary...
2002-09-06 Jack JansenRemove .pyo files too.
2002-09-06 Jack JansenScript to generate .pkg packages, donated by Dinu Gherm...
next