]> granicus.if.org Git - python/shortlog
python
2000-11-14 Tim PetersFix for SF bug 122176: Error in rotor module documentation.
2000-11-14 Jack JansenGetting rid of 68K targets.
2000-11-14 Tim PetersVerify that str(a) and repr(a) don't blow up (part...
2000-11-14 Tim PetersSF bug 119622: compile errors due to redundant atof...
2000-11-14 Jack JansenAdded a note about removing preferences and .pyc files...
2000-11-13 Guido van RossumTypo for Mac code, fixing SF bug 12195.
2000-11-13 Guido van RossumAllow new.function() called with explicit 3rd arg of...
2000-11-13 Guido van RossumAdded _HAVE_BSDI and __APPLE__ to the list of platforms...
2000-11-13 Guido van RossumFix syntax error. Submitted by Bill Bumgarner. Appare...
2000-11-13 Guido van RossumRip out DOS and Win16 support.
2000-11-13 Guido van RossumRip out DOS-8x3 support.
2000-11-13 Guido van RossumRip out Win3.1 and DOS support
2000-11-13 Guido van RossumRemoving DOS 8x3 support
2000-11-11 Greg WardJack Jansen: added 'get_command_list()' method, and...
2000-11-10 Jack JansenNo reason to keep "Run as Python" in binhex form anymor...
2000-11-10 Tim PetersFix for SF bug 117402, crashes on str(array) and repr...
2000-11-09 Guido van RossumCommitting autoconf output for
2000-11-09 Guido van RossumImplement the suggestion of bug_id=122070: surround...
2000-11-08 Barry WarsawSMTP.connect(): If the socket.connect() raises a socket...
2000-11-08 Fred DrakeRemove AC_C_INLINE test from configure.in, since the...
2000-11-08 Fred DrakeAdded test cases to detect regression on SourceForge...
2000-11-08 Fred DrakeFixed support for containment test when a negative...
2000-11-08 Fred DrakeIn the containment test, get the boundary condition...
2000-11-08 Guido van RossumAdd 1994 Coroutine module by Tim Peters
2000-11-07 Jack JansenLast CW Pro 5.3 projects.
2000-11-07 Fred DrakeMore names...
2000-11-07 Greg WardFix for SF bug #117606:
2000-11-07 Andrew M. KuchlingPatch #102278: add tparm() function to _curses module
2000-11-06 Fred DrakeDocument the proper exception to be raised by I/O opera...
2000-11-06 Barry WarsawThis fixes several bug reports concering memory bloatin...
2000-11-06 Jeremy Hyltona few small optimizations that seem to give a 5-10...
2000-11-06 Jeremy Hyltonmove pruneNext method to correct object (doh!)
2000-11-06 Jeremy HyltonChange the graph structure to contain the code generato...
2000-11-06 Jeremy HyltonIf a function contains a doc string, remove the doc...
2000-11-06 Mark HammondApplication of [ Patch #102226 ] freeze/modulefinder...
2000-11-03 Fredrik LundhAdded 38,642 missing characters to the Unicode database...
2000-11-03 Guido van RossumFix Makefile so at least it uses Python 2.0, and compil...
2000-11-03 Thomas WoutersMove our own getopt() implementation to _PyOS_GetOpt...
2000-11-03 Fred DrakeMake sure we clean up the index data each time it is...
2000-11-02 Fred DrakeFix cut & paste error that describes three paramters...
2000-11-02 Guido van RossumNew configure script from latest configure.in with...
2000-11-02 Fred DrakeMake sure the Modules/ directory is created before...
2000-11-01 Andrew M. KuchlingPatch from Randall Hopper to fix PR #116172, "curses...
2000-11-01 Fred DrakeTypo: writeable --> writable
2000-11-01 Tim PetersHack ndiff to display lines w/ leading tabs more intuit...
2000-10-30 Jeremy Hyltontrack recent change to test_extcall.py
2000-10-30 Guido van RossumHack to force -lpthread instead instead of -lcma on...
2000-10-30 Jeremy HyltonFix for SF bug #117241
2000-10-30 Fred Drakedefine_module(): Change the "index sub-item" for defin...
2000-10-30 Fred DrakeFix \withsubitem so that it actually works if the only...
2000-10-29 Fred DrakeRevise the message to be a little nicer.
2000-10-29 Fred DrakeAvoid using \withsubitem and \ttindex internally; they...
2000-10-29 Fred DrakeMany small markup revisions to be more consistent with...
2000-10-29 Fred DrakeParserCreate(): Added test that the namespace_separato...
2000-10-29 Fred DrakeDo not echo the echo command with the message telling...
2000-10-29 Martin v. LöwisDo not release unallocated Tcl objects. Closes #117278...
2000-10-28 Fredrik Lundh-- properly reset groups in findall (bug #117612)
2000-10-28 Fred DrakeUpdate author information.
2000-10-27 Barry Warsaw(py-goto-beginning-of-tqs): When searching backwards...
2000-10-27 Barry WarsawAdded the -D/--docstrings option for extraction of...
2000-10-26 Fred DrakeExplained that os.path.basename() may return something...
2000-10-26 Fred DrakeDo not require packages that are not needed.
2000-10-26 Fred DrakeNormalize the HTML generated for table headers.
2000-10-26 Fred DrakeMinor simplification.
2000-10-26 Fred DrakeUpdate the dependency information to allow the other...
2000-10-26 Fred DrakeNoted that building the info version requires the HTML...
2000-10-26 Fred DrakeAll acknowledgements have been moved to the Doc/ACKS...
2000-10-26 Fred DrakeUpdate build instructions to reflect the rename from...
2000-10-26 Fred DrakeTest for and create Modules/Setup in the configure...
2000-10-26 Fred DrakeRename Setup.in to Setup.dist, and assume that configur...
2000-10-26 Fred DrakeLots of small markup adjustments for consistency with...
2000-10-26 Fred DrakeUpdate a comment to be correct.
2000-10-26 Fred DrakeRemove bogus stdout redirection and use of sys.__stdout...
2000-10-26 Fred DrakeRemove bogus stdout redirection and use of sys.__stdout...
2000-10-25 Fred DrakeTypo: shorted --> shorter
2000-10-25 Guido van RossumPatch 102114, Bug 11725. On OpenBSD (but apparently...
2000-10-25 Guido van RossumFix two typos in __imul__. Closes Bug #117745.
2000-10-25 Guido van RossumAdd IDLE wish: access items of arrays
2000-10-25 Fred DrakeSince LookupError can be raised by sys.setdefaultencodi...
2000-10-25 Fred DrakeMarc-Andre Lemburg <mal@lemburg.com> noted that the...
2000-10-25 Fred DrakeAdditions from Marc-Andre Lemburg <mal@lemburg.com...
2000-10-25 Fred DrakeSeveral additions and updates based on text from Marc...
2000-10-25 Jeremy HyltonMany changes.
2000-10-25 Jeremy HyltonGenerated from rev 1.1 of ast.txt
2000-10-25 Jeremy HyltonSmall optimizations in dispatch method: 1) lookup node...
2000-10-25 Jeremy HyltonSupport for generation of ast.py from simple descriptio...
2000-10-25 Fred DrakeTry to clarify when the Modules/Setup file should be...
2000-10-25 Guido van RossumAlso point TK_LIBRARY to the appropriate directory.
2000-10-25 Fred DrakeRename $PYTHON_VERSION to $PACKAGE_VERSION; this is...
2000-10-25 Fred DrakeRename $PYTHON_VERSION to $PACKAGE_VERSION; this is...
2000-10-25 Fred DrakeRemove some HTML from the PYTHONDOCS fragment defined...
2000-10-25 Fred DrakeMinor addition; add a little formatting to the release...
2000-10-24 Fred DrakeMake this actually work now that the tool is checked...
2000-10-24 Fred DrakeKa-Ping Yee <ping@lfw.org>:
2000-10-24 Guido van RossumInsert the current directory to the front of sys.path...
2000-10-24 Lars GustäbelAdded a test case for the saxutils.prepare_input_source...
2000-10-24 Lars GustäbelFix bug in prepare_input_source (patched by Paul P...
2000-10-24 Lars GustäbelUpdated output.
2000-10-24 Lars GustäbelAdded some more tests here and there.
2000-10-24 Fred DrakeAdded entries for the xml.dom.minidom module.
next