]> granicus.if.org Git - python/shortlog
python
2001-07-29 Tim PetersDon't prompt for the doc (HTML) directory anymore ...
2001-07-29 Tim PetersWhew -- I *think* this completes folding in all the...
2001-07-29 Tim PetersEwwww -- the 8.1 support for rolling back changes in...
2001-07-29 Tim PetersAdd oodles more 8.1 Wizard boilerplate. This creates...
2001-07-29 Tim PetersAdd version resource info to installer .exe.
2001-07-29 Tim PetersFolding some Wizard boilerplate back in, created in...
2001-07-29 Tim PetersUpdated to Wise 8.14 (web update).
2001-07-29 Fred DrakeMake some adjustments to the markup, and fix up some...
2001-07-29 Tim PetersWoo hoo! Relative paths! This is, alas, partly braind...
2001-07-29 Tim PetersConvert from Wise version 5.0 to 8.1. Gotta hand it...
2001-07-28 Martin v. LöwisPatch #443337: Fix incompatibilities in imputil's behavior.
2001-07-28 Martin v. LöwisRemove usage of strop module.
2001-07-28 Martin v. LöwisPatch #416224: add readline completion to cmd.Cmd.
2001-07-28 Tim PetersSquash compiler wng about mixing signed and unsigned...
2001-07-28 Tim PetersMove Windows to Expat 1.95.2. CAUTION: Your Windows...
2001-07-27 Barry WarsawAdded the -X/--no-docstrings flag which takes a filenam...
2001-07-27 Guido van RossumFix buffer_info() docstring to match reality. See...
2001-07-27 Jack Jansenconfig.h renamed to pyconfig.h
2001-07-27 Jack JansenProgressBar crashed when you tried to drag it. Fixed...
2001-07-27 Tim PetersOne more crack at join(): stop trying to pretend this...
2001-07-26 Tim PetersChange ntpath.join() so that join("d:/", "/whatever...
2001-07-26 Tim PetersRepair more now-obsolete references to config.h.
2001-07-26 Fred DrakeDocument the PYTHONY2K environment variable that had...
2001-07-26 Greg WardTypo fix.
2001-07-26 Tim PetersSF bug #444510: int() should guarantee truncation.
2001-07-26 Marc-André... Add backwards compatibility.
2001-07-26 Marc-André... Undoing the UCS-4 patch addition which caused unichr...
2001-07-26 Martin v. LöwisPatch #411138: Rename config.h to pyconfig.h. Closes...
2001-07-26 Martin v. LöwisUntabify IPv6 changes.
2001-07-25 Guido van RossumFix a denial-of-service attack, SF bug #443120.
2001-07-25 Greg WardUndo revision 1.7: always mangle a #! line containing...
2001-07-25 Greg WardDon't "import *" from stat at all -- just import what...
2001-07-25 Skip Montanarotrivial rewording in footnote 5.
2001-07-25 Marc-André... Fix for bug #444493: u'\U00010001' segfaults with curre...
2001-07-25 Martin v. LöwisAllow usage of gcc on OSF/1; this reverts rev 1.23...
2001-07-25 Martin v. LöwisRemove unused imports from previous checkin.
2001-07-24 Martin v. LöwisPatch #401196: Use getaddrinfo and AF_INET6 in TCP...
2001-07-24 Fred DrakeAdd entry for the new distutils section.
2001-07-24 Fred DrakeOverview comments for the distutils package, with links...
2001-07-24 Fred DrakeAdd labels to all \section and \subsection headings...
2001-07-24 Jack JansenChanged findertools.move() to move() in movetotrash.
2001-07-24 Thomas WoutersUse HAVE_SNPRINTF, not HAVE_SPRINTF, for checking the...
2001-07-24 Martin v. LöwisPatch #443669: Permit _tkinter to build on cygwin32.
2001-07-24 Martin v. LöwisAutocheck for snprintf, and use sprintf if it is not...
2001-07-23 Fred DrakeBe more specific about corner cases in the description...
2001-07-23 Fred DrakeOh, ok, so plainpager is probably marginally better.
2001-07-23 Fred DrakeIf $TERM is "dumb" or "emacs", just dump the text inste...
2001-07-23 Fred DrakeWhen explaining the enterabs() method, using the modern...
2001-07-23 Fred DrakeRemove self-reference from the anydbm module.
2001-07-23 Fred DrakeTypo: Added missing "if".
2001-07-23 Fred DrakeAdd StopIteration to the list of exceptions *not* deriv...
2001-07-23 Fred DrakeConvert the use of apply(f, args) to the new spelling...
2001-07-23 Neil SchemenauerFix typo in comment.
2001-07-23 Neil SchemenauerAdd -E command line switch (ignore environment variable...
2001-07-23 Fred DrakeMake this test work under Windows as well.
2001-07-23 Fred DrakeTest for the "glob" module, contributed by Nick Mathewson.
2001-07-23 Moshe ZadkaPatch number #422106 by Greg Ball, to fix segmentation
2001-07-23 Guido van RossumAlex Coventry (SF patch 441791).
2001-07-23 Guido van RossumSF Patch #441791, with changes: when "import foo.bar...
2001-07-23 Tim PetersWhitespace normalization.
2001-07-23 Martin v. LöwisBefore declaring h_errno, do not check for Win32 only...
2001-07-23 Fred DrakeTests for the "commands" module, contributed by Nick...
2001-07-23 Fred DrakeNew tests by Nick Mathewson, for the fpformat module.
2001-07-23 Martin v. LöwisInstead of accessing ss_family, cast sockaddr_storage...
2001-07-21 Tim PetersLeave the Inno script in better shape. Added registrat...
2001-07-21 Martin v. LöwisSet ai_addrlen even if there is no sa_len.
2001-07-21 Martin v. LöwisPatch #401196: IPv6 extensions to the socket module.
2001-07-21 Fred DrakeAdd item about the new xml.sax.saxutils.quoteaddr(...
2001-07-21 Steven M. Gavaupdated about info for 0.8.1 release
2001-07-21 Steven M. Gavanew material for 0.8.1 release
2001-07-21 Martin v. LöwisSilence warnings in MSVC++: hide unused variables,...
2001-07-21 Tim PetersGet started on 2.2a2 NEWS.
2001-07-21 Tim PetersOn WIndows, skip the part of test_dircache that can...
2001-07-21 Tim PetersWhitespace normalization, plus:
2001-07-20 Fred DrakeCorrected a section reference (title was wrong).
2001-07-20 Fred DrakeTypo: PyArgs_ParseTuple --> PyArg_ParseTuple
2001-07-20 Fred DrakeAdded information on Py_BuildValue().
2001-07-20 Fred DrakeMake the add*() helper functions more robust for use...
2001-07-20 Andrew M. KuchlingPatch #429442 from Jason Tishler: Corrects sys.platform and
2001-07-20 Fred DrakeUse string.ascii_letters instead of string.letters...
2001-07-20 Fred DrakeAdd a missing "\" to the markup.
2001-07-20 Fred DrakeUse string.ascii_letters instead of string.letters...
2001-07-20 Fred DrakeUse string.ascii_letters instead of string.letters...
2001-07-20 Fred DrakeUse string.ascii_letters instead of string.letters.
2001-07-20 Fred DrakeAdded the constants ascii_letters, ascii_lowercase...
2001-07-20 Andrew M. KuchlingMore Unicode corrections from MAL to match a post-2...
2001-07-20 Marc-André... Make the unicode-escape and the UTF-16 codecs handle...
2001-07-20 Guido van Rossum#ifdef out generation of \U escapes unless Py_UNICODE_W...
2001-07-20 Fred DrakeRemoved unnecessary section "Unicode literals"; all...
2001-07-20 Guido van RossumCopying this 2.1.1 bugfix to the trunk:
2001-07-20 Fred DrakeFix typo in description of raw strings: "value" --...
2001-07-20 Piers Lauderapply patch item #416254
2001-07-20 Piers Lauderapply patch item #416253
2001-07-20 Piers Lauderfix missed conversion in ESR's string conversion
2001-07-20 Tim PetersA full Inno Setup script for Python, except for the...
2001-07-20 Steven M. Gavaupdate in preparation for 0.8.1 alpha release
2001-07-20 Tim PetersRemove the TENTATIVE marker from the now-historic Windo...
2001-07-20 Andrew M. KuchlingBump release number to 1.00, while I'm at it
2001-07-20 Steven M. Gavabring up to date for 0.8.1 release
2001-07-19 Fred DrakeRegression test for the dircache module, contributed...
next