]> granicus.if.org Git - python/shortlog
python
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.
1999-12-16 Guido van RossumCorrect stupid typo (HAVE_GETHOSTBTNAME).
1999-12-16 Jack JansenNavigation Services module. Started from scratch, as...
1999-12-16 Greg WardWhen emitting a command-line error message, *say* it...
1999-12-16 Greg WardCatch errors from 'rmtree' and emit a warning.
1999-12-15 Fred DrakeDocument getgroups(), getlogin(), fpathconf(), pathconf(),
1999-12-15 Fred DrakeRip out the code to check the ordering of the tables...
1999-12-15 Jack JansenFixed menu glyph stuff.
1999-12-15 Jack JansenAdded kind resources (in US-english and dutch, sigh).
1999-12-15 Fred DrakeAdded table entries for Irix 6.5 names for confstr...
1999-12-15 Just van RossumFixed buglet in Application.do_suspendresume(), it...
1999-12-15 Barry Warsawdo_strip(): Fixed cut-and-paste error; this function...
1999-12-14 Guido van RossumOnly set msg.fp to None when there are no extra argumen...
1999-12-14 Fred DrakeAdded support for getlogin(); does *not* use getlogin_r...
1999-12-14 Fred DrakeRemove test for getlogin_r(); the interface is not...
1999-12-14 Fred DrakeAdded detection of getlogin() and getlogin_r().
1999-12-14 Jack JansenBgen now understands more constant definitions, but...
1999-12-14 Jack JansenIf a menu shortcut is a tuple in stead of a char it...
1999-12-14 Jack JansenRegenerated now that bgen can handle a few more constru...
1999-12-13 Fred DrakeMarkup consistency nits that Guido didn't check. ;-)
1999-12-13 Guido van RossumDoc update from Piers Lauder see changes for imaplib...
1999-12-13 Guido van RossumV 2.16 from Piers:
1999-12-13 Greg WardUse 'search', not 'match', on filename pattern regexes.
1999-12-13 Fred DrakeRemoved debugging prints.
1999-12-13 Fred DrakeAdded bindings for getgroups(), fpathconf(), pathconf...
1999-12-13 Fred DrakeAdded detection for getgroups(), fpathconf(), pathconf(),
1999-12-13 Jack JansenFixed the password dialog to use a password control.
1999-12-13 Jack JansenC-style comments removed (again).
1999-12-13 Jack JansenMethods {Get,Set}ControlData that know about data types...
1999-12-13 Jack JansenFixed the password dialog to use a password control.
1999-12-12 Jack JansenUpdated Message, question, YNC and progress dialogs...
1999-12-12 Jack JansenIn places where a ResObj is expected for PyArg_Parse...
1999-12-12 Jack JansenRegenerated toolbox modules with CW Pro 5.2, which...
1999-12-12 Jack JansenRegenerated with CW Pro 5.2, which has MacOS 8.6 and...
1999-12-12 Jack JansenDummy functions which return unimpErr for lots of toolb...
1999-12-12 Jack JansenOops, PLstring funcs should be "pascal". Funny this...
1999-12-12 Greg WardCatch up with terminology change in UnixCCompiler:...
1999-12-12 Greg WardCatch missing MANIFEST file and warn rather than blowin...
1999-12-12 Greg WardFixed 'find_package_modules()' to ensure that we never...
1999-12-12 Greg WardChanged 'build_extensions()' so 'sources' can be a...
1999-12-12 Greg WardIn 'compile()' method, renamed 'includes' parameter...
1999-12-12 Greg WardAdded support for printing out help text from option...
1999-12-12 Greg WardMade "verbose" mode the default; now you have to supply...
1999-12-10 Jack JansenNew appearance mgr support. This appears (no pun intend...
1999-12-10 Guido van RossumThe call to PyArg_ParseTuple in al_Connect had one...
1999-12-09 Jack JansenChanged appearance-dialogs to new WDEF values. Also...
1999-12-09 Jack JansenRegenerated, and manually massaged (sigh): there can...
1999-12-09 Jack JansenFixed a linebreak I forgot, added docstrings, (temporar...
1999-12-09 Jack JansenAdded USE_APPEARANCE flag.
1999-12-09 Fred DrakeDocument the new stuff in the os module.
1999-12-09 Fred DrakeAdded support for ctermid, tempnam, tmpfile, tmpnam...
next