]> granicus.if.org Git - python/shortlog
python
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
2002-10-06 Guido van RossumMake sure the email test suite can be run both stand...
2002-10-06 Martin v. LöwisAlso look in -lposix4 for sem_init. Fixes #618615.
2002-10-06 Tim PetersUpdate info for impending 2.2.2.
2002-10-06 Kurt B. KaiserApply Josh Robb's Patch:
2002-10-05 Tim PetersThis test fails on Win98, which is fine, but when it...
2002-10-05 Martin v. LöwisDocument patch #594001.
2002-10-05 Tim Peterss/_alloca/alloca/g; Windows doesn't need the former...
2002-10-04 Andrew M. KuchlingAdd a section to be written; remove reference to delete...
2002-10-04 Kurt B. KaiserJosh Robb's Patch
2002-10-04 Kurt B. KaiserApply Josh Robb's Patch
2002-10-04 Guido van RossumWhen looking for an alias, first look for the normalize...
2002-10-04 Raymond Hettinger.iterkeys() is not needed.
2002-10-04 Fred DrakeRemove some unnecessary dependencies (minor).
2002-10-04 Fred DrakeAdded refcount information for PyObject_GetIter().
2002-10-04 Marc-André... Undo the removal. Guido mentioned that the encoding...
2002-10-04 Marc-André... Remove unneeded alias.
2002-10-04 Neal NorwitzSF # 607253, header file problems by Ralf W. Grosse...
2002-10-04 Marc-André... Fix doc-string.
2002-10-04 Marc-André... News item about the new encoding normalization scheme.
2002-10-04 Marc-André... Adapt lookup names to new more general encoding name...
2002-10-04 Marc-André... Extending the encoding name normalization to handle...
2002-10-04 Martin v. LöwisDisable LFS if Solaris/gcc bug is detected. Fixes ...
2002-10-04 Marc-André... Pulling Mark Alexander's contribution from CVS.
2002-10-04 Martin v. LöwisPatch #618347: Work around Solaris 2.6 pthread.h bug...
2002-10-04 Mark HammondFix [ 616716 ] Bug in PyErr_SetExcFromWindows
2002-10-04 Mark HammondFix errors to pep277 checkin identified by Neal Norwitz.
2002-10-03 Mark HammondTests for pep277 - Unicode file names on Windows NT.
2002-10-03 Michael W.... One last tweak to the tracing machinery: this actually...
2002-10-03 Michael W.... Clamp code objects' tp_compare result to [-1, 1].
2002-10-03 Michael W.... Updates to track Grammar changes. The patch to token...
2002-10-03 Mark HammondTrivial fix to the pep277 checkin: ensure that exceptio...
2002-10-03 Mark HammondPatch 594001: PEP 277 - Unicode file name support for...
2002-10-02 Guido van RossumFix an endcase bug: initial_indent was ignored when...
2002-10-02 Michael W.... Fix for the recursion_level bug Armin Rigo reported...
2002-10-01 Martin v. LöwisSupport UCS-4 builds.
2002-10-01 Fred DrakeAdd a comment to the top of the file explaining why...
2002-10-01 Guido van RossumMention droped support for Tcl/Tk 8.0 and 8.1.
2002-10-01 Martin v. LöwisEliminate constness warnings with Tcl 8.4.
2002-10-01 Barry Warsawtest__all__(): Fix the import list.
2002-10-01 Martin v. LöwisDrop support for Tk 8.0 and 8.1.
2002-10-01 Skip Montanarosave the verbose argument as an instance attributes...
2002-10-01 Barry Warsawbuild(): Use self.builddir, not self.doc when copying...
2002-10-01 Fred DrakeWhen the HTML output dir is specified using --dir=...
2002-10-01 Barry Warsawnits
2002-10-01 Fred DrakeInclude the --dir argument in the help text.
2002-10-01 Fred DrakeChange the default path to icons so that "mkhowto"...
2002-10-01 Barry WarsawAdded an introduction.
2002-10-01 Fred DrakeStub document for the stand-alone email package distrib...
2002-10-01 Fred DrakeMinor style nit for referring to other attributes of...
2002-10-01 Fred DrakeSplit the long email package examples into separate...
2002-10-01 Barry WarsawCleaned up the examples.
2002-10-01 Barry WarsawProofread and spell checked, all except the Examples...
2002-10-01 Guido van RossumCommit fix for SF 603831.
2002-10-01 Barry WarsawVast update to email version 2. This could surely...
2002-10-01 Barry WarsawDocstring consistency with the updated .tex files.
2002-10-01 Barry Warsaw_structure(): Swap fp and level arguments.
2002-10-01 Barry WarsawDocstring consistency with the updated .tex files.
2002-10-01 Barry WarsawDocstring consistency with the updated .tex files.
2002-09-30 Barry WarsawDocstring consistency with the updated .tex files.
2002-09-30 Barry WarsawDocstring consistency with the updated .tex files.
2002-09-30 Barry WarsawDocstring consistency with the updated .tex files.
2002-09-30 Barry WarsawDocstring consistency with the updated .tex files.
next