]> granicus.if.org Git - python/shortlog
python
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...
2001-07-19 Fred DrakeTest for the repr module, contributed by Nick Mathewson.
2001-07-19 Fred DrakeKill more warnings from the SGI compiler.
2001-07-19 Fred DrakeMake more warnings go away on the SGI compiler.
2001-07-19 Fred DrakeClean up some warnings from the SGI compiler.
2001-07-19 Fred DrakeKill a warning on the SGI compiler.
2001-07-19 Fred DrakeMake the new docstrings better conform to Guido's style...
2001-07-19 Fred DrakeRemove warnings from the SGI compiler.
2001-07-19 Fred DrakeElaborate a comment.
2001-07-19 Fred DrakeAdded docstrings based on a patch by Evelyn Mitchell.
2001-07-19 Fred DrakeMake sure path names inserted into ZIP files are normal...
2001-07-19 Tim PetersAdd some test cases for ntpath.join().
2001-07-19 Tim PetersCosmetic: break the long lines in test_ntpath.py,...
2001-07-19 Martin v. LöwisPort getaddrinfo to MSVC++.
2001-07-19 Tim PetersSF bug #44271: os.path.expanduser problem w/o HOME...
2001-07-19 Fred DrakeAdded function xml.sax.saxutils.quoteattr().
next