]> granicus.if.org Git - python/shortlog
python
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().
2001-07-19 Guido van RossumFis SF bug #442647: not all forms of legal future state...
2001-07-19 Guido van RossumThomas, I don't care about unset either, but setting...
2001-07-19 Andrew M. KuchlingRevise the Unicode section after getting comments from...
2001-07-19 Martin v. LöwisPatch #442512: put block indices in the right byte...
2001-07-19 Martin v. LöwisUse -Kpthread when trying to find out the size of pthre...
2001-07-19 Guido van RossumAdd a low-level API to access interpreters, for David...
2001-07-19 Martin v. LöwisPatch #418659: Fixes for UnixWare and ReliantUnix.
2001-07-19 Martin v. LöwisReplace __import__ with import as.
2001-07-19 Thomas WoutersAvoid the use of 'unset', which isn't available on...
2001-07-19 Steven M. Gavaminor tidy-ups ready for 0.8.1 alpha tarball release
2001-07-19 Fred DrakeRemove some false statements.
2001-07-19 Fred DrakeRemove some false comments.
2001-07-19 Andrew M. KuchlingFill out the Unicode section, somewhat uncertainly
2001-07-19 Andrew M. KuchlingFinish the "Other changes" section
2001-07-19 Andrew M. KuchlingFix a few typos
2001-07-19 Andrew M. KuchlingRemove note about this being a draft document.
2001-07-18 Fred DrakeLook to the future: bump the version number.
2001-07-18 Fred Drake2.2a1 is out; look to the future.
2001-07-18 Fred DrakeIgnore all .tar files in the top directory; we're about...
2001-07-18 Tim PetersSF bug #442520: test_struct fails on SPARC.
2001-07-18 Skip MontanaroIf the user's environment has set the BROWSER environme...
2001-07-18 Fred DrakeLots of small updates, some long overdue.
2001-07-18 Fred DrakeAdd a more substantial example startup file for the...
2001-07-18 Fred DrakeMinor changes for stylistic cleanliness and consistency.
2001-07-18 Fred DrakeChange the command lines to use a similar "phrasing...
2001-07-18 Fred Drake"Make small changes, but carry a big diff."
2001-07-18 Fred DrakeAdd some symbolic names to support hyperlinked references.
2001-07-18 Guido van RossumAdd "help" to the things one is encouraged to type...
2001-07-18 Fred DrakeMade a few minor style & markup changes to the new...
2001-07-18 Martin v. LöwisDeactivate definition of ss_family and ss_len. Fixes...
2001-07-18 Martin v. LöwisPatch #412229: Add functions sys.getdlopenflags and...
2001-07-18 Martin v. LöwisPatch #432117: Record namespaces in the DOM tree using...
2001-07-17 Fred DrakeIgnore the html-*.tar file that can now be generated...
2001-07-17 Fred DrakeRevise the rules for building the distribution files...
2001-07-17 Fred DrakeMirror Guido's latest changes to the license file.
2001-07-17 Fred DrakeBe more specific about some of the dependencies, to...
2001-07-17 Fred DrakeDefine new markup for 5-column tables.
2001-07-17 Fred DrakeRemove a couple of lines from the test that proved...
2001-07-17 Tim PetersKill another merge zombie.
2001-07-17 Fred DrakeKill another merge zombie.
2001-07-17 Fred DrakeKill a merge zombie.
next