]> granicus.if.org Git - python/shortlog
python
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...
2001-03-29 Fred DrakeAllow the <author/> element to appear before a paragrap...
2001-03-29 Fred DrakeAdd entry for curses.panel documentation.
2001-03-29 Fred DrakeFix serious markup errors.
2001-03-29 Fred DrakeRemove the spurious space of uncertain origin from...
2001-03-29 Jack JansenOn OSX show a dialog explaining that ConfigurePythonCar...
2001-03-29 Jack JansenOn OSX always copy PythonCore. It turns out an orphaned...
2001-03-29 Jack JansenChanged some of the dialogs to be a little clearer.
2001-03-29 Tim PetersWhitespace normalization.
2001-03-29 Tim PetersInitialize new save_warnings_filters data member in...
2001-03-28 Fred DrakeAdded example use of weak references, contributed by...
2001-03-28 Fred DrakeAdded documentation for PyObject_IsInstance() and PyObj...
2001-03-28 Jack JansenDon't show finder-delay-warning on OSX. Untested.
2001-03-28 Fred DrakeTypo: "ariables" --> "variables"
2001-03-28 Fred DrakeFix a number of small issues; this closes SF bug #411063.
2001-03-28 Guido van RossumBased on info from Jens@digicool.com, add 'darwin1...
2001-03-27 Jack JansenUpdated for 2.1b2 distribution.
2001-03-27 Martin v. LöwisArghh. Fix typo.
2001-03-27 Jack JansenAdded a note about BBPy.lm.
2001-03-27 Jack JansenAdded a note about the new (since 2.0) OSA architecture.
2001-03-27 Jack JansenOops, ISO translation was off. Fixed.
2001-03-27 Guido van RossumAdd Robin Thomas (author of the slice() comparability...
2001-03-27 Martin v. LöwisUse Guido's trick for always extracting the version...
2001-03-27 Ka-Ping YeeFix some reloading problems (still more work needed).
2001-03-26 Jack JansenDisable fused-add-mul instructions. They give a nonstan...
2001-03-26 Jeremy HyltonBug fix: compile() called from a nested-scopes-enable...
2001-03-26 Guido van RossumTurn SyntasWarning into SyntaxError for all code entered
2001-03-26 Fred DrakeMichael Hudson <mwh21@cam.ac.uk>:
2001-03-26 Fred DrakeAdd a note that the "kfm" controller supports "konquero...
2001-03-26 Fred DrakeItamar Shtull-Trauring <itamar@maxnm.com>:
2001-03-26 Fred DrakeUpdate auto-detection for Konqueror to include KDE...
2001-03-26 Andrew M. KuchlingNote missing explanation
2001-03-26 Jack JansenFixed some access paths.
2001-03-25 Marc-André... Fixed ref count bug. Patch #411191. Found by Walter...
2001-03-24 Fred Drakeget_version_string(): New function -- returns a Python...
2001-03-24 Guido van RossumDocument use_rawinput. (Although now that I think...
2001-03-23 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.1b2
2001-03-23 Barry Warsawmain(): Application of SF patch #405851, which allows...
2001-03-23 Tim Peterspydoc changed overnight in such a way that it no longer...
2001-03-23 Guido van RossumFix a memory leak -- there's no need to INCREF() the...
2001-03-23 Barry WarsawIn Jython, `@' is not allowed in module names. Extend...
next