]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-12-03  Barry WarsawLIBSUBDIRS: Add test/data so it gets installed and...
2001-12-03  Fred DrakeMinor clarification of the zip() description, based...
2001-12-03  Fred DrakeMake no assumption about how modules are built when...
2001-12-03  Fred DrakeRe-word the intro slightly to avoid reader misunderstan...
2001-12-03  Just van RossumRemoved old and broken AE-based browser controller...
2001-12-03  Fred DrakeClarify that the Python runtime may behave mysteriously...
2001-12-03  Fred DrakeRemove most references to __members__ and __methods__...
2001-12-03  Fred DrakeConvert to using string methods instead of the string...
2001-12-03  Fred DrakeAdd a test that makes sure unclosed entity references...
2001-12-03  Fred DrakePyErr_Format() does not return a new reference; it...
2001-12-03  Guido van RossumFix of SF bug #475877 (Mutable subtype instances are...
2001-12-03  Guido van Rossum_tryorder should always be a list, then the problem...
2001-12-03  Guido van RossumNew about super.
2001-12-03  Jack JansenMissing comma in tuple initializer caused webbrowser...
2001-12-03  Guido van RossumAddress SF patch #480716 as well as related issues.
2001-12-03  Guido van RossumAdd Greg Chapman.
2001-12-03  Martin v. LöwisAdd more inline documentation, as contributed in #487906.
2001-12-03  Fred DrakeClean up some material that is not part of the standard...
2001-12-03  Tim PetersPyString_FromFormatV, string_repr: document why these...
2001-12-03  Guido van RossumFix for SF bug #485678.
2001-12-03  Tim Petersmysnprintf.c: Massive rewrite of PyOS_snprintf and...
2001-12-03  Steven M. Gavafurther work on new configuration system, specifically,
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.
next