summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Silence a 'comparison between signed and unsigned integer expressions' gcc wa...Mark Dickinson2010-04-061-1/+1
* Issue #8259: Clarify that there's an upper bound on the right-hand operand of...Mark Dickinson2010-04-061-0/+3
* Issue #8193: Fix test_zlib failure with zlib 1.2.4.Antoine Pitrou2010-04-062-1/+3
* Misc/NEWS entry for r79843.Mark Dickinson2010-04-061-0/+4
* Issue #8259: Get rid of 'outrageous left shift count' error whenMark Dickinson2010-04-061-14/+6
* 14 years later, we still don't know what it's for.Antoine Pitrou2010-04-061-10/+0
* Note that PEP 378 also applies to int.Eric Smith2010-04-061-0/+5
* Add JP.Georg Brandl2010-04-061-1/+4
* Fixed PEP 378 example.Eric Smith2010-04-061-6/+1
* #8320: document return value of recv_into().Georg Brandl2010-04-061-4/+4
* ready _sre typesBenjamin Peterson2010-04-061-2/+3
* Fix several links and other mistakes.Ezio Melotti2010-04-061-166/+191
* Fix Issue8262 - changing RuntimeError wording to "Threads can only be started...Senthil Kumaran2010-04-061-1/+1
* Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,Antoine Pitrou2010-04-055-1/+92
* 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