]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-04-10  Guido van RossumUpdated version of RISCOS support. SF patch 411213...
2001-04-10  Guido van RossumCompletely revamped BeOS notes, by Donn Cave (SF patch...
2001-04-10  Guido van RossumThis is for BeOS users who want to build all the module...
2001-04-10  Guido van RossumThe lower() and tkraise() methods were calling the...
2001-04-10  Fred DrakeTypo: "BuildApple" --> "BuildApplet"
2001-04-10  Fred DrakeBump version numbers for upcoming release candidate.
2001-04-10  Fred DrakeUpdate the XML conversion specification.
2001-04-10  Fred DrakeRemove the mapping() function from the documentation.
2001-04-10  Fred DrakeAdd note that difflib was added in Python 2.1.
2001-04-10  Guido van RossumInclude py_curses.h *after* defining _XOPEN_SOURCE_EXTE...
2001-04-10  Fred Drakemapping(): Remove this function since it does not...
2001-04-10  Fred DrakeUse the WeakKeyDictionary and WeakValueDictionary class...
2001-04-10  Thomas HellerSince bdist_wininst.py contains the installer executabl...
2001-04-10  Fred DrakeNormalize tabs to spaces.
2001-04-10  Fred DrakeAdd reference to the DDJ article discussing a similar...
2001-04-10  Fred DrakeAdd corresponding support for the alltt environment...
2001-04-10  Fred DrakeImport the alltt package and wrap that environment...
2001-04-10  Guido van RossumFix two unqualified except: clauses.
2001-04-10  Guido van RossumFix an unqualified except:.
2001-04-10  Guido van RossumTry an except: after an import into "except ImportError".
2001-04-10  Fred DrakeAdd documentation for getmoduleinfo() and getmodulename().
2001-04-10  Guido van RossumSome other tests, when failing, don't always remove...
2001-04-10  Guido van RossumWhen doing the quick test to see whether large files...
2001-04-10  Guido van RossumWhen zlib can't be imported, zipfile raises RuntimeErro...
2001-04-10  Ka-Ping YeeFix typo in instantiation of ErrorDuringImport.
2001-04-10  Ka-Ping YeeFix synopsis() so it can handle binary module files.
2001-04-10  Ka-Ping YeeAdd getmodulename() and getmoduleinfo() routines to...
2001-04-10  Fred DrakeIn the typeset versions, the legal notices had grown...
2001-04-10  Tim Peterstest_pickle works on sizeof(long)==8 boxes again.
2001-04-10  Tim PetersAck -- this module mixes tabs and spaces, and what...
2001-04-10  Tim PetersOn a sizeof(long)==8 machine, ints in range(2**31,...
2001-04-10  Tim PetersTest full range of native ints. This exposes two more...
2001-04-10  Guido van RossumCorrect the header over the string of licenses -- it...
2001-04-10  Guido van RossumAppend the revision number for each file to the output.
2001-04-10  Tim PetersMechanical fiddling for easier reading: every "if...
2001-04-10  Tim PetersCritical fix: if cPickle on a sizeof(long)==8 box...
2001-04-09  Guido van RossumMake on Alpha Tru64 5.1 (as installed on the SF compile...
2001-04-09  Jeremy HyltonAdd globals to list of names returned by get_names().
2001-04-09  Tim PetersPickles have a number of storage formats for various...
2001-04-09  Fred DrakeMichael Hudson <mwh21@cam.ac.uk>:
2001-04-09  Tim PetersNo functional change -- just added whitespace in places...
2001-04-09  Jeremy HyltonWarn when assigning to __debug__ instead of raising...
2001-04-09  Fred DrakeFix typo in example (\b should be \n in string literal).
2001-04-09  Fred DrakeFix a number of bugs and omissions in the AddressList...
2001-04-09  Steve Purcell* Remove exc_info() kludge -- it actually messed up...
2001-04-09  Moshe ZadkaFixing Itamar's name, as per his request.
2001-04-09  Moshe Zadkafixing 408085 - redirect from https becomes http
2001-04-09  Jeremy HyltonAdd two arguments to Scope constructor, module scope...
2001-04-09  Jeremy HyltonAdd preliminary module symbol table constructor
2001-04-09  Jeremy Hyltonremove global decl about unused variable
2001-04-09  Jeremy HyltonAdd support for future statements
2001-04-09  Jeremy HyltonFix "import as" (has always skipping the as name)
2001-04-09  Jeremy Hyltontypo
2001-04-08  Tim PetersRepair portability of sign extension when reading signe...
2001-04-08  Guido van RossumMake it clear that a bdb subclass must implement do_cle...
2001-04-08  Tim PetersWhitespace normalization.
2001-04-08  Tim PetersFix from the Madusa mailing list:
2001-04-08  Tim PetersRemove useless imports, as reported by PyChecker.
2001-04-08  Tim PetersGet rid of useless string import, as reported by Neal...
2001-04-07  Tim PetersSF patch #413552 - Premature decref on object
2001-04-07  Greg SteinCorrect the documentation for getreadbufferproc and...
2001-04-07  Greg SteinAdd an uninstall method to the ImportManager.
2001-04-07  Jack JansenFinally merged morefindertools into findertools.
2001-04-07  Fred DrakeAdd entry for unittest documentation.
2001-04-07  Fred DrakeStart of documentation for the unittest module. Some...
2001-04-06  Tim PetersSince Guido fiddled Cookie.py to work with doctest...
2001-04-06  Guido van RossumSince this module already uses doctest-style examples...
2001-04-06  Tim PetersRemove lines for asynchat & asyncore, as they've now...
2001-04-06  Guido van RossumAfter testing the test on Unix, several improvements:
2001-04-06  Guido van RossumAdd test for asynchat. This also tests asyncore.
2001-04-06  Guido van RossumMake the docstring a raw string, for pydoc.
2001-04-06  Jack JansenAdded a note about Help and ctb missing in carbon.
2001-04-06  Jack JansenVersion 1.2 by Christopher Stern.
2001-04-05  Tim PetersFix the fix (my error -- hasty pasty).
2001-04-05  Tim PetersOne-liner critical fix from Jim Fulton: Eric's string...
2001-04-05  Fred DrakeChange {\em ...} to \emph{...} for consistency with...
2001-04-05  Fred DrakeAdd some information about what to expect of the Docume...
2001-04-05  Fred DrakeEffectively revert the previous change: leave the...
2001-04-05  Fred DrakeAdded more link attributes based on additonal informati...
2001-04-05  Andrew M. KuchlingBug #412086, reported by Peter Wilson: The _curses...
2001-04-05  Andrew M. KuchlingPatch #413912 from Steve Majewski: Add .m to the list...
2001-04-05  Andrew M. KuchlingMention pydoc in the man page
2001-04-05  Fred DrakeCorrected default value of the DocumentType.internalSub...
2001-04-04  Fred DrakeAdd an #include of sys/ioctl.h to pick up a lot of...
2001-04-04  Tim PetersSf bug [ #412214 ] ZipFile constructor leaves files...
2001-04-04  Tim PetersSF patch [ #413750 ] Cygwin entry for README file,...
2001-04-04  Fred DrakeA number of improvements based on a discussion with...
2001-04-04  Fred DrakeCharacterData methods: Update self.length on changes...
2001-04-04  Fred DrakeAdd support for the CharacterData methods, CDATASection.
2001-04-04  Fred DrakeDocument PySequence_Size(), and describe PySequence_Len...
2001-04-03  Jack JansenDisable fused-add-mul instructions. They give a nonstan...
2001-04-03  Fred DrakeMake reference to the Library Reference in the "What...
2001-04-03  Jack JansenIf the frontmost window is not a Tk window exit the...
2001-04-02  Tim PetersSF bug [#410708] Condition.wait() and KeyboardInterrupt.
2001-04-02  Guido van RossumApplying SF patch #412553 by Christopher Lee: fix linux...
2001-03-31  Martin v. LöwisInitialize Attr.value with empty string in createAttrib...
2001-03-31  Andrew M. KuchlingRemove the backed-out version requirement
2001-03-31  Andrew M. KuchlingBack out the requirement to supply a version number
2001-03-31  Eric S. RaymondFixes a fatal bug when the module has computed alternat...
2001-03-31  Neil Schemenauer"install -d" does not work on BSDI systems even though...
next