1. eb296d9 Fix for SF bug #780996, crash when no .pynche file exists and -d by Barry Warsaw · 21 years ago
  2. 6f7b213 use the long names for re compilation options; this makes it easier to by Fred Drake · 21 years ago
  3. f19f861 Modernize code a bit: use isinstance instead of type(); return True/False by Andrew M. Kuchling · 21 years ago
  4. 0ec5288 [Patch #759208] Fix has_key emulation to not raise KeyError by Andrew M. Kuchling · 21 years ago
  5. f70e076 Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py by Raymond Hettinger · 21 years ago
  6. eeca37e SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 21 years ago
  7. 09c7b60 SF patch #798255: Document httplib.HTTPResponse.read "amt" argument by Raymond Hettinger · 21 years ago
  8. 3b9cff1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 21 years ago
  9. 5f8b0b1 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 21 years ago
  10. 5d2e777 SF patch #736962: Port tests to unittest (Part 2) by Raymond Hettinger · 21 years ago
  11. 99c2d53 SF patch #790443: add SafeConfigParser to __all__ by Raymond Hettinger · 21 years ago
  12. aa1178b Minor typo by Raymond Hettinger · 21 years ago
  13. c75c3e0 SF patch #791153: inconsistency with implementation(logging) by Raymond Hettinger · 21 years ago
  14. ec99b5f SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  15. b5cb665 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  16. 14cc1e3 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 21 years ago
  17. 574aa32 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 21 years ago
  18. 6f6d7b93 SF bug #797853: Small problems with the csv module's documentation by Raymond Hettinger · 21 years ago
  19. 2f3e548 SF bug #732120:An extended definition of "non-overlapping" would save time. by Raymond Hettinger · 21 years ago
  20. 0a6aa28 SF patch #797157: Bug 794658: os.chmod docs, stat constants by Raymond Hettinger · 21 years ago
  21. 6d362b2 SF bug #785222: zlib monotonic test by Raymond Hettinger · 21 years ago
  22. 9d12ab5 Fix long option markup. by Raymond Hettinger · 21 years ago
  23. 0970dba Remove 'e.g.' from error message by Raymond Hettinger · 21 years ago
  24. 8170200 SF patch #797180: Bug 792656: slicing explained by Raymond Hettinger · 21 years ago
  25. 57d7128 SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra example by Raymond Hettinger · 21 years ago
  26. f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 21 years ago
  27. c11dbcd SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 21 years ago
  28. 6229713 Eliminate unnecessary eval() in tests by Raymond Hettinger · 21 years ago
  29. 4f01f89 For safety, replace a tuple entry before decreffing it. by Raymond Hettinger · 21 years ago
  30. a56f6b6 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 21 years ago
  31. b738041 Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check mustn't prevent the meta-bit check at the end by Andrew M. Kuchling · 21 years ago
  32. e8792c1 Add tests for meta- bit set by Andrew M. Kuchling · 21 years ago
  33. 72cdb70 [Bug #790356] unctrl() doesn't work for full printable charset. Fix by Dave Cinege. by Andrew M. Kuchling · 21 years ago
  34. e752e20 Add simple unit test for ascii.unctrl() function by Andrew M. Kuchling · 21 years ago
  35. ff638ea [Bug #776542] open_https() generates a bad Authorization header because it calls .putheader() wrongly. Reported by Steffen Ries. by Andrew M. Kuchling · 21 years ago
  36. 77ad829 [Bug #780231] One of the changes described in the 2.3 "What's New" document by Andrew M. Kuchling · 21 years ago
  37. 9e78d1e fix minor syntactic faux pas by Fred Drake · 21 years ago
  38. 953c6f5 Make sure parentheses are escaped when used in the format string. by Brett Cannon · 21 years ago
  39. 6676f6e Support DBEnv.set_shm_key() to allow multi-threaded multi-process by Gregory P. Smith · 21 years ago
  40. 376e63d Fix for SF bug [ 784075 ] Fatal Python error: unknown scope by Jeremy Hylton · 21 years ago
  41. ead21f5 Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py by Jeremy Hylton · 21 years ago
  42. 4651f53 Fix typo in docstring: The switch is '-x', not '-s'. by Thomas Heller · 21 years ago
  43. 4f4dbef remove extra word occurance; reported to webmaster by Fred Drake · 21 years ago
  44. 611dbc3 Remove a typo. (Or is this some markup I don't understand? ;-) by Thomas Heller · 21 years ago
  45. 9bfe533 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 21 years ago
  46. 063606a test_largefile can leave its temp file open if one of many tests fail. On by Jason Tishler · 21 years ago
  47. 9e38641 Make the derived tools amendable to cut and paste. by Raymond Hettinger · 21 years ago
  48. 9bd308f Fix doubled word typos. by Raymond Hettinger · 21 years ago
  49. e41d4c8 Added doubled word warnings. by Raymond Hettinger · 21 years ago
  50. 999b57c Fix double word typos. by Raymond Hettinger · 21 years ago
  51. 9ac25ec SF bug #793702: Section 13.1 HTMLParser documentation error by Raymond Hettinger · 21 years ago
  52. c2a5cb2 Fix typo. by Raymond Hettinger · 21 years ago
  53. f4bb1f9 Fix typo. by Raymond Hettinger · 21 years ago
  54. 4892381 Fix a loooong-standing brainfart: I got the site-packages path for by Greg Ward · 21 years ago
  55. 46a007e Build the bzip2.lib as a custom pre-link step in MSVC. by Thomas Heller · 21 years ago
  56. 2258227 Opening the WISE script changes a few items: by Thomas Heller · 21 years ago
  57. 463c5a8 Update get_param() description to reflect changes to the docstring. by Barry Warsaw · 21 years ago
  58. c86c24e Bump the version number for the standalone mimelib package. by Barry Warsaw · 21 years ago
  59. d24a2a4 Describe the fix to the email package. by Barry Warsaw · 21 years ago
  60. 622d60b test_rfc2231_no_language_or_charset_in_filename(), by Barry Warsaw · 21 years ago
  61. 6208369 get_param(): Update the docstring to explain how CHARSET and LANGUAGE by Barry Warsaw · 21 years ago
  62. 0b6f0d8 decode_rfc2231(): We need to urllib.unquote() the value even if the by Barry Warsaw · 21 years ago
  63. 1a3abcb This started opening files in text mode by default in the 2.3 release, by Tim Peters · 21 years ago
  64. c58a3a1 Fix a crash: when sq_item failed the code continued blindly and used the by Walter Dörwald · 21 years ago
  65. 6019f9a Remove a stray single quote. Will backport to release23-maint. by Thomas Heller · 21 years ago
  66. 3432118 SF #784031: Byte-order bug in socket-module getaddrinfo.c by Raymond Hettinger · 21 years ago
  67. 6a18012 Improvements to set.py: by Raymond Hettinger · 21 years ago
  68. 236ffba Adjust some horizontal indentation to be consistent with the style used by Fred Drake · 21 years ago
  69. 1954035 Keep doctests in sync with the docs. by Raymond Hettinger · 21 years ago
  70. 7ceb29e Incorporate documentation suggestions from feedback on comp.lang.python. by Raymond Hettinger · 21 years ago
  71. ee562fc Make sets.py compatible with Py2.2 by Raymond Hettinger · 21 years ago
  72. 98cad48 Fix SF #789402, Memory leak on open() by Neal Norwitz · 21 years ago
  73. c8cb5d9 Make a copy of L before appending, so the global L remains by Walter Dörwald · 21 years ago
  74. 150523e Fix refcounting leak in charmaptranslate_lookup() by Walter Dörwald · 21 years ago
  75. 9b30f20 Fix another refcounting leak in PyUnicode_EncodeCharmap(). by Walter Dörwald · 21 years ago
  76. d4ade08 Fix another refcounting leak (in PyUnicode_DecodeUnicodeEscape()). by Walter Dörwald · 21 years ago
  77. b2c7de4 Fix for by Michael W. Hudson · 21 years ago
  78. f02bcee Fix silly leak in test used in test_exceptions. by Michael W. Hudson · 21 years ago
  79. da0a067 My last fix left n used unitialized in tha a==b case. by Michael W. Hudson · 21 years ago
  80. 465fa3d complex_new(): This could leak when the argument was neither string nor by Tim Peters · 21 years ago
  81. 90b182c Don't introduce map(None, ...) in the tutorial. In practice, zip() is by Neil Schemenauer · 21 years ago
  82. e98147a Fix refcount leak in the UnicodeError constructor: by Walter Dörwald · 21 years ago
  83. 6897355 Make filter(bool, ...) as fast as filter(None, ...). by Neil Schemenauer · 21 years ago
  84. e5402fb Fix refcount leak in PyUnicode_EncodeCharmap(). The bug surfaces by Walter Dörwald · 21 years ago
  85. fb85789 SF patch #787929: reflect the introduce of boolean type(libcfgparser.tex) by Raymond Hettinger · 21 years ago
  86. b4f4938 Fix reference leak noted in test_types: by Michael W. Hudson · 21 years ago
  87. 7d59948 When piping output into a pager like "less", quiting the pager before by Fred Drake · 21 years ago
  88. b785518 IDLE didn't start correctly when Python was installed in "Program Files" by Kurt B. Kaiser · 21 years ago
  89. 8fd8def fix markup by Fred Drake · 21 years ago
  90. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  91. a54b92b Add a unicode prefix to the characters in the UnicodeEncodeError and by Walter Dörwald · 21 years ago
  92. fd196bd Enhance message for UnicodeEncodeError and UnicodeTranslateError. by Walter Dörwald · 21 years ago
  93. c7a2656 SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  94. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  95. c83124a Fix bug in test_bad_timezone where test was assuming locale knew of PDT. by Brett Cannon · 21 years ago
  96. 71665dc Add a couple of decrefs to error paths. by Michael W. Hudson · 21 years ago
  97. b2f89ee Comment typo fixes by Andrew M. Kuchling · 21 years ago
  98. cc9d004 mention pymemcompat.h in Misc/README by Michael W. Hudson · 21 years ago
  99. bdc6ea1 Fix silly typo in comment. by Michael W. Hudson · 21 years ago
  100. bc961e5 add a statement identifying StringI and StringO objects. by Skip Montanaro · 21 years ago