]> granicus.if.org Git - python/shortlog
python
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...
2001-03-23 Guido van RossumFinishing touch to Ping's changes. This is a patch...
2001-03-23 Barry WarsawTwo minor changes for better Jython compatibility....
2001-03-23 Fred DrakeUpdate Mac OS X platform notes.
2001-03-23 Fred DrakeStrengthen the constraints on calling PyObject_GC_Fini().
2001-03-23 Barry WarsawMake socket.getservbyname test optional on socket modul...
2001-03-23 Fred Drakecall_sys_exitfunc(): Remove unused variable f.
2001-03-23 Andrew M. KuchlingChange rfc822_escape() to ensure there's a consistent...
2001-03-23 Jeremy HyltonAdd nested scopes spec to appendix.
2001-03-23 Fred DrakeRemove the annoying __version__ definitions.
2001-03-23 Fred DrakeLots of small changes to make this work with the Python...
2001-03-23 Barry Warsawsetlocale(): In _locale-missing compatibility function...
2001-03-23 Fred DrakePick up the "encode" function from esistools instead...
2001-03-23 Fred DrakeNo quotes around the "future" in the first use of the...
2001-03-23 Fred DrakeRe-write to no longer depend on an old version of PyXML...
2001-03-23 Fred DrakePick the "escape" function from the standard library...
2001-03-23 Fred DrakeAdd conversions for more of the markup -- not all of...
2001-03-23 Fred DrakeAdd entry for the futures appendix in the reference...
2001-03-23 Fred DrakeInclude the futures appendix.
2001-03-23 Fred DrakeRevise the markup so that this formats and uses markup...
2001-03-23 Barry WarsawSeveral changes for Jython portability. This closes...
2001-03-23 Jeremy Hyltonflesh out __all__
2001-03-23 Ka-Ping YeeAllow sys.excepthook and sys.exitfunc to quietly exit...
2001-03-23 Ka-Ping YeeExtend isclass() to work for extension classes (by...
2001-03-23 Jeremy HyltonAdd some initial text for the appendix on future statem...
2001-03-23 Jeremy HyltonNote that assignments to __debug__ are illegal
2001-03-23 Jeremy HyltonNews items for my recent checkins
2001-03-23 Ka-Ping YeeScript for starting pydoc with a GUI in Windows.
2001-03-23 Jeremy HyltonMake it illegal to assign to __debug__ as per Guido...
2001-03-23 Ka-Ping YeeBrowser compatibility fixes.
2001-03-23 Jeremy HyltonRevert to ver 1.22, which was the version before the...
2001-03-23 Ka-Ping YeeSmall formatting improvements.
2001-03-23 Ka-Ping YeeShow inherited methods, with hyperlinks to the base...
2001-03-23 Fred DrakeBump version number.
2001-03-23 Tim PetersRevert the 1.8 patch, since it's implicated in nasty...
2001-03-23 Ka-Ping YeeProvide a StopTokenizing exception for conveniently...
2001-03-23 Ka-Ping YeeExplain the difference between NL and NEWLINE.
2001-03-23 Ka-Ping YeeGive a slightly better explanation of excepthook.
2001-03-23 Ka-Ping YeeDon't have trace() skip the top frame; return them...
2001-03-23 Fred DrakeWhen creating an attribute node using createAttribute...
2001-03-23 Fred DrakeUpdate to the most recent weakref changes.
2001-03-23 Fred DrakeConvert the weakref test suite to PyUNIT, and add tests...
2001-03-23 Fred DrakeWhen the regression test is run in verbose mode, make...
2001-03-23 Fred DrakeAdd support for weak references to the function and...
2001-03-23 Fred DrakeAdd the necessary field for weak reference support...
2001-03-23 Guido van RossumFix memory leak with SyntaxError. (The DECREF was...
2001-03-23 Andrew M. KuchlingAdd a paragraph about obmalloc turning up bugs in exten...
2001-03-23 Tim PetersAdd Jeremy's compiler to the Windows install.
2001-03-23 Andrew M. KuchlingAdd section for PEP 241
2001-03-23 Ka-Ping YeeAdd sys.excepthook.
next