1. 2dd2a28 Add acknowledgements to ExitDialog. by Martin v. Löwis · 20 years ago
  2. e09bd93 Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 20 years ago
  3. ac37f3d Patch #1009389: Make __credits__ a Unicode object. by Martin v. Löwis · 20 years ago
  4. 12237b3 Replace yield with sequence class. Fixes #1009803. by Martin v. Löwis · 20 years ago
  5. d3b0bab SF bug #1013760: Error in Chapter 4 of Tutorial by Raymond Hettinger · 20 years ago
  6. 07a349c Bugs fixed: by Jim Fulton · 20 years ago
  7. 8ffe9ab Move msi from sandbox to Tools. by Martin v. Löwis · 20 years ago
  8. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  9. e594bee _ellipsis_match(): Removed special-casing of "...\n". The semantics by Tim Peters · 20 years ago
  10. 5268c39 sf #1009373, #1005936. fix underscores in index entries in PDF files. by Neal Norwitz · 20 years ago
  11. 6abc685 Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of by Johannes Gijsbers · 20 years ago
  12. 6d63a8d Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the by Johannes Gijsbers · 20 years ago
  13. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 20 years ago
  14. 7109b28 Fix grammar, spotted by Hye-Shik Chang by Neal Norwitz · 20 years ago
  15. 8e3bec5 Correct argument specifications of load_compiled and load_source: the file by Johannes Gijsbers · 20 years ago
  16. c890618 Quote # as \# to make lib compile again. by Johannes Gijsbers · 20 years ago
  17. 37af986 Bump minimum Python version to 2.1. Fixes #1009803. by Martin v. Löwis · 20 years ago
  18. 61d77e0 Replace tricky and/or with straight-forward if:else: by Martin v. Löwis · 20 years ago
  19. 701abe7 Fail fatally if strdup fails. by Martin v. Löwis · 20 years ago
  20. cd4d297 Remove debug print. by Martin v. Löwis · 20 years ago
  21. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  22. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 20 years ago
  23. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 20 years ago
  24. 8623b36 Try to improve grammar and use versionadded by Neal Norwitz · 20 years ago
  25. b0a04e1 Gave _ellipsis_match() an attractive new leading underscore. by Tim Peters · 20 years ago
  26. 525b315 Fix markup. versionchanged automatically adds a period, so remove the extra one. by Neal Norwitz · 20 years ago
  27. 27dbcf2 Establish policies with respect to 2.3 compatibilty and treated spec by Raymond Hettinger · 20 years ago
  28. 6114679 SF bug #1012315: weakref.WeakValueDictionary should override .has_key() by Raymond Hettinger · 20 years ago
  29. 3a3817f Got rid of nooutput() (was used by DocTestCase.debug()) by Edward Loper · 20 years ago
  30. b7503ff Updated __all__ to include every non-underscored class, function, and by Edward Loper · 20 years ago
  31. 3ba5bfc Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  32. f5a149a Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  33. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 20 years ago
  34. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 20 years ago
  35. dc5de3b ellipsis_match(): Changed treatment of start- and end-of-string exact by Tim Peters · 20 years ago
  36. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 20 years ago
  37. 4d4dfb7 Patch #1011822: Display errno/strerror for inaccessible files. by Martin v. Löwis · 20 years ago
  38. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 20 years ago
  39. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 20 years ago
  40. caa9798 Rewrite test_order so as to be more "proper". Originally relied on an by Brett Cannon · 20 years ago
  41. c6f3c8b fix SF bug #1008690: Incorrect <link rel="index"> href in Tutorial by Fred Drake · 20 years ago
  42. cf02e31 Remove commented definition of the MKHOWTO macro. by Matthias Klose · 20 years ago
  43. 5b75f7d Remove zero-byte gif files from generated html docs by Matthias Klose · 20 years ago
  44. babc5ec Expand tabs. by Martin v. Löwis · 20 years ago
  45. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  46. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  47. 78a8acc Patch #914291: Restore locale while readline is running. by Martin v. Löwis · 20 years ago
  48. ae075b6 Patch #1011144: Correct regex for coding decls. by Martin v. Löwis · 20 years ago
  49. bf60875 Patch #980082: Missing INCREF in PyType_Ready. by Martin v. Löwis · 20 years ago
  50. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  51. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  52. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  53. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 20 years ago
  54. 1a78929 Move the bytecode optimizer upstream so that its results are saved in pyc by Raymond Hettinger · 20 years ago
  55. 9bb1f05 Various alpha 3 updates. by Raymond Hettinger · 20 years ago
  56. 01884d5 Deprecate sys.exitfunc in favor of the atexit module. by Raymond Hettinger · 20 years ago
  57. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  58. b51b234 Fixed bug in line-number finding for examples (DocTestParser wasn't by Edward Loper · 20 years ago
  59. f04d8a8 There are no longer any special case test skips. by Raymond Hettinger · 20 years ago
  60. 673cb28 Remove test of obsolete trim() operation which was supplanted by by Raymond Hettinger · 20 years ago
  61. e7691d3 Use readline/raw_input() in pydoc.Helper.interact if available and self.input by Johannes Gijsbers · 20 years ago
  62. 30d0008 The get_installer_filename() method forgot to return the name it by Thomas Heller · 20 years ago
  63. 1f65b47 SF bug #833957: Ctrl+key combos stop working in IDLE by Raymond Hettinger · 20 years ago
  64. ba4e47d This file is no longer used in version 2.39. by Raymond Hettinger · 20 years ago
  65. 3ee3ed2 Add two new files and update remaining tests from the latest update of the by Raymond Hettinger · 20 years ago
  66. d6c700a Revise max() and min() to comply with the 8/2/2004 update to the specification by Raymond Hettinger · 20 years ago
  67. f63ba43 * Dynamically build a list of files to be tested (necessary because by Raymond Hettinger · 20 years ago
  68. 8de636e SF bug #951482: New module: doc versus action by Raymond Hettinger · 20 years ago
  69. cb40ba1 SF bug #805304: super instances don't support item assignment by Raymond Hettinger · 20 years ago
  70. 6c06cd5 fix a couple problems with the last patch picked up by Michael Hudson by Skip Montanaro · 20 years ago
  71. 7ec7584 Typo fix by Andrew M. Kuchling · 20 years ago
  72. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 20 years ago
  73. d4ff206 Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo" by Skip Montanaro · 20 years ago
  74. 2443d4a - pygettext.py: Generate POT-Creation-Date header in ISO format. by Matthias Klose · 20 years ago
  75. a2542be The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD by Matthias Klose · 20 years ago
  76. d3fe239 Minor improvements to the threading introduction: by Raymond Hettinger · 20 years ago
  77. 84f107d Minor formatting cleanup. by Raymond Hettinger · 20 years ago
  78. 3258e72 * Uncomment the SyntaxError doctest after Tim demonstrated how. by Raymond Hettinger · 20 years ago
  79. 8df4e6b Fix punctuation typo. by Raymond Hettinger · 20 years ago
  80. 2864b80 Add a notes section to the docs: by Raymond Hettinger · 20 years ago
  81. 5c8d29c SF patch #872326: generator expression implementation by Raymond Hettinger · 20 years ago
  82. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 20 years ago
  83. e506901 Add get_history_item and replace_history_item functions to the readline by Skip Montanaro · 20 years ago
  84. f0d5f79 Match the def'n of _XOPEN_SOURCE on Solaris 8/9 to suppress redefinition by Skip Montanaro · 20 years ago
  85. 8d3b9dd Quote \r\n correctly, remove random indentation (patch #1009384). Thanks by Johannes Gijsbers · 20 years ago
  86. add3360 Correct the order of application for decorators. Meant to be bottom-up and not by Brett Cannon · 20 years ago
  87. 31f8350 Fix incorrect comment for (struct compiling)->c_cellvars by Brett Cannon · 20 years ago
  88. 9e15dd6 Let cgi.parse_header() properly unquote headers (patch #1008597). by Johannes Gijsbers · 20 years ago
  89. 34c4120 bug #989672: pdb.doc and the help messages for the help_d and help_u methods by Johannes Gijsbers · 20 years ago
  90. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 20 years ago
  91. f9a098e Catch OSError raised when src or dst argument to os.path.samefile doesn't exist. by Johannes Gijsbers · 20 years ago
  92. b112d6e bug 990669: os.path.normpath may alter the meaning of a path if it contains by Johannes Gijsbers · 20 years ago
  93. 9d134b7 bug #851123: shutil.copyfile will raise an exception when trying to copy a file by Johannes Gijsbers · 20 years ago
  94. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 20 years ago
  95. 46f1459 Raise an exception when src and dst refer to the same file via a hard link or a by Johannes Gijsbers · 20 years ago
  96. 404b068 Reset old locale after running tests. Not doing so broke by Johannes Gijsbers · 20 years ago
  97. 7c399d3 Removed item about an asyncore patch that got backed out. by Tim Peters · 20 years ago
  98. 83e259a Another microburst of snail-like progress. by Tim Peters · 20 years ago
  99. 9d499f2 Back out patch #982681 by Andrew M. Kuchling · 20 years ago
  100. b3de2e1 'inspect' was not listing the functions in a module properly if the module was by Brett Cannon · 20 years ago