1. 00859c0 __format(): Applied SF patch #482003 by Skip to fix multiline dict output. by Barry Warsaw · 23 years ago
  2. 57911ae Fix [ #484645 ] little bug in pycodegen.py by Jeremy Hylton · 23 years ago
  3. e274864 test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: by Barry Warsaw · 23 years ago
  4. dc47a89 SF patch 483059: Avoid use of eval() in random.py, from Finn Bock. by Tim Peters · 23 years ago
  5. 652e191 Properly set static options for tixBalloon and tixResizeHandle. by Martin v. Löwis · 23 years ago
  6. 3a89b2b Patch #484847: Default to netscape.exe on OS/2. by Martin v. Löwis · 23 years ago
  7. 90c4514 - Change all remaining assertions into verify() and vereq() calls. by Guido van Rossum · 23 years ago
  8. 00fb0c9 _reduce(): by Guido van Rossum · 23 years ago
  9. bf7c52c More typo fixes. by Barry Warsaw · 23 years ago
  10. 6253c2d Docstring typo fix. by Greg Ward · 23 years ago
  11. 8c1ab14 fix for redundant empty parent window when invoked from idle shell window by Steven M. Gava · 23 years ago
  12. 3b55a89 back in harness on new config system by Steven M. Gava · 23 years ago
  13. 72f8213 Fix for bug #438164: %-formatting using Unicode objects. by Marc-André Lemburg · 23 years ago
  14. 0c4d8d0 Fix for bug #480188: printing unicode objects by Marc-André Lemburg · 23 years ago
  15. 4586d2c test_formatdate(): Remove the unnecessary ldate calculation. by Barry Warsaw · 23 years ago
  16. e5739a6 formatdate(): Jason Mastaler correctly points out that divmod with a by Barry Warsaw · 23 years ago
  17. 75a40fc test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First, by Barry Warsaw · 23 years ago
  18. cd45a36 formatdate(): The calculation of the minutes part of the zone was by Barry Warsaw · 23 years ago
  19. 7a1bea6 test_formatdate(): A test that has a mild hope of working on Mac, by Barry Warsaw · 23 years ago
  20. 5751a22 Fix parsing of parameters from a URL; urlparse() did not check that it only by Fred Drake · 23 years ago
  21. bf4d959 Two changes: by Barry Warsaw · 23 years ago
  22. 144b98d More simple test cases for mixed classic+new multiple inheritance. by Tim Peters · 23 years ago
  23. a91e964 Changing diapers reminded Guido that he wanted to allow for some measure by Tim Peters · 23 years ago
  24. 00cafa0 Removed print that executes only on Unix boxes; that made it impossible by Tim Peters · 23 years ago
  25. 5ebfd36 CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. by Tim Peters · 23 years ago
  26. 79b5b5b Don't munge __debug__ and leave it that way. by Jeremy Hylton · 23 years ago
  27. 8876848 Whitespace normalization. by Tim Peters · 23 years ago
  28. 135cce8 A specific test for bug #481221, getaddrlist() failing on long by Barry Warsaw · 23 years ago
  29. f1fd282 Fix for bug #481221, getaddrlist() failing on long addresses. by Barry Warsaw · 23 years ago
  30. 3ca656f Committing the second part of patch #480902, an improved test suite by Barry Warsaw · 23 years ago
  31. 19c10ca Add tests for bug #478115, parsedate_tz() IndexError when a Date: by Barry Warsaw · 23 years ago
  32. 4a106ee parsedate_tz(): If data is false, return None. Fixes bug #478115, by Barry Warsaw · 23 years ago
  33. 92c2ebf The libraries argument was completely ignored, fixed. Reported by Tom Loredo. by Jack Jansen · 23 years ago
  34. 4279346 getnameinfo() appears to raise socket.error instead of by Barry Warsaw · 23 years ago
  35. 8edd540 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
  36. 778e265 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
  37. 734c7fb Fiddle with new test cases -- verify that we get a sensible error by Jeremy Hylton · 23 years ago
  38. a4e5c71 test_formatdate(): Dang. Typo. by Barry Warsaw · 23 years ago
  39. 7edd71a test_formatdate(): Don't do the localtime test if we don't have by Barry Warsaw · 23 years ago
  40. 75edc6a test_formatdate(): A test for email.Utils.formatdate(). by Barry Warsaw · 23 years ago
  41. 9aa6435 Forgot to import time. by Barry Warsaw · 23 years ago
  42. 9cff0e6 formatdate(): A better docstring. by Barry Warsaw · 23 years ago
  43. aa79f4d formatdate(): An implementation to replace the one borrowed from by Barry Warsaw · 23 years ago
  44. 52a17be Fix SF bug 468948 & 451295: urllib2 authentication problems by Jeremy Hylton · 23 years ago
  45. 6383c2d Fix SF bug #479186: compiler generates bad code for "del" by Jeremy Hylton · 23 years ago
  46. 41c8321 Fix SF buf #476953: Bad more for opening file gives bad msg. by Jeremy Hylton · 23 years ago
  47. 20747fa A better new, unique object by Jeremy Hylton · 23 years ago
  48. bc0ad2d Merge directory chooser into tkFileDialog. by Martin v. Löwis · 23 years ago
  49. d5214b0 Clean up one comment, fix typos in others. by Fred Drake · 23 years ago
  50. 25ee87c Patch #478654: Expose tk_chooseDirectory. by Martin v. Löwis · 23 years ago
  51. 752eda4 Add a regression test for SF bug #478536: If a value cannot be weakly by Fred Drake · 23 years ago
  52. 3bae7dd WeakKeyDictionary.has_key(): If the key being tested is not weakly by Fred Drake · 23 years ago
  53. e5a611c A couple more test cases to ensure join() doesn't add an "extra" backslash by Tim Peters · 23 years ago
  54. 6a3e5f1 SF bug 478425: Change in os.path.join (ntpath.py) by Tim Peters · 23 years ago
  55. 2a9e385 walk(): Fix docstring; traversal is depth-first. Closes mimelib bug #477864. by Barry Warsaw · 23 years ago
  56. 5262867 Add regression test for SF bug #476616 -- make sure copy of a derived class by Fred Drake · 23 years ago
  57. 3ce5af7 copy(): Make sure the copy of a derived class cannot share the data of the by Fred Drake · 23 years ago
  58. d0342cd new config implementation by Steven M. Gava · 23 years ago
  59. 9930061 further config system work by Steven M. Gava · 23 years ago
  60. ebf5427 Two bug fixes for problems reported by Sverre: by Barry Warsaw · 23 years ago
  61. 7533587 Improved error msg when a symbolic group name is redefined. Added docs by Tim Peters · 23 years ago
  62. c034b47 added ability to set hilightthickness by Steven M. Gava · 23 years ago
  63. 9dd16b3 further config system work by Steven M. Gava · 23 years ago
  64. e16d94b more work to support new config system by Steven M. Gava · 23 years ago
  65. b7b3260 Patch #471120: Improved doc strings and new wrappers. by Martin v. Löwis · 23 years ago
  66. 06b1d21 Correct getnameinfo refcounting and tuple parsing. Fixes #476648. by Martin v. Löwis · 23 years ago
  67. f792bba [Patch #477336] Add an extensive PyUnit based testsuite for the hmac module by Andrew M. Kuchling · 23 years ago
  68. 1ccdff9 [Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that by Andrew M. Kuchling · 23 years ago
  69. a0b6035 [Patch #476612] Add test suite for PEP247 compliance by Andrew M. Kuchling · 23 years ago
  70. a2085cb Fix comment typo by Andrew M. Kuchling · 23 years ago
  71. 8a0232d SF bug #476912: flag repeated use of the same groupname as by Fredrik Lundh · 23 years ago
  72. 49cc01e Brute-force performance hackery; buys back about 20% of the time for by Fred Drake · 23 years ago
  73. 8a7b4fa Documentation patches by bsherwood by Chui Tey · 23 years ago
  74. 59ed448 SF patch #474485: pydoc generates some bad html, from Rich Salz. by Tim Peters · 23 years ago
  75. 7e0f81e Huh. In an effort to be less thorough <wink>, seems I checked in a new by Tim Peters · 23 years ago
  76. c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 23 years ago
  77. f24339f /F observes that we need an else: in connect() by Jeremy Hylton · 23 years ago
  78. 1633a2e Whitespace normalization. by Tim Peters · 23 years ago
  79. 9e6a399 To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis). by Tim Peters · 23 years ago
  80. fe677e2 Just changed some continued-line indentation to read better, due to by Tim Peters · 23 years ago
  81. fa69912 Fix SF bug #456386: test_commands regression failure (Andrew Dalke) by Guido van Rossum · 23 years ago
  82. ed87ad8 Minimal test for __del__ hook. by Guido van Rossum · 23 years ago
  83. 4ecd713 directory chooser (requires a recent version of Tk) by Fredrik Lundh · 23 years ago
  84. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  85. c57a285 SF bug #476138: tempfile behavior across platforms by Tim Peters · 23 years ago
  86. 8e26b52 Update to reflect changes to the low-level logreader: share the info by Fred Drake · 23 years ago
  87. f3c54d6 Add a test for the insertion of user-provided ADD_INFO records. by Fred Drake · 23 years ago
  88. 165b2cc Allow user code to call the addinfo() method on the profiler object. by Fred Drake · 23 years ago
  89. e16e54f Use connect_ex() instead of connect(). by Jeremy Hylton · 23 years ago
  90. fbd5797 Fix for SF bug 453099 -- select not defensive by Jeremy Hylton · 23 years ago
  91. 7c01786 more loading from cfg files by Steven M. Gava · 23 years ago
  92. 41a8532 more of config dialog reading from files by Steven M. Gava · 23 years ago
  93. 9bd1401 Use sendall() in the stream test instead of send(). by Guido van Rossum · 23 years ago
  94. cb65688 Test sendall(). by Guido van Rossum · 23 years ago
  95. b2c763f Add 'sendall' to list of socket methods. by Guido van Rossum · 23 years ago
  96. b7747e2 added finditer sanity check by Fredrik Lundh · 23 years ago
  97. 4d85953 dictionary() constructor: by Tim Peters · 23 years ago
  98. 9fda73c dict_constructor(): The last test was passing for the wrong reason (it by Tim Peters · 23 years ago
  99. 5445f07 Re-arrange things and remove some unused variables/imports to keep pychecker by Fred Drake · 23 years ago
  100. 2a63a07 further work supporting reading config dialog values form config files. by Steven M. Gava · 23 years ago