]> granicus.if.org Git - python/shortlog
python
2000-05-07 Jack JansenUpdated for the 1.6a2 distribution: added a note about...
2000-05-07 Jack JansenChanged for the new preference resource version.
2000-05-07 Jack JansenThe applets need more memory nowadays, it seems (becaus...
2000-05-07 Jack JansenInstaller for 1.6a2. This is not the optimal location...
2000-05-07 Jack Jansen1.6a2 directive files.
2000-05-07 Jack JansenThese were never used, removed.
2000-05-07 Jack JansenMoved and renamed
2000-05-07 Greg WardDon't use 'set_option()' or 'get_option()' method ...
2000-05-07 Greg WardGot rid of several little-used and not-very-useful...
2000-05-07 Greg WardGot rid of some little-used and not-very-useful methods...
2000-05-06 Jack JansenTentative MkDistr scripts for 1.6a2.
2000-05-06 Jack JansenUpdated for 1.6a2.
2000-05-06 Jack JansenPut the install folders in (vise), not vise, so the...
2000-05-06 Jack JansenWe should define both USE_GUSI and USE_GUSI2.
2000-05-06 Greg WardAdded the ability to sneak extra flags onto the C compi...
2000-05-06 Guido van RossumToby Dickenson:
2000-05-05 Jack JansenAdding projects to the repository again, this time...
2000-05-05 Jack JansenRemoved string-exception preference, added tabcheck...
2000-05-05 Jack JansenAuto-install on import, if NavServices is available...
2000-05-05 Jack JansenGot rid of PyMem_XDEL.
2000-05-05 Jack JansenGot rid of w/MSL in the version string.
2000-05-05 Jack JansenAutomatically dump distribution folders where I want...
2000-05-05 Guido van RossumThe methods islower(), isupper(), isspace(), isdigit...
2000-05-05 Guido van RossumAdd two scenarios by Vladimir Marangozov that show...
2000-05-05 Guido van RossumQuick fix by Mark Hammond -- Yakov changed a dprintf...
2000-05-05 Guido van RossumAlas, Vladimir's patch was too aggressive, and started...
2000-05-04 Guido van RossumFast NonRecursiveMutex support by Yakov Markovitch...
2000-05-04 Guido van RossumWhen the UTF-8 conversion to Unicode fails, return...
2000-05-04 Guido van RossumMark Hammond should get his act into gear (his words...
2000-05-04 Jack JansenAdded accessor for kControlListBoxDoubleClickPart
2000-05-04 Guido van RossumTwo changes to improve (I hope) Unicode support.
2000-05-04 Guido van RossumAdd useless 'return 1' to prtrace() to shut up VC++.
2000-05-04 Guido van RossumRaise ImportError when os.fork does not exist.
2000-05-03 Guido van RossumFix warning detected by VC++ on assignment of Py_UNICOD...
2000-05-03 Guido van RossumVladimir Marangozov's long-awaited malloc restructuring.
2000-05-03 Guido van RossumRemove all references to stdwin.
2000-05-03 Guido van Rossum>>Boing!<<
2000-05-03 Guido van RossumVladimir Marangozov:
2000-05-03 Guido van RossumA bit of cleanup:
2000-05-03 Fred DrakeSomeone found the examples of poor practice on socket...
2000-05-03 Fred DrakeBrian Hooper <brian_takashi@hotmail.com>:
2000-05-03 Fred DrakeClarify status of connection of a new instance; it...
2000-05-03 Guido van RossumMark Hammond withdraws his fix -- the size includes...
2000-05-03 Guido van RossumMark Hammond:
2000-05-03 Jack JansenMoved to the Compat folder (in case anyone still wants...
2000-05-03 Jack JansenRemoved, the core-python getmtime works fine with GUSI2.
2000-05-03 Guido van RossumMark Hammond to the rescue:
2000-05-02 Jeremy Hyltonpatches from Mark Hammond
2000-05-02 Jeremy Hyltonpatches from Mark Hammond
2000-05-02 Guido van RossumDisable the ZEROTRAP code -- this turns a 0 byte into...
2000-05-02 Barry WarsawAdded an unused Unicode string for testing.
2000-05-02 Barry WarsawPyErr_GivenExceptionMatches(): Check for err==NULL...
2000-05-02 Barry Warsaw_PyBuiltin_Init_2(): Remove the misleading comment.
2000-05-02 Barry Warsawiniterrors(): Remove this function. String-based stand...
2000-05-02 Barry Warsawusage_mid: Remove the description of the -X flag; it...
2000-05-02 Barry WarsawPy_UseClassExceptionsFlag is deprecated. We keep the...
2000-05-02 Guido van RossumAt last, this backward compatibility file bites the...
2000-05-02 Barry WarsawIgnore a bunch of generated files.
2000-05-02 Fred DrakeAdded descriptions of \versionadded and \versionchanged.
2000-05-02 Fred Drakedo_cmd_versionchanged():
2000-05-02 Fred DrakeUse \versionchanged to indicate when the second paramet...
2000-05-02 Fred Drake\versionchanged: Added optional parameter for explanat...
2000-05-02 Guido van RossumI know this is only a temporary stop-gap measure, but...
2000-05-02 Guido van RossumCaolan McNamara:
2000-05-02 Guido van RossumSjoerd Mullender:
2000-05-02 Guido van RossumThe debug settings for zlib contained a bogus reference...
2000-05-01 Guido van RossumMarc-Andre Lemburg:
2000-05-01 Guido van RossumMarc-Andre Lemburg:
2000-05-01 Guido van RossumEric Raymond:
2000-05-01 Guido van RossumEric Raymond:
2000-05-01 Guido van RossumEric Raymond:
2000-05-01 Guido van RossumMarc-Andre Lemburg:
2000-05-01 Guido van RossumMarc-Andre Lemburg:
2000-05-01 Guido van RossumMarc-Andre Lemburg:
2000-05-01 Guido van RossumRobin Becker: The following patch seems to fix a module...
2000-05-01 Barry WarsawDocument the new additional signature for utime()....
2000-05-01 Guido van RossumMarc-Andre Lemburg:
2000-05-01 Barry Warsawposix_utime(): Allow the second argument to be None...
2000-04-28 Guido van RossumGet rid of memory leak caused by assingning sys.exc_inf...
2000-04-28 Guido van RossumAs Marc-Andre Lemburg points out, the magic number...
2000-04-28 Fred Drake\file and \filenq should not be used in section titles...
2000-04-28 Fred DrakeDon't worry about the output dirs for the distutils...
2000-04-28 Fred DrakeAdded distutils manuals.
2000-04-28 Greg WardStripped leading 'sec:' from all section labels --...
2000-04-28 Greg WardWhen building HTML releases, refer to */*.css and ...
2000-04-28 Greg WardAdded the Distutils manuals.
2000-04-28 Greg WardAdded the Distutils manuals: inst and dist.
2000-04-28 Greg WardAdded 'inst' and 'dist' -- the two Distutils manuals.
2000-04-28 Guido van RossumCharles G Waldman:
2000-04-28 Fred DrakeDocumentation patch describing the 'u' and 'u#' format...
2000-04-28 Fred DrakeBrian Hooper <brian_takashi@hotmail.com>:
2000-04-28 Guido van RossumSjoerd Mullender: cmp.py is obsolete...
2000-04-27 Guido van RossumMark Hammond: For Windows debug builds, we now only...
2000-04-27 Jeremy HyltonDeviant1 didn't work as advertised
2000-04-27 Jeremy Hyltonadd list_contains and tuplecontains: efficient implemen...
2000-04-27 Jeremy Hyltonadd some more contains tests on the builtin types
2000-04-27 Fred DrakeSupport for the special macros used by the distutils...
2000-04-27 Guido van RossumMarc-Andre Lemburg:
2000-04-27 Guido van RossumMarc-Andre Lemburg:
2000-04-27 Guido van RossumMarc-Andre Lemburg:
next