1. e41d4c8 Added doubled word warnings. by Raymond Hettinger · 21 years ago
  2. 999b57c Fix double word typos. by Raymond Hettinger · 21 years ago
  3. 9ac25ec SF bug #793702: Section 13.1 HTMLParser documentation error by Raymond Hettinger · 21 years ago
  4. c2a5cb2 Fix typo. by Raymond Hettinger · 21 years ago
  5. f4bb1f9 Fix typo. by Raymond Hettinger · 21 years ago
  6. 4892381 Fix a loooong-standing brainfart: I got the site-packages path for by Greg Ward · 21 years ago
  7. 46a007e Build the bzip2.lib as a custom pre-link step in MSVC. by Thomas Heller · 21 years ago
  8. 2258227 Opening the WISE script changes a few items: by Thomas Heller · 21 years ago
  9. 463c5a8 Update get_param() description to reflect changes to the docstring. by Barry Warsaw · 21 years ago
  10. c86c24e Bump the version number for the standalone mimelib package. by Barry Warsaw · 21 years ago
  11. d24a2a4 Describe the fix to the email package. by Barry Warsaw · 21 years ago
  12. 622d60b test_rfc2231_no_language_or_charset_in_filename(), by Barry Warsaw · 21 years ago
  13. 6208369 get_param(): Update the docstring to explain how CHARSET and LANGUAGE by Barry Warsaw · 21 years ago
  14. 0b6f0d8 decode_rfc2231(): We need to urllib.unquote() the value even if the by Barry Warsaw · 21 years ago
  15. 1a3abcb This started opening files in text mode by default in the 2.3 release, by Tim Peters · 21 years ago
  16. c58a3a1 Fix a crash: when sq_item failed the code continued blindly and used the by Walter Dörwald · 21 years ago
  17. 6019f9a Remove a stray single quote. Will backport to release23-maint. by Thomas Heller · 21 years ago
  18. 3432118 SF #784031: Byte-order bug in socket-module getaddrinfo.c by Raymond Hettinger · 21 years ago
  19. 6a18012 Improvements to set.py: by Raymond Hettinger · 21 years ago
  20. 236ffba Adjust some horizontal indentation to be consistent with the style used by Fred Drake · 21 years ago
  21. 1954035 Keep doctests in sync with the docs. by Raymond Hettinger · 21 years ago
  22. 7ceb29e Incorporate documentation suggestions from feedback on comp.lang.python. by Raymond Hettinger · 21 years ago
  23. ee562fc Make sets.py compatible with Py2.2 by Raymond Hettinger · 21 years ago
  24. 98cad48 Fix SF #789402, Memory leak on open() by Neal Norwitz · 21 years ago
  25. c8cb5d9 Make a copy of L before appending, so the global L remains by Walter Dörwald · 21 years ago
  26. 150523e Fix refcounting leak in charmaptranslate_lookup() by Walter Dörwald · 21 years ago
  27. 9b30f20 Fix another refcounting leak in PyUnicode_EncodeCharmap(). by Walter Dörwald · 21 years ago
  28. d4ade08 Fix another refcounting leak (in PyUnicode_DecodeUnicodeEscape()). by Walter Dörwald · 21 years ago
  29. b2c7de4 Fix for by Michael W. Hudson · 21 years ago
  30. f02bcee Fix silly leak in test used in test_exceptions. by Michael W. Hudson · 21 years ago
  31. da0a067 My last fix left n used unitialized in tha a==b case. by Michael W. Hudson · 21 years ago
  32. 465fa3d complex_new(): This could leak when the argument was neither string nor by Tim Peters · 21 years ago
  33. 90b182c Don't introduce map(None, ...) in the tutorial. In practice, zip() is by Neil Schemenauer · 21 years ago
  34. e98147a Fix refcount leak in the UnicodeError constructor: by Walter Dörwald · 21 years ago
  35. 6897355 Make filter(bool, ...) as fast as filter(None, ...). by Neil Schemenauer · 21 years ago
  36. e5402fb Fix refcount leak in PyUnicode_EncodeCharmap(). The bug surfaces by Walter Dörwald · 21 years ago
  37. fb85789 SF patch #787929: reflect the introduce of boolean type(libcfgparser.tex) by Raymond Hettinger · 21 years ago
  38. b4f4938 Fix reference leak noted in test_types: by Michael W. Hudson · 21 years ago
  39. 7d59948 When piping output into a pager like "less", quiting the pager before by Fred Drake · 21 years ago
  40. b785518 IDLE didn't start correctly when Python was installed in "Program Files" by Kurt B. Kaiser · 21 years ago
  41. 8fd8def fix markup by Fred Drake · 21 years ago
  42. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  43. a54b92b Add a unicode prefix to the characters in the UnicodeEncodeError and by Walter Dörwald · 21 years ago
  44. fd196bd Enhance message for UnicodeEncodeError and UnicodeTranslateError. by Walter Dörwald · 21 years ago
  45. c7a2656 SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  46. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  47. c83124a Fix bug in test_bad_timezone where test was assuming locale knew of PDT. by Brett Cannon · 21 years ago
  48. 71665dc Add a couple of decrefs to error paths. by Michael W. Hudson · 21 years ago
  49. b2f89ee Comment typo fixes by Andrew M. Kuchling · 21 years ago
  50. cc9d004 mention pymemcompat.h in Misc/README by Michael W. Hudson · 21 years ago
  51. bdc6ea1 Fix silly typo in comment. by Michael W. Hudson · 21 years ago
  52. bc961e5 add a statement identifying StringI and StringO objects. by Skip Montanaro · 21 years ago
  53. eb2f061 reverting to 2.41 version (distinct tp_names) - will add verbiage to the docs by Skip Montanaro · 21 years ago
  54. e138828 shit - just change the visible name, not the comments - strictly speaking, by Skip Montanaro · 21 years ago
  55. 4a0d3d2 typos by Skip Montanaro · 21 years ago
  56. 68debc9 Fix refcounting and cut & paste error (?) in last checkin. by Michael W. Hudson · 21 years ago
  57. 0fd54d8 Unconditionally opening the temp file in text mode causes this test to fail by Jason Tishler · 21 years ago
  58. a290e3d Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX, by Jack Jansen · 21 years ago
  59. 5187a3b Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and by Brett Cannon · 21 years ago
  60. 3081d59 SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 21 years ago
  61. 39a682f Add HIDDEN. Fixes #777664. by Martin v. Löwis · 21 years ago
  62. a2c17c5 Move initialization of sys.std{in,out}.encoding to Py_Initialize. by Martin v. Löwis · 21 years ago
  63. fc9b75f Patch #771998: Put braces around variables. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  64. cffb9de SF patch #747364: BaseHTTPServer doesn't need StringIO intermediary by Raymond Hettinger · 21 years ago
  65. 12c484d SF patch #783807: Clarify PySequence_Setitem ref counting by Raymond Hettinger · 21 years ago
  66. 3f42a6d IDLEfork Bug 782759 backported to 23-maint by Kurt B. Kaiser · 21 years ago
  67. 0eec087 Explain argument unpacking by Raymond Hettinger · 21 years ago
  68. a6a277d /* XXX From here until type is allocated, "return NULL" leaks bases! */ by Michael W. Hudson · 21 years ago
  69. 5475f23 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 21 years ago
  70. 6e13bcc SF bug #775836: change 0,1 to False,True in dict.has_key doc by Raymond Hettinger · 21 years ago
  71. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 21 years ago
  72. 77fe69b Re-sync doc tests with the doc updates. by Raymond Hettinger · 21 years ago
  73. c7d7766 Improve docs: * Simplify the pure python examples * Add a quantify() example by Raymond Hettinger · 21 years ago
  74. f5c96fb Fix docstring in LocaleTime. by Brett Cannon · 21 years ago
  75. e723e45 Repair refcounting on error return from type_set_bases. by Michael W. Hudson · 21 years ago
  76. bb18f62 Fix hyperlinks and one class reference. Backporting to Python 2.3 branch. by Fred Drake · 21 years ago
  77. 5db099a Release host name memory. Fixes #783312. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  78. 7edd0a9 Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 21 years ago
  79. 5301d9c Remove useless import. by Walter Dörwald · 21 years ago
  80. b27cca6 Check both __div__ and __truediv__ in division tests. (From SF patch #543867) by Walter Dörwald · 21 years ago
  81. beb35f4 Removed deprecated functions by Raymond Hettinger · 21 years ago
  82. f8a52d3 Removed deprecated functions by Raymond Hettinger · 21 years ago
  83. 02771c1 SF patch #782810: typo in libfuture.tex (Contributed by George Yoshida) by Raymond Hettinger · 21 years ago
  84. 85004cc SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 21 years ago
  85. 83f5291 forgot to commit this - note about the signal module SIGRT(MIN,MAX) by Anthony Baxter · 21 years ago
  86. b7150a2 Mention caching and better thread-safety for Lib/_strptime.py by Brett Cannon · 21 years ago
  87. 1064909 Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  88. 0d8e16c Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  89. 8db4403 Correct URL of normalization file. Fixes #781065. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  90. cebcc61 Patch #781126: Fix markup for add_fallback. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  91. 249d50a Make sure eol_convention is an ASCII string. Fixes #774680. by Martin v. Löwis · 21 years ago
  92. 5d9c636f init_myformat(): None of the "mark" values can be empty strings, or by Fred Drake · 21 years ago
  93. 474335c Re-introduce caching of TimeRE and compiled regexes with added thread-safety. by Brett Cannon · 21 years ago
  94. 8ab27df Touch-up to docstrings. by Brett Cannon · 21 years ago
  95. b278ac4 Add note about fileno not being usable as a normal file descriptor in Windows. by Brett Cannon · 21 years ago
  96. e0c1740 better support for well-formed XHTML by Fred Drake · 21 years ago
  97. 2fc88a6 make the portions of the generated HTML produced by these styles better by Fred Drake · 21 years ago
  98. 4ee2ff3 Clarified that TypeErrors can be raised by any function (not just builtins). by Raymond Hettinger · 21 years ago
  99. ed9bf12 protect against test problems with Jython by Skip Montanaro · 21 years ago
  100. d5cf0b8 added test for bug 782369 by Skip Montanaro · 21 years ago