]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-11-29  Tim PetersSF bug 486278 SystemError: Python/getargs.c:1086: bad.
2001-11-29  Guido van Rossumcanonic(): don't use abspath() for filenames looking...
2001-11-28  Tim PetersSF bug 486480: zipfile __del__ is broken
2001-11-28  Tim PetersPyFloat_AsStringEx(): This function takes an output...
2001-11-28  Jeremy HyltonTwo screwups fixed for sizeof(char *) instead of sizeof...
2001-11-28  Tim PetersPyFile_WriteString(): change prototype so that the...
2001-11-28  Tim PetersMore sprintf -> PyOS_snprintf.
2001-11-28  Jeremy HyltonUse PyOS_snprintf() instead of sprintf().
2001-11-28  Jeremy HyltonUse PyOS_snprintf() at some cost even though it was...
2001-11-28  Jeremy HyltonUse PyOS_vsnprintf() and check its return value.
2001-11-28  Barry Warsawste_repr(): Conversion of sprintf() to PyOS_snprintf...
2001-11-28  Barry Warsawaix_loaderror(): Conversion of sprintf() to PyOS_snprin...
2001-11-28  Barry WarsawReverting last change so we don't have to think about...
2001-11-28  Jeremy HyltonUse strncpy() instead of sprintf() in calculate_path().
2001-11-28  Barry Warsawcode_repr(), com_addop_varname(), com_list_comprehension(),
2001-11-28  Barry WarsawPyGrammar_LabelRepr(): Conversion of sprintf() to PyOS_...
2001-11-28  Barry WarsawPyWin_FindRegisteredModule(): Conversion of sprintf...
2001-11-28  Barry Warsawweakref_repr(), proxy_repr(): Conversion of sprintf...
2001-11-28  Barry Warsawformatfloat(), formatint(): Conversion of sprintf(...
2001-11-28  Barry Warsawstructseq_new(): Conversion of sprintf() to PyOS_snprin...
2001-11-28  Barry WarsawPyInt_FromString(), int_repr(), int_oct(), int_hex...
2001-11-28  Barry WarsawPyFloat_FromString(): Conversion of sprintf() to PyOS_s...
2001-11-28  Barry Warsawcomplex_to_buf(), complex_subtype_from_c_complex()...
2001-11-28  Jeremy HyltonUse PyOS_snprintf instead of sprintf.
2001-11-28  Jeremy HyltonUse PyOS_snprintf instead of sprintf.
2001-11-28  Tim PetersRepair a botched PyOS_snprintf conversion.
2001-11-28  Jeremy HyltonUse PyOS_snprintf when possible.
2001-11-28  Tim Peterssprintf -> PyOS_snprintf in some "obviously safe" cases.
2001-11-28  Jeremy HyltonUse PyOS_snprintf instead of sprintf.
2001-11-28  Guido van RossumChecking in Zooko's version per SF patch #476866, plus...
2001-11-28  Tim PetersRemoved preprocessor gimmick trying to force use of...
2001-11-28  Jeremy HyltonFix SF bug [ #476852 ] Some bad macros in abstract.h
2001-11-28  Marc-André... Adding test for Unicode repr()-output.
2001-11-28  Marc-André... Fix for bug #485951: repr diff between string and unicode.
2001-11-28  Marc-André... Fixes for possible buffer overflows in sprintf() usages.
2001-11-28  Fred DrakeRe-arrange the modules in the "Internet Data Handling...
2001-11-28  Fred DrakeClarify that on some systems, lockf() using LOCK_EX...
2001-11-28  Fred DrakeAdd synopsis for the SimpleXMLRPCServer module; used...
2001-11-28  Fred DrakeClean up some markup cruft. A number of the macros...
2001-11-28  Barry Warsaw__format(): Applied SF patch #482003 by Skip to fix...
2001-11-28  Andrew M. KuchlingFix docstring typo
2001-11-27  Jeremy HyltonFix [ #484645 ] little bug in pycodegen.py
2001-11-27  Tim PetersSF bug #483469: crash on unbounded recursion in __del__.
2001-11-27  Tim PetersSF bug 485175: buffer overflow in traceback.c.
2001-11-27  Barry Warsawtest_formatdate(): Integrating Jack's 22b2 branch fix...
2001-11-26  Fred DrakeTypo, spotted by Fredrik Lundh.
2001-11-26  Fred DrakeTypo, spotted by Detlef Lannert.
2001-11-26  Fred DrakeTk-related modules should no longer be listed here.
2001-11-26  Fred DrakeFix typo, extra markup constructs.
2001-11-26  Fred DrakeAdd documentation for the PyCell* APIs.
2001-11-26  Andrew M. KuchlingCorrectly create new-style classes in the examples
2001-11-25  Tim PetersSF patch 483059: Avoid use of eval() in random.py,...
2001-11-25  Martin v. LöwisProperly set static options for tixBalloon and tixResiz...
2001-11-25  Martin v. LöwisPatch #484847: Default to netscape.exe on OS/2.
2001-11-24  Guido van Rossum- Change all remaining assertions into verify() and...
2001-11-24  Guido van Rossum_reduce():
2001-11-24  Guido van RossumPyObject_GetItem(), PyObject_SetItem(), PyObject_DelIte...
2001-11-24  Barry WarsawMore typo fixes.
2001-11-24  Greg WardDocstring typo fix.
2001-11-24  Martin v. LöwisAdd hotshot to LIBSUBDIRS. Fixes #484642.
2001-11-24  Martin v. LöwisCorrect typo. Fixes #484611.
2001-11-24  Martin v. LöwisSupport bsddb 3.2. Fixes #483653.
2001-11-24  Martin v. LöwisRename get_referents to get_referrers. Fixes #483815.
2001-11-21  Steven M. Gavafix for redundant empty parent window when invoked...
2001-11-21  Steven M. Gavaback in harness on new config system
2001-11-20  Marc-André... Fix for bug #438164: %-formatting using Unicode objects.
2001-11-20  Marc-André... Fix for bug #480188: printing unicode objects
2001-11-19  Barry Warsawtest_formatdate(): Remove the unnecessary ldate calcula...
2001-11-19  Barry Warsawformatdate(): Jason Mastaler correctly points out that...
2001-11-19  Barry Warsawtest_formatdate(), test_formatdate_zoneoffsets(): Two...
2001-11-19  Barry Warsawformatdate(): The calculation of the minutes part of...
2001-11-19  Martin v. LöwisTest for negative buffer sizes. Fixes #482871.
2001-11-19  Fred DrakeAvoid trailing blank lines in the output.
2001-11-19  Fred DrakeAdjust input pre-processing so that a comment on the...
2001-11-19  Fred DrakeUpdate the platform notes for the CGIHTTPServer module...
2001-11-19  Fred DrakeAnother name...
2001-11-19  Fred DrakeFix the default value for feature_namespaces, per discu...
2001-11-18  Barry Warsawtest_formatdate(): A test that has a mild hope of worki...
2001-11-18  Barry WarsawPaul Rubin reminds me that of course a class's construc...
2001-11-18  Just van Rossuma whole bunch of OSX tweaks
2001-11-18  Fred DrakeClarified a couple of issues for the startElement*...
2001-11-18  Tim PetersRelatively large expansion of the docs for gc.garbage.
2001-11-18  Tim PetersSince the MAGIC number scheme is going to break on...
2001-11-18  Fred Drakeassert.h was not always included by Python.h; make...
2001-11-17  Fred DrakeExhibit good form in C code: always provide docstrings...
2001-11-17  Fred DrakeAdd omitted word for clarity.
2001-11-17  Fred DrakeUpdate to use more modern calling conventions; also...
2001-11-17  Fred DrakeBump the version number; used to identify the Python...
2001-11-17  Tim PetersUpdate Windows installer for 2.2c1.
2001-11-17  Tim PetersAdd skeleton for 2.2c1 news.
2001-11-16  Barry WarsawToughen up the security warnings a bit.
2001-11-16  Barry WarsawAdd a clarification that the email package always deals...
2001-11-16  Barry WarsawBumping version number.
2001-11-16  Fred DrakePost-release bumps. Do *NOT* merge into the 2.2b2...
2001-11-16  Barry WarsawMerged in NEWS changes from the r22b2 branch.
2001-11-16  Fred DrakeClean up some markup a little bit more. Make this...
2001-11-16  Fred DrakeDocument the urlsplit() and urlunsplit() functions.
2001-11-16  Fred DrakeFix parsing of parameters from a URL; urlparse() did...
2001-11-16  Fred DrakeSwitched a couple of sections around.
2001-11-15  Barry WarsawA few minor updates to make it clear(er) that pickle...
next