summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge rev 45944 from trunk.Tim Peters2006-05-103-3/+25
* backport r45920George Yoshida2006-05-061-1/+4
* Backport SF bug/patch #1433877: string parameter to ioctl not null terminatedThomas Wouters2006-05-053-13/+12
* Bug #1481530: allow "from os.path import ..." with imputilGeorg Brandl2006-05-041-2/+5
* Bug #1472191: convert breakpoint indices to ints before comparing them to intsGeorg Brandl2006-05-031-1/+7
* Patch #1480067: don't redirect HTTP digest auth in urllib2Georg Brandl2006-05-031-1/+1
* Work around deadlock risk.Martin v. Löwis2006-05-012-2/+18
* Patch #1464708 from William McVey: fixed handling of nested comments in mailBarry Warsaw2006-04-304-0/+18
* Bug #1473625: stop pickling in text mode make floats locale dependent.Georg Brandl2006-04-301-1/+3
* Backport r45774:Neal Norwitz2006-04-291-0/+1
* Bug #1478429: make datetime.datetime.fromtimestamp accept every float,Georg Brandl2006-04-282-0/+13
* Bug #1478326: don't allow '/' in distutils.util.get_platform machine namesGeorg Brandl2006-04-281-0/+1
* correct a dead link(backport from rev.45783)George Yoshida2006-04-281-1/+1
* Bug #1475009: clarify ntpath.join behavior with absolute componentsGeorg Brandl2006-04-281-2/+3
* fix markup glitch(backport from rev.45778)George Yoshida2006-04-281-1/+1
* Mention xmlrpclib.Error base class; import Error in exampleAndrew M. Kuchling2006-04-271-4/+6
* [Bug #1477102] Add necessary import to exampleAndrew M. Kuchling2006-04-271-0/+1
* Backport trunk's r45715:Thomas Wouters2006-04-253-0/+12
* Backport trunk's 45708: Fix markup glitch in unittest docs.Thomas Wouters2006-04-251-1/+1
* Put break at correct level so *all* root HKEYs acutally get checked forTrent Mick2006-04-251-1/+1
* Merge rev 45677 from the trunk.Tim Peters2006-04-242-4/+13
* wrap SyntaxError with \exception{}George Yoshida2006-04-231-1/+1
* fix tex markupGeorge Yoshida2006-04-231-3/+3
* Typo fixesGeorge Yoshida2006-04-221-2/+2
* Typo fixesAndrew M. Kuchling2006-04-221-2/+2
* Oops! 2.5 news about setuptools snuck into 2.4 whenTim Peters2006-04-211-3/+0
* Merge rev 45631 from trunk.Tim Peters2006-04-214-22/+90
* Typo, grammar fixesAndrew M. Kuchling2006-04-211-16/+16
* Typo fixesAndrew M. Kuchling2006-04-211-4/+4
* fix typoGeorge Yoshida2006-04-181-1/+1
* Merge rev 45516 from trunk.Tim Peters2006-04-181-12/+21
* Merge rev 45498 from trunk.Tim Peters2006-04-172-29/+27
* Add missing SVN eol-style property to text files.Tim Peters2006-04-160-0/+0
* Patch #1191700: Adjust column alignment in bdb breakpoint lists.Martin v. Löwis2006-04-152-3/+5
* Patch #1191065: Fix preprocessor problems on systems where recvfromMartin v. Löwis2006-04-152-6/+11
* mention bsddb open cachesize parameter bugfixGregory P. Smith2006-04-131-0/+3
* Add missing wordAndrew M. Kuchling2006-04-131-1/+1
* Backport 45338:Neal Norwitz2006-04-131-2/+11
* reverting r45322 - "traceback.format_exception_only() now prependsAnthony Baxter2006-04-133-29/+0
* Patch #860326: traceback.format_exception_only() now prepends theGeorg Brandl2006-04-123-0/+29
* backport 43519. fixes SF bug 1117761.Gregory P. Smith2006-04-122-8/+10
* Ignore the references to the dummy objects used as deleted keysArmin Rigo2006-04-125-6/+28
* Patch #1468808: don't complain if Tkinter is already deleted at the time Font...Georg Brandl2006-04-121-1/+3
* Backport of r45303: buffer overflow.Armin Rigo2006-04-121-1/+1
* StreamHandler now checks explicitly for None before using sys.stderr as the s...Vinay Sajip2006-04-121-1/+1
* Clear errno before calling opendir() and readdir().Georg Brandl2006-04-111-0/+1
* Bug #1467952: backport: make os.listdir() raise if readdir() failsGeorg Brandl2006-04-113-1/+11
* Patch #1466993: remove wrong comment in socket.pyGeorg Brandl2006-04-091-8/+0
* Whitespace normalization.Tim Peters2006-04-082-2/+2
* Merge rev 43734 from the trunk.Tim Peters2006-04-081-19/+35