1. c687960 Remove some unused imports. by Fred Drake · 23 years ago
  2. d62f151 When we reach the end of the log file, close the logreader object. by Fred Drake · 23 years ago
  3. 10603b8 You can't unlink open files on Windows. by Tim Peters · 23 years ago
  4. 106bdd3 Correct __repr__: include module name, avoid extra space for empty status, by Martin v. Löwis · 23 years ago
  5. f019324 Preliminary user-level interface to HotShot. We still need the analysis by Fred Drake · 23 years ago
  6. de3cdca A most trivial test for HotShot -- make sure we get reasonable events by Fred Drake · 23 years ago
  7. ea32cbb Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et by Guido van Rossum · 23 years ago
  8. fc57ccb SF bug [#470040] ParseTuple t# vs subclasses. by Tim Peters · 23 years ago
  9. 875eeaa Another step in the right direction: when a new class's attribute by Guido van Rossum · 23 years ago
  10. f3623f3 Somebody checked in a version of httplib that doesn't even compile -- by Tim Peters · 23 years ago
  11. 6459c8d Fix for SF buf #458835 by Jeremy Hylton · 23 years ago
  12. bf7a59d Add a test for the HeaderParser class. by Barry Warsaw · 23 years ago
  13. e552882 HeaderParser: A new subclass of Parser which only parses the message by Barry Warsaw · 23 years ago
  14. de7c192 Add test of hexlify on Unicode strings by Jeremy Hylton · 23 years ago
  15. 5e9c71b allow long ints to be marshalled as ints - no check is made to the incoming by Skip Montanaro · 23 years ago
  16. cf5e6a4 SF bug [#469732] os.path.walk docstring inconsistent. by Tim Peters · 23 years ago
  17. 7d3dff2 SF patch [ #468662 ] Allow jython to complete test_grammar by Jeremy Hylton · 23 years ago
  18. e13cc92 Repair key stutter + auto-complete ugliness. by Tim Peters · 23 years ago
  19. 3e5e661 Remove obsolete email address. by Fred Drake · 23 years ago
  20. 659a603 Allow the profiler's calibration constant to be specified in the constructor by Tim Peters · 23 years ago
  21. 12b22ff Add a bunch of tests for a list subclass that would have caught the by Guido van Rossum · 23 years ago
  22. 53f8fe4 An audio/* class, like MIMEImage, contributed by Anthony Baxter. by Barry Warsaw · 23 years ago
  23. 7b9144b Halfway checkin. This is still messy, but it's beginning to address by Guido van Rossum · 23 years ago
  24. fee435a Added tests for MIMEAudio class/module by Barry Warsaw · 23 years ago
  25. 2ae0b01 Fix __all__ to the current list of exported modules (must pass the by Barry Warsaw · 23 years ago
  26. 8b78b99 Fix [ #465502 ] urllib2: urlopen unicode problem by Jeremy Hylton · 23 years ago
  27. 2f6a0b0 Add a test for get_all() returning failobj. msg_20.txt is a sample by Barry Warsaw · 23 years ago
  28. 9300a75 get_all(): We never returned failobj if we found no matching headers. by Barry Warsaw · 23 years ago
  29. 93a6327 SMTPServer.__init__(): The asyncore.dispatcher base class has a method by Barry Warsaw · 23 years ago
  30. 3e04848 Add entry parameter to HList.item_cget. Fixes bug #466981. by Martin v. Löwis · 23 years ago
  31. 0eb2a6e It turned out not so difficult to support old-style numbers (those by Guido van Rossum · 23 years ago
  32. 6ec9a36 Patch #468647: Fix exception propagation in asyncore. by Martin v. Löwis · 23 years ago
  33. cce092d A brand new implementation of Profile.calibrate(). This measures an by Tim Peters · 23 years ago
  34. 168bead Added tests that check getboolean() with the newly allowed values from by Fred Drake · 23 years ago
  35. 4570455 Change all occurrences of verify(x == y) into vereq(x, y), since when by Guido van Rossum · 23 years ago
  36. 281084f Put the deprecated .ignore() method back where it was. by Tim Peters · 23 years ago
  37. 7d01685 Widespread random code cleanup. by Tim Peters · 23 years ago
  38. 1f733ba merged port binding error message patch by Steven M. Gava · 23 years ago
  39. 4eb2868 merged win spawn patch by Steven M. Gava · 23 years ago
  40. 898a365 merged status bar packing patch by Steven M. Gava · 23 years ago
  41. 322c0d1 Only close sockets if they have been created. Reported by Blake Winton. by Martin v. Löwis · 23 years ago
  42. fb16378 Typo repair in comment. by Tim Peters · 23 years ago
  43. 8d061ed Guido points out that the comments for self.cur[2] were subtly but by Tim Peters · 23 years ago
  44. db1ed2a At Guido's request, changed the code that's conceptually asserting stuff by Tim Peters · 23 years ago
  45. 6e22149 Repair some longstanding comment errors: by Tim Peters · 23 years ago
  46. 0a1fc4e Remove code and docs for the OldProfile and HotProfile classes: code by Tim Peters · 23 years ago
  47. df5cfd8 The fix to profile semantics broke the miserable but advertised way to by Tim Peters · 23 years ago
  48. e029242 ReferenceError is now built-in, so pick it up from the right place. by Fred Drake · 23 years ago
  49. 39c7851 Martijn Pieters convinced me that when readline() strips the trailing by Guido van Rossum · 23 years ago
  50. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  51. be63884 With Andrew's blessing: distutils version number is now 1.0.3. by Thomas Heller · 23 years ago
  52. e138f36 Explicitely list the metadata attributes to show by Thomas Heller · 23 years ago
  53. 4a8e9f4 SMTPServer.__init__(): Print the start information on the DEBUGSTREAM by Barry Warsaw · 23 years ago
  54. 4e7cdb5 Non-failing test for SF bug #467059. by Fred Drake · 23 years ago
  55. fb06f75 Apply modified SF patch 467580: ConfigParser.getboolean(): FALSE, TRUE. by Guido van Rossum · 23 years ago
  56. 2664103 run_suite(): If testclass is not available, provide an even more general by Fred Drake · 23 years ago
  57. d1de6ea TestIterators: Tim Peters suggests a more succinct spelling of by Barry Warsaw · 23 years ago
  58. c4496f8 More test data for test_email.py by Barry Warsaw · 23 years ago
  59. 08a534d test_header_splitter(), test_body_line_iterator(): Move the test data by Barry Warsaw · 23 years ago
  60. e968ead Give me back my page breaks. by Barry Warsaw · 23 years ago
  61. 0e8427e Script arguments localhost:localport and remotehost:remoteport are now by Barry Warsaw · 23 years ago
  62. 7c0a93d Updated to reflect the rationalized profiler event reporting. by Fred Drake · 23 years ago
  63. c59fb2d This test relied on hard tab characters, so failed after whitespace by Tim Peters · 23 years ago
  64. 4fb1fe8 class_docstrings(): The new-style class tests should use new-style by Tim Peters · 23 years ago
  65. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  66. 2f93e28 SF bug [#467331] ClassType.__doc__ always None. by Tim Peters · 23 years ago
  67. f137f75 Hopefully fix the profiler right. Add a test suite that checks that by Guido van Rossum · 23 years ago
  68. 0099ba7 Add some more test cases to be sure we do the right thing in various cases. by Fred Drake · 23 years ago
  69. a0bc999 Undo previous patch; it did not quite work out. by Fred Drake · 23 years ago
  70. 4602c1b Set .addr in a few more places (patch approved by Sam Rushing) by Andrew M. Kuchling · 23 years ago
  71. 4a5a2bc dynamics(): add a dummy __getattr__ method to the C class so that the by Guido van Rossum · 23 years ago
  72. ae3b125 remove empty __del__ method from BaseRequestHandler to avoid cyclic garbage by Skip Montanaro · 23 years ago
  73. 1b0e549 Made the classmethod docstring test a bit less trivial. by Tim Peters · 23 years ago
  74. 17111f3 SF bug [#467336] doctest failures w/ new-style classes. by Tim Peters · 23 years ago
  75. 4a9ac4a SF patch [#466616] Exclude imported items from doctest. by Tim Peters · 23 years ago
  76. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  77. fe1fd0e pickles(): by Guido van Rossum · 23 years ago
  78. c907bd8 The error reporting here was a bit sparse. In verbose mode, the code by Guido van Rossum · 23 years ago
  79. b855134 Under certain conditions (sometimes triggered by the test suite), by Guido van Rossum · 23 years ago
  80. e37e96d Correct the URL for the license (only used when the LICENSE[.txt] file by Guido van Rossum · 23 years ago
  81. 7402f79 SF patch [#466616] Exclude imported items from doctest, by Tim Peters · 23 years ago
  82. 1538c23 restored 1.5.2 compatibility by Fredrik Lundh · 23 years ago
  83. fbacaf7 approximately double dump performance by moving import of cgi.escape back to by Skip Montanaro · 23 years ago
  84. 419abda simple dumps/loads test case for xmlrpclib by Skip Montanaro · 23 years ago
  85. c04f7a7 Undo last checkin, since it duplicated the code. by Martin v. Löwis · 23 years ago
  86. d1d584f SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file. by Guido van Rossum · 23 years ago
  87. 2fa69d7 Patch #426880: Implement Listbox itemcget and itemconfigure. by Martin v. Löwis · 23 years ago
  88. 16dc7f4 Patch #462190, patch #464070: Support quoted printable in the binascii module. by Martin v. Löwis · 23 years ago
  89. 5f12d75 Properly detect recursive structures. Adopted from patch #465298. by Martin v. Löwis · 23 years ago
  90. d157237 For Python 2.2, do not use __getattr__(), only use computed properties. by Fred Drake · 23 years ago
  91. 787fd8c _dispatch(): Do no re-define the resolve_dotted_atttribute() function by Fred Drake · 23 years ago
  92. 751c4c8 Add a few ``__dynamic__ = 0'' lines in classes that need to preserve by Guido van Rossum · 23 years ago
  93. 4bb1e36 It's a fact: for binary operators, *under certain circumstances*, by Guido van Rossum · 23 years ago
  94. 946f7b1 Update the xml.dom.minidom tests to cover the DOM-compliant parts of the by Fred Drake · 23 years ago
  95. 575712e Tighten up the new NodeList implementation. by Fred Drake · 23 years ago
  96. 88a5685 Remove an infelicitous space. by Fred Drake · 23 years ago
  97. 9390cc1 regrtest's -g option stopped working, during the changes to improve by Tim Peters · 23 years ago
  98. b2ad1c8 Reflect recent refinements of the regression testing framework. by Fred Drake · 23 years ago
  99. 746fe0f Clean up circular references in the Weak*Dictionary classes; this avoids by Fred Drake · 23 years ago
  100. 8b9def3 Add complex to the dispatch tables, to avoid going through the whole by Guido van Rossum · 23 years ago