]> granicus.if.org Git - python/shortlog
python
2001-08-12 Jack JansenMerged release21-maint changes.
2001-08-11 Jack JansenThe test assumed that the local pathname convention...
2001-08-11 Jack Jansentest_glob found a nasty bug in GUSI opendir(): it will...
2001-08-11 Jack JansenBefore asking the finder to start the application ...
2001-08-11 Jack JansenGot rid of the activate() so codewarrior doesn't come...
2001-08-11 Jack JansenPatch by Jonathan Wight (slightly reformatted) to fores...
2001-08-11 Jeremy HyltonRemove st_nested_scopes from struct symtable,
2001-08-11 Jeremy HyltonReplace all type comparisons with isinstance() calls
2001-08-11 Jack JansenAdded a note about the various tests here.
2001-08-11 Steven M. Gavarepair posix fonts fix
2001-08-11 Martin v. LöwisOnly catch the errors that can actually occur, as repor...
2001-08-11 Just van Rossumuse the proper prefix file under Carbon
2001-08-11 Steven M. Gavasupport for help menu changes
2001-08-11 Steven M. Gavasome re-design
2001-08-11 Steven M. Gavasupports about changes
2001-08-11 Steven M. Gavaadjust help menu bindings
2001-08-11 Guido van RossumFinally fix SF bug #441172, using a variant of patch...
2001-08-11 Tim PetersNow that the dialogs have some breathing room, split...
2001-08-11 Fred DrakeFor the escape() function, added a reference to the...
2001-08-11 Fred DrakeAdded tests for rich comparison operator functions.
2001-08-11 Tim PetersGrow the dialogs 25%, to make room for a nicer bitmap...
2001-08-11 Andrew M. KuchlingAdd section on PEP 238 changes
2001-08-11 Tim Petersst_nested_scopes was uninitialized trash. Jeremy shoul...
2001-08-10 Fred DrakeAdd a note that the quoteattr() function is useful...
2001-08-10 Jeremy HyltonRefactor future feature handling
2001-08-10 Jeremy HyltonRefactor future feature handling
2001-08-10 Fred DrakeAdded documentation for PyDict_Update() and PyDict_Merge().
2001-08-10 Guido van RossumAdd test for SF bug #442833 (multiple inheritance).
2001-08-10 Guido van RossumThe message accompanying the TypeError exception on...
2001-08-10 Guido van Rossum- Big changes to fix SF bug #442833 (a nasty multiple...
2001-08-10 Martin v. LöwisAutotest for netpacket/packet.h, as it is not available...
2001-08-10 Martin v. LöwisAutotest for netpacket/packet.h, as it is not available...
2001-08-10 Guido van RossumAdd PyDict_Merge(a, b, override):
2001-08-10 Andrew M. Kuchling[Bug #414032] Make the 'sdist' command work when the...
2001-08-10 Martin v. LöwisPass the Makefile's value of CC and LDSHARED to the...
2001-08-10 Fred DrakeDo more to be compatible with Windows/CygWin. Make...
2001-08-10 Fred DrakeRemove the use of the "cat" program. This improves...
2001-08-10 Fred DrakeAdded this LaTeX style file to the package since not...
2001-08-10 Guido van RossumAllow AttributeError as well as TypeError for attribute...
2001-08-10 Martin v. Löwis_DATE_FMT does not always accompany CODESET.
2001-08-10 Andrew M. KuchlingRemove unused variable
2001-08-10 Andrew M. KuchlingFix typo caught by PyChecker
2001-08-10 Andrew M. KuchlingAdd forgotten import
2001-08-10 Fred DrakeWrap a comment to fit in 80 columns.
2001-08-10 Andrew M. KuchlingUse .get_license()
2001-08-10 Andrew M. Kuchling[Bug #412271, bug #449009] Use 'license' as the attribu...
2001-08-10 Guido van RossumChange PyType_Ready() to use the READY and READYING...
2001-08-10 Fred DrakeAdded a warning about reference cycles and memory consu...
2001-08-10 Guido van RossumAdd new flags for PyType_Ready(): READY to explicitly...
2001-08-10 Fred DrakeUsage fix, problem reported by Keith Briggs.
2001-08-10 Fred DrakeAdded documentation for the new rich comparison support.
2001-08-10 Andrew M. KuchlingPatch #441091 from Finn Bock: the more advanced flush...
2001-08-10 Guido van RossumDisable the sub() optimization until Fredrik has time...
2001-08-10 Guido van RossumCheck in a testcase for SF bug #449000: re.sub(r'\n...
2001-08-10 Neil SchemenauerRemove "referents" structure (it's not needed). Check...
2001-08-10 Jeremy HyltonRemove hard-coded NT constants that are already defined...
2001-08-10 Fred DrakeRemove the bogus flags parameter from the PyFile_WriteS...
2001-08-10 Martin v. LöwisExpose nl_langinfo through locale where available.
2001-08-10 Jack JansenRegenerated.
2001-08-10 Jack JansenChanged reference to config.h to pyconfig.h.
2001-08-10 Martin v. LöwisGet OPT from the environment to build the CCSHARED...
2001-08-09 Tim PetersSF patch #438013 Remove 2-byte Py_UCS2 assumptions
2001-08-09 Tim PetersWhitespace normalization.
2001-08-09 Tim PetersSkip test_mhlib on Windows -- too many Unix assumptions.
2001-08-09 Guido van RossumFix two bugs detected by PyChecker: there's no need...
2001-08-09 Andrew M. KuchlingImport UnknownFileError
2001-08-09 Andrew M. KuchlingImport the errno module
2001-08-09 Andrew M. KuchlingUse correct variable name
2001-08-09 Guido van RossumAdd resolution of __new__ story sequel.
2001-08-09 Fred DrakeAdded tests for operator.floordiv() and operator.truediv().
2001-08-09 Fred DrakeAdd wrappers around the rich-comparison operations.
2001-08-09 Guido van RossumRestore the test for 'object' that I removed when objec...
2001-08-09 Guido van RossumSigh. Strengthen the resriction of the previous checki...
2001-08-09 Guido van RossumThinking back to the 2.22 revision, I didn't like what...
2001-08-09 Guido van RossumUse type(x).__name__ to get the name of the type instea...
2001-08-09 Guido van RossumUnittests for mhlib, by Nick Mathewson.
2001-08-09 Guido van RossumApply anonymous SF patch #441229.
2001-08-09 Tim PetersSF patch #403640: incomplete proxy handling in URLLIB
2001-08-09 Guido van RossumSF Patch #420725 by Walter Doerwald:
2001-08-09 Martin v. LöwisPatch #403514: precompute _subst_format_str to avoid...
2001-08-09 Guido van RossumAdded Josh Cogliati (turtle.py contributor).
2001-08-09 Guido van RossumApplied SF patch #438424 by Josh Cogliati:
2001-08-09 Guido van RossumApply SF patch #424554: check for PYTHONDUMPREFS to...
2001-08-09 Neil SchemenauerOne more.
2001-08-09 Neil SchemenauerAdd get_objects function. This is a low level function...
2001-08-09 Neil SchemenauerAdd get_referents function. Closes SF patch #402925.
2001-08-09 Martin v. LöwisRegenerate for glibc 2.2.3.
2001-08-09 Martin v. LöwisRegenerate for Solaris 8.
2001-08-09 Martin v. LöwisWhen representing #includes as imports, do from MOD...
2001-08-09 Martin v. LöwisPatch #437683: Use re instead of regex.
2001-08-09 Martin v. LöwisMove IPv6 test further down so that usage of -lnsl...
2001-08-09 Martin v. LöwisPatch #433537: Cache ac_cv_bad_static_forward.
2001-08-09 Thomas WoutersMichael Hudson correctly pointed out we should cvsignor...
2001-08-09 Martin v. LöwisPatch #448474: Add support for tell() and seek() to...
2001-08-09 Tim PetersIn the acks, CamelCase InstallMaster the same way Wise...
2001-08-08 Tim PetersAdd a comma.
2001-08-08 Guido van RossumMark binary operators as done.
2001-08-08 Tim PetersGive some special thanks on the final "Installation...
2001-08-08 Guido van RossumA test suite for binary operators, disguised as a ratio...
2001-08-08 Guido van RossumProper support for binary operators, including true...
next