summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a failing test on an apparently slow Windows buildbot.Brian Curtin2010-04-052-3/+4
* Use a better NaN test in _Py_HashDouble as well.Mark Dickinson2010-04-051-3/+6
* Classes that override __eq__ also need to define __hash__.Raymond Hettinger2010-04-052-0/+9
* Use a more robust infinity check in _Py_HashDouble.Mark Dickinson2010-04-052-3/+12
* Issue 8316: make test_gdb robust in the face of differing terminalR. David Murray2010-04-051-14/+13
* added a note for Andrew, about distutils2Tarek Ziadé2010-04-051-0/+3
* Fix some broken URLs.Ezio Melotti2010-04-055-7/+7
* Ensure that the gdb hooks can be installed whenRonald Oussoren2010-04-051-1/+1
* Further documentation fix for unittest.rstMichael Foord2010-04-051-1/+1
* Furterh documentation fix for unittest.rstMichael Foord2010-04-051-1/+1
* Documentation fixes for unittestMichael Foord2010-04-051-7/+8
* Fix markup errors.Ezio Melotti2010-04-053-3/+3
* Fix markup, punctuation and whitespaces in _winreg.rst.Ezio Melotti2010-04-051-73/+75
* #8212: rephrase the webservers howto and fix some mistakes.Ezio Melotti2010-04-051-374/+421
* fix escape_encode to return the correct consumed sizePhilip Jenvey2010-04-052-4/+8
* Issue 8287: try to fix the gdb-python install errors on SolarisR. David Murray2010-04-051-2/+3
* Document signal handling functions in unittest.rstMichael Foord2010-04-051-8/+33
* Adding documentation for new unittest.main() parametersMichael Foord2010-04-041-3/+7
* fix dis on new style classes #8310Benjamin Peterson2010-04-042-4/+6
* Fix markup in decimal.rst.Ezio Melotti2010-04-041-1/+1
* fix tabsBenjamin Peterson2010-04-041-1/+1
* tabifyBenjamin Peterson2010-04-041-1/+1
* unittest documentation formatting changesMichael Foord2010-04-041-13/+37
* Add tests for functools.total_ordering.Raymond Hettinger2010-04-042-2/+70
* Add versionchanged entry for Decimal(float) construction.Mark Dickinson2010-04-041-7/+15
* Add tests for cmp_to_key.Raymond Hettinger2010-04-048-31/+17
* A handful of whitespace fixes in Modules/_struct.c.Mark Dickinson2010-04-041-20/+20
* Add functools.CmpToKey()Raymond Hettinger2010-04-043-0/+73
* Issue #8300 (__index__ handling in struct.pack): Remove redundant checkMark Dickinson2010-04-042-16/+28
* Documentation nitRaymond Hettinger2010-04-041-0/+2
* Use more specific assert* methods in test_struct.Ezio Melotti2010-04-041-8/+8
* Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and...Ezio Melotti2010-04-041-3/+1
* Add a versionadded to Counter.subtract() doc.Ezio Melotti2010-04-041-0/+2
* Issue 5479: Add functools.total_ordering class decorator.Raymond Hettinger2010-04-041-0/+20
* use our own locale independent ctype macrosBenjamin Peterson2010-04-032-19/+4
* ensure that the locale does not affect the tokenization of identifiersBenjamin Peterson2010-04-032-4/+20
* Expand test coverage for deque.count().Raymond Hettinger2010-04-031-0/+17
* import bsddb more robustlyBenjamin Peterson2010-04-031-0/+6
* Remove useless (?) import from r79706Antoine Pitrou2010-04-031-1/+0
* Fix wording / typography, and a slightly misleading statementAntoine Pitrou2010-04-031-5/+5
* Don't install python-gdb.py as an executable.Martin v. Löwis2010-04-031-1/+1
* Silence DeprecationWarnings from uses of has_key and <> in plat-mac.Mark Dickinson2010-04-0315-118/+118
* Add count() method to collections.deque().Raymond Hettinger2010-04-034-1/+56
* Silence a compiler warning.Raymond Hettinger2010-04-031-1/+1
* Documenting new features in unittestMichael Foord2010-04-031-6/+168
* Replace backquotes with repr(), to silence a SyntaxWarning.Mark Dickinson2010-04-031-1/+1
* Ensure 'module removed' warning messages contain the word 'module' or 'package'.Mark Dickinson2010-04-037-7/+7
* stop CObject deprecation warnings in test___all__Benjamin Peterson2010-04-032-0/+3
* remove deprecation warnings silence attemptingBenjamin Peterson2010-04-031-2/+1
* Add Misc/NEWS entry for r79609.Mark Dickinson2010-04-031-0/+6