1. 3768b2f Fixed issue #4792: Prevent a segfault in _tkinter by using the by Guilherme Polo · 15 years ago
  2. 6d6c1fd Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string. by Guilherme Polo · 15 years ago
  3. 943b24e Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler by Tarek Ziadé · 15 years ago
  4. ce15a65 Minor bsddb documentation glitch by Jesus Cea · 15 years ago
  5. 0903306 mmap.resize for anonymous map is not working yet, so changed to real file mapping... by Hirokazu Yamamoto · 15 years ago
  6. 264fc12 Issue #5385: Fixed mmap crash after resize failure on windows. by Hirokazu Yamamoto · 15 years ago
  7. a3e6c97 Fixed memory leak on failure. by Hirokazu Yamamoto · 15 years ago
  8. c51ec0a add example by Benjamin Peterson · 15 years ago
  9. 1ea7991 Fix for issue #1113328. by Ronald Oussoren · 15 years ago
  10. a97063a Fixes issues 3883 and 5194 by Ronald Oussoren · 15 years ago
  11. cea1ddb Change framework search order when looking for Tcl/Tk on OSX. by Ronald Oussoren · 15 years ago
  12. eeafb96 Fixed a typo. by Facundo Batista · 15 years ago
  13. 9ff3042 Fix for issue 5226. by Ronald Oussoren · 15 years ago
  14. 799868e Fix issue 5224. by Ronald Oussoren · 15 years ago
  15. d5ad6da Remove obsolete stuff from string module docs. by Georg Brandl · 15 years ago
  16. 4179377 Fix some more bugs caused by the backport from 3.x for importlib. by Brett Cannon · 15 years ago
  17. 131af65 Backport 70140, 70141, 70143, and 70144. by Raymond Hettinger · 15 years ago
  18. 288618e making the writing more formal by Benjamin Peterson · 15 years ago
  19. eacbbdf Issue #5179: Fixed subprocess handle leak on failure on windows. by Hirokazu Yamamoto · 15 years ago
  20. 8355155 Fixed memory leak. by Hirokazu Yamamoto · 15 years ago
  21. 0b15541 Minor simplification. by Raymond Hettinger · 15 years ago
  22. 9353ea2 Make the underlying data structure more private. by Raymond Hettinger · 15 years ago
  23. f17f81d Beef-up tests. by Raymond Hettinger · 15 years ago
  24. a07038d Fix markup. by Raymond Hettinger · 15 years ago
  25. e89b8e9 Backport 70111: Let configparser use ordered dicts by default. by Raymond Hettinger · 15 years ago
  26. 88a9164 Backport 70106: Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 15 years ago
  27. bc512d3 Backport PEP 372: OrderedDict() by Raymond Hettinger · 15 years ago
  28. 7705d0a Fix SHA_new and MD5_new, that would crash if not given initial data by Kristján Valur Jónsson · 15 years ago
  29. 7d49bba give httplib.IncompleteRead a more sane repr #4308 by Benjamin Peterson · 15 years ago
  30. ce45a96 removing the force-optimized option as discussed in #1533164 by Tarek Ziadé · 15 years ago
  31. ae91d09 Adds an optional flags argument to re.split, re.sub and re.subn to be by Gregory P. Smith · 15 years ago
  32. 0261e5d The note about caching of regular expression objects was incorrect ReST and by Gregory P. Smith · 15 years ago
  33. ad58b7c fix a silly problem of caching gone wrong #5401 by Benjamin Peterson · 15 years ago
  34. 3bac8b2 Fix docs for ConfigParser. by Raymond Hettinger · 15 years ago
  35. bcf7bf3 Fix 3k-style metaclass syntax in docstrings. by Georg Brandl · 15 years ago
  36. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 15 years ago
  37. de28d68 Issue #5393: typo in cmath.cos and cmath.cosh docstring by Mark Dickinson · 15 years ago
  38. 02172dd Binary flag is needed on windows. by Hirokazu Yamamoto · 15 years ago
  39. b0e10c7 Issue #1733986: Fixed mmap crash in accessing elements of second map object by Hirokazu Yamamoto · 15 years ago
  40. f2dc885 Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer by Hirokazu Yamamoto · 15 years ago
  41. 7334735 Issues #1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command by Tarek Ziadé · 15 years ago
  42. 5c189b1 #5365: add quick look conversion table for different time representations. by Georg Brandl · 15 years ago
  43. fbb995f #5344: fix punctuation. by Georg Brandl · 15 years ago
  44. ee6361f #5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code. by Georg Brandl · 15 years ago
  45. da2790c #5361: fix typo. by Georg Brandl · 15 years ago
  46. dda92f7 Issue #5052: make Distutils compatible with 2.3 again. by Tarek Ziadé · 15 years ago
  47. b31a6d0 Give mapping views a usable repr. by Raymond Hettinger · 15 years ago
  48. ac10be3 Fix a bug where code was trying to index an int. Left over from the situation by Brett Cannon · 15 years ago
  49. 75a4fab more info on long_description by Tarek Ziadé · 15 years ago
  50. b5fc89e removed unused import by Tarek Ziadé · 15 years ago
  51. cdb4e62 The curses panel library is now supported by Andrew M. Kuchling · 15 years ago
  52. b3dd548 remove deprecated symtable.Symbol methods by Benjamin Peterson · 15 years ago
  53. 7bee77c comma by Benjamin Peterson · 15 years ago
  54. 9bb240b the startship is rather outdated now by Benjamin Peterson · 15 years ago
  55. 13813f7 Document that setting sys.py3kwarning wont do anything. by Georg Brandl · 15 years ago
  56. a168698 fix str.format()'s first arg #5371 by Benjamin Peterson · 15 years ago
  57. ed955f1 Fix typo. by Raymond Hettinger · 15 years ago
  58. a665853 Clarify Counter() docs. by Raymond Hettinger · 15 years ago
  59. e3bc0ef Fixed #5316 : test failure in test_site by Tarek Ziadé · 15 years ago
  60. b646487 Replace long with twodigits, to avoid depending on sizeof(digit) < sizeof(long) by Mark Dickinson · 15 years ago
  61. afe496d Remove reference to zero argument form of super() in 2.x docs. by Raymond Hettinger · 15 years ago
  62. b762d58 More markup and spelling fixes. by Raymond Hettinger · 15 years ago
  63. eb7cbb9 Restore Py2.x version of sample call to super(). by Raymond Hettinger · 15 years ago
  64. 9766033 Sync-up py3.1 doc updates for super(). by Raymond Hettinger · 15 years ago
  65. 43bff05 Tools/scripts/analyze_dxp.py, a module with some helper functions to by Jeffrey Yasskin · 15 years ago
  66. b7019d8 Expand upon test_site.test_s_option to try to debug its failure. by Brett Cannon · 15 years ago
  67. 8c56f88 Backport 69934: Register xrange() as a Sequence. by Raymond Hettinger · 15 years ago
  68. c9332fa Fix call to os.waitpid, it does not take keyword args. by Neil Schemenauer · 15 years ago
  69. a18736b update README on running tests by Benjamin Peterson · 15 years ago
  70. d47442e Update itertools recipes to use next(). by Raymond Hettinger · 15 years ago
  71. 52bc7b8 Fix grammar. by Georg Brandl · 15 years ago
  72. de19691 #5352: str.count() counts non-overlapping instances. by Georg Brandl · 15 years ago
  73. 11b34d0 more test coverage by Tarek Ziadé · 15 years ago
  74. 89d4f0d #5349: C++ pure virtuals can also have an implementation. by Georg Brandl · 15 years ago
  75. 528f881 #5348: format() converts all kinds of values. by Georg Brandl · 15 years ago
  76. 8ad554f - Link the shared python library with $(MODLIBS). by Matthias Klose · 15 years ago
  77. 7b47172 Removing unused __main__ sections by Tarek Ziadé · 15 years ago
  78. 28bba74 removing map and lambda usage, so the test is similar to py3k's branch one by Tarek Ziadé · 15 years ago
  79. 90b7d56 moved distutils.text_file tests into a real unittest class by Tarek Ziadé · 15 years ago
  80. b03f532 Revert debugging statements, culprit is possibly test_distutils (see #5316) by Antoine Pitrou · 15 years ago
  81. 13d1690 Try to make sense of the test_site buildbot failures by Antoine Pitrou · 15 years ago
  82. 2595edc using versionchanged instead of versionadded for distutils doc on sdist default files by Tarek Ziadé · 15 years ago
  83. 873389d fix compiler warnings by Benjamin Peterson · 15 years ago
  84. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 15 years ago
  85. a12a86e #5338, #5339: two types in the API manual. by Georg Brandl · 15 years ago
  86. be9b765 Speedup and simplify negative counter using count's new step argument. by Raymond Hettinger · 15 years ago
  87. aa681c7 Fix keyword arguments for itertools.count(). by Raymond Hettinger · 15 years ago
  88. 2752e9b Issue #5295: Typos in turtle.py by Mark Dickinson · 15 years ago
  89. 8725dce Issue 5176: special-case string formatting in BINARY_MODULO implementation. This shows a modest (1-3%) speed-up in templating systems, for example. by Collin Winter · 15 years ago
  90. e9fb686 Issue #5247: Improve error message when unknown format codes are used when using str.format() with str, unicode, long, int, and float arguments. by Eric Smith · 15 years ago
  91. 8b8c2df Fix punctuation. by Georg Brandl · 15 years ago
  92. 6b5dbaa At least separate imports from other statements. by Georg Brandl · 15 years ago
  93. 4a69872 #5327: fix a broken link by joining it. by Georg Brandl · 15 years ago
  94. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 15 years ago
  95. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 15 years ago
  96. a630735 #5317: update IronPython URL. by Georg Brandl · 15 years ago
  97. 1a0d2be #5287: Add exception handling around findCaller() call to help out IronPython. by Vinay Sajip · 15 years ago
  98. 8f9a1ee Inline coefficients in gamma(). Add reflection formula. Add comments. by Raymond Hettinger · 15 years ago
  99. e7cb1ce #5310, #3558: fix operator precedence table. by Georg Brandl · 15 years ago
  100. 749e6d0 Add links to helpful external resources. by Raymond Hettinger · 15 years ago