summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch 1490384: New Icons for the PC build.Martin v. Löwis2006-05-224-0/+0
* Apply patch #1492255 from Mike Foord.George Yoshida2006-05-211-3/+3
* Fix the TeX compile error.George Yoshida2006-05-211-1/+1
* Minor editsAndrew M. Kuchling2006-05-201-3/+3
* Apply patch #1492147 from Mike Foord.George Yoshida2006-05-201-1/+1
* - Add 'as' and 'with' as new keywords in 2.5.George Yoshida2006-05-201-9/+13
* - markup fixGeorge Yoshida2006-05-202-4/+5
* Fix bug #1000914 (again).Ronald Oussoren2006-05-201-9/+9
* Whitespace normalization.Tim Peters2006-05-191-1/+1
* * Change working directory to the users homeRonald Oussoren2006-05-191-3/+11
* Oops, I forgot to include this file in the last commit (46046):Neal Norwitz2006-05-191-2/+2
* Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64.Neal Norwitz2006-05-195-5/+41
* Fix #1474677, non-keyword argument following keyword.Neal Norwitz2006-05-192-0/+8
* Fix #132 from Coverity, retval could have been derefedNeal Norwitz2006-05-191-0/+4
* Typo fix; add clarifying wordAndrew M. Kuchling2006-05-191-2/+2
* Fix some minor issues with the generated application bundles on MacOSXRonald Oussoren2006-05-187-9/+70
* Changed status from "beta" to "production"; since logging has been part of th...Vinay Sajip2006-05-181-1/+1
* Bug #1490688: properly document %e, %f, %g format subtleties.Georg Brandl2006-05-181-11/+30
* Bug #1462152: file() now checks more thoroughly for invalid modeGeorg Brandl2006-05-184-37/+60
* Little cleanupNeal Norwitz2006-05-182-4/+4
* Fix test_locale for platforms without a default thousands separator.Georg Brandl2006-05-181-5/+8
* Remove unused import.Georg Brandl2006-05-182-2/+2
* Amendments to patch #1484695.Georg Brandl2006-05-181-45/+52
* Whitespace normalization.Tim Peters2006-05-182-12/+12
* Patch #1180296: improve locale string formatting functionsGeorg Brandl2006-05-174-55/+205
* Delay-import some large modules to speed up urllib2 import.Georg Brandl2006-05-171-8/+28
* Patch #1486962: Several bugs in the turtle Tk demo module were fixedGeorg Brandl2006-05-172-18/+568
* Add global debug flag to cookielib to avoid heavy dependency on the logging m...Georg Brandl2006-05-171-63/+74
* Patch #1490224: set time.altzone correctly on Cygwin.Georg Brandl2006-05-172-1/+3
* Fix typo in os.utime docstring (patch #1490189)Georg Brandl2006-05-171-1/+1
* Apply patch #1489784 from Michael Foord.Georg Brandl2006-05-171-39/+62
* Remove misleading comment about type-class unification.Georg Brandl2006-05-171-6/+5
* PyZlib_copy(), PyZlib_uncopy(): Repair leaks on the normal-case path.Tim Peters2006-05-171-5/+9
* Text files missing the SVN eol-style property.Tim Peters2006-05-1627-1427/+1427
* Whitespace normalization.Tim Peters2006-05-162-3/+3
* Document ImportWarningGeorge Yoshida2006-05-161-0/+5
* Mention that Exception is now a subclass of BaseException.George Yoshida2006-05-161-1/+1
* Update for 'ImportWarning'George Yoshida2006-05-161-3/+3
* PEP 243 has been withdrawn, so don't refer to it any more.Andrew M. Kuchling2006-05-161-26/+14
* Add itemAndrew M. Kuchling2006-05-161-0/+6
* Patch #1435422: zlib's compress and decompress objects now have aGeorg Brandl2006-05-164-0/+175
* - Test for sys/statvfs.h before including it, as statvfs is presentMartin v. Löwis2006-05-164-10/+14
* test_directory(): Remove the leftover temp directory that's makingTim Peters2006-05-151-0/+4
* ReadDetectFileobjTest: repair Windows disasters by openingTim Peters2006-05-151-1/+2
* [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)Georg Brandl2006-05-153-2/+93
* Remove bogus DECREF of self.Martin v. Löwis2006-05-151-65/+32
* Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backportNeal Norwitz2006-05-153-1/+4
* - Bug #1487966: Fix SystemError with conditional expression in assignmentNeal Norwitz2006-05-154-16/+25
* Move items implemented after a2 into the new a3 sectionNeal Norwitz2006-05-151-35/+61
* Fix memory leak.Martin v. Löwis2006-05-151-0/+1