]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2002-04-15  Fred DrakeAdd documentation for PyObject_Call().
2002-04-15  Fred DrakeSeparate out a \cfuncline macro from the cfuncdesc...
2002-04-15  Fred DrakeDocument the cmemberdesc environment.
2002-04-15  Barry Warsawehlo(): A proper fix for SF bug #498572. RFC 1869...
2002-04-15  Fred DrakeBetter documentation for GetArgv() and the ProgressBar...
2002-04-15  Fred DrakeBe consistent in presenting the signatures.
2002-04-15  Fred DrakeAdd docs for os.fchdir().
2002-04-15  Fred Drakeposix_fildes(): New helper: run a function that takes...
2002-04-15  Fred DrakeGenerate the right annotations in the index entries.
2002-04-15  Fred DrakeAdd a test for fchdir().
2002-04-15  Fred DrakeIntegrated more text from Guido.
2002-04-15  Fred DrakeMove the listing of the type structure, since both...
2002-04-15  Walter DörwaldReturn the orginal string only if it's a real str or...
2002-04-15  Fred DrakeClean up the application of style to verbatim text.
2002-04-15  Fred DrakeAdd support for \cmemberline and the cmemberdesc enviro...
2002-04-15  Neal NorwitzRemove unused variable reported by Walter Dörwald
2002-04-15  Andrew M. KuchlingAdd item
2002-04-15  Guido van RossumRemove 'const' from local variable declaration in strin...
2002-04-15  Walter DörwaldApply the second version of SF patch http://www.python...
2002-04-15  Neal Norwitzposix.mknod() and {}.pop() were added
2002-04-15  Guido van RossumDeprecate % as well. The message for deprecation of...
2002-04-15  Guido van RossumAdd news about deprecated complex ops.
2002-04-15  Andrew MacIntyreupdate build infrastructure for pymalloc and bool changes
2002-04-15  Andrew M. KuchlingAdd items
2002-04-15  Guido van RossumSF bug #543387.
2002-04-15  Guido van RossumFour more names for the hall of fame.
2002-04-15  Guido van RossumSF bug #541883 (Vincent Fiack).
2002-04-15  Guido van RossumAdd exit as alias for quit, as the easiest way to addre...
2002-04-15  Guido van RossumSF bug #543318 (Frank J. Tobin).
2002-04-15  Guido van RossumFix from SF bug #541980 (Jacques A. Vidrine).
2002-04-15  Guido van RossumProvisional fix for writefile() [SF bug # 541730].
2002-04-14  Jack JansenEnable universal newline support for MacPython.
2002-04-14  Tim PetersSF bug 543840: complex(string) accepts strings with \0
2002-04-14  Jack JansenTest suite for universal newline support.
2002-04-14  Jack JansenMass checkin of universal newline support.
2002-04-14  Martin v. LöwisPatch #540583: Open MS Help Docs if available.
2002-04-14  Martin v. LöwisPatch #542569: tp_print tp_repr tp_str in test_bool.py.
2002-04-14  Martin v. LöwisPatch #543447: Add posix.mknod.
2002-04-14  Martin v. LöwisPatch #542659: Eliminate duplicate check for NULL of...
2002-04-13  Fred Drakeinitpwd(): Clean up initialization, avoid PyModule_Get...
2002-04-13  Neal NorwitzBDFL agreed with Tim: rehabilitate randint().
2002-04-13  Guido van RossumFold long lines. (Walter, please take note! :-)
2002-04-13  Guido van RossumAdd pop() to UserDict.
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.
next