1. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  2. 3ae84b6 Allow both string and Unicode objects in levels. by Martin v. Löwis · 22 years ago
  3. 2411a2d Don't try to convert the test filename to Unicode with -U. by Martin v. Löwis · 22 years ago
  4. 838a359 Search for tix subdirectories. Fixes #564729. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  5. 44a7910 I already forgot what I changed -- it wasn't important <wink>. by Tim Peters · 22 years ago
  6. 63c1081 OK -- all tests pass on Windows now. The rest were due to 3 more by Tim Peters · 22 years ago
  7. 9de06bd More tests run on Windows now. Something is still wrong here, but no by Tim Peters · 22 years ago
  8. 499d09a Many changes to get this to pass on Windows, and to make it easier to by Tim Peters · 22 years ago
  9. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  10. e713031 Comment out the test docstrings so we can at least tell which tests are failing. by Tim Peters · 22 years ago
  11. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  12. ae9cbee Open at least one binary file in binary mode. This allows a few of the by Tim Peters · 22 years ago
  13. 7cd83ca Another attempt at making the set constructor both safe and fast. [SF by Guido van Rossum · 22 years ago
  14. 91e7753 [Bug #233259] Ugly traceback for DistutilsPlatformError by Andrew M. Kuchling · 22 years ago
  15. 706867c Fix comment typo by Andrew M. Kuchling · 22 years ago
  16. 006c752 This is Richie Hindle's patch: by Michael W. Hudson · 22 years ago
  17. 1f04610 Make strip behave as documented. Will backport to 2.2.3. by Martin v. Löwis · 22 years ago
  18. 0ec1ddc _update(): Commented the new obscurity. Materialized into a tuple by Tim Peters · 22 years ago
  19. 1eb1fb8 Closes SF bug #628246. by Raymond Hettinger · 22 years ago
  20. 492620a Use dynamic linking for the SHGetSpecialFolderPath function, it is not by Thomas Heller · 22 years ago
  21. 8560bb8 Fix a small bug when sys.argv[0] has an absolute path. by Thomas Heller · 22 years ago
  22. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  23. 4dbf192 Add next() and __iter__() methods to StreamReader, StreamReaderWriter by Walter Dörwald · 22 years ago
  24. 07e1476 Make int("...") return a long if an int would overflow. by Walter Dörwald · 22 years ago
  25. aca49b0 Fix NameError exception ('name' undefined) by Andrew M. Kuchling · 22 years ago
  26. 9050a51 Fix docstring typos by Andrew M. Kuchling · 22 years ago
  27. 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
  28. 57f0f34 Skip the test_nocaret test when running as jython. Jython happens to add by Finn Bock · 22 years ago
  29. 41c570f Make the test pass for jython where there are no sys.executable. by Finn Bock · 22 years ago
  30. 5a231c8f By default when getting the search menu, the currently highligted by Chui Tey · 22 years ago
  31. 210bd20 Implement a `pp' command, which is like `p' except that it by Barry Warsaw · 22 years ago
  32. da2525e parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, by Barry Warsaw · 22 years ago
  33. a0a0076 test_no_separating_blank_line(): A test for SF bug #633527, no by Barry Warsaw · 22 years ago
  34. 847fdbb A message with no separating blank line between the headers and the by Barry Warsaw · 22 years ago
  35. 48b0a1c test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug by Barry Warsaw · 22 years ago
  36. 5c9130e _parsebody(): A fix for SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  37. 00e6a02 Test case, distilled from SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  38. 9288f95 Another round on SF patch 618135: gzip.py and files > 2G by Tim Peters · 22 years ago
  39. cd8fdbb Repair inconsistent use of tabs and spaces. by Jeremy Hylton · 22 years ago
  40. a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 22 years ago
  41. 8f4dcbd Bump __version__ (yes, to 2.5 "minus") by Barry Warsaw · 22 years ago
  42. 030ddf7 Jason Mastaler's patch to break the dependence on rfc822.py for the by Barry Warsaw · 22 years ago
  43. e94d8fa Fix an old bug in poll(). When a signal is handled while we're by Guido van Rossum · 22 years ago
  44. 5da854f This is Alex Martelli's patch by Michael W. Hudson · 22 years ago
  45. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  46. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  47. 173f11d Some days, I think my comment of by Michael W. Hudson · 22 years ago
  48. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 22 years ago
  49. 78a7aee SF 633560: tokenize.__all__ needs "generate_tokens" by Raymond Hettinger · 22 years ago
  50. a326f47 This stopped working on Windows, due to a reference to the non-existent by Tim Peters · 22 years ago
  51. 69371d6 Set breakpoints on remote debugger by Chui Tey · 22 years ago
  52. 72a8a3b Tidied up widget placement by Chui Tey · 22 years ago
  53. a2adb0f Recalls breakpoints set in a file by Chui Tey · 22 years ago
  54. 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 22 years ago
  55. fb0ea52 Related to SF patch 618135: gzip.py and files > 2G. by Tim Peters · 22 years ago
  56. 47ca2bc [Patch #588809] Remove check of environment variables; sysconfig.py will do that now by Andrew M. Kuchling · 22 years ago
  57. 574deae Patch #625823: Add symbolic constants for more commands. by Martin v. Löwis · 22 years ago
  58. e2d1214 [Bug #620630] Flush stdout after logging every message. Without it, by Andrew M. Kuchling · 22 years ago
  59. 33a5edf Add get_distutil_options(); future setup.py files can use this to check by Andrew M. Kuchling · 22 years ago
  60. b6c316f [Bug #570655] Fix misleading option text by Andrew M. Kuchling · 22 years ago
  61. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  62. a178cff [ 629984 ] Smaller font sizes not supported by Chui Tey · 22 years ago
  63. 993e81a 619127: Recent File Menu Not Updating by Chui Tey · 22 years ago
  64. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  65. 26a1eef Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 22 years ago
  66. e7629c8 Skip test_dbm if we can't write to the file by Neal Norwitz · 22 years ago
  67. 4f759d8 Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. by Raymond Hettinger · 22 years ago
  68. 57bc5fa Patch #631972: Adds an is_jython flag. by Finn Bock · 22 years ago
  69. 768c98b patch #624180 (part 2 of 2): by Fredrik Lundh · 22 years ago
  70. 218c5f9 [SF bug 631713] use the import exeption message in the TestFailed exception. by Finn Bock · 22 years ago
  71. d1a72a0 Ad test_funky_hyphens() to test some screwy edge cases reported in SF by Greg Ward · 22 years ago
  72. 05c9335 Fixes SF bug#614051: win32 build_ext problem. by Thomas Heller · 22 years ago
  73. ccf4e42 Catch only ImportError by Andrew M. Kuchling · 22 years ago
  74. ff4ad9a Make the Distribution() constructor forgiving of unknown keyword by Andrew M. Kuchling · 22 years ago
  75. d8ea2e0 Added missing class to __all__. by Raymond Hettinger · 22 years ago
  76. a853cc6 Added __all__. by Raymond Hettinger · 22 years ago
  77. 39f02f9 Added missing names to __all__. by Raymond Hettinger · 22 years ago
  78. 2b9bfb3 Added new move() function to __all__. by Raymond Hettinger · 22 years ago
  79. fb05c4e SF bug 630824: pydoc Helper keywords missing 'yield' by Tim Peters · 22 years ago
  80. edc853e Patrick K. O'Brien notices that kwlist was missing from __all__. by Raymond Hettinger · 22 years ago
  81. 2c9590f Added test for this fix to classobject.c: by Guido van Rossum · 22 years ago
  82. 6d89050 Minor simplification. by Fred Drake · 22 years ago
  83. 9142b19 Remove unnecessary output file. by Fred Drake · 22 years ago
  84. 32f3add Add a test of interaction between &amp; and extra replacements. by Fred Drake · 22 years ago
  85. 407fea5 Really do replacement of &amp; last to avoid bad interactions between &amp; by Fred Drake · 22 years ago
  86. f55222d Avoid calling __dict_replace() if we don't need to -- the call is much by Fred Drake · 22 years ago
  87. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  88. 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 22 years ago
  89. 98e3b29 Add tests for both raw and non-raw versions of the items() methods. by Fred Drake · 22 years ago
  90. df393bd According to the docs, __name__ is not exposed via the API except by Fred Drake · 22 years ago
  91. 8811ce7 Remove useless output file. by Fred Drake · 22 years ago
  92. c6f2891 Convert to PyUnit. by Fred Drake · 22 years ago
  93. 3af0eb8 Added (very) minimal tests of the RawConfigParser class. by Fred Drake · 22 years ago
  94. fce6557 Re-factor: Use a RawConfigParser base class and make ConfigParser a by Fred Drake · 22 years ago
  95. 9cd87aa Fix for bug #626172: crash using unicode latin1 single char by Marc-André Lemburg · 22 years ago
  96. 45186c4 Implement Restoring Breakpoints in Subprocess Debugger by Kurt B. Kaiser · 22 years ago
  97. 4c486bc Add comment about inability to handle Unicode strings (hopefully a by Greg Ward · 22 years ago
  98. 1303c7c add support for basic authentication, based on patch #624180 by Phillip J. Eby by Fredrik Lundh · 22 years ago
  99. 9ecf9ce Patches #626105: by Raymond Hettinger · 22 years ago
  100. 4111804 test_body_encoding(): a new test for Charset.body_encode(), especially by Barry Warsaw · 22 years ago