summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mouse support and colour to Demo/curses/life.py by Dafydd CrosbySenthil Kumaran2010-11-251-2/+36
* Fix compilation warnings seen on Windows.Amaury Forgeot d'Arc2010-11-251-7/+7
* Clean-up docstring, comments, and whitespace.Raymond Hettinger2010-11-251-5/+15
* Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ...Terry Reedy2010-11-254-40/+96
* sys.abiflags is not defined on all platforms.Barry Warsaw2010-11-251-1/+6
* sys.abiflags may not be defined on all platforms.Barry Warsaw2010-11-251-1/+5
* Add NEWS entry for r86732 and fix double function in the table.Ezio Melotti2010-11-242-4/+9
* Put /usr/local paths after the relative paths in library_dirs andBarry Warsaw2010-11-241-8/+18
* Fix #8879. Add os.link support to Windows.Brian Curtin2010-11-244-1/+66
* #10299: Add a table that lists all the built-in functions in functions.rstEzio Melotti2010-11-241-0/+18
* Final patch for issue 9807.Barry Warsaw2010-11-247-328/+332
* Remove unnecessary import.Barry Warsaw2010-11-241-1/+0
* ifdef a Windows specific section.Brian Curtin2010-11-241-0/+2
* Fix #10027. st_nlink not set on Windows calls to os.stat/lstat.Brian Curtin2010-11-242-302/+282
* Remove UTF-8 BOM.Georg Brandl2010-11-241-1/+1
* IssIssue 1859: Add Jeremy Thurgood to Misc/ACKSTerry Reedy2010-11-231-1/+2
* Issue 1859: Doc that textwrap does not break on \n (pending possible behavior...Terry Reedy2010-11-231-0/+7
* assert.h is also included. Thanks to Savio Sena.Georg Brandl2010-11-231-2/+2
* #10511: clarification of what heaps are; suggested by Johannes Hoff.Georg Brandl2010-11-231-5/+6
* #10468: document Unicode exception creation and access functions.Georg Brandl2010-11-232-4/+79
* Issue 9222 Fix filetypes for open dialogTerry Reedy2010-11-231-2/+2
* information on Issue #9846Łukasz Langa2010-11-231-0/+2
* zipfile: remove remaining ResourceWarningsŁukasz Langa2010-11-232-16/+24
* 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