1. 55b2138 tag first 2.7b1 beta by Benjamin Peterson · 14 years ago
  2. 2cab8db update pydoc-topics by Benjamin Peterson · 14 years ago
  3. fbac6c1 bump version to 2.7b1 by Benjamin Peterson · 14 years ago
  4. 14459d5 Fix typo in comment by Nick Coghlan · 14 years ago
  5. 1362366 Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) by Nick Coghlan · 14 years ago
  6. 9352f1c #8346: update version. by Georg Brandl · 14 years ago
  7. 90aae55 #8360: skipTest was added in 2.7. by Georg Brandl · 14 years ago
  8. a1d61d0 Fixup new itertools recipes. by Raymond Hettinger · 14 years ago
  9. 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 14 years ago
  10. 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 14 years ago
  11. 92719c5 SSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6. Fix compilation by Antoine Pitrou · 14 years ago
  12. 7bc26b9 Issue #8348: Fix test ftp url in test_urllib2net. by Martin v. Löwis · 14 years ago
  13. e84089e Issue #8204: Fix test_ttk notebook test by forcing focus. by Martin v. Löwis · 14 years ago
  14. 1b287c7 Issue #8344: Fix test_ttk bug on FreeBSD. by Martin v. Löwis · 14 years ago
  15. 7591285 This check-in fixes two problems: by Ronald Oussoren · 14 years ago
  16. efc2f49 Correction of unittest documentation typos and omissions by Michael Foord · 14 years ago
  17. 91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. by Michael Foord · 14 years ago
  18. f6ff26c unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333. by Michael Foord · 14 years ago
  19. 9a39ecc Issue #8337: Disable the remaining test also for now. by Martin v. Löwis · 14 years ago
  20. 6d22cfc Document the libffi FreeBSD fix. by Jeroen Ruigrok van der Werven · 14 years ago
  21. 422c742 FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is by Jeroen Ruigrok van der Werven · 14 years ago
  22. 16ea548 Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. by Martin v. Löwis · 14 years ago
  23. 65605f7 Use some more interesting test values for (unsigned) long long ctypes tests, by Mark Dickinson · 14 years ago
  24. 497256b Issue #8331: logging: fixed some grammatical errors in documentation. by Vinay Sajip · 14 years ago
  25. ef7590e Issue #8328: Silence Visual Studio warnings. by Stefan Krah · 14 years ago
  26. 5a5a37c document new PYTHONWARNINGS env var by Philip Jenvey · 14 years ago
  27. f3a8c66 tell people to update python.man, too by Benjamin Peterson · 14 years ago
  28. aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W by Philip Jenvey · 14 years ago
  29. c1bf677 Fix module directory finding logic for dotted paths in unittest test discovery. by Michael Foord · 14 years ago
  30. ccd8bc8 Issue #8327: logging: Clarification of propagation functionality in documentation. by Vinay Sajip · 14 years ago
  31. ad971d6 More NaN consistency doc fixes. by Mark Dickinson · 14 years ago
  32. e07acb5 Use consistent spelling for nans (thanks Georg for noticing). by Mark Dickinson · 14 years ago
  33. 3a1dfa2 remove a optimization that resulted in unexpected behavior #8929 by Benjamin Peterson · 14 years ago
  34. 22c62dd use skip decorator by Benjamin Peterson · 14 years ago
  35. fb12044 Fix syntax. by Georg Brandl · 14 years ago
  36. 99e73f9 Issue #7947: Clarify math module behaviour for IEEE 754 special cases, along by Mark Dickinson · 14 years ago
  37. ea7e551 Silence a 'comparison between signed and unsigned integer expressions' gcc warning. by Mark Dickinson · 14 years ago
  38. a5db431 Issue #8259: Clarify that there's an upper bound on the right-hand operand of a shift operator. by Mark Dickinson · 14 years ago
  39. 3b4c989 Issue #8193: Fix test_zlib failure with zlib 1.2.4. by Antoine Pitrou · 14 years ago
  40. 8279167 Misc/NEWS entry for r79843. by Mark Dickinson · 14 years ago
  41. 3ec9b94 Issue #8259: Get rid of 'outrageous left shift count' error when by Mark Dickinson · 14 years ago
  42. 72ec2e2 14 years later, we still don't know what it's for. by Antoine Pitrou · 14 years ago
  43. 6a92860 Note that PEP 378 also applies to int. by Eric Smith · 14 years ago
  44. 2b051d7 Add JP. by Georg Brandl · 14 years ago
  45. c466385 Fixed PEP 378 example. by Eric Smith · 14 years ago
  46. abe448c #8320: document return value of recv_into(). by Georg Brandl · 14 years ago
  47. e266d3e ready _sre types by Benjamin Peterson · 14 years ago
  48. 021f334 Fix several links and other mistakes. by Ezio Melotti · 14 years ago
  49. b02b311 Fix Issue8262 - changing RuntimeError wording to "Threads can only be started once" by Senthil Kumaran · 14 years ago
  50. f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 14 years ago
  51. fce1d31 Fix a failing test on an apparently slow Windows buildbot. by Brian Curtin · 14 years ago
  52. 56506a6 Use a better NaN test in _Py_HashDouble as well. by Mark Dickinson · 14 years ago
  53. e1d665a Classes that override __eq__ also need to define __hash__. by Raymond Hettinger · 14 years ago
  54. 5e0c274 Use a more robust infinity check in _Py_HashDouble. by Mark Dickinson · 14 years ago
  55. 0c08009 Issue 8316: make test_gdb robust in the face of differing terminal by R. David Murray · 14 years ago
  56. 0b93a6b added a note for Andrew, about distutils2 by Tarek Ziadé · 14 years ago
  57. 425aa2e Fix some broken URLs. by Ezio Melotti · 14 years ago
  58. 891cd83 Ensure that the gdb hooks can be installed when srcdir != builddir. by Ronald Oussoren · 14 years ago
  59. d341ec8 Further documentation fix for unittest.rst by Michael Foord · 14 years ago
  60. c5ff3f6 Furterh documentation fix for unittest.rst by Michael Foord · 14 years ago
  61. 3165503 Documentation fixes for unittest by Michael Foord · 14 years ago
  62. 9ccc581 Fix markup errors. by Ezio Melotti · 14 years ago
  63. 01fa86a Fix markup, punctuation and whitespaces in _winreg.rst. by Ezio Melotti · 14 years ago
  64. c0deec1 #8212: rephrase the webservers howto and fix some mistakes. by Ezio Melotti · 14 years ago
  65. 034b0ac fix escape_encode to return the correct consumed size by Philip Jenvey · 14 years ago
  66. dd194ab Issue 8287: try to fix the gdb-python install errors on Solaris by R. David Murray · 14 years ago
  67. 5543035 Document signal handling functions in unittest.rst by Michael Foord · 14 years ago
  68. ddb20df Adding documentation for new unittest.main() parameters by Michael Foord · 14 years ago
  69. 76a23c1 fix dis on new style classes #8310 by Benjamin Peterson · 14 years ago
  70. 6f65d2d Fix markup in decimal.rst. by Ezio Melotti · 14 years ago
  71. f5e7b3e fix tabs by Benjamin Peterson · 14 years ago
  72. 51fd586 tabify by Benjamin Peterson · 14 years ago
  73. 09e2980 unittest documentation formatting changes by Michael Foord · 14 years ago
  74. 06bc0b6 Add tests for functools.total_ordering. by Raymond Hettinger · 14 years ago
  75. b1affc5 Add versionchanged entry for Decimal(float) construction. by Mark Dickinson · 14 years ago
  76. bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 14 years ago
  77. 4f18522 A handful of whitespace fixes in Modules/_struct.c. by Mark Dickinson · 14 years ago
  78. a551f31 Add functools.CmpToKey() by Raymond Hettinger · 14 years ago
  79. fdaaa9c Issue #8300 (__index__ handling in struct.pack): Remove redundant check by Mark Dickinson · 14 years ago
  80. 0d57caa Documentation nit by Raymond Hettinger · 14 years ago
  81. a28eb1c Use more specific assert* methods in test_struct. by Ezio Melotti · 14 years ago
  82. 4edfe96 Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and fix a typo. by Ezio Melotti · 14 years ago
  83. 0cee379 Add a versionadded to Counter.subtract() doc. by Ezio Melotti · 14 years ago
  84. 20ae90d Issue 5479: Add functools.total_ordering class decorator. by Raymond Hettinger · 14 years ago
  85. 88623d7 use our own locale independent ctype macros by Benjamin Peterson · 14 years ago
  86. 4ceeeb0 ensure that the locale does not affect the tokenization of identifiers by Benjamin Peterson · 14 years ago
  87. ab8b9ca Expand test coverage for deque.count(). by Raymond Hettinger · 14 years ago
  88. a44f393 import bsddb more robustly by Benjamin Peterson · 14 years ago
  89. 47b1d02 Remove useless (?) import from r79706 by Antoine Pitrou · 14 years ago
  90. 945d4cc Fix wording / typography, and a slightly misleading statement by Antoine Pitrou · 14 years ago
  91. 60fccd2 Don't install python-gdb.py as an executable. by Martin v. Löwis · 14 years ago
  92. a3a5050 Silence DeprecationWarnings from uses of has_key and <> in plat-mac. by Mark Dickinson · 14 years ago
  93. 5f516ed Add count() method to collections.deque(). by Raymond Hettinger · 14 years ago
  94. 30583e3 Silence a compiler warning. by Raymond Hettinger · 14 years ago
  95. ba097ec Documenting new features in unittest by Michael Foord · 14 years ago
  96. 74c5c2b Replace backquotes with repr(), to silence a SyntaxWarning. by Mark Dickinson · 14 years ago
  97. 920fd66 Ensure 'module removed' warning messages contain the word 'module' or 'package'. by Mark Dickinson · 14 years ago
  98. 0ccc7bb stop CObject deprecation warnings in test___all__ by Benjamin Peterson · 14 years ago
  99. 674a9eb remove deprecation warnings silence attempting by Benjamin Peterson · 14 years ago
  100. 8a95071 Add Misc/NEWS entry for r79609. by Mark Dickinson · 14 years ago