summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed #1702551: distutils sdist was not pruning VCS directories under win32Tarek Ziadé2009-01-043-1/+120
* Add temporary code to fix the automatic doc build failure.Georg Brandl2009-01-031-0/+4
* Manually merge r67868 from 2.6 branch.Georg Brandl2009-01-031-7/+5
* Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.Georg Brandl2009-01-035-8/+25
* Grammar fix.Georg Brandl2009-01-031-4/+3
* The _tkinter module functions "createfilehandler", "deletefilehandler",Guilherme Polo2009-01-032-0/+40
* Disable the line length checker by default.Georg Brandl2009-01-032-3/+8
* Remove tabs from the documentation.Georg Brandl2009-01-0320-166/+163
* Remove trailing whitespace.Georg Brandl2009-01-03149-771/+771
* Fix uses of the default role.Georg Brandl2009-01-0311-79/+77
* Recognize usage of the default role.Georg Brandl2009-01-031-2/+10
* Add rstlint, a little tool to find subtle markup problems and inconsistencies...Georg Brandl2009-01-032-1/+220
* Fix role name.Georg Brandl2009-01-031-1/+1
* Make indentation consistent.Georg Brandl2009-01-031-9/+9
* Set eol-style correctly for mp_distributing.py.Georg Brandl2009-01-031-364/+364
* Reapply r68191.Raymond Hettinger2009-01-031-56/+56
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-034-58/+201
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-0317-84/+2
* Merged revisions 67900-67901,67919,67928,67984,67991-67993,68106-68108,68110 ...Benjamin Peterson2009-01-039-58/+198
* Fix indentation.Georg Brandl2009-01-031-6/+6
* Remove useless string literal.Georg Brandl2009-01-031-1/+1
* Issue #4812: further renaming of internal Decimal constants, for clarity.Mark Dickinson2009-01-031-56/+56
* Issue #4812: add missing underscore prefix to some internal-use-onlyMark Dickinson2009-01-022-63/+66
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-022-0/+60
* Add various itemsAndrew M. Kuchling2009-01-021-2/+27
* fix compilation on non-Windows platformsBenjamin Peterson2009-01-021-0/+2
* Issue #4051: Prevent conflict of UNICODE macros in cPickle.Martin v. Löwis2009-01-022-0/+10
* Issue #4075: Use OutputDebugStringW in Py_FatalError.Martin v. Löwis2009-01-022-3/+19
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-0219-39/+42
* Minor documentation changes relating to NullHandler, the module used for hand...Vinay Sajip2009-01-021-19/+38
* document PyMemberDefBenjamin Peterson2009-01-021-0/+63
* Fix for issues #841800 and #900506Ronald Oussoren2009-01-022-15/+32
* Fix for issue 4472 is incompatible with Cygwin, this patchRonald Oussoren2009-01-021-2/+2
* Fix for issue 1149804Ronald Oussoren2009-01-022-1/+11
* Fix for issue r1737832Ronald Oussoren2009-01-022-5/+11
* Fix for issue 1627952Ronald Oussoren2009-01-022-1/+3
* Fix for issue 900949Ronald Oussoren2009-01-022-11/+12
* Fix for issue1594Ronald Oussoren2009-01-023-0/+67
* Fix for issue3559: No preferences menu in IDLE on OSXRonald Oussoren2009-01-023-2/+9
* Fix for issue 3433Ronald Oussoren2009-01-022-4/+4
* Fix for issue4780Ronald Oussoren2009-01-021-1/+1
* Forgot to add a NEWS item in my previous checkinRonald Oussoren2009-01-021-0/+2
* Fix for issue4472: "configure --enable-shared doesn't work on OSX"Ronald Oussoren2009-01-023-8/+26
* #4801 _collections module fails to build on cygwin.Amaury Forgeot d'Arc2009-01-021-2/+2
* welcome to 2009, Python!Benjamin Peterson2009-01-014-12/+11
* fix highlightingBenjamin Peterson2009-01-011-4/+4
* Issue #4797: IOError.filename was not set when _fileio.FileIO failed to openHirokazu Yamamoto2009-01-012-3/+7
* fill in actual issue number in testsAntoine Pitrou2009-01-013-3/+3
* Issue #3680: Reference cycles created through a dict, set or deque iterator d...Antoine Pitrou2009-01-017-23/+96
* #4767: Use correct submodules for all MIME classes.Georg Brandl2009-01-011-0/+15