1. 4d4dfb7 Patch #1011822: Display errno/strerror for inaccessible files. by Martin v. Löwis · 20 years ago
  2. 26b3ebb Replaced the ELLIPSIS implementation with a worst-case linear-time one. by Tim Peters · 20 years ago
  3. 1cf3aa6 ELLIPSIS implementation: an ellipsis couldn't match nothing if it by Tim Peters · 20 years ago
  4. caa9798 Rewrite test_order so as to be more "proper". Originally relied on an by Brett Cannon · 20 years ago
  5. c6f3c8b fix SF bug #1008690: Incorrect <link rel="index"> href in Tutorial by Fred Drake · 20 years ago
  6. cf02e31 Remove commented definition of the MKHOWTO macro. by Matthias Klose · 20 years ago
  7. 5b75f7d Remove zero-byte gif files from generated html docs by Matthias Klose · 20 years ago
  8. babc5ec Expand tabs. by Martin v. Löwis · 20 years ago
  9. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  10. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  11. 78a8acc Patch #914291: Restore locale while readline is running. by Martin v. Löwis · 20 years ago
  12. ae075b6 Patch #1011144: Correct regex for coding decls. by Martin v. Löwis · 20 years ago
  13. bf60875 Patch #980082: Missing INCREF in PyType_Ready. by Martin v. Löwis · 20 years ago
  14. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  15. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  16. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  17. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 20 years ago
  18. 1a78929 Move the bytecode optimizer upstream so that its results are saved in pyc by Raymond Hettinger · 20 years ago
  19. 9bb1f05 Various alpha 3 updates. by Raymond Hettinger · 20 years ago
  20. 01884d5 Deprecate sys.exitfunc in favor of the atexit module. by Raymond Hettinger · 20 years ago
  21. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  22. b51b234 Fixed bug in line-number finding for examples (DocTestParser wasn't by Edward Loper · 20 years ago
  23. f04d8a8 There are no longer any special case test skips. by Raymond Hettinger · 20 years ago
  24. 673cb28 Remove test of obsolete trim() operation which was supplanted by by Raymond Hettinger · 20 years ago
  25. e7691d3 Use readline/raw_input() in pydoc.Helper.interact if available and self.input by Johannes Gijsbers · 20 years ago
  26. 30d0008 The get_installer_filename() method forgot to return the name it by Thomas Heller · 20 years ago
  27. 1f65b47 SF bug #833957: Ctrl+key combos stop working in IDLE by Raymond Hettinger · 20 years ago
  28. ba4e47d This file is no longer used in version 2.39. by Raymond Hettinger · 20 years ago
  29. 3ee3ed2 Add two new files and update remaining tests from the latest update of the by Raymond Hettinger · 20 years ago
  30. d6c700a Revise max() and min() to comply with the 8/2/2004 update to the specification by Raymond Hettinger · 20 years ago
  31. f63ba43 * Dynamically build a list of files to be tested (necessary because by Raymond Hettinger · 20 years ago
  32. 8de636e SF bug #951482: New module: doc versus action by Raymond Hettinger · 20 years ago
  33. cb40ba1 SF bug #805304: super instances don't support item assignment by Raymond Hettinger · 20 years ago
  34. 6c06cd5 fix a couple problems with the last patch picked up by Michael Hudson by Skip Montanaro · 20 years ago
  35. 7ec7584 Typo fix by Andrew M. Kuchling · 20 years ago
  36. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 20 years ago
  37. d4ff206 Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo" by Skip Montanaro · 20 years ago
  38. 2443d4a - pygettext.py: Generate POT-Creation-Date header in ISO format. by Matthias Klose · 20 years ago
  39. a2542be The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD by Matthias Klose · 20 years ago
  40. d3fe239 Minor improvements to the threading introduction: by Raymond Hettinger · 20 years ago
  41. 84f107d Minor formatting cleanup. by Raymond Hettinger · 20 years ago
  42. 3258e72 * Uncomment the SyntaxError doctest after Tim demonstrated how. by Raymond Hettinger · 20 years ago
  43. 8df4e6b Fix punctuation typo. by Raymond Hettinger · 20 years ago
  44. 2864b80 Add a notes section to the docs: by Raymond Hettinger · 20 years ago
  45. 5c8d29c SF patch #872326: generator expression implementation by Raymond Hettinger · 20 years ago
  46. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 20 years ago
  47. e506901 Add get_history_item and replace_history_item functions to the readline by Skip Montanaro · 20 years ago
  48. f0d5f79 Match the def'n of _XOPEN_SOURCE on Solaris 8/9 to suppress redefinition by Skip Montanaro · 20 years ago
  49. 8d3b9dd Quote \r\n correctly, remove random indentation (patch #1009384). Thanks by Johannes Gijsbers · 20 years ago
  50. add3360 Correct the order of application for decorators. Meant to be bottom-up and not by Brett Cannon · 20 years ago
  51. 31f8350 Fix incorrect comment for (struct compiling)->c_cellvars by Brett Cannon · 20 years ago
  52. 9e15dd6 Let cgi.parse_header() properly unquote headers (patch #1008597). by Johannes Gijsbers · 20 years ago
  53. 34c4120 bug #989672: pdb.doc and the help messages for the help_d and help_u methods by Johannes Gijsbers · 20 years ago
  54. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 20 years ago
  55. f9a098e Catch OSError raised when src or dst argument to os.path.samefile doesn't exist. by Johannes Gijsbers · 20 years ago
  56. b112d6e bug 990669: os.path.normpath may alter the meaning of a path if it contains by Johannes Gijsbers · 20 years ago
  57. 9d134b7 bug #851123: shutil.copyfile will raise an exception when trying to copy a file by Johannes Gijsbers · 20 years ago
  58. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 20 years ago
  59. 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
  60. 404b068 Reset old locale after running tests. Not doing so broke by Johannes Gijsbers · 20 years ago
  61. 7c399d3 Removed item about an asyncore patch that got backed out. by Tim Peters · 20 years ago
  62. 83e259a Another microburst of snail-like progress. by Tim Peters · 20 years ago
  63. 9d499f2 Back out patch #982681 by Andrew M. Kuchling · 20 years ago
  64. b3de2e1 'inspect' was not listing the functions in a module properly if the module was by Brett Cannon · 20 years ago
  65. 08d786a Help compiling icons into an exe, for use with MSI advertisement. by Martin v. Löwis · 20 years ago
  66. cc0def1 Convert weak iterators to generator form. by Raymond Hettinger · 20 years ago
  67. bf9ac4b Whitespace normalization. by Tim Peters · 20 years ago
  68. 41a65ea Doctest has new traceback gimmicks in 2.4. While trying to document by Tim Peters · 20 years ago
  69. f076953 SF patch #1005778, Fix seg fault if list object is modified during list.index() by Neal Norwitz · 20 years ago
  70. 39689c5 make exception propogation more efficient; this avoids having Expat parse by Fred Drake · 20 years ago
  71. d7ea55b include at least one example of an exception passing through pyexpat by Fred Drake · 20 years ago
  72. 2e56c8a SF #1005913, Patch to allow building of paper-*/dist.pdf by Jeff Epler by Neal Norwitz · 20 years ago
  73. ee6511b Fix the version number in which changes were made by Neal Norwitz · 20 years ago
  74. 7ea48dd Nit in _IS_BLANK_OR_COMMENT comment -- it doesn't matter how this is by Tim Peters · 20 years ago
  75. 2603960 Markup fiddling. by Tim Peters · 20 years ago
  76. 8a3b69c Excruciatingly slow progress on the docs. Option flags / directive names by Tim Peters · 20 years ago
  77. 79b52b7 Boosted the stack reservation for python.exe and python_w.exe from the by Tim Peters · 20 years ago
  78. e667e66 Report refleaks to stderr as the tests run as well as logging them to a file. by Michael W. Hudson · 20 years ago
  79. 800ba23 This is my patch: by Michael W. Hudson · 20 years ago
  80. d459f53 code_new(): Wouldn't compile on Windows, because of gcc'ism. by Tim Peters · 20 years ago
  81. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  82. 5523c25 A NEWS entry for my last checked in change (I've gotten out of the by Michael W. Hudson · 20 years ago
  83. 6093462 Fix bug by Michael W. Hudson · 20 years ago
  84. fd39ad4 Patch #1005468: Disambiguate "min() or max()" exception string. by Martin v. Löwis · 20 years ago
  85. 9ecf326 Patch #1006916: Remove ODBC library references. by Martin v. Löwis · 20 years ago
  86. d632050 Define _BSD_TYPES. Fixes #1005308. Backported to 2.3. by Martin v. Löwis · 20 years ago
  87. 0cb3c63 Patch #1005568: Use _SC_PAGESIZE on Irix. Backported to 2.3. by Martin v. Löwis · 20 years ago
  88. a9170c7 Patch #808719: Ignore the locale's encoding if it is an empty string. by Martin v. Löwis · 20 years ago
  89. 68ba9a6 In output_difference(), replace blank lines in `want` with <BLANKLINE> by Edward Loper · 20 years ago
  90. a5db600 - Changed output of DocTestParser.get_program() to make it easier to by Edward Loper · 20 years ago
  91. 8e4a34b - Added __docformat__ by Edward Loper · 20 years ago
  92. 74bca7a - Changed option directives to be example-specific. (i.e., they now by Edward Loper · 20 years ago
  93. ac20f57 - Added a register_optionflag function (so users can add their own by Edward Loper · 20 years ago
  94. 568671f avoid version numbers in the text where possible by Fred Drake · 20 years ago
  95. ba100c9 clarify the behavior of the .first() and .last() methods for empty databases by Fred Drake · 20 years ago
  96. f54ac7e Spelling fix by Andrew M. Kuchling · 20 years ago
  97. d62d507 added missing documentation for UseForeignDTD() (new in 2.3) by Fred Drake · 20 years ago
  98. fb568ca add descriptions for many of the new error codes by Fred Drake · 20 years ago
  99. 9d92d5a minor changes to make this format again by Fred Drake · 20 years ago
  100. c2388a2 Start rewriting doctest's LaTeX docs. Damn, this is slow going! by Tim Peters · 20 years ago