1. d2bef82 Update comments about the performance of xrange(). by Raymond Hettinger · 22 years ago
  2. 39c7b45 Update to reflect current implementation. by Kurt B. Kaiser · 22 years ago
  3. f06eed0 Rework the command line interface, incorporating the shell/edit by Kurt B. Kaiser · 22 years ago
  4. 85f7f83 Added a word to the heapq description in response to user confusion. by Tim Peters · 22 years ago
  5. 598c210 Install the tools/i18n directory on Windows. A user requested it, by Tim Peters · 22 years ago
  6. efc4b12 Added test_ossaudiodev to expected skips on Windows. by Tim Peters · 22 years ago
  7. 55a8790 Aesthetic tweakery: factor read_sound_file() out of play_sound_file(). by Greg Ward · 22 years ago
  8. 36dacfa Initial revision is rev 1.8 of test_linuxaudiodev.py, with by Greg Ward · 22 years ago
  9. 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 22 years ago
  10. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
  11. c7e3c5e Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode by Greg Ward · 22 years ago
  12. 24cbbcb Added test_initial_whitespace() to ensure that SF bug #622849 is fixed. by Greg Ward · 22 years ago
  13. ab73d46 Fix SF bug #622849: in _wrap_chunks(), ensure that leading whitespace in by Greg Ward · 22 years ago
  14. 2e74541 Fix SF bug #622831 (I think): add unicode_whitespace_trans class by Greg Ward · 22 years ago
  15. ef8b9c6 Docs were added about a month ago by Raymond Hettinger · 22 years ago
  16. 123dc8e self.binary -> self._binary to remove it from the public interface - by Skip Montanaro · 22 years ago
  17. 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 22 years ago
  18. ea7f75d slot_nb_nonzero(): Another leak uncovered by the sandbox datetime by Tim Peters · 22 years ago
  19. 27cae1f Revise the __all__ index entry a touch. by Fred Drake · 22 years ago
  20. 33ec3ba Remove C++ comment. Silence unsigned char* cast warning. by Martin v. Löwis · 22 years ago
  21. 2fb661f Remove C++ comment. by Martin v. Löwis · 22 years ago
  22. a37d61f Correct db3 /opt/sfw library path. Link ndbm with libc only if ndbm.h by Martin v. Löwis · 22 years ago
  23. 065c06a Add another test which exercises the whole suite with a by Raymond Hettinger · 22 years ago
  24. c2e095f Fix typo in abstract.c which caused __rpow__ to not be invoked. by Raymond Hettinger · 22 years ago
  25. f9229d9 Add __all__ to Reference Manual index. Closes SF 643227. by Raymond Hettinger · 22 years ago
  26. c1ac194 Clarify and speedup test. by Raymond Hettinger · 22 years ago
  27. babc83a Cleaned up test (removing bogus argument list). by Raymond Hettinger · 22 years ago
  28. e03e5b1 Remove assumption that cls is a subclass of dict. by Raymond Hettinger · 22 years ago
  29. 4e52ca8 A patch from Kevin Jacobs, plugging several leaks discovered when by Tim Peters · 22 years ago
  30. 61ce0a9 slot_tp_hash(): In the normal path, this leaked a reference to the by Tim Peters · 22 years ago
  31. ead60e5 Typo: propogate -> propagate by Thomas Heller · 22 years ago
  32. 0930c43 M PyShell.py 1. Format and print exceptions raised in user code. by Kurt B. Kaiser · 22 years ago
  33. edb635f Remove extra ")" in example. by Fred Drake · 22 years ago
  34. 08d10f9 Typo: "dead lock" --> "deadlock" by Fred Drake · 22 years ago
  35. 9e43730 Don't include <ioctl.h> unless on __VMS. by Martin v. Löwis · 22 years ago
  36. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  37. 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 22 years ago
  38. 05d4d56 Search in standard library and include dirs for Sleepycat stuff. Fixes #590377. by Martin v. Löwis · 22 years ago
  39. 6d5f30e Document that the second argument to PyObject_IsInstance by Walter Dörwald · 22 years ago
  40. 5f61a05 Fixed so the Res.Resource() accepts either another resource, a string by Jack Jansen · 22 years ago
  41. dd888a6 Fixed typo. by Jack Jansen · 22 years ago
  42. a69c030 The final tweaks before closing by Michael W. Hudson · 22 years ago
  43. 7bc2e1d add logmerge.py (pydoc is already installed) by Skip Montanaro · 22 years ago
  44. d0ebd7e Patch #649060: Cygwin bz2module patch by Jason Tishler · 22 years ago
  45. e257ec9 Patch #648998: test_commands ACL patch by Jason Tishler · 22 years ago
  46. b0f89e0 Add a Cygwin skip mentioned by Jason Tishler. by Tim Peters · 22 years ago
  47. 2511594 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 22 years ago
  48. da760c4 simple setup.py to install some interesting scripts in $(prefix)/bin. by Skip Montanaro · 22 years ago
  49. a5f8c42 * when given, port should be converted to int by Skip Montanaro · 22 years ago
  50. 7dfb02d allow optional port specified as part of the hostname, e.g., by Skip Montanaro · 22 years ago
  51. e07e18d Decode untyped strings from UTF-8. by Martin v. Löwis · 22 years ago
  52. 7e5bf67 history update by Andrew MacIntyre · 22 years ago
  53. e7a8cad make BSDDB 1.85 module buildable again after BSDDB3 module import by Andrew MacIntyre · 22 years ago
  54. c4c127b reformat for PEP-7 style conformance by Andrew MacIntyre · 22 years ago
  55. 6904959 typo fix: declaration required for VACPP not EMX+gcc by Andrew MacIntyre · 22 years ago
  56. b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 22 years ago
  57. 21d77f5 Added _ssl.lib to the installer too. Restored alphabetical order of by Tim Peters · 22 years ago
  58. b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 22 years ago
  59. 6ee68d2 Explain what's probably a problem unique to Win9x in building _ssl. by Tim Peters · 22 years ago
  60. e8bcb25 Clarify _ssl instructions. by Tim Peters · 22 years ago
  61. 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 22 years ago
  62. 99899b9 Added PEP253 support. by Jack Jansen · 22 years ago
  63. 6eadc6c Enable Check Module by Kurt B. Kaiser · 22 years ago
  64. a41b2bb Fix problem in example code. It's minor in this particular example, by Fred Drake · 22 years ago
  65. 03cb7ee Don't make all the OpenSSL executables, just the library we need. by Mark Hammond · 22 years ago
  66. 040b00a Add the SSL libraries as dependencies. by Mark Hammond · 22 years ago
  67. 318016b Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix. by Kurt B. Kaiser · 22 years ago
  68. 7af24bd Fix example regular expressions that simulate scanf() constructs. by Fred Drake · 22 years ago
  69. 71aa6d6 Patch #646824: Remove extra \end. by Martin v. Löwis · 22 years ago
  70. b1e4bf9 Bug #647387: corrections to the logging section by Vinay Sanjip by Andrew M. Kuchling · 22 years ago
  71. 9d42700 Some more expected skips on OSX. by Guido van Rossum · 22 years ago
  72. 6c73405 Lose references to knee (no longer exists) and pyclbr (has its own by Guido van Rossum · 22 years ago
  73. a1962d6 Get rid of 1.5.2 compatibility hack. :-) by Guido van Rossum · 22 years ago
  74. 0375079 Adding Python <= 2.2 support back in. by Marc-André Lemburg · 22 years ago
  75. 7f6a439 Add more sophistication to the comparison between pyclbr output and by Guido van Rossum · 22 years ago
  76. 0a6f954 Another big update, fixing all known bugs related to nesting functions by Guido van Rossum · 22 years ago
  77. 4b2030f Ensure the ssl temp directory exists! by Mark Hammond · 22 years ago
  78. c3de008 _ssl.pyd added for Windows. by Mark Hammond · 22 years ago
  79. 8af50bc _ssl.pyd available for Windows. by Mark Hammond · 22 years ago
  80. fbac75f Add _ssl.pyd to the list of files to be installed by Wise. by Mark Hammond · 22 years ago
  81. f229f9f Add _ssl build process for Windows. by Mark Hammond · 22 years ago
  82. 4c88773 My MSVC seems to like writing the project names in quotes. Letting it do by Mark Hammond · 22 years ago
  83. 9ef3376 Avoid semicolon usage in echo. by Martin v. Löwis · 22 years ago
  84. 779ffc0 Add compile-time errors for unsupported systems. by Martin v. Löwis · 22 years ago
  85. 7a98e80 In class bsdTableDB, add class variables db and env (set to None) to by Guido van Rossum · 22 years ago
  86. 0d366b1 Fix typo in except clause (_db should be _bsddb). by Guido van Rossum · 22 years ago
  87. 62d45c0 Add XXX note about Sleepycat's BSDDB. by Guido van Rossum · 22 years ago
  88. 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 22 years ago
  89. c706c28 Add a better columnizer to print_topics(). by Guido van Rossum · 22 years ago
  90. 3b10dc3 Require 'largefile' resource for Mac OSX as well. by Guido van Rossum · 22 years ago
  91. bb48465 On Max OSX, try increasing the stack limit to 2048 so test_re and by Guido van Rossum · 22 years ago
  92. 5f7c4b3 Remove dead code in get_stack(). by Kurt B. Kaiser · 22 years ago
  93. 75bc8ba Fix SF # 646578, Documentation Typo by Neal Norwitz · 22 years ago
  94. 491427d Fix beep. Then remove annoying beep, not needed with breakpoint highlighting. by Kurt B. Kaiser · 22 years ago
  95. ae6bf4a Remove unused variable by Neal Norwitz · 22 years ago
  96. 5664367 correct wording of comments about old bsddb (now bsddb185) module by Skip Montanaro · 22 years ago
  97. 927bc45 - reworked the object unpacking code, now supports new-style objects more by Just van Rossum · 22 years ago
  98. 6a8c518 The new imp.[gs]et_frozenmodules() will be utterly redundant if the by Just van Rossum · 22 years ago
  99. 5326257 Add ossaudiodev; fix typo by Andrew M. Kuchling · 22 years ago
  100. 9a568eb Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now! by Greg Ward · 22 years ago