]> granicus.if.org Git - python/shortlog
python
2002-04-11 Guido van RossumAt CNRI's request, I'm changing the status of 1.6.1...
2002-04-11 Jack JansenGot rid of ifdefs for long-obsolete GUSI versions and...
2002-04-11 Jack JansenThese are long obsolete. Get rid of them.
2002-04-11 Jack JansenGot rid of ifdefs for long-obsolete GUSI versions and...
2002-04-11 Jack JansenGot rid of ifdefs for long-obsolete GUSI versions.
2002-04-11 Jack JansenGet rid of USE_CACHE_ALIGNED. It has no function anymore.
2002-04-11 Tim PetersSince xmllib is deprecated now, suppress the Deprecatio...
2002-04-11 Tim PetersIgnore more deprecation warnings.
2002-04-11 Tim PetersStop sucking up xmllib -- it's deprecated.
2002-04-11 Tim PetersI don't expect test_email_codecs to run on Windows.
2002-04-11 Fred DrakeAdded the resource name "all" to enable all of the...
2002-04-11 Martin v. LöwisDocument __unicode__. Fixes #541245.
2002-04-11 Martin v. LöwisExplain octal escapes. Fixes #542226.
2002-04-11 Tim PetersSF bug 542181: Realloc behavior
2002-04-11 Mark HammondDifferent .pyc icon - use "paler" colors to better...
2002-04-11 Fred DrakeImprove coverage of Objects/weakrefobject.c.
2002-04-10 Andrew M. KuchlingAdd a name
2002-04-10 Andrew M. KuchlingAdd deprecation warning to 'pre' module
2002-04-10 Andrew M. KuchlingRemove mention of 'pre' module
2002-04-10 Andrew M. KuchlingRemove support for importing 'pre' module
2002-04-10 Barry WarsawSync'ing with standalone email package 2.0.1. This...
2002-04-10 Marc-André... Bug fix for UTF-8 encoding bug (buffer overrun) #541828.
2002-04-10 Fred DrakeDocument PyType_CheckExact(), PyType_IS_GC().
2002-04-10 Marc-André... Added test case for UTF-8 encoding bug #541828.
2002-04-10 Andrew M. KuchlingUse random instead of whrandom
2002-04-10 Andrew M. KuchlingUse random module instead of whrandom
2002-04-10 Skip Montanarodocument all the valid encoding values
2002-04-10 Fred DrakeWhen adding a name to the table of macros and environme...
2002-04-10 Fred DrakeAdded support for \csimplemacro and csimplemacrodesc.
2002-04-10 Neal NorwitzAdd deprecation warnings for modules as documented
2002-04-10 Fred DrakeAdd a deprecation warning to reflect the documented...
2002-04-09 Fred DrakeStarted filling in the information about some of the...
2002-04-09 Tim PetersRepair 2.2.1 release date.
2002-04-09 Fred DrakeUpdate to use the new \csimplemacro macro
2002-04-09 Fred DrakeDocument the \csimplemacro macro and the csimplemacrode...
2002-04-09 Fred DrakeAdd \csimplemacro to parallel the csimplemacrodesc...
2002-04-09 Neal NorwitzUpdate docs for bool changes by Guido around April 6
2002-04-09 Neal NorwitzUpdate docstring to reflect code change to bool
2002-04-09 Guido van Rossumis_builtin() is not a Boolean -- it can return -1,...
2002-04-09 Fred DrakeIgnore an output directory for intermediates here as...
2002-04-09 Fred DrakeFix typo: coverted --> converted. Reported by Francois...
2002-04-09 Thomas HellerRemove unconditional debugging prints.
2002-04-09 Thomas HellerSet the warn_dir option to 0 before running the install...
2002-04-09 Thomas HellerFix an obvious bug.
2002-04-08 Fred DrakeUpdate the table of releases.
2002-04-08 Tim PetersUpdate table of releases.
2002-04-08 Martin v. LöwisPatch #512005: getrusage() returns struct-like object.
2002-04-08 Tim PetersChange 2.1.3 release date.
2002-04-08 Tim PetersUpdate 2.1.3 Windows buildno.
2002-04-08 Martin v. LöwisPatch #539392: Invoke setlocale, try opening the file...
2002-04-08 Marc-André... Move Unicode finalization further down in the chain.
2002-04-08 Fred DrakeDo not call "knee" a standard module, and point to...
2002-04-08 Tim PetersSF bug 538827: Python open w/ MSVC6: bad error msgs.
2002-04-08 Guido van Rossum- A type can now inherit its metatype from its base...
2002-04-07 Martin v. LöwisMove knee.py from Lib/ to Demo/imputil/. Fixes #515745.
2002-04-07 Guido van RossumPartial introduction of bools where appropriate.
2002-04-07 Guido van RossumReturn bools from functions named is_<whatever>().
2002-04-07 Guido van RossumLock methods acquire() and locked() now return bools.
2002-04-07 Guido van Rossumisatty() should return a bool.
2002-04-06 Martin v. LöwisMove autoheader declarations into configure.in.
2002-04-06 Tim PetersMinor clarification about what's actually promised...
2002-04-06 Mark HammondAdd standard header preamble and footer, a-la intobject...
2002-04-06 Tim PetersMinor improvements to the stats output dump, including...
2002-04-06 Guido van Rossum- Changed new-style class instantiation so that when...
2002-04-06 Guido van RossumSome more news.
2002-04-05 Fred DrakeMove reference material on PyArg_Parse*() out of the...
2002-04-05 Guido van RossumDon't inherit tp_new! This is a retraction of half...
2002-04-05 Guido van RossumAdd tests for binary pickles.
2002-04-05 Fred DrakeRemove weird spacing in typeset version of the chapter...
2002-04-05 Guido van RossumImplement an idea by Paul Rubin:
2002-04-05 Fred DrakeFix bug in command line handling, noted by Fredrik...
2002-04-05 Fred DrakeAdd support for the "Aesop Meta Tag". Not widely used...
2002-04-05 Guido van RossumInherit tp_new and tp_is_gc.
2002-04-05 Martin v. LöwisEliminate use of LIBOBJS which is an error in autoconf...
2002-04-05 Marc-André... Comment about UTF-16 changes.
2002-04-05 Marc-André... Fix for bug #222395: UTF-16 et al. don't handle .readli...
2002-04-05 Tim PetersRepair an incomprehensible comment.
2002-04-05 Tim Peters_PyMalloc_DebugDumpStats(): vastly improved the output...
2002-04-05 Tim PetersWidespread, but mostly in _PyMalloc_Malloc: optimize...
2002-04-05 Neal NorwitzUpdate doc to reflect Tim's changes to bool.
2002-04-04 Guido van RossumA much revised version of SF patch 514662, by Naofumi...
2002-04-04 Tim PetersRevert 0/1 -> False/True change; I didn't intend to...
2002-04-04 Guido van RossumFix a typo in Tim's fix.
2002-04-04 Fred DrakeMinor style change.
2002-04-04 Tim PetersConvert a pile of obvious "yes/no" functions to return...
2002-04-04 Tim PetersRecord Windows build number for 2.2.1 final.
2002-04-04 Fred DrakeAdd support for \textgreater, \textless.
2002-04-04 Jeremy HyltonReplace use of apply() with extended call syntax.
2002-04-04 Fred DrakeAdd a version annotation regarding the urlopen(proxies...
2002-04-04 Fred DrakeSupport manual proxy configuration for simple urlopen...
2002-04-04 Fred DrakeThe rest of the documentation for manual proxy configur...
2002-04-04 Fred DrakeDocumentation for manual proxy configuration, by Andy...
2002-04-04 Tim PetersSF bug 497854: Short-cuts missing for All Users
2002-04-04 Fred DrakeAdd note about changes in xml.sax.expatreader.
2002-04-04 Fred DrakeNot sure why the regression test missed this, but the...
2002-04-04 Fred DrakeMark the notice about the new development version of...
2002-04-04 Fred DrakeAvoid creating circular references between the ExpatPar...
2002-04-04 Guido van RossumRemoved old Digital Creations copyright/license notices...
2002-04-04 Guido van RossumClarifying code rearrangement and comments by David...
2002-04-04 Guido van RossumAdd test case for SF bug 534347.
next