]> granicus.if.org Git - python/shortlog
python
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...
1999-12-09 Fred DrakeAdded support for abort(), ctermid(), tmpfile(), tempna...
1999-12-09 Jack JansenChanges by Corran Webster to support {Get,Set}ControlDa...
1999-12-09 Jack JansenMinimal test of Dlg.SetControlData by Corran Webster...
1999-12-07 Jack JansenFirst bits and pieces of appearance support: an init...
1999-12-07 Guido van RossumOpenSSL support. This is based on patches for a versio...
1999-12-07 Guido van RossumOpenSSL support. This is based on patches for a versio...
1999-12-06 Guido van RossumAccording to Craig H Rowland, openbsd2 is yet another...
1999-12-06 Barry WarsawAdded \" to escapes so embedded escaped double quotes...
1999-12-03 Jack JansenSet the finder "is shared" bit, by request of Joe Strou...
1999-12-03 Jack JansenAllow for 12 arguments max, in stead of 8. Untested.
1999-12-03 Fred DrakeCorrect the docstring for byteswap(); error noted by...
1999-12-03 Greg Ward[from 1999-11-04]
1999-12-03 Jack JansenDefault schedparams set to (0,0): no event-intervention...
1999-12-03 Jack JansenStandalone.html is long obsolete. Added description...
1999-12-03 Jack JansenNew examples by Tony Ingraldi, using dns-lookup in...
1999-12-02 Jack JansenGive a warning if system-wide sys.argv processing is...
1999-12-01 Barry WarsawLast try, think I got it now.
1999-12-01 Barry WarsawOnce more
1999-12-01 Barry WarsawOnce more
1999-12-01 Barry WarsawUrg!
1999-12-01 Barry Warsawmore trivial stuff to test CVS -- should be the last?
1999-12-01 Barry Warsawtesting CVS once more
1999-12-01 Barry Warsawtesting CVS
1999-12-01 Barry Warsawtesting CVS
1999-12-01 Barry Warsawtesting CVS
1999-12-01 Barry Warsawtesting CVS
1999-12-01 Barry WarsawMinor change to test new CVS reporting
1999-12-01 Barry WarsawMinor change to test new CVS reporting
1999-12-01 Barry WarsawMinor change to test new CVS reporting
1999-12-01 Barry WarsawMinor change to test new CVS reporting
1999-12-01 Barry WarsawMinor change to test new CVS reporting
1999-12-01 Barry WarsawMinor change to test new CVS reporting
1999-12-01 Barry WarsawMinor change to test new CVS reporting
1999-12-01 Fred DrakeUpdate link to PythonWare library page.
1999-11-30 Guido van RossumIn abspath(), always use normpath(), even when win32api...
1999-11-28 Barry WarsawA bunch of docstring fixes.
1999-11-24 Greg Steinlook for builtins before stuff on the path.
1999-11-24 Greg Steinadd loading of dynamic library modules.
1999-11-23 Fred Drakerewrite_descriptor(): Fixup conversion of arguments...
1999-11-23 Fred DrakeDon't rename \var to <varname>; DocBook is too verbose...
1999-11-20 Greg Steinturn SysPathImporter into PathImporter.
1999-11-20 Greg Steinremove the __version__ global.
1999-11-20 Greg Steinonly put __path__ into package modules.
1999-11-20 Greg Steinshift code from DirectoryImporter out to a common area.
1999-11-19 Fred DrakeMoved all the imports to the top.
1999-11-18 Fred DrakeSet the date and version to reflect the actual status...
1999-11-18 Fred DrakeWhen generating the top-level index to the documents...
1999-11-18 Guido van RossumPatches by Kannan Vijayan:
1999-11-17 Fred DrakeRemoved last XXX comment; no further action needed...
1999-11-17 Guido van RossumComplete the integration of Sam Bayer's fixes.
1999-11-17 Guido van RossumChanged fron importing wcnew back to webchecker.
1999-11-17 Guido van RossumIntegrated Sam Bayer's wcnew.py code. It seems silly...
1999-11-17 Guido van Rossum# *NOT* by Sam Bayer: reindented to use 4 spaces like...
1999-11-17 Guido van RossumSamuel L. Bayer:
1999-11-17 Guido van RossumSamuel L. Bayer:
1999-11-17 Guido van RossumSamuel L. Bayer:
1999-11-17 Guido van RossumSamuel L. Bayer:
1999-11-16 Guido van RossumMoshe Zadka writes: When deploying SimpleHTTPServer...
1999-11-16 Guido van RossumHint for C++ users on AIX by Gary Duzan added.
1999-11-16 Guido van RossumThe 'test' target ought to depend on 'all', not just...
1999-11-16 Guido van RossumPatch by Vladimir Marangozov, inspired by a bug report...
1999-11-16 Guido van RossumChanges resulting from patch to acconfig.h.
1999-11-16 Guido van RossumPatch by Vladimir Marangozov, inspired by a bug report...
1999-11-16 Guido van RossumPatch by Vladimir Marangozov, inspired by a bug report...
1999-11-15 Guido van RossumChange the last PyErr_Format %s format to %.400s.
1999-11-15 Fred DrakePreliminary documentation for turtle module (Tk), by...
next