1. 3bb4d21 Add a test for calling a weakref proxy with a dictionary of keyword args. by Fred Drake · 23 years ago
  2. 4114a4a Fix the frozen bytecode for __hello__ (betcha didn't know that existed :-). by Guido van Rossum · 23 years ago
  3. 39c27f1 Make sure we do not core dump when using proxies with the binary slot by Fred Drake · 23 years ago
  4. a5343cc SF bug #471720: ThreadingMixIn/TCPServer forgets close by Guido van Rossum · 23 years ago
  5. 29103c7 Reindent __repr__. by Martin v. Löwis · 23 years ago
  6. cf672f1 Add test for local assigned to only in a nested list comp by Jeremy Hylton · 23 years ago
  7. f76de62 Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink) by Guido van Rossum · 23 years ago
  8. eee80ee Patch #470744: Simplify __repr__ error handling. by Martin v. Löwis · 23 years ago
  9. 9f6c37d Add trivial test cases for RAND_add() and RAND_status(). by Jeremy Hylton · 23 years ago
  10. 5449e08 test for int and long int overflow (allows operation on 64-bit platforms) by Skip Montanaro · 23 years ago
  11. 07227d1 Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  12. d1eeecb Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  13. 1f74cb3 Oops. Catching OverflowError from int() doesn't help, since it raises by Guido van Rossum · 23 years ago
  14. 7a1ea0e Make sure the output lists are sorted, even if run with -r. by Jeremy Hylton · 23 years ago
  15. 138d90e Vastly improved stacksize calculation. by Jeremy Hylton · 23 years ago
  16. d114261 Handle testlist_safe as if it were testlist. by Jeremy Hylton · 23 years ago
  17. 4bf1fb6 track addition of testlist_safe to Grammar by Jeremy Hylton · 23 years ago
  18. bcbdc95 SF patch #467430. by Guido van Rossum · 23 years ago
  19. f93befc Folder.getlast(): avoid PyChecker warning. by Guido van Rossum · 23 years ago
  20. 2a2d970 Remove unused import; reported by Neal Norwitz. by Fred Drake · 23 years ago
  21. d10ed8b Minor code cleanups based on comments from Neal Norwitz. by Fred Drake · 23 years ago
  22. 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
  23. c993315 SF bug [#468061] __str__ ignored in str subclass. by Tim Peters · 23 years ago
  24. b6aca6a Fix SF bug #459767: ftplib fails with files > 2GB by Guido van Rossum · 23 years ago
  25. a7e1f43 Remove obsolete __dynamic__ distinction. by Tim Peters · 23 years ago
  26. 6006629 Remove obsolete __dynamic__ distinction. by Tim Peters · 23 years ago
  27. 1ce150c Remove obsolete __static__/__dynamic__ distinction. by Tim Peters · 23 years ago
  28. 47cada7 pstats-compatible analysis module. by Fred Drake · 23 years ago
  29. e7d8a78 runcall(): Expose the return value of the profiled function; this allows by Fred Drake · 23 years ago
  30. d5d5a04 Avoid deep recursion when reading the header of the log file. by Fred Drake · 23 years ago
  31. 687ae00 Get rid of __defined__ and tp_defined -- there's no need to by Guido van Rossum · 23 years ago
  32. 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
  33. abe2c62 Use cStringIO when available. by Jeremy Hylton · 23 years ago
  34. 2f3ca6e Completely get rid of __dynamic__ and the corresponding by Guido van Rossum · 23 years ago
  35. 1346e83 Patch 471400: escape single-dot lines; by Jason Hildebrand. by Guido van Rossum · 23 years ago
  36. c0f1bfe SF bug #469910 by Alfonso Baciero: Bugfix for imaplib for macintosh by Guido van Rossum · 23 years ago
  37. cdc632c test_typed_subpart_iterator_default_type(): Test for when the message by Barry Warsaw · 23 years ago
  38. 0164b6b typed_subpart_iterator(): When getting the main type use 'text' as the by Barry Warsaw · 23 years ago
  39. 4c85da4 "ib" should be "boundary"; reported by Neal Norwitz. by Fred Drake · 23 years ago
  40. c680ae8 Added missing parameter in call to http_error_default(); by Fred Drake · 23 years ago
  41. 2f8f4d3 SMTPError should be SMTPException; reported by Neal Norwitz. by Fred Drake · 23 years ago
  42. f902296 Ignore execfile() return value; reported by Neal Norwitz. by Fred Drake · 23 years ago
  43. 95b0eb7 "f" should be "self"; reported by Neal Norwitz. by Fred Drake · 23 years ago
  44. 16623fe _os should be os; reported by Neal Norwitz. by Fred Drake · 23 years ago
  45. 3d32be1 Remove extra param from call to self.error(). Reported by Neal Norwitz. by Fred Drake · 23 years ago
  46. dc57909 Move grid_location into Misc. Fixes bug #426892. by Martin v. Löwis · 23 years ago
  47. c687960 Remove some unused imports. by Fred Drake · 23 years ago
  48. d62f151 When we reach the end of the log file, close the logreader object. by Fred Drake · 23 years ago
  49. 10603b8 You can't unlink open files on Windows. by Tim Peters · 23 years ago
  50. 106bdd3 Correct __repr__: include module name, avoid extra space for empty status, by Martin v. Löwis · 23 years ago
  51. f019324 Preliminary user-level interface to HotShot. We still need the analysis by Fred Drake · 23 years ago
  52. de3cdca A most trivial test for HotShot -- make sure we get reasonable events by Fred Drake · 23 years ago
  53. ea32cbb Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et by Guido van Rossum · 23 years ago
  54. fc57ccb SF bug [#470040] ParseTuple t# vs subclasses. by Tim Peters · 23 years ago
  55. 875eeaa Another step in the right direction: when a new class's attribute by Guido van Rossum · 23 years ago
  56. f3623f3 Somebody checked in a version of httplib that doesn't even compile -- by Tim Peters · 23 years ago
  57. 6459c8d Fix for SF buf #458835 by Jeremy Hylton · 23 years ago
  58. bf7a59d Add a test for the HeaderParser class. by Barry Warsaw · 23 years ago
  59. e552882 HeaderParser: A new subclass of Parser which only parses the message by Barry Warsaw · 23 years ago
  60. de7c192 Add test of hexlify on Unicode strings by Jeremy Hylton · 23 years ago
  61. 5e9c71b allow long ints to be marshalled as ints - no check is made to the incoming by Skip Montanaro · 23 years ago
  62. cf5e6a4 SF bug [#469732] os.path.walk docstring inconsistent. by Tim Peters · 23 years ago
  63. 7d3dff2 SF patch [ #468662 ] Allow jython to complete test_grammar by Jeremy Hylton · 23 years ago
  64. e13cc92 Repair key stutter + auto-complete ugliness. by Tim Peters · 23 years ago
  65. 3e5e661 Remove obsolete email address. by Fred Drake · 23 years ago
  66. 659a603 Allow the profiler's calibration constant to be specified in the constructor by Tim Peters · 23 years ago
  67. 12b22ff Add a bunch of tests for a list subclass that would have caught the by Guido van Rossum · 23 years ago
  68. 53f8fe4 An audio/* class, like MIMEImage, contributed by Anthony Baxter. by Barry Warsaw · 23 years ago
  69. 7b9144b Halfway checkin. This is still messy, but it's beginning to address by Guido van Rossum · 23 years ago
  70. fee435a Added tests for MIMEAudio class/module by Barry Warsaw · 23 years ago
  71. 2ae0b01 Fix __all__ to the current list of exported modules (must pass the by Barry Warsaw · 23 years ago
  72. 8b78b99 Fix [ #465502 ] urllib2: urlopen unicode problem by Jeremy Hylton · 23 years ago
  73. 2f6a0b0 Add a test for get_all() returning failobj. msg_20.txt is a sample by Barry Warsaw · 23 years ago
  74. 9300a75 get_all(): We never returned failobj if we found no matching headers. by Barry Warsaw · 23 years ago
  75. 93a6327 SMTPServer.__init__(): The asyncore.dispatcher base class has a method by Barry Warsaw · 23 years ago
  76. 3e04848 Add entry parameter to HList.item_cget. Fixes bug #466981. by Martin v. Löwis · 23 years ago
  77. 0eb2a6e It turned out not so difficult to support old-style numbers (those by Guido van Rossum · 23 years ago
  78. 6ec9a36 Patch #468647: Fix exception propagation in asyncore. by Martin v. Löwis · 23 years ago
  79. cce092d A brand new implementation of Profile.calibrate(). This measures an by Tim Peters · 23 years ago
  80. 168bead Added tests that check getboolean() with the newly allowed values from by Fred Drake · 23 years ago
  81. 4570455 Change all occurrences of verify(x == y) into vereq(x, y), since when by Guido van Rossum · 23 years ago
  82. 281084f Put the deprecated .ignore() method back where it was. by Tim Peters · 23 years ago
  83. 7d01685 Widespread random code cleanup. by Tim Peters · 23 years ago
  84. 1f733ba merged port binding error message patch by Steven M. Gava · 23 years ago
  85. 4eb2868 merged win spawn patch by Steven M. Gava · 23 years ago
  86. 898a365 merged status bar packing patch by Steven M. Gava · 23 years ago
  87. 322c0d1 Only close sockets if they have been created. Reported by Blake Winton. by Martin v. Löwis · 23 years ago
  88. fb16378 Typo repair in comment. by Tim Peters · 23 years ago
  89. 8d061ed Guido points out that the comments for self.cur[2] were subtly but by Tim Peters · 23 years ago
  90. db1ed2a At Guido's request, changed the code that's conceptually asserting stuff by Tim Peters · 23 years ago
  91. 6e22149 Repair some longstanding comment errors: by Tim Peters · 23 years ago
  92. 0a1fc4e Remove code and docs for the OldProfile and HotProfile classes: code by Tim Peters · 23 years ago
  93. df5cfd8 The fix to profile semantics broke the miserable but advertised way to by Tim Peters · 23 years ago
  94. e029242 ReferenceError is now built-in, so pick it up from the right place. by Fred Drake · 23 years ago
  95. 39c7851 Martijn Pieters convinced me that when readline() strips the trailing by Guido van Rossum · 23 years ago
  96. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  97. be63884 With Andrew's blessing: distutils version number is now 1.0.3. by Thomas Heller · 23 years ago
  98. e138f36 Explicitely list the metadata attributes to show by Thomas Heller · 23 years ago
  99. 4a8e9f4 SMTPServer.__init__(): Print the start information on the DEBUGSTREAM by Barry Warsaw · 23 years ago
  100. 4e7cdb5 Non-failing test for SF bug #467059. by Fred Drake · 23 years ago