]> granicus.if.org Git - python/shortlog
python
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.
2002-03-05 Martin v. LöwisSet default value for readlines.sizehint to None. Chang...
2002-03-05 Michael W.... A fix & test for
2002-03-05 Fred DrakeAdd implementations for \textgreater and \textless...
2002-03-05 Fred DrakeRemove extra indenatation from sample interpreter session.
2002-03-05 Steven M. Gavaremove debug cruft
2002-03-05 Steven M. Gavafurther work on new config system
2002-03-04 Skip Montanaroadd simple example of avoiding backtracking
2002-03-04 Just van RossumAdded ClipCGContextToRegion() from Quickdraw.h.
2002-03-04 Martin v. LöwisRemove tp_print.
2002-03-03 Tim PetersPython no longer compiled on Windows, due to #include...
2002-03-03 Barry WarsawRemoved two unused imports. Closes patch #525225.
2002-03-03 Martin v. LöwisPatch #50002: Display line information for bad \x escapes:
2002-03-03 Neal NorwitzSF #506611, fix sys.setprofile(), sys.settrace() core...
2002-03-03 Andrew MacIntyreOS/2 more program behaves like Win32 more
2002-03-03 Andrew MacIntyreOS/2 EMX port changes (Modules part of patch #450267):
2002-03-03 Andrew MacIntyreOS/2 EMX port changes (Modules part of patch #450267):
2002-03-03 Andrew MacIntyreOS/2 EMX port changes (Modules part of patch #450267):
2002-03-02 Just van RossumAdded support for SyncCGContextOriginWithPort().
2002-03-02 Tim PetersWhether platform malloc(0) returns NULL has nothing...
2002-03-02 Steven M. GavaFirst work on making config changes dynamic,
2002-03-02 Tim PetersFor clarity, change _longobject to build directly from...
2002-03-02 Tim Peters_PyLong_Copy(): was creating a copy of the absolute...
2002-03-02 Tim PetersRevert the last odd change to PyNumber_Long: the probl...
2002-03-01 Barry WarsawAdded PortableUnixMailbox to the __all__ variable,...
2002-03-01 Guido van RossumSF patch 514641 (Naofumi Honda) - Negative ob_size...
2002-03-01 Guido van RossumSF patch 517245 by Marc Recht.
2002-03-01 Michael W.... Changes to what we do to modules that don't import, as
2002-03-01 Martin v. LöwisPatch #524008: Fix portability bug on new POSIX hosts
next