]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2002-04-13  Tim Peters_PyObject_DebugDumpStats: renamed to _PyObject_DebugMa...
2002-04-13  Tim PetersSF bug 543148: Memory leak with stackframes + inspect.
2002-04-13  Fred DrakeDocument the optional argument to the .strip(), .rstrip...
2002-04-13  Guido van RossumNews for strip methods.
2002-04-13  Guido van RossumPartially implement SF feature request 444708.
2002-04-12  Neil SchemenauerAdd news about memory managent APIs changing.
2002-04-12  Fred DrakeAdditional support for describing C structure members.
2002-04-12  Fred DrakeIntegrate a bunch of new text from Guido.
2002-04-12  Barry WarsawAddrlistClass -> AddressList
2002-04-12  Barry WarsawAddrlistClass -> AddressList
2002-04-12  Tim PetersSmall anal correctness tweaks:
2002-04-12  Fred DrakeBDFL agreed with Tim: rehabilitate randint().
2002-04-12  Fred DrakeUpdate the type of the tp_free slot.
2002-04-12  Fred DrakeWarn people away from PyModule_GetDict(), but not too...
2002-04-12  Guido van RossumNews about dict.pop().
2002-04-12  Fred DrakeDo not use PyModule_GetDict().
2002-04-12  Fred DrakeChange example of retrieving & calling a Python functio...
2002-04-12  Fred DrakeChange the type of the tp_dealloc back to what it reall...
2002-04-12  Martin v. LöwisBump AC_PREREQ to 2.53.
2002-04-12  Guido van RossumI am mad. This test never worked!
2002-04-12  Fred DrakeModernize the minimal example of an extension type.
2002-04-12  Fred DrakeAdd a (very) simple description of PyType_Ready().
2002-04-12  Fred DrakeUpdate the type of tp_dealloc.
2002-04-12  Neal NorwitzSpell Raymond Hettinger's name write
2002-04-12  Guido van RossumAdd Raymond Hettinger, CPA.
2002-04-12  Guido van RossumAdd Raymond Hettinger's d.pop(). See SF patch 539949.
2002-04-12  Jack Jansen- Added support for inherent pointer types (typedefs...
2002-04-12  Jack JansenGive type name when complaining about using input-only...
2002-04-12  Martin v. LöwisRemove acconfig.h.
2002-04-12  Martin v. LöwisRemove unused macros.
2002-04-12  Martin v. LöwisUpdate to autoconf 2.5x.
2002-04-12  Tim Peters_PyObject_DebugRealloc(): rewritten to let the underly...
2002-04-12  Tim Peters_PyObject_DebugDumpAddress(): clarify an output message.
2002-04-12  Tim PetersPYMALLOC_{CLEAN, DEAD, FORBIDDEN}BYTE symbols: remove...
2002-04-12  Tim PetersFirst stab at rationalizing the PyMem_ API. Mixing...
2002-04-12  Tim PetersFirst cut at repairing out-of-date comments; make align...
2002-04-12  Neil SchemenauerMove PyObject_Malloc and PyObject_Free here from object...
2002-04-12  Neil SchemenauerMove PyObject_Malloc and PyObject_Free to obmalloc.c.
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.
next