summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #8627: remove out-of-date warning about overriding __cmp__Mark Dickinson2010-06-053-8/+3
* Extract error message truncating into a method (unittest.TestCase._truncateMe...Michael Foord2010-06-051-4/+6
* Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.Michael Foord2010-06-052-3/+29
* unittest TestLoader test discovery filename matching done in a method. This m...Michael Foord2010-06-051-20/+24
* _PyObject_LookupSpecial returns a new referenceBenjamin Peterson2010-06-051-0/+1
* fix ref countingBenjamin Peterson2010-06-051-1/+1
* implement object.__format__ with PyObject_FormatBenjamin Peterson2010-06-051-12/+1
* remove PyType_Ready call; float should be initialized in interpreter startupBenjamin Peterson2010-06-051-6/+1
* properly lookup the __format__ special methodBenjamin Peterson2010-06-052-21/+14
* #4487: have Charset check with codecs for possible aliases.R. David Murray2010-06-043-1/+13
* Issue #6470: Drop UNC prefix in FixTk.pyMartin v. Löwis2010-06-043-0/+29
* Display installer warning that Windows 2000 won'tMartin v. Löwis2010-06-042-3/+6
* Issue #5464: Implement plural forms in msgfmt.py.Martin v. Löwis2010-06-042-2/+31
* Issue #8864: Define _XOPEN_SOURCE on Solaris for theMartin v. Löwis2010-06-042-1/+8
* test verifying the resp object is closed for HEAD response.Senthil Kumaran2010-06-041-1/+1
* Fix issue6312 - close the resp object for HEAD response.Senthil Kumaran2010-06-041-0/+1
* Issue #8890: Documentation changed to avoid reference to temporary files - ot...Vinay Sajip2010-06-041-11/+11
* Detect missing ldd on all systems.Stefan Krah2010-06-041-1/+2
* Issue8810: Clearing up docstring for tzinfo.utcoffset.Sean Reifscheider2010-06-041-1/+2
* Issue #8890: Documentation changed to avoid reference to temporary files.Vinay Sajip2010-06-031-2/+4
* use a set for membership testingBenjamin Peterson2010-06-031-2/+2
* #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.R. David Murray2010-06-032-8/+26
* #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.R. David Murray2010-06-033-1/+22
* Use compiler rather than compiler_obj. Thanks Michael Foord for noticing.Stefan Krah2010-06-031-3/+3
* Issue #7384: If the system readline library is linked against ncurses,Stefan Krah2010-06-033-24/+41
* Issue #8741: Fixed the TarFile.makelink() method that is responsibleLars Gustäbel2010-06-033-26/+90
* Issue #8833: tarfile created hard link entries with a sizeLars Gustäbel2010-06-033-2/+9
* Fix for issue #7724: ensure that distutils and python's own setup.pyRonald Oussoren2010-06-032-22/+133
* #1368247: make set_charset/MIMEText automatically encode unicode _payload.R. David Murray2010-06-025-6/+39
* Issue #8873: add a documentation note about possible performance issues with theAntoine Pitrou2010-06-021-0/+6
* Logging: improved error reporting for BaseConfigurator.resolve().Vinay Sajip2010-06-021-9/+15
* Fix for issue8868: without this patch 'MacOS.WMAvailable()' will returnRonald Oussoren2010-06-022-0/+11
* Fix issue8788 - description of doseq parameter in urllib.urlencodeSenthil Kumaran2010-06-021-11/+13
* Fix #8618. Ask the Windows mixer API if there are any playback devicesBrian Curtin2010-06-011-0/+6
* Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fail...Senthil Kumaran2010-06-012-1/+9
* Put docs for RegexObject.search() before RegexObject.match() to mirror re.sea...Georg Brandl2010-06-011-23/+27
* #7583: clarify discussion of hard tab expansion in doctests.R. David Murray2010-06-011-10/+17
* Improve documentation for getaddrinfo() (part of #8857)Antoine Pitrou2010-05-311-15/+33
* Issue #8748: Fix incorrect results from comparisons between an integerMark Dickinson2010-05-303-10/+79
* Remove declaration for unused variable.Mark Dickinson2010-05-301-1/+0
* Issue #5211: Complete removal of implicit coercions for the complexMark Dickinson2010-05-303-19/+19
* Untabify Modules/config.c.in.Mark Dickinson2010-05-291-18/+17
* Fix typoStefan Krah2010-05-291-1/+1
* Issue #8840: Make documentation for truncate() clearerAntoine Pitrou2010-05-291-4/+6
* #8616: add new turtle demo "nim".Georg Brandl2010-05-291-0/+227
* Make the ctl-C shutdown of serve.py prettier.R. David Murray2010-05-281-2/+5
* Make reference to Generic Attribute Management a hyperlink.R. David Murray2010-05-281-1/+3
* Fix #8405 for slow buildbots. Remove the sleep on startup and move theBrian Curtin2010-05-281-11/+16
* Issue #1759169: Drop _XOPEN_SOURCE on Solaris.Martin v. Löwis2010-05-283-52/+21
* 2to3 doesn't fix test_support #6583Benjamin Peterson2010-05-281-5/+1