1. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  2. bcd8975 Use a version number of 0.0.0 instead of ???. The latter leads to by Thomas Heller · 23 years ago
  3. 2998a55 Attribute nodes did not always get their ownerDocument and ownerElement by Fred Drake · 23 years ago
  4. 6b04ffe Be more careful about accessing attributes of the parent: if Tk has not been by Fred Drake · 23 years ago
  5. d303b61 [Bug #459270] Fix incorrect docstring by Andrew M. Kuchling · 23 years ago
  6. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
  7. e50959a Fix appendChild() and insertBefore() (and replaceChild() indirectly) when by Fred Drake · 23 years ago
  8. 8a97f4a sys.platform on Mac OS X is now "darwin", without any version number appended. by Jack Jansen · 23 years ago
  9. 33bab01 Fix SF bug #489581: __slots__ leak. by Guido van Rossum · 23 years ago
  10. a16433b Re-enabled debugging prints in poplib & documented the set_debuglevel() by Fred Drake · 23 years ago
  11. ee83644 Added a missing period at the end of an error message. by Fred Drake · 23 years ago
  12. d331cb5 At the PythonLabs meeting someone mentioned it would make Jim really by Guido van Rossum · 23 years ago
  13. 698da02 Separate the script portion from the library portion; everything that by Fred Drake · 23 years ago
  14. 2d4e03b changes to use new tabpages classes by Steven M. Gava · 23 years ago
  15. 34b8851 remove cruft from other project by Steven M. Gava · 23 years ago
  16. 5b357b9 cleaner tabbed-page mini implementation through classes by Steven M. Gava · 23 years ago
  17. 6d30c3e Change new tests to use integer division (// instead of /). by Tim Peters · 23 years ago
  18. a3c01ce SF bug #488480: integer multiply to return -max_int-1. by Tim Peters · 23 years ago
  19. fa78d0f Add "file" argument to Hook constructor. by Ka-Ping Yee · 23 years ago
  20. 4b402f2 Address SF patch #485789 (Stefan Schwarzer). by Guido van Rossum · 23 years ago
  21. 6b70599 Fix SF bug #486144: Uninitialized __slot__ vrbl is None. by Guido van Rossum · 23 years ago
  22. bb8f59a unpack_iterable(): Add a missing DECREF in an error case. Reported by by Guido van Rossum · 23 years ago
  23. c44d2c5 decode(), encode(): Accepting the minor optimizations from SF patch by Barry Warsaw · 23 years ago
  24. 248b043 Convert to using string methods instead of the string module. by Fred Drake · 23 years ago
  25. 073148c Add a test that makes sure unclosed entity references are handled consitently. by Fred Drake · 23 years ago
  26. dbb53d9 Fix of SF bug #475877 (Mutable subtype instances are hashable). by Guido van Rossum · 23 years ago
  27. cb33165 _tryorder should always be a list, then the problem Jack had to fix in by Guido van Rossum · 23 years ago
  28. 55c5abb Missing comma in tuple initializer caused webbrowser.open() not to work at by Jack Jansen · 23 years ago
  29. 5b443c6 Address SF patch #480716 as well as related issues. by Guido van Rossum · 23 years ago
  30. 17d0154 further work on new configuration system, specifically, by Steven M. Gava · 23 years ago
  31. 398c236 Added tests expected to be skipped on Mac OS X. by Jack Jansen · 23 years ago
  32. 95b057e Patch #487784: Support Unicode commands in popen3/4 handling on UNIX. by Martin v. Löwis · 23 years ago
  33. 79d802d Patch #487275: Add windows-1251 charset alias. by Martin v. Löwis · 23 years ago
  34. 8b6bd42 Patch #487455: make types.StringTypes a tuple. by Martin v. Löwis · 23 years ago
  35. 82285da Whitespace normalization. by Tim Peters · 23 years ago
  36. 7fd173b Synchronize with pulldom from PyXML (revision 1.18). by Fred Drake · 23 years ago
  37. 49a5d03 Synchronize with minidom from PyXML (revision 1.35). by Fred Drake · 23 years ago
  38. bd34b6b Added the convenience constants that are present in PyXML to make these by Fred Drake · 23 years ago
  39. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  40. 42f5332 canonic(): don't use abspath() for filenames looking like <...>; this by Guido van Rossum · 23 years ago
  41. d15f8bb SF bug 486480: zipfile __del__ is broken by Tim Peters · 23 years ago
  42. 41f0199 Adding test for Unicode repr()-output. by Marc-André Lemburg · 23 years ago
  43. 00859c0 __format(): Applied SF patch #482003 by Skip to fix multiline dict output. by Barry Warsaw · 23 years ago
  44. 57911ae Fix [ #484645 ] little bug in pycodegen.py by Jeremy Hylton · 23 years ago
  45. e274864 test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: by Barry Warsaw · 23 years ago
  46. dc47a89 SF patch 483059: Avoid use of eval() in random.py, from Finn Bock. by Tim Peters · 23 years ago
  47. 652e191 Properly set static options for tixBalloon and tixResizeHandle. by Martin v. Löwis · 23 years ago
  48. 3a89b2b Patch #484847: Default to netscape.exe on OS/2. by Martin v. Löwis · 23 years ago
  49. 90c4514 - Change all remaining assertions into verify() and vereq() calls. by Guido van Rossum · 23 years ago
  50. 00fb0c9 _reduce(): by Guido van Rossum · 23 years ago
  51. bf7c52c More typo fixes. by Barry Warsaw · 23 years ago
  52. 6253c2d Docstring typo fix. by Greg Ward · 23 years ago
  53. 8c1ab14 fix for redundant empty parent window when invoked from idle shell window by Steven M. Gava · 23 years ago
  54. 3b55a89 back in harness on new config system by Steven M. Gava · 23 years ago
  55. 72f8213 Fix for bug #438164: %-formatting using Unicode objects. by Marc-André Lemburg · 23 years ago
  56. 0c4d8d0 Fix for bug #480188: printing unicode objects by Marc-André Lemburg · 23 years ago
  57. 4586d2c test_formatdate(): Remove the unnecessary ldate calculation. by Barry Warsaw · 23 years ago
  58. e5739a6 formatdate(): Jason Mastaler correctly points out that divmod with a by Barry Warsaw · 23 years ago
  59. 75a40fc test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First, by Barry Warsaw · 23 years ago
  60. cd45a36 formatdate(): The calculation of the minutes part of the zone was by Barry Warsaw · 23 years ago
  61. 7a1bea6 test_formatdate(): A test that has a mild hope of working on Mac, by Barry Warsaw · 23 years ago
  62. 5751a22 Fix parsing of parameters from a URL; urlparse() did not check that it only by Fred Drake · 23 years ago
  63. bf4d959 Two changes: by Barry Warsaw · 23 years ago
  64. 144b98d More simple test cases for mixed classic+new multiple inheritance. by Tim Peters · 23 years ago
  65. a91e964 Changing diapers reminded Guido that he wanted to allow for some measure by Tim Peters · 23 years ago
  66. 00cafa0 Removed print that executes only on Unix boxes; that made it impossible by Tim Peters · 23 years ago
  67. 5ebfd36 CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. by Tim Peters · 23 years ago
  68. 79b5b5b Don't munge __debug__ and leave it that way. by Jeremy Hylton · 23 years ago
  69. 8876848 Whitespace normalization. by Tim Peters · 23 years ago
  70. 135cce8 A specific test for bug #481221, getaddrlist() failing on long by Barry Warsaw · 23 years ago
  71. f1fd282 Fix for bug #481221, getaddrlist() failing on long addresses. by Barry Warsaw · 23 years ago
  72. 3ca656f Committing the second part of patch #480902, an improved test suite by Barry Warsaw · 23 years ago
  73. 19c10ca Add tests for bug #478115, parsedate_tz() IndexError when a Date: by Barry Warsaw · 23 years ago
  74. 4a106ee parsedate_tz(): If data is false, return None. Fixes bug #478115, by Barry Warsaw · 23 years ago
  75. 92c2ebf The libraries argument was completely ignored, fixed. Reported by Tom Loredo. by Jack Jansen · 23 years ago
  76. 4279346 getnameinfo() appears to raise socket.error instead of by Barry Warsaw · 23 years ago
  77. 8edd540 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
  78. 778e265 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
  79. 734c7fb Fiddle with new test cases -- verify that we get a sensible error by Jeremy Hylton · 23 years ago
  80. a4e5c71 test_formatdate(): Dang. Typo. by Barry Warsaw · 23 years ago
  81. 7edd71a test_formatdate(): Don't do the localtime test if we don't have by Barry Warsaw · 23 years ago
  82. 75edc6a test_formatdate(): A test for email.Utils.formatdate(). by Barry Warsaw · 23 years ago
  83. 9aa6435 Forgot to import time. by Barry Warsaw · 23 years ago
  84. 9cff0e6 formatdate(): A better docstring. by Barry Warsaw · 23 years ago
  85. aa79f4d formatdate(): An implementation to replace the one borrowed from by Barry Warsaw · 23 years ago
  86. 52a17be Fix SF bug 468948 & 451295: urllib2 authentication problems by Jeremy Hylton · 23 years ago
  87. 6383c2d Fix SF bug #479186: compiler generates bad code for "del" by Jeremy Hylton · 23 years ago
  88. 41c8321 Fix SF buf #476953: Bad more for opening file gives bad msg. by Jeremy Hylton · 23 years ago
  89. 20747fa A better new, unique object by Jeremy Hylton · 23 years ago
  90. bc0ad2d Merge directory chooser into tkFileDialog. by Martin v. Löwis · 23 years ago
  91. d5214b0 Clean up one comment, fix typos in others. by Fred Drake · 23 years ago
  92. 25ee87c Patch #478654: Expose tk_chooseDirectory. by Martin v. Löwis · 23 years ago
  93. 752eda4 Add a regression test for SF bug #478536: If a value cannot be weakly by Fred Drake · 23 years ago
  94. 3bae7dd WeakKeyDictionary.has_key(): If the key being tested is not weakly by Fred Drake · 23 years ago
  95. e5a611c A couple more test cases to ensure join() doesn't add an "extra" backslash by Tim Peters · 23 years ago
  96. 6a3e5f1 SF bug 478425: Change in os.path.join (ntpath.py) by Tim Peters · 23 years ago
  97. 2a9e385 walk(): Fix docstring; traversal is depth-first. Closes mimelib bug #477864. by Barry Warsaw · 23 years ago
  98. 5262867 Add regression test for SF bug #476616 -- make sure copy of a derived class by Fred Drake · 23 years ago
  99. 3ce5af7 copy(): Make sure the copy of a derived class cannot share the data of the by Fred Drake · 23 years ago
  100. d0342cd new config implementation by Steven M. Gava · 23 years ago