]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2002-04-12  Neil SchemenauerRemove PyMalloc_*.
2002-04-12  Neil SchemenauerChange signature of _PyObject_GC_Malloc to match PyObje...
2002-04-12  Neil SchemenauerPyObject_GC_Del can now be used as a function designator.
2002-04-12  Neil SchemenauerRemove PyMalloc_New and PyMalloc_Del.
2002-04-12  Neil SchemenauerRemove PyMalloc_New, _PyMalloc_MALLOC, and PyMalloc_Del.
2002-04-12  Neil SchemenauerRemove PyMalloc_New and PyMalloc_Del.
2002-04-12  Neil SchemenauerPyObject_GC_Del can now be used as a function designator.
2002-04-12  Neil SchemenauerPyObject_Del can now be used as a function designator.
2002-04-12  Neil SchemenauerPyObject_GC_Del and PyObject_Del can now be used as...
2002-04-12  Neil SchemenauerAllow PyObject_Del to be used as a function designator...
2002-04-12  Neil SchemenauerRemove PyMalloc_* symbols. PyObject_Malloc now uses...
2002-04-12  Neil SchemenauerRemove PyMalloc_* symbols. PyObject_Malloc now uses...
2002-04-12  Neil SchemenauerChange the type of the tp_free from 'destructor' to...
2002-04-12  Tim PetersRemoved more hair in support of future-generator stmts.
2002-04-11  Jack JansenGet rid of backward compatibility modules. Do this...
2002-04-11  Fred DrakeClean up the "all" support for -u.
2002-04-11  Fred DrakeGuido sez to remove the deprecation warning for a year.
2002-04-11  Jack JansenGot rid of obsolete defines.
2002-04-11  Jack JansenGot rid of obsolete appearance flag.
2002-04-11  Jack JansenAdded boolobject.c
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.
next