]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-01-30  Greg WardAdded 'dist' command.
2000-01-30  Greg WardImprovements to the help system:
2000-01-30  Greg WardAdded missing run of corresponding 'build' command.
2000-01-24  Jack JansenBig oops: macfs has always been using a private excepti...
2000-01-24  Jack JansenHmm, the project wasn't a 5.3 file, despite the log...
2000-01-24  Jack JansenBuild the Nav module too.
2000-01-24  Jack JansenIf there's an error in an fsspec argument raise MacOS...
2000-01-21  Guido van RossumTrent Mick: Setup PC configuration so that MSDEV choose...
2000-01-20  Fred DrakeDon't insert extra indentation before <title> elements.
2000-01-20  Guido van RossumThe rest of the changes by Trent Mick and Dale Nagata...
2000-01-20  Guido van RossumFix some broken links.
2000-01-20  Guido van RossumChanges by Trent Mick (of ActiveState) and Dale Nagata...
2000-01-20  Guido van RossumTwo patches from Jack Jansen:
2000-01-20  Jeremy HyltonEXPERIMENTAL
2000-01-19  Guido van RossumChange two occurrences of type(x) <> types.CodeType...
2000-01-18  Jack JansenMade all textfields in message and question boxes minim...
2000-01-17  Greg WardFix indentation bug.
2000-01-17  Greg WardCatch OSError from 'spawnv()' in '_spawn_nt()'.
2000-01-17  Greg WardRemoved /GD switch -- currently ignored by MSVC.
2000-01-17  Greg WardAdded compiler flags suggested by Thomas Heller: optimi...
2000-01-17  Greg WardAdded missing import.
2000-01-17  Greg WardAdded code to use Jim Ahlstrom's zipfile.py module...
2000-01-17  Greg WardFix library filename methods -- there is no 'lib' prefi...
2000-01-17  Greg WardAlways run sys.prefix and sys.exec_prefix through ...
2000-01-17  Greg WardDitch unneeded imports.
2000-01-17  Guido van RossumFix by Nick Russo in processing of timezone in test...
2000-01-14  Guido van RossumAccording to Ron Bickers, and with apparent approval...
2000-01-13  Jack Jansen- Actually _implemented_ SetFolder()
2000-01-13  Jack JansenHandling of defaultLocation argument was wrong, causing...
2000-01-13  Jack JansenList objects obtained through as_List(resource) are...
2000-01-13  Jack JansenGet/set sys.path initializer in new appearance way.
2000-01-12  Guido van RossumFix a bug in exec_statement() noted incidentally by...
2000-01-12  Guido van RossumThe functions asctime() and mktime() are documented...
2000-01-12  Guido van RossumOn Linux, one sometimes sees spurious errors after...
2000-01-09  Greg Ward'newer_group()' can now deal with missing files, in...
2000-01-09  Greg WardAbstracted '_fix_link_args()' out of 'link_shared_objec...
2000-01-09  Greg WardRemoved a bunch of irrelevant parameters from 'link_sta...
2000-01-09  Greg WardTypo fix: 'file.warn' should have been 'manifest.warn...
2000-01-07  Jack JansenTwo constants were missing.
2000-01-07  Jack JansenAdded initializer routine optionally to be used as...
2000-01-03  Guido van RossumThe correct RFC to reference is RFC-1521 (MIME part...
2000-01-03  Greg Steinredesign/rebuild around the ImportManager concept.
2000-01-01  Jack JansenCW Pro 5.3 projects.
1999-12-30  Fred Drakesetup_confname_table(): Use size_t instead of int...
1999-12-29  Jack JansenNasty error: handle parameters are passed by _address_...
1999-12-29  Jack JansenRenamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING
1999-12-24  Jack JansenModified for new dll import source organisation by...
1999-12-24  Jack JansenModified for appearance.
1999-12-23  Jack JansenOops, forgot & in ParseTuple argument in ControlGetData...
1999-12-23  Just van Rossumskip CVS folders when building the Scripts menu -- jvr
1999-12-23  Just van Rossumupdated copyright string
1999-12-23  Guido van RossumImplement the other easy thing: repr() of a float now...
1999-12-23  Fred DrakeAdded item about specific missing entries in the C...
1999-12-23  Just van Rossumchanged the "method find" algorithm so the function...
1999-12-23  Fred Drakelong_format(): Now takes a third parameter, addL;...
1999-12-23  Fred DrakeRevise tests to support str(<long int object>) not...
1999-12-23  Jack JansenAdded a reference to oldPICTbrowse.py.
1999-12-23  Jack JansenConverted to Appearance and using a List control in...
1999-12-23  Jack JansenPartially converted to Appearance, the dialog still...
1999-12-23  Jack JansenConverted to Appearance.
1999-12-23  Jack JansenUnified handle-conversion scheme to
1999-12-23  Fred DrakeAdjusted apply() docstring based on comments from Gerri...
1999-12-22  Fred DrakeDon't call len() if the value is already cached! Caugh...
1999-12-22  Fred DrakeFor ZlibError and ZLIB_VERSION, only attempt to add...
1999-12-22  Guido van RossumCleanup patches from Greg Stein:
1999-12-21  Fred DrakeRemoved a couple of items that got done(!).
1999-12-21  Fred DrakeDocument GetoptError and label error an alias.
1999-12-21  Guido van RossumContribution from Gerrit Holl:
1999-12-21  Fred DrakeDocument 1.5.2+ aspects of the NotANumber exception...
1999-12-21  Fred DrakeDocument that the |mode| parameter to open() is optiona...
1999-12-21  Guido van RossumVladimir Marangozov:
1999-12-20  Guido van RossumAdded setargv.obj to the link link.
1999-12-20  Guido van RossumAdd dynload_win.c to project.
1999-12-20  Guido van RossumAdd HAVE_DYNAMIC_LOADING.
1999-12-20  Guido van RossumFor Windows, need to add #include <windows.h>.
1999-12-20  Andrew M. KuchlingFix typo in docstring: wbites -> wbits
1999-12-20  Guido van RossumChanges to auto-detect the correct dynload_<platform...
1999-12-20  Guido van RossumAdd line for HAVE_DYNAMIC_LOADING (result of editing...
1999-12-20  Guido van RossumDefine HAVE_DYNAMIC_LOADING.
1999-12-20  Guido van RossumSupport for selecting the correct dynload_<platform...
1999-12-20  Guido van RossumIn _PyImport_Init(), dynamically construct the table...
1999-12-20  Guido van RossumSome rearrangements for the importdl.c restructuring.
1999-12-20  Guido van RossumMoved most of the platform-specific code to dynload_...
1999-12-20  Guido van RossumThe old platform-specific contents of importdl.c, broke...
1999-12-20  Guido van RossumThe cleanup code in com-init() at label fail_0000 shoul...
1999-12-19  Jack JansenSupport keys that have a Handle as parameter, by using...
1999-12-19  Jack JansenAdded {Get,Set}ControlDataHandle methods. These are...
1999-12-18  Jack JansenStandardFile compatability routines. For the time being...
1999-12-18  Jack JansenIncrease applet minimal memory size by a megabyte.
1999-12-17  Jack JansenAdded a line about passing None as eventProc to the...
1999-12-17  Jack JansenPyMac_BuildOptStr255 and PyMac_BuildFSSpec added to...
1999-12-17  Jack JansenAdded PyMac_BuildOptStr255, which returns None on a...
1999-12-17  Jack JansenFinished (I think), but only very lightly tested. Shoul...
1999-12-17  Jack JansenProject for Nav module.
1999-12-16  Jack JansenAdded Nav
1999-12-16  Jack JansenAllow keyword arguments, and the dialog is now actually...
1999-12-16  Jack JansenAdded Nav module
1999-12-16  Guido van RossumPatch and new file by Geoff Furnish for C++ compilation.
1999-12-16  Guido van RossumPatch by Geoff Furnish to make compiling with C++ more...
1999-12-16  Guido van RossumRegenerated after new acconfig.h.
next