]> granicus.if.org Git - python/shortlog
python
2000-04-22 Greg WardCheck that 'self.formats' is good early on.
2000-04-22 Greg WardCatch DistutilsOptionError in 'setup()' -- it's thrown...
2000-04-22 Greg WardExtracted the "what-do-I-do-for-this-format" logic...
2000-04-22 Greg WardFix how we generate the meta-data query methods to...
2000-04-22 Greg WardChanged to call 'get_fullname()', not 'get_full_name...
2000-04-21 Jack JansenMade the GUSI options work again with GUSI 2.
2000-04-21 Guido van RossumAdded winsound project to workspace, and added -I optio...
2000-04-21 Guido van RossumPatch by Vladimir Marangozov to unload additionally...
2000-04-21 Guido van RossumAdded test_winsound by Mark Hammond.
2000-04-21 Guido van RossumMark Hammond:
2000-04-21 Guido van RossumMark Hammond:
2000-04-21 Guido van RossumCharles Waldman writes:
2000-04-21 Guido van RossumPatch by Charles G Waldman to avoid a sneaky memory...
2000-04-21 Guido van RossumCharles Waldman writes:
2000-04-21 Guido van RossumCharles Waldman writes:
2000-04-21 Guido van RossumUse an explicit macro SOCKETCLOSE which expands to...
2000-04-21 Guido van RossumPatch by Brian Hooper, somewhat augmented by GvR, to...
2000-04-21 Guido van RossumDoc strings for the spawn* functions, by Michael Hudson.
2000-04-21 Greg WardFix 'check_metadata()' so it grovels through the distri...
2000-04-21 Greg WardPatch from Andrew Kuchling: document the new multiple...
2000-04-21 Greg WardPatch from Andrew Kuchling: allow multiple include...
2000-04-21 Greg WardFixed the '--license' option so it's officially an...
2000-04-21 Greg WardAdded the capability for alias options.
2000-04-21 Greg WardAdded 'has_option()', 'get_attr_name()' methods.
2000-04-21 Greg WardPatch, originally from Bastian Kleineidam and savagely...
2000-04-21 Greg WardMade 'generate_help()' and 'print_help()' methods of...
2000-04-21 Greg WardContinuing the refactoring: deleted the old 'fancy_geto...
2000-04-21 Greg WardHefty refactoring: converted 'fancy_getopt()' function...
2000-04-19 Greg WardReformatted wide paragraphs.
2000-04-19 Greg WardReverted '\var' in the "standard installation location...
2000-04-19 Greg WardDropped '\tilde' and '\bslash' definitions.
2000-04-19 Greg WardChanged '\tilde' and '\bslash' to the standard '\textas...
2000-04-19 Greg WardRemoved '\package' definition.
2000-04-19 Greg WardChanged '\package' to \module'.
2000-04-19 Greg WardChanged '\option' to '\longprogramopt' wherever it...
2000-04-19 Fred DrakeANSI-fy & de-tabify the source.
2000-04-19 Greg WardBumped version to 0.8.1.
2000-04-19 Greg WardAdded kludge to deal with the "./ld_so_aix" problem...
2000-04-19 Greg WardDon't load the config.h file, even under Unix, because...
2000-04-19 Greg WardAdded 'link_executable()' method (Berthold Hoellmann).
2000-04-18 Jack JansenFix by Dan Green and Corran Webster to support LongDateTime
2000-04-17 Fred DrakeAdded documentation for WindowsError; omission noted...
2000-04-17 Fred DrakeClarify the description of the else clause for try...
2000-04-15 Greg WardReformatted all exception documentation as docstrings.
2000-04-15 Greg WardCleaned up/simplified error-handling:
2000-04-14 Jeremy HyltonFix PR#7 comparisons of recursive objects
2000-04-14 Fred DrakeAnthony Baxter <anthony@interlink.com.au>:
2000-04-14 Greg WardDon't run "ranlib" if sysconfig's RANLIB (from Python...
2000-04-14 Greg WardVarious wording/formattin tweaks.
2000-04-14 Greg WardUse 'get_python_inc()' to figure out the Python include...
2000-04-14 Greg WardCoerce all paths in the manifest template to the local...
2000-04-14 Greg WardCleaned up use of sysconfig module a bit: don't import...
2000-04-14 Greg WardDon't bother reading config.h on NT or Mac OS. (It...
2000-04-13 Fred DrakeSimplify creation of the version_info value for clarity...
2000-04-13 Fred DrakeUpdate change to version_info structure.
2000-04-13 Fred DrakeCapitulate, changing version_info to a 5-tuple:
2000-04-13 Fred DrakeDocument hexversion (incompletely explained) and versio...
2000-04-13 Fred DrakeDefine version_info to be a tuple (major, minor, micro...
2000-04-13 Barry Warsawsetup_confname_table(): Close memory leak caused by...
2000-04-13 Fred DrakeThomas Heller <thomas.heller@ion-tof.com>:
2000-04-13 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-04-13 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-04-13 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-04-13 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-04-13 Fred DrakeM.-A. Lemburg <mal@lemburg.com>:
2000-04-13 Fred DrakeWhen refering to Unicode characters in exception messag...
2000-04-12 Jeremy Hyltonraise TypeError when bad argument passed to cStringIO...
2000-04-12 Jeremy Hyltonord: provide better error messages
2000-04-12 Greg WardAdded note about usual default prefix under Linux ...
2000-04-12 Greg WardTrying to placate Fred: redefine \tilde and \bslash...
2000-04-12 Greg WardChanged the table of per-platform default installation...
2000-04-11 Fred DrakeMake use of \longprogramopt where appropriate.
2000-04-11 Fred DrakeElaborate descriptions of \e, \module.
2000-04-11 Fred DrakeRevise the description of \programopt, document \longpr...
2000-04-11 Fred Drake\longprogramopt: New macro.
2000-04-11 Fred Drakedo_cmd_longprogramopt(): New function.
2000-04-11 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.6a2
2000-04-11 Guido van RossumAdd weasel-words about versioning, so I don't have...
2000-04-11 Guido van RossumDeleted trailing whitespace. This is really a way...
2000-04-11 Guido van RossumMarc-Andre Lemburg:
2000-04-11 Guido van RossumMarc-Andre Lemburg:
2000-04-11 Guido van RossumMarc-Andre Lemburg:
2000-04-11 Guido van RossumMarc-Andre Lemburg:
2000-04-11 Guido van RossumMarc-Andre Lemburg:
2000-04-11 Guido van RossumMarc-Andre Lemburg:
2000-04-11 Guido van RossumMarc-Andre Lemburg:
2000-04-11 Guido van RossumMarc-Andre Lemburg:
2000-04-11 Guido van RossumTwo more items.
2000-04-11 Greg WardLaTeX macros for the Distutils manuals.
2000-04-11 Greg WardSpewed a bunch more verbiage.
2000-04-10 Guido van RossumCorrect fix by Mark Favas for the cast problems.
2000-04-10 Guido van RossumI've had complaints about the comparison "where >=...
2000-04-10 Guido van RossumVersion 1.3 of the Python Unicode Integration proposal.
2000-04-10 Fred DrakeAdded reference count information for Py_FindMethod().
2000-04-10 Guido van RossumInstall the docs (with fewer rules).
2000-04-10 Guido van RossumBunch of new names, mostly from patches and bugs mailin...
2000-04-10 Fred DrakeYet another markup nit: functions that are part of...
2000-04-10 Fred DrakePyErr_Format():
2000-04-10 Jeremy Hyltondocument PyErr_Format
2000-04-10 Fred Drakeletters:
next