]> granicus.if.org Git - python/shortlog
python
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...
2002-09-06 Raymond HettingerHave os.environ() inherit from the iterable version...
2002-09-06 Raymond HettingerAdded a tutorial note and example regarding the scope...
2002-09-06 Walter DörwaldAdd a test case that checks that the proper exception...
2002-09-06 Walter DörwaldApply diff3.txt (plus additional documentation)
2002-09-06 Skip Montanaroupdate docs to reflect that \b considers underscore...
2002-09-06 Barry Warsawtest_set_param(), test_del_param(): Test RFC 2231 encod...
2002-09-06 Barry Warsaw_formatparam(), set_param(): RFC 2231 encoding support...
2002-09-06 Barry Warsawtest_mondo_message(): "binary" is not a legal content...
2002-09-06 Barry Warsawtest_replace_header(): New test for Message.replace_hea...
2002-09-06 Barry Warsawreplace_header(): New method given by Skip Montanaro...
2002-09-05 Neal NorwitzSF bug # 585792, Invalid mmap crashes Python interpreter
2002-09-05 Neal NorwitzAdded "that" to correct grammar, the rest is due to...
2002-09-05 Neal NorwitzPyObject_RichCompareBool() already returns -1, 0, or...
2002-09-05 Neal Norwitz--with(out)-thread is deprecated according to configure...
2002-09-05 Neal NorwitzSF # 555779, import user doesn't work with CGIs
2002-09-05 Raymond HettingerMicro-optimization for list_contains. Factored double...
2002-09-05 Raymond HettingerMicro-optimization for list_contains. Factored double...
2002-09-05 Kurt B. KaiserM PyShell.py
2002-09-05 Raymond Hettingersmptlib did not handle empty addresses.
2002-09-04 Raymond HettingerFix typo
2002-09-04 Walter DörwaldChange the unicode.translate docstring to document...
2002-09-04 Raymond HettingerFix typo
2002-09-04 Guido van RossumIn doc strings, use 'k in D' rather than D.has_key(k).
2002-09-03 Skip Montanaroadded a bit about the change to the thread ticker
2002-09-03 Guido van RossumDelete the %c test from test_date_time() untill Brett...
2002-09-03 Jeremy HyltonMove code for reading chunked responses in helper function,
2002-09-03 Skip Montanaromissed this one on the previous multi-file checkin...
2002-09-03 Guido van RossumAdd a custom __str__ method to KeyError that applies...
2002-09-03 Skip MontanaroBump default check interval to 100 instructions. Compu...
2002-09-03 Skip Montanaroreplace thread state objects' ticker and checkinterval...
2002-09-03 Jeremy HyltonSF bug [ 600488 ] Robustness tweak to httplib.py
2002-09-03 Guido van RossumtestConnectTimeout(): set the timeout to a smaller...
2002-09-03 Guido van RossumUpdate the module doc comment.
2002-09-03 Guido van Rossum(Most of) SF patch 601369 (Christos Georgiou): obmalloc...
2002-09-03 Guido van RossumFix for SF bug 601077 by Zack Weinberg.
2002-09-03 Tim PetersRemoved reliance on gcc/C99 extension.
2002-09-03 Walter DörwaldCheck whether a string resize is necessary at the end
2002-09-03 Skip Montanaroexpose PYTHON_API_VERSION macro as sys.api_version...
2002-09-03 Martin v. LöwisIgnore encoding declarations inside strings. Fixes...
2002-09-03 Andrew M. KuchlingAdd reminder about PEP293
2002-09-02 Kurt B. Kaiser(Re)Apply Sourceforge Python patch 520483, Sourceforge...
2002-09-02 Walter DörwaldCheck string for NULL before using it to format the...
2002-09-02 Walter DörwaldRemoved bogus PyUnicodeTranslateError_GetEncoding, as
2002-09-02 Walter DörwaldLimit the length of attribute names in exception messages
2002-09-02 Fred DrakeMinor change for symmetry with PyXML: PyDoc_STR should...
2002-09-02 Walter DörwaldPEP 293 implemention (from SF patch http://www.python...
2002-09-02 Jack JansenGenerate pythonw.sh on the fly.
2002-09-02 Jack JansenPass -x badsyntax to compileall.
2002-09-01 Barry Warsaw_structure(): Use .get_content_type()
2002-09-01 Guido van RossumSF bug 601775 - some int results that should be bool.
2002-08-31 Raymond HettingerAdded comparison functions to dict proxies.
2002-08-31 Guido van RossumBecause MWH changed the bytecode again, moved the magic...
2002-08-31 Jack JansenImplemented the Help menu. The Python manual can be...
2002-08-31 Jack JansenIf there's an environment variable PYTHONIDEPATH it...
2002-08-31 Jack JansenMenuID's are signed.
2002-08-30 Jack JansenTypecode for AHTOCType was wrong. Fixed.
2002-08-30 Jack JansenInitialize self._helpmenu earlier, so we can use gethel...
2002-08-30 Jack JansenFix for Jaguar: use ln for installing symlinks, install...
2002-08-30 Michael W.... Further SET_LINENO reomval fixes. See comments in...
2002-08-30 Jack JansenOn Jaguar the default mode for files in the installed...
2002-08-29 Jack JansenAdded support for the help menu. Application.gethelpmen...
2002-08-29 Jack JansenRevived the Carbon.Help module, but implementing the...
2002-08-29 Neal NorwitzSF #561244: micro optimizations, builtins cannot be...
2002-08-29 Jack JansenDon't copy the documentation when using Python.app...
2002-08-29 Barry WarsawMany hopefully benign style clean ups. Still passes...
2002-08-29 Barry Warsawstrptime(): The code that was adding 12 to PM hours...
2002-08-29 Barry WarsawThe test I saw failing this morning just happened to...
2002-08-29 Raymond HettingerSped _update().
2002-08-29 Guido van RossumUndo Barry's change. This file is not imported, it...
2002-08-29 Guido van RossumSuppress warnings when byte-compiling the installed...
2002-08-29 Guido van RossumRestore the hex/oct constant tests that Barry commented...
2002-08-29 Raymond Hettingercomplex() was the only numeric constructor that created...
2002-08-29 Barry WarsawFixed three exceptions in the Plain integers test,...
2002-08-29 Barry WarsawThe test_tokenize output has changed slightly, by the...
2002-08-28 Jack JansenDistutils-based script by Bill Fancher to download...
2002-08-28 Jack Jansen- Install a symlink to the documentation (which lives...
2002-08-28 Jack JansenDistutils-based script by Bill Fancher to download...
2002-08-28 Jack JansenThis file never made it to the repository, somehow.
2002-08-28 Jack JansenThese were regenerated some time ago (with ascii chars...
2002-08-28 Jack JansenInterface to Apple Help Viewer.
2002-08-28 Barry WarsawQuite down some FutureWarnings.
2002-08-28 Skip Montanaroadd warning about exception messages
2002-08-27 Raymond HettingerNote change in behavior from 1.5.2. The new argument...
2002-08-27 Barry WarsawWhitespace normalization.
2002-08-27 Barry WarsawTypo
2002-08-27 Peter Schneider... execfile should call PyErr_SetFromErrnoWithFilename...
2002-08-27 Fred DrakeAdd strong security warning about the rexec module.
2002-08-27 Fred DrakeDon't use tempfile.mktemp(), since it produces annoying...
2002-08-26 Fred DrakeFix a couple of whitespace consistency nits.
2002-08-26 Fred DrakeSimplify, and avoid PyModule_GetDict() while we're...
2002-08-26 Barry WarsawFix an inaccuracy in the comment
2002-08-26 Tim PetersGave intersection_update a speed boost.
next