aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove non-ascii coding per PEP 8Benjamin Peterson2010-05-281-2/+1
* Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) andVictor Stinner2010-05-272-1/+6
* Add itemAndrew M. Kuchling2010-05-271-0/+6
* Issue #7150: Raise OverflowError if the result of adding or subtractingAlexander Belopolsky2010-05-273-22/+29
* Remove top-level 'General Questions' section, pushing up the questions it con...Andrew M. Kuchling2010-05-271-12/+9
* Rewrite wxWidgets sectionAndrew M. Kuchling2010-05-271-10/+15
* Added Andrej Krpic. (Thanks for issue #7879 patch.)Alexander Belopolsky2010-05-261-0/+1
* Issue #7879: Skip negative timestamps test on any Windows platformAlexander Belopolsky2010-05-261-7/+2
* Issue #7879: Do not test negative timestamps on any Windows platformAlexander Belopolsky2010-05-261-3/+3
* Issue #8825: additional testcases for int(string, 0) and long(string, 0).Mark Dickinson2010-05-262-0/+23
* Issue #7449: Skip test_socketserver if threading support is disabledVictor Stinner2010-05-262-0/+3
* Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding andVictor Stinner2010-05-253-1/+30
* Add Alexander Belopolsky.Martin v. Löwis2010-05-251-0/+3
* Fix a NameError in test_enumerate.Mark Dickinson2010-05-251-1/+1
* Issue #8816: Extra tests for some built-in functions. These tests areMark Dickinson2010-05-253-14/+84
* Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'.R. David Murray2010-05-251-3/+3
* Issue 8143: sync unquote in urlparse with urllib; add comment about doing so.R. David Murray2010-05-252-10/+18
* Fix #2810 - handle the case where some registry calls returnBrian Curtin2010-05-253-33/+159
* Add three itemsAndrew M. Kuchling2010-05-251-3/+16
* Make the contributor list alphabetical again.Brett Cannon2010-05-251-1/+1
* correct default docsBenjamin Peterson2010-05-252-7/+7
* set svn:eol-styleBenjamin Peterson2010-05-240-0/+0
* #8616: update module nameGeorg Brandl2010-05-241-1/+1
* Add the author of the last fix (Issue #6662)Victor Stinner2010-05-242-1/+3
* Issue #6662: Fix parsing of malformatted charref (&#bad;)Victor Stinner2010-05-243-0/+12
* #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te...Georg Brandl2010-05-246-4/+713
* Fix default value for version help. Approved by Benjamin on python-dev: http:...Steven Bethard2010-05-242-1/+20
* argparse documentation updates (including updates to optparse and getopt docu...Steven Bethard2010-05-243-5/+31
* #1436346: make it more obvious that timetuple[7] is yday.Georg Brandl2010-05-231-7/+10