summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #9846: ZipExtFile provides no mechanism for closing the underlying file...Łukasz Langa2010-11-221-2/+12
* Issue #6878: Fixed return type of tkinter methods documented to return lists.Alexander Belopolsky2010-11-223-21/+21
* Fix test_multiprocessing when ctypes isn't availableAntoine Pitrou2010-11-221-4/+8
* Fix tests when ctypes isn't availableAntoine Pitrou2010-11-221-0/+2
* #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo...Ezio Melotti2010-11-225-50/+62
* issue 10501Kristján Valur Jónsson2010-11-222-23/+25
* Improve test for 'python -m unittest' launching test discoveryMichael Foord2010-11-221-5/+4
* Issue #10459: Update CJK character names to Unicode 6.0.Martin v. Löwis2010-11-224-7/+33
* Fix - s/urllib2/urllib.request/Senthil Kumaran2010-11-221-1/+1
* Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does notSenthil Kumaran2010-11-224-2/+29
* Fix resource warning from patchcheck.pyÉric Araujo2010-11-221-6/+9
* Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-2213-17/+26
* Issue #10138: Removed 'indefinitely' from the proleptic calendar description.Alexander Belopolsky2010-11-221-1/+1
* Fix one compileall test (#10453). Patch by Michele Orrù.Éric Araujo2010-11-221-1/+1
* Add myself for unittest and fix Alexander usernameEzio Melotti2010-11-221-6/+6
* r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes)Éric Araujo2010-11-221-6/+7
* Fix typoÉric Araujo2010-11-221-1/+1
* Update maintainersRaymond Hettinger2010-11-221-5/+6
* Quote the paths in the event that they contain spaces.Brian Curtin2010-11-221-1/+1
* Issue 3292: Fixup to the Sequence docs.Raymond Hettinger2010-11-211-1/+1
* Fix #6378. Start IDLE using the proper version of Python based on the directoryBrian Curtin2010-11-212-2/+6
* Issue 6722: Improve the namedtuple examples.Raymond Hettinger2010-11-211-1/+5
* Issue 10470: 'python -m unittest' launches test discovery by default.(If you...Michael Foord2010-11-215-14/+54
* Issue #10488: Bring documentation for 'float' builtin up to date.Mark Dickinson2010-11-211-20/+48
* Add CSS rule for the deprecated-removed directiveEzio Melotti2010-11-211-5/+5
* Add sets to the precedence table.Brett Cannon2010-11-211-0/+1
* Make test_nntplib more robustAntoine Pitrou2010-11-211-2/+4
* Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed.R. David Murray2010-11-212-15/+37
* fix refleakBenjamin Peterson2010-11-212-0/+6
* Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only...Senthil Kumaran2010-11-214-9/+68
* configparser: read-only attributes to get the section name and parser from a ...Łukasz Langa2010-11-212-17/+34
* Issue #10489: removed broken `__name__` support from configparserŁukasz Langa2010-11-213-54/+4
* Fix capitalization.Mark Dickinson2010-11-211-2/+2
* Revert r86517Raymond Hettinger2010-11-213-5/+2
* Add a couple of missing versionadded tags in the inspect module docsNick Coghlan2010-11-211-2/+4
* Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh...Nick Coghlan2010-11-215-1/+99
* Style edits in followup to r86521 (#9312)Éric Araujo2010-11-211-2/+2
* Issue #7770: Note the useful range of sin/cos in the decimal module examples.Raymond Hettinger2010-11-211-0/+6
* Try to get more useful output from failing buildbotÉric Araujo2010-11-211-1/+1
* Clean-up the description of the range object.Raymond Hettinger2010-11-211-6/+4
* Document index and count as part of the Sequence ABC (#9746)Éric Araujo2010-11-201-0/+6
* pep 7 actually wants the brace on a new lineBenjamin Peterson2010-11-201-22/+44
* fix two broken testsBenjamin Peterson2010-11-201-1/+2
* merge all range tests into test_rangeBenjamin Peterson2010-11-202-178/+157
* enable test that was commented out for whatever reasonBenjamin Peterson2010-11-201-1/+1
* code style and simplificationBenjamin Peterson2010-11-201-72/+31
* Add error handling in range_count.Georg Brandl2010-11-201-1/+4
* count() should return integers #10474Benjamin Peterson2010-11-203-2/+6
* Fix typos and style in compileall.Éric Araujo2010-11-201-18/+12
* Fix email doc update I overlooked (thanks, Éric)R. David Murray2010-11-201-1/+1