]> granicus.if.org Git - python/shortlog
python
2002-01-11 Jack Jansen- Updated to Waste 2.0.
2002-01-11 Jack JansenDon't call PyMac_OutputSeen if we have a custom console...
2002-01-11 Martin v. LöwisAdd a per-message fallback mechanism for translations.
2002-01-11 Martin v. LöwisAdd fallback argument to translation(). Request fallbac...
2002-01-10 Tim PetersUpdate master Windows build-number list for 2.1.2c1.
2002-01-10 Fred DrakeAdded item about the webbrowser security fix.
2002-01-10 Jack JansenUpdated for CW7 and Tcl/Tk 8.3.4.
2002-01-10 Jack JansenAdded the modules I missed first time around. Still...
2002-01-09 Just van RossumFixed TrackMouseRegion() argument: ioWasInRgn is an...
2002-01-09 Marc-André... Fixed "u#" parser marker to pass through Unicode object...
2002-01-08 Jack JansenUpdated for CW7 and Tcl/Tk 8.3.4. Also added a few...
2002-01-08 Jack JansenUpgraded _tkinter to Tcl/Tk 8.3.4.
2002-01-08 Just van RossumToday's Carbon Toolbox addition: CarbonEvt.TrackMouseLo...
2002-01-07 Fred DrakeFix webbrowser.py security bug: be more careful about...
2002-01-07 Just van RossumToday's Carbon Toolbox addition: QDTextBounds()
2002-01-07 Mark HammondEnsure Unicode filenames work with glob - they already...
2002-01-06 Just van RossumAdded support for DrawThemeButton() and friends.
2002-01-06 Marc-André... Restore Python 2.1 StringIO.py behaviour: support conca...
2002-01-06 Guido van RossumChecked in Sean Reifschneider's RPM spec file and patch...
2002-01-05 Just van RossumWhoops, it's late -- generated output now matches what...
2002-01-05 Just van RossumQ&D support for ThemeDrawingState objects.
2002-01-05 Martin v. LöwisInitialize err_ret with filename if available. Fixes...
2002-01-05 Fred DrakeTime2Internaldate(): Call isinstance() once for each...
2002-01-05 Fred DrakeRemove unused imports, clean up trailing whitespace.
2002-01-05 Martin v. LöwisCheck for time.struct_time in addition to tuples. Use...
2002-01-05 Martin v. LöwisImplement PyObject_DelItemString. Fixes #498915.
2002-01-05 Fred DrakeDo not mask the name of a built-in function in example...
2002-01-05 Fred DrakeFix indentation error in example from the Tkinter Life...
2002-01-05 Fred DrakeFix minor typo reported in SF patch #497951.
2002-01-04 Just van Rossum- added support for UserPaneKeyDownProc and UserPaneFoc...
2002-01-04 Jack JansenUH 3.4 checkin that I had forgotten about.
2002-01-04 Jack JansenSome of the new routines are carbon-only.
2002-01-04 Jack JansenRephrased the OSX stack limit problem, after a complain...
2002-01-04 Just van RossumCallback error handling improvements:
2002-01-04 Just van RossumUgh, by all means, _do_ report exceptions somehow ;-)
2002-01-04 Steven M. Gavaloading core keybindings via new config system plus
2002-01-04 Steven M. Gavamove core functionality of SearchBindings.py into Edito...
2002-01-03 Just van Rossumfixed SetEventParameter() signature: removed unneccesar...
2002-01-03 Just van RossumThe output MenuRef of GetMenuItemHierarchicalMenu(...
2002-01-03 Steven M. Gavafurther development of highlighting and editor preferen...
2002-01-03 Steven M. Gavaremove futzing with text font
2002-01-03 Steven M. Gavafixups and improvements
2002-01-03 Steven M. Gavamoving to new config system
2002-01-02 Jack JansenIn MachoPython, don't simulate argc/argv unless we...
2002-01-02 Andrew M. KuchlingFix typo in label
2002-01-02 Just van Rossum- Added DrawThemeTextBox()
2002-01-02 Just van Rossumrectified copy/paste oversight in comment
2002-01-02 Just van Rossum- Added support for optional MenuObj arguments
2002-01-01 Jack JansenAdded some support for unicode arguments.
2002-01-01 Jack JansenAdded some support for Uicode arguments. Still leaves...
2002-01-01 Jack JansenUpdated to current pathnames.
2002-01-01 Neal NorwitzImprove grammar
2002-01-01 Martin v. LöwisPatch #497126: Always compile dl.
2002-01-01 Martin v. LöwisPatch #494783: Rename cmp_op enumerators.
2002-01-01 Neal NorwitzSF Patch #494867 test file methods
2002-01-01 Neal NorwitzSF Patch #494863, file.xreadlines() should raise ValueE...
2002-01-01 Martin v. LöwisPatch #497098: build support for GNU/Hurd.
2001-12-31 Jack JansenUse the Carbon scrap manager interface if the old inter...
2001-12-31 Jack JansenUpdated to optionally use Carbon Scrap manager.
2001-12-31 Jack JansenUse the Carbon scrap manager interface if the old inter...
2001-12-31 Jack JansenAdded support for the Carbon scrap manager (finally).
2001-12-31 Just van RossumOops, forgot to mark CreateScrollBarControl and CreateS...
2001-12-31 Just van Rossummade radio button labels readable under OSX
2001-12-31 Just van Rossumhalf-hearted stab at supported the 2.2 object model...
2001-12-31 Just van Rossumadded support for live feedback in scrollbars
2001-12-30 Just van Rossum- added support for ControlActionProcs, exposing the...
2001-12-30 Martin v. LöwisPrint encoded versions of the file names in test applic...
2001-12-29 Tim Peterstest_support: add a docstring to vereq().
2001-12-29 Neal NorwitzSF Patch #497487 add test to compare conjugate of a...
2001-12-29 Neal NorwitzSF Patch #494873 add tests for complex numbers includin...
2001-12-29 Neal NorwitzSF Patch #494874 add tests for int()/long() invalid...
2001-12-29 Neal NorwitzSF Patch #494872 test repr() of a built-in module
2001-12-29 Neal NorwitzSF Patch #494876, test invalid parameters to pow()
2001-12-28 Guido van RossumThread.__bootstrap(): ignore exceptions in the self...
2001-12-28 Guido van RossumFix for SF bug ##497426: can't deepcopy recursive new...
2001-12-28 Guido van RossumFix for SF bug ##497426: can't deepcopy recursive new...
2001-12-28 Martin v. LöwisAdd fcntl.h constants from glibc 2.2.4. Fixes #496171.
2001-12-28 Guido van RossumSF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous...
2001-12-28 Guido van RossumUpdate the docstring too. :-)
2001-12-28 Guido van RossumSF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous...
2001-12-27 Jack JansenAdded someone.
2001-12-27 Jack JansenPatches by Jens B. Jorgensen with small mods by me:
2001-12-27 Jack JansenMerging changes from release22-branch.
2001-12-27 Fred DrakeAnother name; should be added to Python 2.2.1.
2001-12-27 Fred DrakeAdded some missing index entries, noted by L. Peter...
2001-12-27 Guido van RossumUpdated -- all Demo subdirectories are once again liste...
2001-12-27 Guido van RossumRemoving this directory; it's no longer needed now...
2001-12-27 Guido van Rossum_reduce(): Avoid infinite recursion in the pickler...
2001-12-27 Guido van RossumDue to a cut-and-paste error, the type object exported...
2001-12-27 Just van RossumModified version of patch #496882: echo SimpleStdin...
2001-12-27 Fred DrakeElaborate the descriptions for onecmd(), precmd(),...
2001-12-26 Fred DrakeFix wrongly-named formal parameters in three places...
2001-12-26 Fred DrakeAdded another name.
2001-12-26 Fred DrakeAdded index entries similar to some recommended by...
2001-12-26 Fred DrakeMake this do the right thing with entries which start...
2001-12-26 Fred DrakeMore index entries.
2001-12-26 Fred DrakeClose an improperly-closed verbatim environment.
2001-12-25 Tim PetersSF bug #495548: troublesome #define in pyport.h
2001-12-25 Tim PetersSF bug #496549 -Qnew and in-place division "/=".
2001-12-23 Guido van RossumDon't set passiveserver to 0 in connect(). See SF...
next