]> granicus.if.org Git - python/shortlog
python
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...
2001-08-07 Guido van RossumRemove the __iter__ method from the UserDict class...
2001-08-07 Guido van Rossum- Rename PyType_InitDict() to PyType_Ready().
2001-08-07 Guido van RossumAdd the NannyNag exception class and the process_tokens...
2001-08-07 Guido van RossumFix for SF bug #448835.
2001-08-07 Guido van RossumRemove the test for the 'object' type -- it can no...
2001-08-07 Guido van RossumCosmetics:
2001-08-07 Jeremy Hyltonsilence warnings about import *
2001-08-07 Jack JansenBrought up-to-date.
2001-08-07 Jack JansenGot rid of (hopefully) the last 68k-mac related ifdefs.
2001-08-07 Jack JansenGot rid of 68k-Mac and other outdated ifdefs.
2001-08-07 Jack JansenGot rid of mactcp cruft, added Mlte and CF modules.
2001-08-07 Jack JansenRemoved unused variable.
2001-08-07 Jack JansenYet another project.
2001-08-07 Jack JansenGot rid of (hopefully) the last 68k Mac-related ifdefs...
2001-08-07 Jack JansenRemoved outdated stuff.
2001-08-07 Andrew M. KuchlingDocument two new items
2001-08-07 Jack JansenProject files for the new plugin modules, plus a few...
2001-08-07 Jack JansenBit another bullet: all toolbox modules are now in...
2001-08-07 Jack JansenBit the bullet and enabled garbage collection (finally).
2001-08-07 Steven M. Gavamore fleshing out, this time primarily the 'general...
2001-08-06 Jeremy HyltonAnother bug fix for recent import * warning (caught...
2001-08-06 Tim Peters+ Turn off patch creation (this isn't a patch release...
next