1. 57f0f34 Skip the test_nocaret test when running as jython. Jython happens to add by Finn Bock · 22 years ago
  2. 41c570f Make the test pass for jython where there are no sys.executable. by Finn Bock · 22 years ago
  3. 5a231c8 By default when getting the search menu, the currently highligted by Chui Tey · 22 years ago
  4. 210bd20 Implement a `pp' command, which is like `p' except that it by Barry Warsaw · 22 years ago
  5. da2525e parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, by Barry Warsaw · 22 years ago
  6. a0a0076 test_no_separating_blank_line(): A test for SF bug #633527, no by Barry Warsaw · 22 years ago
  7. 847fdbb A message with no separating blank line between the headers and the by Barry Warsaw · 22 years ago
  8. 48b0a1c test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug by Barry Warsaw · 22 years ago
  9. 5c9130e _parsebody(): A fix for SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  10. 00e6a02 Test case, distilled from SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  11. 9288f95 Another round on SF patch 618135: gzip.py and files > 2G by Tim Peters · 22 years ago
  12. cd8fdbb Repair inconsistent use of tabs and spaces. by Jeremy Hylton · 22 years ago
  13. a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 22 years ago
  14. 8f4dcbd Bump __version__ (yes, to 2.5 "minus") by Barry Warsaw · 22 years ago
  15. 030ddf7 Jason Mastaler's patch to break the dependence on rfc822.py for the by Barry Warsaw · 22 years ago
  16. e94d8fa Fix an old bug in poll(). When a signal is handled while we're by Guido van Rossum · 22 years ago
  17. 5da854f This is Alex Martelli's patch by Michael W. Hudson · 22 years ago
  18. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  19. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  20. 173f11d Some days, I think my comment of by Michael W. Hudson · 22 years ago
  21. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 22 years ago
  22. 78a7aee SF 633560: tokenize.__all__ needs "generate_tokens" by Raymond Hettinger · 22 years ago
  23. a326f47 This stopped working on Windows, due to a reference to the non-existent by Tim Peters · 22 years ago
  24. 69371d6 Set breakpoints on remote debugger by Chui Tey · 22 years ago
  25. 72a8a3b Tidied up widget placement by Chui Tey · 22 years ago
  26. a2adb0f Recalls breakpoints set in a file by Chui Tey · 22 years ago
  27. 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 22 years ago
  28. fb0ea52 Related to SF patch 618135: gzip.py and files > 2G. by Tim Peters · 22 years ago
  29. 47ca2bc [Patch #588809] Remove check of environment variables; sysconfig.py will do that now by Andrew M. Kuchling · 22 years ago
  30. 574deae Patch #625823: Add symbolic constants for more commands. by Martin v. Löwis · 22 years ago
  31. e2d1214 [Bug #620630] Flush stdout after logging every message. Without it, by Andrew M. Kuchling · 22 years ago
  32. 33a5edf Add get_distutil_options(); future setup.py files can use this to check by Andrew M. Kuchling · 22 years ago
  33. b6c316f [Bug #570655] Fix misleading option text by Andrew M. Kuchling · 22 years ago
  34. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  35. a178cff [ 629984 ] Smaller font sizes not supported by Chui Tey · 22 years ago
  36. 993e81a 619127: Recent File Menu Not Updating by Chui Tey · 22 years ago
  37. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  38. 26a1eef Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 22 years ago
  39. e7629c8 Skip test_dbm if we can't write to the file by Neal Norwitz · 22 years ago
  40. 4f759d8 Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. by Raymond Hettinger · 22 years ago
  41. 57bc5fa Patch #631972: Adds an is_jython flag. by Finn Bock · 22 years ago
  42. 768c98b patch #624180 (part 2 of 2): by Fredrik Lundh · 22 years ago
  43. 218c5f9 [SF bug 631713] use the import exeption message in the TestFailed exception. by Finn Bock · 22 years ago
  44. d1a72a0 Ad test_funky_hyphens() to test some screwy edge cases reported in SF by Greg Ward · 22 years ago
  45. 05c9335 Fixes SF bug#614051: win32 build_ext problem. by Thomas Heller · 22 years ago
  46. ccf4e42 Catch only ImportError by Andrew M. Kuchling · 22 years ago
  47. ff4ad9a Make the Distribution() constructor forgiving of unknown keyword by Andrew M. Kuchling · 22 years ago
  48. d8ea2e0 Added missing class to __all__. by Raymond Hettinger · 22 years ago
  49. a853cc6 Added __all__. by Raymond Hettinger · 22 years ago
  50. 39f02f9 Added missing names to __all__. by Raymond Hettinger · 22 years ago
  51. 2b9bfb3 Added new move() function to __all__. by Raymond Hettinger · 22 years ago
  52. fb05c4e SF bug 630824: pydoc Helper keywords missing 'yield' by Tim Peters · 22 years ago
  53. edc853e Patrick K. O'Brien notices that kwlist was missing from __all__. by Raymond Hettinger · 22 years ago
  54. 2c9590f Added test for this fix to classobject.c: by Guido van Rossum · 22 years ago
  55. 6d89050 Minor simplification. by Fred Drake · 22 years ago
  56. 9142b19 Remove unnecessary output file. by Fred Drake · 22 years ago
  57. 32f3add Add a test of interaction between & and extra replacements. by Fred Drake · 22 years ago
  58. 407fea5 Really do replacement of & last to avoid bad interactions between & by Fred Drake · 22 years ago
  59. f55222d Avoid calling __dict_replace() if we don't need to -- the call is much by Fred Drake · 22 years ago
  60. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  61. 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 22 years ago
  62. 98e3b29 Add tests for both raw and non-raw versions of the items() methods. by Fred Drake · 22 years ago
  63. df393bd According to the docs, __name__ is not exposed via the API except by Fred Drake · 22 years ago
  64. 8811ce7 Remove useless output file. by Fred Drake · 22 years ago
  65. c6f2891 Convert to PyUnit. by Fred Drake · 22 years ago
  66. 3af0eb8 Added (very) minimal tests of the RawConfigParser class. by Fred Drake · 22 years ago
  67. fce6557 Re-factor: Use a RawConfigParser base class and make ConfigParser a by Fred Drake · 22 years ago
  68. 9cd87aa Fix for bug #626172: crash using unicode latin1 single char by Marc-André Lemburg · 22 years ago
  69. 45186c4 Implement Restoring Breakpoints in Subprocess Debugger by Kurt B. Kaiser · 22 years ago
  70. 4c486bc Add comment about inability to handle Unicode strings (hopefully a by Greg Ward · 22 years ago
  71. 1303c7c add support for basic authentication, based on patch #624180 by Phillip J. Eby by Fredrik Lundh · 22 years ago
  72. 9ecf9ce Patches #626105: by Raymond Hettinger · 22 years ago
  73. 4111804 test_body_encoding(): a new test for Charset.body_encode(), especially by Barry Warsaw · 22 years ago
  74. 34aa445 test_body_encoding(): a new test by Barry Warsaw · 22 years ago
  75. 3d57589 body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug by Barry Warsaw · 22 years ago
  76. fca3bb6 Explicitly use floor division by Raymond Hettinger · 22 years ago
  77. d058f08 Eliminate unused instance variable by Raymond Hettinger · 22 years ago
  78. 37a0982 point people to the Python bug tracker, rather than to a mail by Fredrik Lundh · 22 years ago
  79. 673cd82 Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman by Neal Norwitz · 22 years ago
  80. 9def6a3 Update to Unicode 3.2 database. by Martin v. Löwis · 22 years ago
  81. e4913c9 Patch #624936: Implement __contains__. by Martin v. Löwis · 22 years ago
  82. d8407a7 Add new encoding for Ukrainian Cyrillic by Neal Norwitz · 22 years ago
  83. 1e146e7 Continue to work even though the test can be named test.test_regex these days. by Fred Drake · 22 years ago
  84. 7633d23 Don't call warnings.resetwarnings(); that does bad things that cause by Fred Drake · 22 years ago
  85. de4742b Remove spurious cruft from the output. by Fred Drake · 22 years ago
  86. b390315 Must catch TypeError from int(length). by Guido van Rossum · 22 years ago
  87. f606e8d Added missing entries to __all__. by Fred Drake · 22 years ago
  88. 7070565 Make sure we test urlsplit() / urlunsplit() directly, rather than by Fred Drake · 22 years ago
  89. 5b1614d Recreated after source changes. by Thomas Heller · 22 years ago
  90. 0cf4269 Recreated after source changes. by Thomas Heller · 22 years ago
  91. 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 22 years ago
  92. d98d25e Revert the previous checkin - it didn't work anyway. by Thomas Heller · 22 years ago
  93. 6e5680f For some reason (probably cut and paste), __ipow__ for new-style by Guido van Rossum · 22 years ago
  94. ff9284b Allow Unicode strings as message and module name. by Martin v. Löwis · 22 years ago
  95. 5357c65 Convert empty string literal to string. Speed up creation of idmap. by Martin v. Löwis · 22 years ago
  96. bbc0568 Fix for 1.33: urlsplit() should only add '//' if scheme != ''. by Guido van Rossum · 22 years ago
  97. 67f8f2f append(): Fixing the test for convertability after consultation with by Barry Warsaw · 22 years ago
  98. a74771c Two new tests for splitting (or not splitting) 8-bit header data. by Barry Warsaw · 22 years ago
  99. 1a6ea33 Bump the __version__ by Barry Warsaw · 22 years ago
  100. 5e3bcff __init__(): Fix an invariant, that the charset item in a chunk tuple by Barry Warsaw · 22 years ago