1. 165b2cc Allow user code to call the addinfo() method on the profiler object. by Fred Drake · 23 years ago
  2. e16e54f Use connect_ex() instead of connect(). by Jeremy Hylton · 23 years ago
  3. fbd5797 Fix for SF bug 453099 -- select not defensive by Jeremy Hylton · 23 years ago
  4. 7c01786 more loading from cfg files by Steven M. Gava · 23 years ago
  5. 41a8532 more of config dialog reading from files by Steven M. Gava · 23 years ago
  6. 9bd1401 Use sendall() in the stream test instead of send(). by Guido van Rossum · 23 years ago
  7. cb65688 Test sendall(). by Guido van Rossum · 23 years ago
  8. b2c763f Add 'sendall' to list of socket methods. by Guido van Rossum · 23 years ago
  9. b7747e2 added finditer sanity check by Fredrik Lundh · 23 years ago
  10. 4d85953 dictionary() constructor: by Tim Peters · 23 years ago
  11. 9fda73c dict_constructor(): The last test was passing for the wrong reason (it by Tim Peters · 23 years ago
  12. 5445f07 Re-arrange things and remove some unused variables/imports to keep pychecker by Fred Drake · 23 years ago
  13. 2a63a07 further work supporting reading config dialog values form config files. by Steven M. Gava · 23 years ago
  14. f126bcb dynamic option menu widget. by Steven M. Gava · 23 years ago
  15. 485f7b6 further work on loading config dialog values from the config files by Steven M. Gava · 23 years ago
  16. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago
  17. 6661be3 Allow assignment to newinstance.__dict__. by Guido van Rossum · 23 years ago
  18. 0afde13 Fix two typos, one noted by Noah Spurrier in SF bug #475166, the by Guido van Rossum · 23 years ago
  19. 2539cf5 A fix for SF bug #472560, extra newlines returned by get_param() when by Barry Warsaw · 23 years ago
  20. 107771a Applying proposed patch for bug #474583, optional support for by Barry Warsaw · 23 years ago
  21. b112481 Ignore the posixfile deprecation warning for the test suite. by Fred Drake · 23 years ago
  22. 703ce81 (experimental) "finditer" method/function. this works pretty much by Fredrik Lundh · 23 years ago
  23. 9242a4a Add a warning to the posixfile module stating that it will go away. by Fred Drake · 23 years ago
  24. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  25. c6ac8a7 SF bug #473525 pyclbr broken by Tim Peters · 23 years ago
  26. 83c3281 Apply the first chunk of the second patch from SF bug #471720: by Guido van Rossum · 23 years ago
  27. f66dacd test_curses is an expected skip on Linux too. by Guido van Rossum · 23 years ago
  28. 429a86a font/tabs config dialog page now reads its data from the config file by Steven M. Gava · 23 years ago
  29. c77db34 SF bug [#473864] doctest expects spurios space. by Tim Peters · 23 years ago
  30. d703057 Record that test_curses doesn't run on win32. by Tim Peters · 23 years ago
  31. 4bf018b Fixed denial-of-weak-ref-support test; Jeremy changed the error message by Fred Drake · 23 years ago
  32. efef5da A few formatting nits: by Jeremy Hylton · 23 years ago
  33. 2158df0 Patch #473187: Add a test script that exercises most of the functions in by Andrew M. Kuchling · 23 years ago
  34. f864aa8 sre.split should return the last segment, even if empty (sorry, barry) by Fredrik Lundh · 23 years ago
  35. 56ff387 Fix for SF bug #472940: can't getattr() attribute shown by dir() by Guido van Rossum · 23 years ago
  36. c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 23 years ago
  37. d6bebce Make tabnanny happy. (Piers, please run the test suite before by Guido van Rossum · 23 years ago
  38. fe6accf update version number by Piers Lauder · 23 years ago
  39. dac5849 fixed character set description in docstring (SRE uses Python by Fredrik Lundh · 23 years ago
  40. 0402dd1 fix send method not noticing when partial sends happen by Piers Lauder · 23 years ago
  41. 1296a8d sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity by Fredrik Lundh · 23 years ago
  42. bec95b9 rewrote the pattern.sub and pattern.subn methods in C by Fredrik Lundh · 23 years ago
  43. 3e7bba9 added tests for long ints and ints where they are > 32 bits. by Skip Montanaro · 23 years ago
  44. b5507ec Additional test and documentation for the unicode() changes. by Marc-André Lemburg · 23 years ago
  45. 1f0fa92 Another merge from mimelib: by Barry Warsaw · 23 years ago
  46. 11ce550 Another email package test file by Barry Warsaw · 23 years ago
  47. 856c32b Another merge from mimelib: by Barry Warsaw · 23 years ago
  48. c524d95 SF patch #460805 by Chris Gonnerman: Support for unsetenv() by Guido van Rossum · 23 years ago
  49. a660a34 Assume a 64-bit start and len if O_LARGEFILE is available. by Martin v. Löwis · 23 years ago
  50. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  51. 1fff878 The assignment to result.st_rdev can raise AttributeError as well as by Guido van Rossum · 23 years ago
  52. a5e6165 changed misleading argument name by Fredrik Lundh · 23 years ago
  53. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  54. 8dd7ade SF bug [#472347] pydoc and properties. by Tim Peters · 23 years ago
  55. c10039c Do not expect line number events when running under "python -O". by Fred Drake · 23 years ago
  56. 397a654 SRE bug #441409: by Fredrik Lundh · 23 years ago
  57. 3bb4d21 Add a test for calling a weakref proxy with a dictionary of keyword args. by Fred Drake · 23 years ago
  58. 4114a4a Fix the frozen bytecode for __hello__ (betcha didn't know that existed :-). by Guido van Rossum · 23 years ago
  59. 39c27f1 Make sure we do not core dump when using proxies with the binary slot by Fred Drake · 23 years ago
  60. a5343cc SF bug #471720: ThreadingMixIn/TCPServer forgets close by Guido van Rossum · 23 years ago
  61. 29103c7 Reindent __repr__. by Martin v. Löwis · 23 years ago
  62. cf672f1 Add test for local assigned to only in a nested list comp by Jeremy Hylton · 23 years ago
  63. f76de62 Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink) by Guido van Rossum · 23 years ago
  64. eee80ee Patch #470744: Simplify __repr__ error handling. by Martin v. Löwis · 23 years ago
  65. 9f6c37d Add trivial test cases for RAND_add() and RAND_status(). by Jeremy Hylton · 23 years ago
  66. 5449e08 test for int and long int overflow (allows operation on 64-bit platforms) by Skip Montanaro · 23 years ago
  67. 07227d1 Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  68. d1eeecb Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  69. 1f74cb3 Oops. Catching OverflowError from int() doesn't help, since it raises by Guido van Rossum · 23 years ago
  70. 7a1ea0e Make sure the output lists are sorted, even if run with -r. by Jeremy Hylton · 23 years ago
  71. 138d90e Vastly improved stacksize calculation. by Jeremy Hylton · 23 years ago
  72. d114261 Handle testlist_safe as if it were testlist. by Jeremy Hylton · 23 years ago
  73. 4bf1fb6 track addition of testlist_safe to Grammar by Jeremy Hylton · 23 years ago
  74. bcbdc95 SF patch #467430. by Guido van Rossum · 23 years ago
  75. f93befc Folder.getlast(): avoid PyChecker warning. by Guido van Rossum · 23 years ago
  76. 2a2d970 Remove unused import; reported by Neal Norwitz. by Fred Drake · 23 years ago
  77. d10ed8b Minor code cleanups based on comments from Neal Norwitz. by Fred Drake · 23 years ago
  78. 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
  79. c993315 SF bug [#468061] __str__ ignored in str subclass. by Tim Peters · 23 years ago
  80. b6aca6a Fix SF bug #459767: ftplib fails with files > 2GB by Guido van Rossum · 23 years ago
  81. a7e1f43 Remove obsolete __dynamic__ distinction. by Tim Peters · 23 years ago
  82. 6006629 Remove obsolete __dynamic__ distinction. by Tim Peters · 23 years ago
  83. 1ce150c Remove obsolete __static__/__dynamic__ distinction. by Tim Peters · 23 years ago
  84. 47cada7 pstats-compatible analysis module. by Fred Drake · 23 years ago
  85. e7d8a78 runcall(): Expose the return value of the profiled function; this allows by Fred Drake · 23 years ago
  86. d5d5a04 Avoid deep recursion when reading the header of the log file. by Fred Drake · 23 years ago
  87. 687ae00 Get rid of __defined__ and tp_defined -- there's no need to by Guido van Rossum · 23 years ago
  88. 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
  89. abe2c62 Use cStringIO when available. by Jeremy Hylton · 23 years ago
  90. 2f3ca6e Completely get rid of __dynamic__ and the corresponding by Guido van Rossum · 23 years ago
  91. 1346e83 Patch 471400: escape single-dot lines; by Jason Hildebrand. by Guido van Rossum · 23 years ago
  92. c0f1bfe SF bug #469910 by Alfonso Baciero: Bugfix for imaplib for macintosh by Guido van Rossum · 23 years ago
  93. cdc632c test_typed_subpart_iterator_default_type(): Test for when the message by Barry Warsaw · 23 years ago
  94. 0164b6b typed_subpart_iterator(): When getting the main type use 'text' as the by Barry Warsaw · 23 years ago
  95. 4c85da4 "ib" should be "boundary"; reported by Neal Norwitz. by Fred Drake · 23 years ago
  96. c680ae8 Added missing parameter in call to http_error_default(); by Fred Drake · 23 years ago
  97. 2f8f4d3 SMTPError should be SMTPException; reported by Neal Norwitz. by Fred Drake · 23 years ago
  98. f902296 Ignore execfile() return value; reported by Neal Norwitz. by Fred Drake · 23 years ago
  99. 95b0eb7 "f" should be "self"; reported by Neal Norwitz. by Fred Drake · 23 years ago
  100. 16623fe _os should be os; reported by Neal Norwitz. by Fred Drake · 23 years ago