]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-12-07  Fred DrakeFix error noted by Gerrit Holl (old; had been buried...
2000-12-07  Fred DrakeAdded a note that objects which emulate built-in types...
2000-12-07  Fred DrakeLots of additional information. Not done, but much...
2000-12-07  Fred DrakeAnother name!
2000-12-07  Fred DrakeTypo caught by Jim Tittsler <jwt@onjapan.net>: They...
2000-12-07  Fred DrakeNote that, as of Python 1.6, the .returns_unicode attri...
2000-12-06  Guido van RossumThe C+ compiler is called $(CXX) these days, not CCC.
2000-12-06  Barry WarsawFix `credits' to credit the Jython developers when...
2000-12-06  Barry Warsaw_getframe(): New sys module function for getting at...
2000-12-06  Fred Drakeposix_getlogin(): Be more cautious about interpreting...
2000-12-06  Fred Drakeposix_getlogin(): Handle the possibility that getlogin...
2000-12-06  Fred DrakeJeffrey D. Collins <tokeneater@users.sourceforge.net>:
2000-12-06  Sjoerd MullenderTwo changes:
2000-12-04  Fred DrakeTwo typos caught by /F; thanks!
2000-12-04  Fred DrakeAdded a comment for ContentHandler.characters() explain...
2000-12-04  Fred DrakeAdd test cases for ConfigParser.remove_option() behavio...
2000-12-04  Fred Drakeremove_option(): Use the right variable name for the...
2000-12-04  Neil SchemenauerMake isinstance() more permissive in what types of...
2000-12-03  Jack JansenUpdated for the current state of the main Python source...
2000-12-03  Jack JansenThese have been replaced by the new generated projects.
2000-12-03  Jack JansenThe new generated plugin projects. Checked in in XML...
2000-12-03  Jack JansenAdded an extraexportsymbols option, to allow (you guess...
2000-12-03  Jack JansenAllow recursive searh entries by ending the pathname...
2000-12-03  Jack JansenDon't generate SYM files by default.
2000-12-03  Jack JansenUpdated for the new project names.
2000-12-03  Jack JansenGot it working for all important plugins, and moved...
2000-12-03  Moshe ZadkaCall of _cmp had wrong number of paramereters.
2000-12-03  Martin v. LöwisConvert Unicode strings to byte strings before passing...
2000-12-01  Fred DrakeUpdate Moshe Zadka's email address to one works and...
2000-12-01  Guido van RossumPatch by Michael Hudson to clarify the error message...
2000-12-01  Guido van RossumClarified some of the error messages, esp. "read-only...
2000-12-01  Tim PetersMade the description of %[udxXo] formats of negative...
2000-11-30  Moshe ZadkaBacking out my changes.
2000-11-30  Andrew M. KuchlingOnly use getline() when compiling using glibc
2000-11-30  Moshe ZadkaAdded .first{item,value,key}() to dictionaries.
2000-11-30  Fred DrakeAdjust to allow an explanation of the changes to be...
2000-11-30  Fred DrakeA few small refinements to the table building code.
2000-11-30  Fred DrakeUse a table to describe the keys to the locale informat...
2000-11-30  Fred DrakeUse small tables instead of bare \item markers to descr...
2000-11-30  Fred DrakeAdded name.
2000-11-30  Tim PetersFox for SF bug #123859: %[duxXo] long formats inconsistent.
2000-11-30  Andrew M. KuchlingClarify two comments
2000-11-29  Fred DrakeIn the first discussion showing how to handle exception...
2000-11-29  Guido van RossumSlight improvement to Unicode test suite, inspired...
2000-11-29  Jack JansenContributed code that converts Python source files...
2000-11-29  Fred DrakeAdded entries reflecting the separation of the abstract...
2000-11-29  Fred DrakeSubstantial re-organization of the DOM documentation...
2000-11-29  Fred DrakeFix broken backslashes in Unicode strings section.
2000-11-29  Tim PetersPartial fix for SF bug 123730: extra backslash in...
2000-11-29  Andrew M. KuchlingPatch #102469: Use glibc's getline() extension when...
2000-11-29  Andrew M. KuchlingPatch #102469: Check for glibc's getline() extension
2000-11-28  Fred DrakeAdded documentation for the Py_InitModule*() family...
2000-11-28  Fred DrakeAdded information on the use of Unicode with the String...
2000-11-28  Fred DrakeUse a subclass of buildindex.Node to clean up the HTML...
2000-11-28  Guido van RossumUpdate dependencies per /F.
2000-11-28  Fred DrakeAdded brief explanation of the \versionchanged for...
2000-11-28  Fred DrakeTwo minor nits.
2000-11-27  Guido van RossumPlug a memory leak in com_import_stmt(): the tuple...
2000-11-27  Guido van RossumPatch by Finn Bock to support PyStringMap in Jython.
2000-11-27  Fred DrakeMinor typo: \subsubsections --> \subsubsection
2000-11-27  Guido van RossumSF patch #102548, fix for bug #121013, by mwh@users...
2000-11-27  Tim PetersSF non-bug 123520: fleshed out the tutorial's lambda...
2000-11-26  Jack JansenAdded support for adding libraries.
2000-11-26  Jack JansenGenerate plugin projects automatically using mkcwprojec...
2000-11-22  Fred DrakeConversion.write_ordinal(): Not used, remove it.
2000-11-22  Fred DrakeConvert the LaTeX "tie" (~) to a simple space.
2000-11-22  Fred DrakeUpdate to reflect the process changes.
2000-11-22  Fred DrakeUpdate the rules to separate the two phases for the...
2000-11-22  Fred DrakeAdd support for (relatively) recent additions and chang...
2000-11-22  Fred DrakeUpdates to reflect pending changes to the XML conversio...
2000-11-22  Fred DrakeDo not use \verb in the Python documentation -- it...
2000-11-21  Fred DrakeUpdate test output.
2000-11-21  Fred DraketestInsertBefore(): Rewritten to actually test insertB...
2000-11-21  Fred DrakeReduce the visibility of imported modules for cleaner...
2000-11-19  Jack JansenAdded MathLib and InterfaceLib. Added Python:Include...
2000-11-19  Jack JansenClose the project after building it, so that building...
2000-11-18  Andrew M. KuchlingDocument the new setupterm() function
2000-11-18  Andrew M. KuchlingPatch #102412 from mwh: Add support for the setupterm...
2000-11-17  Fred DrakeAdded information about the %r string formatting conver...
2000-11-17  Fred DrakeOops, back out change committed by accident! This...
2000-11-17  Fred DrakeNote that readframes() returns data in linear format...
2000-11-17  Fred DrakeCorrected a number of typos reported by Gilles Civario
2000-11-17  Fred DrakeFixed typos and bug in the second example, reported...
2000-11-16  Guido van RossumA solution to the classic N queens problem.
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...
next