1. d2bb830 #10464: fix netrc handling of lines with embedded '#" characters. by R. David Murray · 14 years ago
  2. 2fdc7b1 Add an example to the random docs. by Raymond Hettinger · 14 years ago
  3. c74d518 Fix markup by Raymond Hettinger · 14 years ago
  4. f546e70 Issue4335: Added a test for inspect.getsourcelines with a module without EOL at EOF. by Alexander Belopolsky · 14 years ago
  5. 507e3f8 With Raymond's approval added a paragraph describing Unicode 6.0.0 changes. Not reST formatted. by Alexander Belopolsky · 14 years ago
  6. 30c7362 Clean-up last update (missing comma, unnecessary spacing change, spurious backtick). by Raymond Hettinger · 14 years ago
  7. adb8146 Add itertools.accumulate(). by Raymond Hettinger · 14 years ago
  8. 482ba77 Add itertools.accumulate(). by Raymond Hettinger · 14 years ago
  9. 2f9a77a Reverted unintended change from r86916 by Alexander Belopolsky · 14 years ago
  10. 41e422a Issue #4113: Added custom __repr__ method to functools.partial. by Alexander Belopolsky · 14 years ago
  11. 419e3de Fix some markup and style in the unittest docs. by Georg Brandl · 14 years ago
  12. f7f5a82 #10594: fix parameter names in PyList API docs. by Georg Brandl · 14 years ago
  13. 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 14 years ago
  14. 5ce0aa2 Add recipe to itertools doc. by Raymond Hettinger · 14 years ago
  15. c79fb0e Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. by Raymond Hettinger · 14 years ago
  16. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  17. f10c400 Fix test failure in debug builds and add NEWS entry for r86908 by Ezio Melotti · 14 years ago
  18. 6090187 #10535: Enable silenced warnings in unittest by default by Ezio Melotti · 14 years ago
  19. 00f2f97 Doc and docstring nits. by Raymond Hettinger · 14 years ago
  20. c0abc4e Fix #10591. Fix test_os for refleak runs. by Brian Curtin · 14 years ago
  21. 715f3cd Issue #8685: Speed up set difference `a - b` when source set `a` is by Antoine Pitrou · 14 years ago
  22. 697ce95 Add link to specification. by Raymond Hettinger · 14 years ago
  23. cc03858 Documentation nits. by Raymond Hettinger · 14 years ago
  24. 7496b41 Add example, tighten text, and minor clean-ups. by Raymond Hettinger · 14 years ago
  25. 27f5a7e Merged revisions 86896 via svnmerge from by Daniel Stutzbach · 14 years ago
  26. 54065d4 Merged revisions 86896 via svnmerge from by Daniel Stutzbach · 14 years ago
  27. 4c8d6b6 Merged revisions 86892 via svnmerge from by Éric Araujo · 14 years ago
  28. acdafa8 Add some internal links. by Raymond Hettinger · 14 years ago
  29. d01df46 Fix typo: "ofbytes" should be "of bytes" by Daniel Stutzbach · 14 years ago
  30. dcb4491 Add some internal links. by Raymond Hettinger · 14 years ago
  31. d82a47c Merged revisions 86892 via svnmerge from by Éric Araujo · 14 years ago
  32. 73f382d Issue #9598: untabify.py will now respect encoding cookie in the files it processes by Alexander Belopolsky · 14 years ago
  33. ff2a4ba Let’s keep “throw” for the generator method and use “raise” elsewhere. by Éric Araujo · 14 years ago
  34. 827fdaa Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py by Alexander Belopolsky · 14 years ago
  35. f498b75 Actually fix what I attempted to fix in r86888... by Brian Curtin · 14 years ago
  36. 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 14 years ago
  37. 43f0c27 Try to fix failures on platforms that can't encode the test characters. by Brian Curtin · 14 years ago
  38. 5aa580f Fix typo. by Georg Brandl · 14 years ago
  39. 3d9ab4d Blocked revisions 86883-86884 via svnmerge by Georg Brandl · 14 years ago
  40. 250b416 Blocked revisions 86883-86884 via svnmerge by Georg Brandl · 14 years ago
  41. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  42. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  43. 53afa6d Fix input type for zlib. by Georg Brandl · 14 years ago
  44. 8f358aa #10584: fix bad links. by Georg Brandl · 14 years ago
  45. 5e20bab Neaten-up a bit. by Raymond Hettinger · 14 years ago
  46. 7921b9f Issue 10220: switch to using string constants rather than integers for inspect.getgeneratorstate() return values and make debugging friendly str() and repr() for generator states a requirement in the test suite by Nick Coghlan · 14 years ago
  47. 234515a Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple. by Nick Coghlan · 14 years ago
  48. 061bf7a Issue #10323: Predictable final state for slice(). by Raymond Hettinger · 14 years ago
  49. 101f09e Issue #10323: Predictable final state for slice(). by Raymond Hettinger · 14 years ago
  50. ff27ee0 Issue #10572: Moved json tests to Lib/test/json_tests. by Alexander Belopolsky · 14 years ago
  51. 69b34bf Issue #10323: Predictable final state for slice(). by Raymond Hettinger · 14 years ago
  52. 1fea5c4 Merged revisions 86857 via svnmerge from by Alexander Belopolsky · 14 years ago
  53. fdb32c1 Merged revisions 86857 via svnmerge from by Alexander Belopolsky · 14 years ago
  54. ac9a2bb Use booleans where applicable. by Georg Brandl · 14 years ago
  55. 2660747 Code style cleanup in bdb. by Georg Brandl · 14 years ago
  56. 8175dae Fix heading style inconsistencies. by Georg Brandl · 14 years ago
  57. 51be98a Fix indentation bug. by Georg Brandl · 14 years ago
  58. 34cc202 Blocked revisions 86864 via svnmerge by Senthil Kumaran · 14 years ago
  59. 30ec115 Blocked revisions 86864 via svnmerge by Senthil Kumaran · 14 years ago
  60. 3d0f388 Remove the comment used while testing. by Senthil Kumaran · 14 years ago
  61. 9a5897b Merged revisions 86861 via svnmerge from by Senthil Kumaran · 14 years ago
  62. 5170c81 Merged revisions 86861 via svnmerge from by Senthil Kumaran · 14 years ago
  63. 6f10704 Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. by Senthil Kumaran · 14 years ago
  64. 8244c57 Blocked revisions 86845,86855-86856 via svnmerge by Ezio Melotti · 14 years ago
  65. a88d277 Blocked revisions 86845,86855-86856 via svnmerge by Ezio Melotti · 14 years ago
  66. ead2222 Issue #10565: Iterator ABC should require both __next__ and __iter__. by Raymond Hettinger · 14 years ago
  67. 263cbdf Use assertCountEqual instead of assertItemsEqual by Ezio Melotti · 14 years ago
  68. 40b8cf5 Do not add an obsolete unittest name to Py3.2. by Raymond Hettinger · 14 years ago
  69. fc889c4 Fix for #8879. by Brian Curtin · 14 years ago
  70. 3a3e203 Merged revisions 85422 via svnmerge from by Stefan Krah · 14 years ago
  71. 68eb371 point in the general direction of 3.1.4 by Benjamin Peterson · 14 years ago
  72. 5ee8448 next release cycle bump by Benjamin Peterson · 14 years ago
  73. 1de9115 Add callable() to the built-in functions table. by Ezio Melotti · 14 years ago
  74. f6861ae there's now a setup.py switch for this by Benjamin Peterson · 14 years ago
  75. 7d9cf83 Update OS X installer build script to be Python 3 compatible. by Ned Deily · 14 years ago
  76. 5b0eca1 Issue #4489: Rename the feature marker for the symlink resistant rmtree and store it as a function attribute by Nick Coghlan · 12 years ago
  77. 8e5c0a7 Issue #13590: Improve support for OS X Xcode 4: * update README by Ned Deily · 12 years ago
  78. 2a7feee Windows: fix leak in posix_listdir. by Stefan Krah · 14 years ago
  79. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
  80. a8bfed5 Merged revisions 86838 via svnmerge from by Antoine Pitrou · 14 years ago
  81. f66a1dd Merged revisions 86838 via svnmerge from by Antoine Pitrou · 14 years ago
  82. dc9b17d Add version-added note twice for new difflib SequenceMatcher autojunk parameter. by Terry Reedy · 14 years ago
  83. a66e029 Make doc for PyErr_Format() up to date. by Antoine Pitrou · 14 years ago
  84. 34520cd Roumen Petrov's fix for when all paths are absolute. (Issue 10520) by Barry Warsaw · 14 years ago
  85. 115b99c remove :c:data: which snuck in by Benjamin Peterson · 14 years ago
  86. 5653646 breathe existence into 3.1.3 by Benjamin Peterson · 14 years ago
  87. 5757429 3.1.3 final version bump by Benjamin Peterson · 14 years ago
  88. 19428f5 tag 2.7.1 final by Benjamin Peterson · 14 years ago
  89. 3e0fa42 2.7.1 final version bump by Benjamin Peterson · 14 years ago
  90. b3b0049 Blocked revisions 86829 via svnmerge by Stefan Krah · 14 years ago
  91. 55d86e6 Blocked revisions 86829 via svnmerge by Stefan Krah · 14 years ago
  92. 30b341f Fix additional leaks. by Stefan Krah · 14 years ago
  93. 6e165b3 Issue 10242: unittest.assertItemsEqual makes too many assumptions. by Raymond Hettinger · 14 years ago
  94. db213a2 Replace _nbits() with int.bit_length(). by Raymond Hettinger · 14 years ago
  95. 76338ec Rewrap long lines + minor edits by Éric Araujo · 14 years ago
  96. 8acb67c Use link-generating markup (see #9312) by Éric Araujo · 14 years ago
  97. bb1fb7d Blocked revisions 86300 via svnmerge by Hirokazu Yamamoto · 14 years ago
  98. d160a2f Blocked revisions 86168,86211,86300 via svnmerge by Hirokazu Yamamoto · 14 years ago
  99. 1f75f5d Fixed deprecation warnings. by Alexander Belopolsky · 14 years ago
  100. 90d206b Blocked revisions 86794,86797,86800 via svnmerge by Georg Brandl · 14 years ago