]> granicus.if.org Git - python/shortlog
python
2002-10-16 Fred DrakeUse string methods; minor code cleanup.
2002-10-15 Thomas HellerRecreated after source changes.
2002-10-15 Martin v. LöwisPatch #572628: Optional timeouts for put and get.
2002-10-15 Thomas HellerRevert the previous checkin - it didn't work anyway.
2002-10-15 Guido van RossumFor some reason (probably cut and paste), __ipow__...
2002-10-14 Martin v. LöwisDon't drop old slots if _unicode_to_string did not...
2002-10-14 Martin v. LöwisAllow Unicode strings in __slots__, converting them...
2002-10-14 Martin v. LöwisAllow Unicode strings as message and module name.
2002-10-14 Guido van Rossum[SF bug 620364]
2002-10-14 Martin v. LöwisConvert empty string literal to string. Speed up creati...
2002-10-14 Guido van RossumFix for 1.33: urlsplit() should only add '//' if scheme...
2002-10-14 Barry WarsawI'd forgotten that tcsh was the default for 10.1, but...
2002-10-14 Barry WarsawThere was a typo in the MacOSX section regarding the...
2002-10-14 Barry Warsawappend(): Fixing the test for convertability after...
2002-10-14 Fred DrakeUse the same shade of blue as the site navigation areas.
2002-10-14 Barry WarsawTwo new tests for splitting (or not splitting) 8-bit...
2002-10-14 Barry WarsawBump the __version__
2002-10-14 Barry Warsaw__init__(): Fix an invariant, that the charset item...
2002-10-14 Barry Warsaw_split_header(): If we have a header which is a byte...
2002-10-14 Barry WarsawCHARSETS: Add faux '8bit' encoding for representing...
2002-10-14 Fred DrakeMinor refactoring to avoid code duplication.
2002-10-14 Tim PetersUpdate list of Windows buildnos for 2.2.2 final.
2002-10-14 Guido van RossumAdd finditer to __all__ (when defining it at all).
2002-10-13 Greg WardFix copyright date: the core of this code actually...
2002-10-13 Martin v. LöwisPatch #611760: read archives with comments.
2002-10-13 Martin v. LöwisPatch #621891: Add askopenfile{name}s.
2002-10-13 Martin v. LöwisPatch #621205: Tkinter updates for tk8.4.
2002-10-13 Barry Warsaw_encode_chunks(), encode(): Don't modify self._chunks...
2002-10-13 Barry WarsawUpdate the urls and other information about the add...
2002-10-12 Fred DrakeFix tildes in URLs. Closes SF bug #614821.
2002-10-11 Guido van RossumDarn! Don't divide by zero. Bad fix. :-)
2002-10-11 Neal NorwitzFix a few docstrings, remove extra commas
2002-10-11 Neal NorwitzSF # 539360, webbrowser.py and konqueror, by Andy McKay
2002-10-11 Neal NorwitzSF #621948, update docstring for md5 by David M. Cooke...
2002-10-11 Raymond HettingerClarify deprecation of the floor div operator, modulo...
2002-10-11 Guido van RossumAdd checks for size overflow on list*n, list+list,...
2002-10-11 Guido van RossumPyObject_Init[Var] is almost always called from the...
2002-10-11 Tim PetersThe MS resource compiler simply cannot be convinced...
2002-10-11 Tim PetersRepair the DLL name -- this has to match the major...
2002-10-11 Jeremy HyltonTypo in docstring
2002-10-11 Jeremy HyltonFix for SF bug #599836: Don't duplicate headers.
2002-10-11 Fred DrakeAllow restricted code to get byteorder, getdefaultencod...
2002-10-11 Jeremy HyltonTrying alphabet again
2002-10-11 Jeremy HyltonSort names alphabetically.
2002-10-11 Jeremy HyltonAdd hexversion to list of safe sys names (SF bug 621447).
2002-10-11 Jeremy HyltonUse fdopen() to create file from fd.
2002-10-11 Michael W.... A test for the recent overflow-in-format-crash bug.
2002-10-11 Guido van RossumBack out news about SF patch 479898 -- it's withdrawn.
2002-10-11 Martin v. LöwisBack out #479898.
2002-10-11 Guido van RossumFix a nasty endcase reported by Armin Rigo in SF bug...
2002-10-10 Neal NorwitzAdd Greg Copeland for SF # 585913, Adds Galeon support...
2002-10-10 Neal NorwitzSF # 585913, Adds Galeon support to webbrowser.py
2002-10-10 Martin v. LöwisRemove mentionings of DOS.
2002-10-10 Martin v. LöwisRemove more DOS support.
2002-10-10 Fred DrakeDocument when unittest was added to Python.
2002-10-10 Andrew M. KuchlingAdd new posix functions
2002-10-10 Barry WarsawUpdate email micro release number.
2002-10-10 Barry WarsawDocument that the Charset constructor coerces its argum...
2002-10-10 Barry WarsawDocument that get_content_charset() coerces its return...
2002-10-10 Barry WarsawBump version number to 2.4.2 to pick up the latest...
2002-10-10 Barry WarsawNew tests to verify that charsets are case insensitive...
2002-10-10 Barry Warsawget_content_charset(): RFC 2046 $4.1.2 says charsets...
2002-10-10 Barry Warsaw__init__(): RFC 2046 $4.1.2 says charsets are not case...
2002-10-10 Guido van RossumAdd .PHONY targets, to declare targets that aren't...
2002-10-10 Martin v. LöwisPatch #612602: Streamline configure methods.
2002-10-10 Martin v. LöwisPatch #569139: Implementation of major, minor and makedev.
2002-10-10 Andrew M. Kuchling[Bug #621039] Fix broken link
2002-10-10 Andrew M. Kuchling[Bug #621038] Remove duplicated item
2002-10-10 Kurt B. KaiserM CallTips.py Add support for getting calltip...
2002-10-09 Neal NorwitzSF #614596, fix for urllib2.AbstractBasicAuthHandler...
2002-10-09 Fred DrakeAccept Armin's documentation patch for SF bug #558179.
2002-10-09 Guido van RossumNews about repr() and 8-bit characters, and setlocale...
2002-10-09 Skip MontanaroMacOSX linker doesn't understand -R flag at all, no...
2002-10-09 Guido van RossumGNU readline() mistakenly sets the LC_CTYPE locale.
2002-10-09 Guido van RossumUndo this part of the previous checkin:
2002-10-09 Guido van RossumThe string formatting code has a test to switch to...
2002-10-09 Guido van RossumAdd special consideration for rlcompleter. As a side...
2002-10-09 Martin v. LöwisRemove more DOS support.
2002-10-09 Guido van RossumAdd a few people who were in the ACKS file in the 2...
2002-10-09 Andrew M. KuchlingMinor edits and markup fixes
2002-10-09 Tim PetersDon't try to access sys.getwindowsversion unless it...
2002-10-09 Tim PetersLogic for determining whether skipping test_pep277...
2002-10-08 Tim PetersThe
2002-10-08 Mark HammondAdd os.path.supports_unicode_filenames for all platforms,
2002-10-07 Martin v. LöwisDocument PEP 293.
2002-10-07 Martin v. LöwisDocument PEP 277 changes.
2002-10-07 Martin v. LöwisInclude wctype.h.
2002-10-07 Martin v. LöwisCheck for wctype.h.
2002-10-07 Barry Warsawopenfile(): Go back to opening the files in text mode...
2002-10-07 Barry Warsaw_parsebody(): Use get_content_type() instead of the...
2002-10-07 Martin v. LöwisUse escaped Unicode literals, according to PEP 8.
2002-10-07 Barry WarsawBump the version to 2.4.1 (not 2.5 as previously mentio...
2002-10-07 Fred DrakeModified presentation of the grammar for calls to be...
2002-10-07 Martin v. LöwisPatch #479898: Use multibyte C library for printing...
2002-10-07 Martin v. LöwisPatch #448038: Add move(). Report errors from copytree...
2002-10-07 Martin v. LöwisApply file system default encoding to exec and spawn...
2002-10-07 Martin v. LöwisFix quoting for Solaris LDSHARED. Will backport to...
2002-10-07 Martin v. LöwisPatch #619493: Prefer rpmbuild over rpm if available...
2002-10-06 Guido van RossumAdd test_pep277 to the expected skips on Linux. (This...
2002-10-06 Martin v. LöwisPatch #572031: AUTH method LOGIN for smtplib
next