]> granicus.if.org Git - python/shortlog
python
2002-03-16 Fred DrakeFix stupid typo in example.
2002-03-16 Fred DrakeMarkup error: braces not properly marked in dictionary...
2002-03-16 Fred DrakeClarify the descriptions of the positive and negative...
2002-03-16 Fred DrakepdfTeX 0.13 and 0.14 do not agree on the name of the...
2002-03-16 Jack JansenApplet icon.
2002-03-15 Fred DrakeRevise the markup related to the grammar productions...
2002-03-15 Fred DrakeMake the release status obvious in the title area.
2002-03-15 Martin v. LöwisPatch #530105: Allow file object may to be subtyped
2002-03-15 Barry Warsaw(py-honor-comment-indentation, py-compute-indentation...
2002-03-15 Fred DrakeWrap a couple of long lines.
2002-03-15 Skip MontanaroCorrected _localized_name.__getitem__ based on code...
2002-03-15 Martin v. LöwisPatch #527427: minidom fails to use NodeList sometimes.
2002-03-15 Jack JansenSkip test_longexp for MacPython on Mac OS X. It trigger...
2002-03-15 Martin v. LöwisPatch 527434: Avoid double inclusion of thread.o on...
2002-03-15 Jack JansenIf no webbrowsers were found _tryorder would be empty...
2002-03-15 Martin v. LöwisPatch #517521: Consider byte strings before Unicode...
2002-03-15 Michael W.... ....
2002-03-15 Michael W.... Fix
2002-03-15 Martin v. LöwisInclude Python.h first. Fixes #530159.
2002-03-15 Skip Montanaromake _localized_name instances work more like the tuple...
2002-03-15 Skip Montanaroadded test case to catch index errors with _localized_n...
2002-03-15 Skip Montanarofirst cut at skip-list for hp-ux 11 based upon input...
2002-03-14 Neal NorwitzRemove duplicate "import os"
2002-03-14 Jack JansenModifed for new included expat.
2002-03-14 Jack JansenUpdated for new included expat and new waste.
2002-03-14 Guido van Rossum"Fix" for SF bug #520644: __slots__ are not pickled.
2002-03-14 Guido van Rossum"Fix" for SF bug #520644: __slots__ are not pickled.
2002-03-14 Tim PetersUpdate master Windows buildno list to reflect impending...
2002-03-14 Tim PetersNews about zlib-1.1.4.
2002-03-14 Skip Montanaroupdate text to refer to ServerProxy class in preference...
2002-03-13 Tim PetersMove to zlib 1.1.4 on Windows (the new version that...
2002-03-13 Fred DrakeDescribe how to support the iterator protocol in extens...
2002-03-13 Neal NorwitzSF #515015, raise exception if code not found in findso...
2002-03-13 Fred DrakeExtend the list of special characters and magic markup...
2002-03-13 Fred DrakeChange the way \textasciitilde is implemented so it...
2002-03-12 Martin v. LöwisVerify arguments for nl_langinfo. Fixes #528879.
2002-03-12 Fred DrakeChange the example code to prefer PyModule_Add*() inste...
2002-03-12 Fred DrakeUpdate docstrings to use te attribute names of the...
2002-03-12 Guido van RossumTest for the fix I just checked in to moduleobject.c.
2002-03-12 Guido van RossumFix for SF bug #529050 - ModuleType.__new__ crash.
2002-03-12 Fred DrakeAdd a note that Py_None needs the same reference count...
2002-03-12 Fred Drake"level" keyword argument in example should be "stacklevel".
2002-03-12 Skip Montanaroback out spurious change from 1.22
2002-03-12 Skip MontanaroPopen3 and Popen4 should be in __all__
2002-03-12 Jack JansenAdd a -Wno-long-double flag to the compile flags on...
2002-03-12 Fred DrakeSet/update self.cwd properly.
2002-03-12 Tim PetersChange Windows file.truncate() to (a) restore the origi...
2002-03-12 Steven M. Gavafixes to tabwidth code removal
2002-03-12 Steven M. Gavaremove tabwidth (for tabs) config stuff,
2002-03-12 Steven M. Gavafurther work on dynamic config changes;
2002-03-11 Fred DrakeDocumentation for PyObject_GetIter(), contributed by...
2002-03-11 Fred DrakeMake the extension manual format using the Makefile...
2002-03-11 Neal NorwitzFix typo
2002-03-11 Guido van RossumAdd a check that SF bug 516727 is really fixed.
2002-03-11 Sjoerd MullenderChanged C++ comment into standard comment.
2002-03-11 Martin v. LöwisPatch #443899: Check modes on files before performing...
2002-03-11 Guido van RossumUpdate version number in README.
2002-03-11 Tim Petersfile_truncate(): provide full "large file" support...
2002-03-11 Guido van RossumBugfix candidate.
2002-03-10 Just van Rossummkalias() now also works for folders. Fixes bug #515830.
2002-03-10 Martin v. LöwisAccess the exception argument to see whether it starts...
2002-03-10 Guido van RossumBugfix candidate.
2002-03-10 Tim PetersSF patch 499062: Minor typo in test_generators.py.
2002-03-09 Martin v. LöwisPatch #504224: add plan9 threads include to thread.c.
2002-03-09 Martin v. LöwisPatch #494045: patches errno and stat to cope on plan9.
2002-03-09 Martin v. LöwisPatch #494047: removes 64-bit ?: to cope on plan9.
2002-03-09 Martin v. LöwisPatch #500136: Update Update ext build documentation...
2002-03-09 Jeremy HyltonFix SF bug 525520.
2002-03-09 Tim PetersSF bug 525705: [2.2] underflow raise OverflowException.
2002-03-09 Tim PetersDocstring for filter(): Someone on the Tutor list...
2002-03-08 Fred DrakeAdd more explanation of how data_files is used (esp...
2002-03-08 Jeremy HyltonAdd fix for AIX as reported by srubben in SF bug #477487.
2002-03-08 Jeremy HyltonFix pyclbr test of httplib without really understanding...
2002-03-08 Jeremy HyltonFix leak of NotImplemented in previous checkin to PyNum...
2002-03-08 Jeremy HyltonFix for SF bug 516727: MyInt(2) + "3" -> NotImplemented
2002-03-08 Jeremy HyltonSF bug report #405939: wrong Host header with proxy
2002-03-08 Andrew M. Kuchling[Bug #491820] Define two abstract methods to shut up...
2002-03-08 Andrew M. Kuchling[Bug #517554] When a signal happens during the select...
2002-03-08 Andrew M. KuchlingAs part of fixing bug #523301, add a simple test of...
2002-03-08 Andrew M. Kuchling[Bug #523301] ConfigParser.write() produces broken...
2002-03-08 Andrew M. Kuchling[Bug #486527] Note that the caller has to ensure there...
2002-03-08 Andrew M. Kuchling[Bug #512799] urllib.splittype() returns a 2-tuple...
2002-03-08 Jeremy HyltonFix SF bug #526518
2002-03-08 Jack JansenWhen testing for availability of pthreads without speci...
2002-03-08 Piers Lauderfixed missing IMAP4_SSL_PORT
2002-03-08 Tim PetersSF bug 515943: searching for data with \0 in mmap.
2002-03-08 Fred DrakeAdd entry for mac/libscrap.tex.
2002-03-08 Fred DrakeI started writing more documentation on the Scrap modul...
2002-03-08 Skip Montanaroadd Content-Type header to error responses
2002-03-08 Piers Lauderadd SSL class submitted by Tino Lange
2002-03-08 Fred Drake"Shortcut" should be "short-circuit".
2002-03-07 Skip Montanaroadd repr_str as alias for repr_string in both HTMLRepr...
2002-03-07 Michael W.... Guido pointed out that I was missing a couple decrefs.
2002-03-07 Michael W.... Regenerate.
2002-03-07 Michael W.... Apply Jack's patch attached to
2002-03-06 Michael W.... Test for
2002-03-06 Michael W.... Special support for pickling os.stat and os.stat_vfs...
2002-03-06 Michael W.... Apply (my) patch:
2002-03-06 Fred DrakeAdded missing version annotation for dict().
2002-03-05 Jack JansenCGStubLib wasn't weak-linked, fixed. 221 candidate.
next