1. 6a3e5f1 SF bug 478425: Change in os.path.join (ntpath.py) by Tim Peters · 23 years ago
  2. 2a9e385 walk(): Fix docstring; traversal is depth-first. Closes mimelib bug #477864. by Barry Warsaw · 23 years ago
  3. 5262867 Add regression test for SF bug #476616 -- make sure copy of a derived class by Fred Drake · 23 years ago
  4. 3ce5af7 copy(): Make sure the copy of a derived class cannot share the data of the by Fred Drake · 23 years ago
  5. d0342cd new config implementation by Steven M. Gava · 23 years ago
  6. 9930061 further config system work by Steven M. Gava · 23 years ago
  7. ebf5427 Two bug fixes for problems reported by Sverre: by Barry Warsaw · 23 years ago
  8. 7533587 Improved error msg when a symbolic group name is redefined. Added docs by Tim Peters · 23 years ago
  9. c034b47 added ability to set hilightthickness by Steven M. Gava · 23 years ago
  10. 9dd16b3 further config system work by Steven M. Gava · 23 years ago
  11. e16d94b more work to support new config system by Steven M. Gava · 23 years ago
  12. b7b3260 Patch #471120: Improved doc strings and new wrappers. by Martin v. Löwis · 23 years ago
  13. 06b1d21 Correct getnameinfo refcounting and tuple parsing. Fixes #476648. by Martin v. Löwis · 23 years ago
  14. f792bba [Patch #477336] Add an extensive PyUnit based testsuite for the hmac module by Andrew M. Kuchling · 23 years ago
  15. 1ccdff9 [Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that by Andrew M. Kuchling · 23 years ago
  16. a0b6035 [Patch #476612] Add test suite for PEP247 compliance by Andrew M. Kuchling · 23 years ago
  17. a2085cb Fix comment typo by Andrew M. Kuchling · 23 years ago
  18. 8a0232d SF bug #476912: flag repeated use of the same groupname as by Fredrik Lundh · 23 years ago
  19. 49cc01e Brute-force performance hackery; buys back about 20% of the time for by Fred Drake · 23 years ago
  20. 8a7b4fa Documentation patches by bsherwood by Chui Tey · 23 years ago
  21. 59ed448 SF patch #474485: pydoc generates some bad html, from Rich Salz. by Tim Peters · 23 years ago
  22. 7e0f81e Huh. In an effort to be less thorough <wink>, seems I checked in a new by Tim Peters · 23 years ago
  23. c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 23 years ago
  24. f24339f /F observes that we need an else: in connect() by Jeremy Hylton · 23 years ago
  25. 1633a2e Whitespace normalization. by Tim Peters · 23 years ago
  26. 9e6a399 To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis). by Tim Peters · 23 years ago
  27. fe677e2 Just changed some continued-line indentation to read better, due to by Tim Peters · 23 years ago
  28. fa69912 Fix SF bug #456386: test_commands regression failure (Andrew Dalke) by Guido van Rossum · 23 years ago
  29. ed87ad8 Minimal test for __del__ hook. by Guido van Rossum · 23 years ago
  30. 4ecd713 directory chooser (requires a recent version of Tk) by Fredrik Lundh · 23 years ago
  31. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  32. c57a285 SF bug #476138: tempfile behavior across platforms by Tim Peters · 23 years ago
  33. 8e26b52 Update to reflect changes to the low-level logreader: share the info by Fred Drake · 23 years ago
  34. f3c54d6 Add a test for the insertion of user-provided ADD_INFO records. by Fred Drake · 23 years ago
  35. 165b2cc Allow user code to call the addinfo() method on the profiler object. by Fred Drake · 23 years ago
  36. e16e54f Use connect_ex() instead of connect(). by Jeremy Hylton · 23 years ago
  37. fbd5797 Fix for SF bug 453099 -- select not defensive by Jeremy Hylton · 23 years ago
  38. 7c01786 more loading from cfg files by Steven M. Gava · 23 years ago
  39. 41a8532 more of config dialog reading from files by Steven M. Gava · 23 years ago
  40. 9bd1401 Use sendall() in the stream test instead of send(). by Guido van Rossum · 23 years ago
  41. cb65688 Test sendall(). by Guido van Rossum · 23 years ago
  42. b2c763f Add 'sendall' to list of socket methods. by Guido van Rossum · 23 years ago
  43. b7747e2 added finditer sanity check by Fredrik Lundh · 23 years ago
  44. 4d85953 dictionary() constructor: by Tim Peters · 23 years ago
  45. 9fda73c dict_constructor(): The last test was passing for the wrong reason (it by Tim Peters · 23 years ago
  46. 5445f07 Re-arrange things and remove some unused variables/imports to keep pychecker by Fred Drake · 23 years ago
  47. 2a63a07 further work supporting reading config dialog values form config files. by Steven M. Gava · 23 years ago
  48. f126bcb dynamic option menu widget. by Steven M. Gava · 23 years ago
  49. 485f7b6 further work on loading config dialog values from the config files by Steven M. Gava · 23 years ago
  50. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago
  51. 6661be3 Allow assignment to newinstance.__dict__. by Guido van Rossum · 23 years ago
  52. 0afde13 Fix two typos, one noted by Noah Spurrier in SF bug #475166, the by Guido van Rossum · 23 years ago
  53. 2539cf5 A fix for SF bug #472560, extra newlines returned by get_param() when by Barry Warsaw · 23 years ago
  54. 107771a Applying proposed patch for bug #474583, optional support for by Barry Warsaw · 23 years ago
  55. b112481 Ignore the posixfile deprecation warning for the test suite. by Fred Drake · 23 years ago
  56. 703ce81 (experimental) "finditer" method/function. this works pretty much by Fredrik Lundh · 23 years ago
  57. 9242a4a Add a warning to the posixfile module stating that it will go away. by Fred Drake · 23 years ago
  58. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  59. c6ac8a7 SF bug #473525 pyclbr broken by Tim Peters · 23 years ago
  60. 83c3281 Apply the first chunk of the second patch from SF bug #471720: by Guido van Rossum · 23 years ago
  61. f66dacd test_curses is an expected skip on Linux too. by Guido van Rossum · 23 years ago
  62. 429a86af font/tabs config dialog page now reads its data from the config file by Steven M. Gava · 23 years ago
  63. c77db34 SF bug [#473864] doctest expects spurios space. by Tim Peters · 23 years ago
  64. d703057 Record that test_curses doesn't run on win32. by Tim Peters · 23 years ago
  65. 4bf018b Fixed denial-of-weak-ref-support test; Jeremy changed the error message by Fred Drake · 23 years ago
  66. efef5da A few formatting nits: by Jeremy Hylton · 23 years ago
  67. 2158df0 Patch #473187: Add a test script that exercises most of the functions in by Andrew M. Kuchling · 23 years ago
  68. f864aa8 sre.split should return the last segment, even if empty (sorry, barry) by Fredrik Lundh · 23 years ago
  69. 56ff387 Fix for SF bug #472940: can't getattr() attribute shown by dir() by Guido van Rossum · 23 years ago
  70. c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 23 years ago
  71. d6bebce Make tabnanny happy. (Piers, please run the test suite before by Guido van Rossum · 23 years ago
  72. fe6accf update version number by Piers Lauder · 23 years ago
  73. dac5849 fixed character set description in docstring (SRE uses Python by Fredrik Lundh · 23 years ago
  74. 0402dd1 fix send method not noticing when partial sends happen by Piers Lauder · 23 years ago
  75. 1296a8d sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity by Fredrik Lundh · 23 years ago
  76. bec95b9 rewrote the pattern.sub and pattern.subn methods in C by Fredrik Lundh · 23 years ago
  77. 3e7bba9 added tests for long ints and ints where they are > 32 bits. by Skip Montanaro · 23 years ago
  78. b5507ec Additional test and documentation for the unicode() changes. by Marc-André Lemburg · 23 years ago
  79. 1f0fa92 Another merge from mimelib: by Barry Warsaw · 23 years ago
  80. 11ce550 Another email package test file by Barry Warsaw · 23 years ago
  81. 856c32b Another merge from mimelib: by Barry Warsaw · 23 years ago
  82. c524d95 SF patch #460805 by Chris Gonnerman: Support for unsetenv() by Guido van Rossum · 23 years ago
  83. a660a34 Assume a 64-bit start and len if O_LARGEFILE is available. by Martin v. Löwis · 23 years ago
  84. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  85. 1fff878 The assignment to result.st_rdev can raise AttributeError as well as by Guido van Rossum · 23 years ago
  86. a5e6165 changed misleading argument name by Fredrik Lundh · 23 years ago
  87. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  88. 8dd7ade SF bug [#472347] pydoc and properties. by Tim Peters · 23 years ago
  89. c10039c Do not expect line number events when running under "python -O". by Fred Drake · 23 years ago
  90. 397a654 SRE bug #441409: by Fredrik Lundh · 23 years ago
  91. 3bb4d21 Add a test for calling a weakref proxy with a dictionary of keyword args. by Fred Drake · 23 years ago
  92. 4114a4a Fix the frozen bytecode for __hello__ (betcha didn't know that existed :-). by Guido van Rossum · 23 years ago
  93. 39c27f1 Make sure we do not core dump when using proxies with the binary slot by Fred Drake · 23 years ago
  94. a5343cc SF bug #471720: ThreadingMixIn/TCPServer forgets close by Guido van Rossum · 23 years ago
  95. 29103c7 Reindent __repr__. by Martin v. Löwis · 23 years ago
  96. cf672f1 Add test for local assigned to only in a nested list comp by Jeremy Hylton · 23 years ago
  97. f76de62 Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink) by Guido van Rossum · 23 years ago
  98. eee80ee Patch #470744: Simplify __repr__ error handling. by Martin v. Löwis · 23 years ago
  99. 9f6c37d Add trivial test cases for RAND_add() and RAND_status(). by Jeremy Hylton · 23 years ago
  100. 5449e08 test for int and long int overflow (allows operation on 64-bit platforms) by Skip Montanaro · 23 years ago