1. e85ae1b broaden .bzrignore by Benjamin Peterson · 16 years ago
  2. ea823a8 #2803: fix wrong invocation of heappush in seldom-reached code. by Georg Brandl · 16 years ago
  3. d063240 #2787: Flush stdout after writing test name, helpful when running by Georg Brandl · 16 years ago
  4. b52a74b #2816: clarify error messages for EOF while scanning strings. by Georg Brandl · 16 years ago
  5. 6a57c08 #1326: document and test zipimporter.archive and zipimporter.prefix. by Georg Brandl · 16 years ago
  6. ae98f50 #2709 followup: better description of Tk's pros and cons. by Georg Brandl · 16 years ago
  7. 9020ff8 Add some sentence endings. by Georg Brandl · 16 years ago
  8. 9835394 Add the "until" command to pdb by Benjamin Peterson · 16 years ago
  9. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago
  10. 6c02916 #1792: Improve performance of marshal.dumps() on large objects by increasing by Andrew M. Kuchling · 16 years ago
  11. ab756f6 #2452: timeout is used for all blocking operations. by Georg Brandl · 16 years ago
  12. 0aaf559 #2741: clarification of value range for address_family. by Georg Brandl · 16 years ago
  13. e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 16 years ago
  14. 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 16 years ago
  15. 5b54887 #2709: clarification. by Georg Brandl · 16 years ago
  16. a36909e Fix typo. by Georg Brandl · 16 years ago
  17. dfb77db #2809: elaborate str.split docstring a bit. by Georg Brandl · 16 years ago
  18. 53905d8 #1153769: document PEP 237 changes to string formatting. by Georg Brandl · 16 years ago
  19. 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 16 years ago
  20. 2ac747c #2812: document property.getter/setter/deleter. by Georg Brandl · 16 years ago
  21. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 16 years ago
  22. f602c71 Removed a dead line of code. by Alexandre Vassalotti · 16 years ago
  23. 445ff35 Fixed typo in a comment of test_support.CleanImport. by Alexandre Vassalotti · 16 years ago
  24. d809603 #2742: ``''`` is not converted to NULL in getaddrinfo. by Georg Brandl · 16 years ago
  25. eb83f70 Added test framework for handling module renames. by Alexandre Vassalotti · 16 years ago
  26. 605a0c6 reload() takes the module itself. by Georg Brandl · 16 years ago
  27. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 16 years ago
  28. 79964cf Copied two versions of the example from the interactive session. Delete one. by Skip Montanaro · 16 years ago
  29. 7595c1a Flesh out the 3.0 deprecation to suggest using the ctypes module. by Brett Cannon · 16 years ago
  30. a975cd4 Fix up markup in the deprecation notice. by Brett Cannon · 16 years ago
  31. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 16 years ago
  32. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 16 years ago
  33. 2bca212 #1858: add distutils.config module by Andrew M. Kuchling · 16 years ago
  34. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 16 years ago
  35. e35a3a1 Add an entry for the deprecation of the dl module. by Brett Cannon · 16 years ago
  36. 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 16 years ago
  37. 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 16 years ago
  38. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 16 years ago
  39. 844f757 Cleaned up io._BytesIO.write(). by Alexandre Vassalotti · 16 years ago
  40. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 16 years ago
  41. 4ff7fc4 #1625509: describe behaviour of import lock by Andrew M. Kuchling · 16 years ago
  42. 311c580 Document the 'line' argument by Andrew M. Kuchling · 16 years ago
  43. 5217d5d Docstring typo by Andrew M. Kuchling · 16 years ago
  44. 45f5859 Note the PyPI-edness of bsddb185 for people who might still need it. by Skip Montanaro · 16 years ago
  45. a383796 Explicitly refer to current hhp file (2.6a3) by Martin v. Löwis · 16 years ago
  46. ddf7a42 Make sure warnings are not suppressed when testing for the raised by Brett Cannon · 16 years ago
  47. d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  48. 756bc0b Add a test for the deprecation of the compiler package. by Brett Cannon · 16 years ago
  49. 5f9050a Add the examples in the json module docstring as a doctest by Benjamin Peterson · 16 years ago
  50. 6192df1 Deprecate the compiler package for removal in 3.0. by Brett Cannon · 16 years ago
  51. af87804 Also ignore package deprecations. by Brett Cannon · 16 years ago
  52. edb628f Suppress deprecations for packages as well when using by Brett Cannon · 16 years ago
  53. cda73a4 Add an entry on the deprecation of Bastion and rexec. by Brett Cannon · 16 years ago
  54. 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 16 years ago
  55. 4c1f881 Deprecate Bastion and rexec for 3.0. by Brett Cannon · 16 years ago
  56. ccdf908 Fix some errors in the deprecation warnings for new and user. by Brett Cannon · 16 years ago
  57. f0a0a0d Add support for extension modules in 3.0 deprection command. by Brett Cannon · 16 years ago
  58. 9ac3974 Deprecate the pure module for 3.0. by Brett Cannon · 16 years ago
  59. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 16 years ago
  60. 81673b7 Add a todo list to the module deletion command. by Brett Cannon · 16 years ago
  61. 54718dd In stdtypes.rst, move methods under class directives where applicable by Benjamin Peterson · 16 years ago
  62. f466c2a Port to VS 2008. Drop W9x support. by Martin v. Löwis · 16 years ago
  63. 344d066 Use the CHM file name that Sphinx assigns. by Martin v. Löwis · 16 years ago
  64. f8476c1 Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and by Mark Dickinson · 16 years ago
  65. 8bd5334 Add 2.6b1 and 2.6b2 UUIDs. by Martin v. Löwis · 16 years ago
  66. e81c376 Issue #2801: fix bug in float.is_integer where ValueError by Mark Dickinson · 16 years ago
  67. 17433d2 Add --user option to build_ext by Christian Heimes · 16 years ago
  68. ba290db Update planned release date. Uncomment PEP 370 section. Add some module items by Andrew M. Kuchling · 16 years ago
  69. 68fd63b Add a note about using reload(). by Georg Brandl · 16 years ago
  70. 2e829cb Add Kodos as a re reference. by Georg Brandl · 16 years ago
  71. 3ddaf2d Add another link to colorsys docs. by Georg Brandl · 16 years ago
  72. dfb5bbd Add a sentence to basicConfig() that is in the docstring. by Georg Brandl · 16 years ago
  73. 5117409 #2781: fix function name. by Georg Brandl · 16 years ago
  74. ada12e3 #2788: add .hgignore file. by Georg Brandl · 16 years ago
  75. fa24d9a Deprecate the toaiff module for removal in 3.0. by Brett Cannon · 16 years ago
  76. 3c75914 Deprecate test.testall for removal in 3.0. by Brett Cannon · 16 years ago
  77. d7265d6 Deprecate the new module for removal in 3.0. by Brett Cannon · 16 years ago
  78. d03238a reindent example by Benjamin Peterson · 16 years ago
  79. e404a12 Add an example about using NamedTemporaryFile() to replace mktemp(). I'm by Skip Montanaro · 16 years ago
  80. 0893a0a Add Py3k warnings to os.path.walk by Benjamin Peterson · 16 years ago
  81. 9ec4aa0 Replace instances of os.path.walk with os.walk by Benjamin Peterson · 16 years ago
  82. e3b1940 Deprecate the user module for removal in 3.0. by Brett Cannon · 16 years ago
  83. cae4f5f Add test.test_support.catch_warning()'s new argument. by Brett Cannon · 16 years ago
  84. 3c1d50a Add a missing entry on the fix for issue #2790. by Brett Cannon · 16 years ago
  85. be1501b Fix sys.flags to properly expose bytes_warning. by Brett Cannon · 16 years ago
  86. 98b9c07 Document the 'record' argument for test.test_support.catch_warning(). by Brett Cannon · 16 years ago
  87. 5d023c3 Fix a bug introduced by the addition of the 'record' argument to by Brett Cannon · 16 years ago
  88. 6071cc8 Deprecate stringold for removal in 3.0. by Brett Cannon · 16 years ago
  89. bfb997d Make test.test_support.catch_warning() take an argument specifying if any by Brett Cannon · 16 years ago
  90. 9d44182 The mutex module has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  91. 80bb9d9 Deprecate the imputil module for removal in 3.0. by Brett Cannon · 16 years ago
  92. f8105ce Issue 2778. Document the temporary frozenset swap in __contains__(), remove(), and discard(). by Raymond Hettinger · 16 years ago
  93. bf5bd9f Post tag updates. by Barry Warsaw · 16 years ago
  94. f8a0ded Tagging 2.6a3 by Barry Warsaw · 16 years ago
  95. 6cc7940 Bump to 2.6a3 by Barry Warsaw · 16 years ago
  96. c27b8b8 Fix for issue 1770190: platform.mac_ver() now returns the right by Ronald Oussoren · 16 years ago
  97. 5a9fed7 Fix-up the enumerate type example and move it to the end. by Raymond Hettinger · 16 years ago
  98. cf98f03 The __all__ variable forgot to expose the gcd() function. by Raymond Hettinger · 16 years ago
  99. c5a1cc5 Frozensets do not benefit from autoconversion. by Raymond Hettinger · 16 years ago
  100. 2e6407d Practice EAFP, and revert 62787 by Benjamin Peterson · 16 years ago