]> granicus.if.org Git - python/shortlog
python
2002-07-22 Andrew M. KuchlingRewrite a paragraph, and use correct mark-up
2002-07-22 Mark HammondRemove a strange single quote that didn't seem to upset...
2002-07-22 Mark HammondNuke the only DL_* in this directory.
2002-07-22 Neal NorwitzMove DL_IMPORT/DL_EXPORT to Build section, I think...
2002-07-22 Neal NorwitzSF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation
2002-07-22 Mark HammondAdd note about DL_IMPORT deprecation.
2002-07-22 Jack JansenFixed potential refcount problems with interned strings...
2002-07-22 Jack JansenFinally found out why te cf project sometimes worked...
2002-07-21 Tim PetersNew test "+sort", tacking 10 random floats on to the...
2002-07-21 Tim PetersChanged import from
2002-07-21 Kurt B. KaiserBug: clearing the shell undo list after a prompt was...
2002-07-20 Neal NorwitzGet popen test to work even if python is not in the...
2002-07-20 Martin v. LöwisDefine _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h...
2002-07-20 Tim PetersAdded new test "3sort". This is sorted data but with...
2002-07-20 Neal Norwitzadd versionadded to doc
2002-07-20 Guido van Rossumunpack_string(): avoid a compiler warning (about a...
2002-07-20 Guido van RossumMove the setting of os.environ['LANGUAGE'] to setup...
2002-07-19 Barry WarsawShut the test up and add a missing import
2002-07-19 Barry WarsawThe email package's tests live much better in a subpackage
2002-07-19 Barry WarsawThe email package's tests live much better in a subpackage
2002-07-19 Barry Warsawmessage_from_string(), message_from_file(): The consens...
2002-07-19 Barry WarsawParser.__init__(): The consensus on the mimelib-devel...
2002-07-19 Barry WarsawTo better support default content types, fix an API...
2002-07-19 Barry Warsaw_structure(): Take an optional `fp' argument which...
2002-07-19 Barry Warsaw_dispatch(): Use the new Message.get_content_type(...
2002-07-19 Fred DrakeFollow PyXML: Remove all prints from successful tests...
2002-07-19 Fred DrakeReturn NULL instead of 0 from function with a pointer...
2002-07-19 Guido van RossumAlas, roll back the definition of _XOPEN_SOURCE. It...
2002-07-19 Guido van RossumRemove a few lines that aren't used and cause problems...
2002-07-19 Neal NorwitzPure Python strptime implementation by Brett Cannon...
2002-07-19 Guido van RossumDoc patch from SF 474274 (pure Python strptime by Brett...
2002-07-19 Guido van RossumPatch to call the Pure python strptime implementation...
2002-07-19 Guido van RossumPure Python strptime implementation by Brett Cannon...
2002-07-19 Michael W.... Silly typo. Not sure how that got in.
2002-07-19 Michael W.... Substantially flesh out extended slice section. I...
2002-07-19 Michael W.... A few days ago, Guido said (in the thread "[Python...
2002-07-19 Guido van RossumAdd test for previous core dump when sending on closed...
2002-07-19 Guido van RossumBail out early from internal_select() when socket file...
2002-07-19 Tim PetersMore sort cleanup: Moved the special cases from sample...
2002-07-19 Mark HammondLand Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
2002-07-19 Mark HammondAdd description for _XOPEN_SOURCE_ - needed to allow...
2002-07-19 Tim Petersbinarysort() cleanup: Documented the key invariants...
2002-07-19 Tim Peterslistreverse(): Don't call the new reverse_slice unless...
2002-07-19 Tim PetersCleanup yielding a small speed boost: before rich...
2002-07-19 Tim PetersTrimmed trailing whitespace.
2002-07-19 Tim PetersCleanup: Define one internal utility for reversing...
2002-07-18 Barry WarsawAnthony Baxter's cleanup patch. Python project SF...
2002-07-18 Mark HammondFix bug [ 549731 ] Unicode encoders appears to leak...
2002-07-18 Jeremy HyltonDefine _XOPEN_SOURCE in configure and Python.h.
2002-07-18 Tim PetersA Python float is a C double; redeclare defaulttimeout...
2002-07-18 Barry WarsawAnthony Baxter's patch to expose the parser's `strict...
2002-07-18 Guido van RossumSilence warning about getdefaulttimeout in PyMethodDef.
2002-07-18 Jeremy HyltonFix indentation.
2002-07-18 Jeremy HyltonUse AC_FUNC_SETPGRP.
2002-07-18 Guido van RossumAdd clarifying comment.
2002-07-18 Fred DrakeScript to run the pystones "benchmark" under HotShot.
2002-07-18 Fred DrakeSimplify; the low-level log reader is now always a...
2002-07-18 Fred DrakeExpose the fileno() method of the underlying profiler.
2002-07-18 Fred DrakeExpose the fileno() method of the underlying log reader.
2002-07-18 Fred Drake- When the log reader detects end-of-file, close the...
2002-07-18 Jeremy HyltonRemove extraneous semicolon.
2002-07-18 Guido van RossumAdd default timeout functionality. This adds setdefaul...
2002-07-18 Tim PetersGave this a facelift: "/" vs "//", whrandom vs random...
2002-07-18 Tim PetersGave hotshot.LogReader a close() method, to allow users...
2002-07-18 Guido van RossumWe're no longer trying to support older Python versions...
2002-07-17 Tim Peterstest_hotshot fails on Windows now. Added XXX comment...
2002-07-17 Barry Warsaw(py-pychecker-run): Use the last pychecker invocation...
2002-07-17 Fred DrakeAdded documentation for the buffer_text and related...
2002-07-17 Fred DrakeMark the closed attribute of the profiler with PyDoc_ST...
2002-07-17 Fred DrakeAdded a docstring for the closed attribute.
2002-07-17 Guido van RossumSF patch 552161 - Py_AddPendingCall doesn't unlock...
2002-07-17 Tim PetersRemoved more stray instances of statichere, but left...
2002-07-17 Fred DrakeChange staticforward and statichere to just use static.
2002-07-17 Fred DrakeRemove now-obsolete staticforward/statichere discussion.
2002-07-17 Jeremy Hyltonstaticforward bites the dust.
2002-07-17 Guido van RossumSome modernization. Get rid of the redundant next...
2002-07-17 Guido van RossumAdd a test for the 'closed' attribute on the C-profiler...
2002-07-17 Jeremy HyltonAdd missing comma.
2002-07-17 Jeremy HyltonAdd test_zlib and test_struct to list of slow tests
2002-07-17 Tim PetersWindows has no actual need for BAD_STATIC_FORWARD,...
2002-07-17 Guido van RossumAdd a rather generous set of tests allowed to be skippe...
2002-07-17 Fred DrakeRemove RCSId; this produces annoying warnings.
2002-07-17 Guido van RossumWipe out some warnings about non-ANSI code and an unsaf...
2002-07-17 Fred Drakereduce(): Clarified what is returned in the case of...
2002-07-17 Barry WarsawWe need to (require 'compile) to guarantee that compile...
2002-07-17 Tim PetersUse sys.executable to run Python, as suggested by Neal...
2002-07-17 Tim PetersThere's no need for generators to define an explicit...
2002-07-16 Guido van RossumBunch of tests to make sure that StopIteration is a...
2002-07-16 Jeremy HyltonFix typos and such caught by the pycheckerbot.
2002-07-16 Tim PetersWhitespace normalization.
2002-07-16 Jeremy HyltonSend HTTP requests with a single send() call instead...
2002-07-16 Guido van RossumRemove the next() method -- one is supplied automatical...
2002-07-16 Guido van RossumRemove the next() method -- one is supplied automatical...
2002-07-16 Guido van RossumMake StopIteration a sink state. This is done by clear...
2002-07-16 Guido van RossumMake StopIteration a sink state. This is done by clear...
2002-07-16 Guido van RossumWhitespace normalization.
2002-07-16 Guido van RossumMake StopIteration a sink state. This is done by clear...
2002-07-16 Guido van RossumRecord the decision that StopIteration is a sink state...
2002-07-16 Jeremy HyltonGiven the persistent id code a shot at a class before...
2002-07-16 Jeremy HyltonThe object returned by tp_new() may not have a tp_init.
next