]> granicus.if.org Git - python/shortlog
python
2001-12-04 Guido van RossumPyObject_Generic{Get,Set}Attr(): ensure that the attrib...
2001-12-04 Guido van RossumA tiny but useful script that fires off a search on...
2001-12-04 Jack JansenPatch by Jason Harper to allow IDE to work again under...
2001-12-04 Guido van RossumThe parser now also needs to link with mysnprintf.o.
2001-12-04 Tim PetersPyGrammar_LabelRepr(): sprintf -> PyOS_snprintf.
2001-12-04 Tim PetersThe parser doesn't need its own implementation of asser...
2001-12-04 Jeremy HyltonUpdate docs to reflect new compile() and compileFile()
2001-12-04 Jeremy HyltonSF bug #488687 reported by Neal Norwitz
2001-12-04 Tim PetersMore sprintf -> PyOS_snprintf.
2001-12-03 Fred DrakeSlightly improved indexing for the string-% operator...
2001-12-03 Fred DrakeUpdate lambda description to reflect nested scopes...
2001-12-03 Fred DrakeAdded documentation on the ScrolledText module.
2001-12-03 Andrew M. KuchlingOops! Forgot the value parameter.
2001-12-03 Andrew M. KuchlingAdd __delete__ method of properties
2001-12-03 Tim Petersposix_execve(), posix_spawnve(), posix_putenv():
2001-12-03 Guido van RossumFix the final two issues in Armin Rigo's SF bug #488477...
2001-12-03 Guido van Rossumunpack_iterable(): Add a missing DECREF in an error...
2001-12-03 Just van Rossumremoved some dead code.
2001-12-03 Barry Warsawdecode(), encode(): Accepting the minor optimizations...
2001-12-03 Guido van Rossumfunction_call(): Remove a bogus (and I mean *really...
2001-12-03 Fred DrakeAdd a scalar product to the example list comprehensions...
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().
next