]> granicus.if.org Git - python/shortlog
python
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...
2001-08-08 Jack JansenResource files for OSX Python.framework. Incomplete...
2001-08-08 Greg WardTypo fix (spelling mistake in error message).
2001-08-08 Tim PetersThanks to
2001-08-08 Martin v. LöwisPatch #422471: Install IDLE Help File
2001-08-08 Tim PetersAdd the new Tools/compiler/README to the WIndows instal...
2001-08-08 Fred DrakeAdded documentation for PyNumber_*FloorDivide(), PyNumb...
2001-08-08 Andrew M. KuchlingAdded README to this directory
2001-08-08 Fred DrakeReference counting information for PyNumber_*FloorDivid...
2001-08-08 Tim PetersRemove 6-year old hack to worm around a bug in "NextSpe...
2001-08-08 Guido van RossumAdded note to self about __new__ issue.
2001-08-08 Martin v. LöwisPatch #449083: Use builtins to initalize the module.
2001-08-08 Jack JansenRemoved extraneous semicolons that caused a gazzilion...
2001-08-08 Jack JansenAdapted for pymactoolbox.c and changed externals elsewhere.
2001-08-08 Jack JansenGot rid of unused includes.
2001-08-08 Jack JansenVarious fixes to streamline build process on Mac OS X:
2001-08-08 Jack Jansen- Don't return mac-style pathnames in unix-Python.
2001-08-08 Jack JansenRemoved special rule for Mac/Python/macglue.o, it is...
2001-08-08 Jack JansenSplit macglue.c into two: a new mactoolboxglue.c (in...
2001-08-08 Martin v. LöwisPut conditional S_IFMT definition into pyport.h.
2001-08-08 Thomas WoutersRemove redundant check for 'getaddrinfo' (it's already...
2001-08-08 Martin v. LöwisPut conditional S_ISDIR definition(s) into pyport.h.
2001-08-08 Steve PurcellMerged in bugfix from PyUnit CVS for problem reported...
2001-08-08 Tim PetersRegenerated token.py to account for new DOUBLESLASH...
2001-08-08 Tim PetersRepair the Windows build (S_ISDIR() macro doesn't exist).
2001-08-08 Fred DrakeAdd option to push the development docs to SF without...
2001-08-08 Fred DrakeMore names....
2001-08-08 Fred DrakeClean up some of the markup here -- be more consistent...
2001-08-08 Fred Drake"Thin" version of floor division docs: add // to the...
2001-08-08 Martin v. LöwisPatch #448227: Raise an exception when a directory...
2001-08-08 Guido van RossumAdd new tokens // and //=, in support of PEP 238.
2001-08-08 Guido van RossumImplement PEP 238 in its (almost) full glory.
2001-08-08 Steven M. Gavabeginning of work on the conf. handling smarts
2001-08-08 Jack JansenCommented out most of the MacPython modules. There...
2001-08-07 Tim PetersPart of SF patch [#431848] mathmodule.c: doc strings...
2001-08-07 Jeremy HyltonFix SF bug [ #447370 ] typo in urllib2.py
2001-08-07 Guido van RossumApply two small changes to the Windows code, according...
2001-08-07 Fred DrakeRemove make_re() function; this is no longer needed...
2001-08-07 Fred DrakeAdd a test that xml.sax.saxutils.XMLGenerator does...
2001-08-07 Fred DrakeMake sure XMLGenerator uses quoteattr() instead of...
2001-08-07 Guido van RossumFix the test so it uses IterableUserDict for the "for...
next