1. f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 17 years ago
  2. ba39ef4 Win 95/98 is no longer supported. by Georg Brandl · 17 years ago
  3. d23f1f2 Mention version in which the new marshal version was introduced. by Georg Brandl · 17 years ago
  4. 70dce22 Marshal is at version 2. by Georg Brandl · 17 years ago
  5. 173b739 Fix markup. by Georg Brandl · 17 years ago
  6. feb0921 #1760: try-except-finally is one statement since PEP 341. by Georg Brandl · 17 years ago
  7. 1b4758d #2767: don't clear globs in run() call, since they could be needed in tearDown, by Georg Brandl · 17 years ago
  8. 45141d0 #2766: remove code without effect. by Georg Brandl · 17 years ago
  9. 21f990c Fix parameter name for enumerate(). by Georg Brandl · 17 years ago
  10. e321c2f #2836: backport new string formatting docs. by Georg Brandl · 17 years ago
  11. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 17 years ago
  12. 103f19d Added 'n' presentation type for integers. by Eric Smith · 17 years ago
  13. 9dd6b1d MacOSX: remove dependency on Carbon package for urllib by Ronald Oussoren · 17 years ago
  14. 81af68e Remove references to platform 'mac' by Ronald Oussoren · 17 years ago
  15. 6a0a368 Fix-up docs for the copyreg module renaming. by Georg Brandl · 17 years ago
  16. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 17 years ago
  17. bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 17 years ago
  18. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 17 years ago
  19. 43e5ef4 Deprecate the multifile module as per PEP 4. by Brett Cannon · 17 years ago
  20. fea23a4 Added stub entry in the documentation mentioning SocketServer was renamed. by Alexandre Vassalotti · 17 years ago
  21. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
  22. fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 17 years ago
  23. ed02e51 make message slightly more informative, so there's no chance of misunderstanding it by Benjamin Peterson · 17 years ago
  24. b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 17 years ago
  25. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 17 years ago
  26. b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 17 years ago
  27. 1fcaa77 Revert commit r63086. by Alexandre Vassalotti · 17 years ago
  28. f4e83de Moved the Queue module stub in lib-old. by Alexandre Vassalotti · 17 years ago
  29. 5a32772 Add a deprecation notice to mailbox' old classes' doc. by Georg Brandl · 17 years ago
  30. d61c70d Formally deprecate old classes in the cgi module. by Georg Brandl · 17 years ago
  31. 275360e #2535: remove duplicated method. by Georg Brandl · 17 years ago
  32. 3fc974f Clarify os.strerror()s exception behavior. by Georg Brandl · 17 years ago
  33. 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 17 years ago
  34. ecbbd94 #2809 followup: even better split docstring. by Georg Brandl · 17 years ago
  35. 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
  36. 5128fb9 Try setting HOME env.var to fix test on Win32 by Andrew M. Kuchling · 17 years ago
  37. 73812bf Added test for Queue rename warning. by Alexandre Vassalotti · 17 years ago
  38. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 17 years ago
  39. 30ece44 Added stub for the Queue module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
  40. ca3ccd1 Add message to test assertion by Andrew M. Kuchling · 17 years ago
  41. e85ae1b broaden .bzrignore by Benjamin Peterson · 17 years ago
  42. ea823a8 #2803: fix wrong invocation of heappush in seldom-reached code. by Georg Brandl · 17 years ago
  43. d063240 #2787: Flush stdout after writing test name, helpful when running by Georg Brandl · 17 years ago
  44. b52a74b #2816: clarify error messages for EOF while scanning strings. by Georg Brandl · 17 years ago
  45. 6a57c08 #1326: document and test zipimporter.archive and zipimporter.prefix. by Georg Brandl · 17 years ago
  46. ae98f50 #2709 followup: better description of Tk's pros and cons. by Georg Brandl · 17 years ago
  47. 9020ff8 Add some sentence endings. by Georg Brandl · 17 years ago
  48. 9835394 Add the "until" command to pdb by Benjamin Peterson · 17 years ago
  49. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 17 years ago
  50. 6c02916 #1792: Improve performance of marshal.dumps() on large objects by increasing by Andrew M. Kuchling · 17 years ago
  51. ab756f6 #2452: timeout is used for all blocking operations. by Georg Brandl · 17 years ago
  52. 0aaf559 #2741: clarification of value range for address_family. by Georg Brandl · 17 years ago
  53. e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 17 years ago
  54. 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 17 years ago
  55. 5b54887 #2709: clarification. by Georg Brandl · 17 years ago
  56. a36909e Fix typo. by Georg Brandl · 17 years ago
  57. dfb77db #2809: elaborate str.split docstring a bit. by Georg Brandl · 17 years ago
  58. 53905d8 #1153769: document PEP 237 changes to string formatting. by Georg Brandl · 17 years ago
  59. 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 17 years ago
  60. 2ac747c #2812: document property.getter/setter/deleter. by Georg Brandl · 17 years ago
  61. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 17 years ago
  62. f602c71 Removed a dead line of code. by Alexandre Vassalotti · 17 years ago
  63. 445ff35 Fixed typo in a comment of test_support.CleanImport. by Alexandre Vassalotti · 17 years ago
  64. d809603 #2742: ``''`` is not converted to NULL in getaddrinfo. by Georg Brandl · 17 years ago
  65. eb83f70 Added test framework for handling module renames. by Alexandre Vassalotti · 17 years ago
  66. 605a0c6 reload() takes the module itself. by Georg Brandl · 17 years ago
  67. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 17 years ago
  68. 79964cf Copied two versions of the example from the interactive session. Delete one. by Skip Montanaro · 17 years ago
  69. 7595c1a Flesh out the 3.0 deprecation to suggest using the ctypes module. by Brett Cannon · 17 years ago
  70. a975cd4 Fix up markup in the deprecation notice. by Brett Cannon · 17 years ago
  71. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 17 years ago
  72. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 17 years ago
  73. 2bca212 #1858: add distutils.config module by Andrew M. Kuchling · 17 years ago
  74. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 17 years ago
  75. e35a3a1 Add an entry for the deprecation of the dl module. by Brett Cannon · 17 years ago
  76. 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 17 years ago
  77. 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 17 years ago
  78. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 17 years ago
  79. 844f757 Cleaned up io._BytesIO.write(). by Alexandre Vassalotti · 17 years ago
  80. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 17 years ago
  81. 4ff7fc4 #1625509: describe behaviour of import lock by Andrew M. Kuchling · 17 years ago
  82. 311c580 Document the 'line' argument by Andrew M. Kuchling · 17 years ago
  83. 5217d5d Docstring typo by Andrew M. Kuchling · 17 years ago
  84. 45f5859 Note the PyPI-edness of bsddb185 for people who might still need it. by Skip Montanaro · 17 years ago
  85. a383796 Explicitly refer to current hhp file (2.6a3) by Martin v. Löwis · 17 years ago
  86. ddf7a42 Make sure warnings are not suppressed when testing for the raised by Brett Cannon · 17 years ago
  87. d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  88. 756bc0b Add a test for the deprecation of the compiler package. by Brett Cannon · 17 years ago
  89. 5f9050a Add the examples in the json module docstring as a doctest by Benjamin Peterson · 17 years ago
  90. 6192df1 Deprecate the compiler package for removal in 3.0. by Brett Cannon · 17 years ago
  91. af87804 Also ignore package deprecations. by Brett Cannon · 17 years ago
  92. edb628f Suppress deprecations for packages as well when using by Brett Cannon · 17 years ago
  93. cda73a4 Add an entry on the deprecation of Bastion and rexec. by Brett Cannon · 17 years ago
  94. 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 17 years ago
  95. 4c1f881 Deprecate Bastion and rexec for 3.0. by Brett Cannon · 17 years ago
  96. ccdf908 Fix some errors in the deprecation warnings for new and user. by Brett Cannon · 17 years ago
  97. f0a0a0d Add support for extension modules in 3.0 deprection command. by Brett Cannon · 17 years ago
  98. 9ac3974 Deprecate the pure module for 3.0. by Brett Cannon · 17 years ago
  99. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago
  100. 81673b7 Add a todo list to the module deletion command. by Brett Cannon · 17 years ago