]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-12-03  Jack JansenA system() lookalike that sends commands to ToolServer...
2001-12-03  Guido van RossumFix for SF bug #485678.
2001-12-02  Jack JansenChanged logic for finding python home in Mac OS X frame...
2001-12-02  Jack JansenAdded tests expected to be skipped on Mac OS X.
2001-12-02  Martin v. LöwisCheck for NULL return value of PyList_New (follow-up...
2001-12-02  Martin v. LöwisPatch 487906: update inline docs.
2001-12-02  Fred DrakeAnother name.
2001-12-02  Fred DrakeAdd reference to the "String Methods" section to make...
2001-12-02  Martin v. LöwisPatch #487784: Support Unicode commands in popen3/4...
2001-12-02  Martin v. LöwisCompute thread headers through shell expansion in confi...
2001-12-02  Martin v. LöwisPatch #481718: Time module doc string changes.
2001-12-02  Martin v. LöwisPatch #487275: windows-1251 charset alias.
2001-12-02  Martin v. LöwisPatch #487275: Add windows-1251 charset alias.
2001-12-02  Martin v. LöwisPatch #486743: remove bad INCREF, propagate exception...
2001-12-02  Martin v. LöwisPatch #487455: make types.StringTypes a tuple.
2001-12-02  Martin v. LöwisRemove INET6 define. Use ENABLE_IPV6 instead.
2001-12-02  Tim Petersmywrite(): The test for trouble in PyOS_vsnprintf...
2001-12-01  Guido van RossumWhen the number of bytes written to the malloc'ed buffe...
2001-12-01  Tim PetersWhitespace normalization.
2001-12-01  Tim PetersSF bug #487743: test_builtin fails on 64 bit platform.
2001-11-30  Fred DrakeSynchronize with pulldom from PyXML (revision 1.18).
2001-11-30  Fred DrakeSynchronize with minidom from PyXML (revision 1.35).
2001-11-30  Fred DrakeDrop xmllib in favor of SAX.
2001-11-30  Fred DrakeAdd a couple of entries to the whitespace-cleanups...
2001-11-30  Fred DrakeAdd description of tkCommonDialog.
2001-11-30  Fred DrakeAdded two new conversion specifications.
2001-11-30  Fred DrakeChange the chapter title to reflect the Tk affinity.
2001-11-30  Fred DrakeAdd a new environment in the Python docs markup: seeals...
2001-11-30  Fred DrakeMinor adjustments to markup for the getDOMImplementatio...
2001-11-30  Fred DrakeAdded the convenience constants that are present in...
2001-11-30  Jack JansenMerged changes made on r22b2-branch between r22b2 and...
2001-11-30  Tim Petersunicodedata_decomposition(): sprintf -> PyOS_snprintf.
2001-11-30  Fred DrakeUpdated documentation for the new httplib interface...
2001-11-29  Fred DrakeUpdate the signature of PyFile_WriteString().
2001-11-29  Fred DrakeMore information about Tix support, contributed by...
2001-11-29  Fred DrakeVarious cleanups & markup fixes, mostly relating to...
2001-11-29  Fred DrakeNeil Schemenauer suggested a small improvement to one...
2001-11-29  Fred Drakewriteline() --> writelines()
2001-11-29  Martin v. LöwisUse identity instead of equality when looking for refer...
2001-11-29  Fred DrakeNew section of regular expression examples contributed...
2001-11-29  Fred DrakeClarify the description of the creation of an owned...
2001-11-29  Fred DrakeAdd an index entry for the discussion of PyEval_CallObj...
2001-11-29  Fred DrakeA few small changes:
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...
next