1. b9ba458 Checking in Greg Ward's Optik, as optparse.py. This is the most by Guido van Rossum · 22 years ago
  2. 9a81892 Fix or disable some tests that were affected by the new C3 MRO by Guido van Rossum · 22 years ago
  3. c293704 This uses only one temp file at a time, so use test_support.TESTFN as by Tim Peters · 22 years ago
  4. 3165786 From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional by Guido van Rossum · 22 years ago
  5. a4864a2 Update the docstring to match the code. Will backport. by Neal Norwitz · 22 years ago
  6. f539bde Sync Tix from Mike Clarkson, a maintainer by Neal Norwitz · 22 years ago
  7. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 22 years ago
  8. ef67956 Fix typo in comment by Neal Norwitz · 22 years ago
  9. f6756e8 Fix docstring typo; remove 'created' line by Andrew M. Kuchling · 22 years ago
  10. 1cace1a [Bug #550364] Use sysconfig.get_python_version() by Andrew M. Kuchling · 22 years ago
  11. 0ff98b9 [Bug #550364] Add get_python_version() by Andrew M. Kuchling · 22 years ago
  12. 9a38dcf [Bug #599248] ext module generation problem by Andrew M. Kuchling · 22 years ago
  13. b2db587 Make nntplib aware of ~/.netrc credentials; now they get used if they are by Eric S. Raymond · 22 years ago
  14. 4c8be85 Add some simple tests of the persistence hooks. by Jeremy Hylton · 22 years ago
  15. 5e0f4e7 Remove inst_persistent_id() WANNI (we ain't never needed it). by Jeremy Hylton · 22 years ago
  16. 0e1183d remove debugging print by Jeremy Hylton · 22 years ago
  17. 3f1c9a9 Allow unknown keyword arguments to the Extension class, and warn about them. by Andrew M. Kuchling · 22 years ago
  18. cd58b8f Add getstate and setstate implementation to concrete set classes. by Jeremy Hylton · 22 years ago
  19. 7762865 Remove some test code. by Jeremy Hylton · 22 years ago
  20. 22b3a49 Fix SF bug #637789: Handle Proxy-Connection header. by Jeremy Hylton · 22 years ago
  21. 33635aa Back out part of rev. 1.53, restoring the use of the string module. by Andrew M. Kuchling · 22 years ago
  22. 455ab77 Get rid of #! lines, references to usage as __main__, README.txt, and by Guido van Rossum · 22 years ago
  23. 57102f8 Adding Vinay Sajip's logging package. by Guido van Rossum · 22 years ago
  24. c0b4034 Improved clarity and thoroughness of docstring. by Raymond Hettinger · 22 years ago
  25. f2928eb Fix typo in comment. by Fred Drake · 22 years ago
  26. 8557156 Update file by Andrew M. Kuchling · 22 years ago
  27. ea002a1 Docstring typo fix by Andrew M. Kuchling · 22 years ago
  28. 80a1bf4 Fix SF # 635969, No error "not all arguments converted" by Neal Norwitz · 22 years ago
  29. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  30. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  31. 3ae84b6 Allow both string and Unicode objects in levels. by Martin v. Löwis · 22 years ago
  32. 2411a2d Don't try to convert the test filename to Unicode with -U. by Martin v. Löwis · 22 years ago
  33. 838a359 Search for tix subdirectories. Fixes #564729. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  34. 44a7910 I already forgot what I changed -- it wasn't important <wink>. by Tim Peters · 22 years ago
  35. 63c1081 OK -- all tests pass on Windows now. The rest were due to 3 more by Tim Peters · 22 years ago
  36. 9de06bd More tests run on Windows now. Something is still wrong here, but no by Tim Peters · 22 years ago
  37. 499d09a Many changes to get this to pass on Windows, and to make it easier to by Tim Peters · 22 years ago
  38. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  39. e713031 Comment out the test docstrings so we can at least tell which tests are failing. by Tim Peters · 22 years ago
  40. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  41. ae9cbee Open at least one binary file in binary mode. This allows a few of the by Tim Peters · 22 years ago
  42. 7cd83ca Another attempt at making the set constructor both safe and fast. [SF by Guido van Rossum · 22 years ago
  43. 91e7753 [Bug #233259] Ugly traceback for DistutilsPlatformError by Andrew M. Kuchling · 22 years ago
  44. 706867c Fix comment typo by Andrew M. Kuchling · 22 years ago
  45. 006c752 This is Richie Hindle's patch: by Michael W. Hudson · 22 years ago
  46. 1f04610 Make strip behave as documented. Will backport to 2.2.3. by Martin v. Löwis · 22 years ago
  47. 0ec1ddc _update(): Commented the new obscurity. Materialized into a tuple by Tim Peters · 22 years ago
  48. 1eb1fb8 Closes SF bug #628246. by Raymond Hettinger · 22 years ago
  49. 492620a Use dynamic linking for the SHGetSpecialFolderPath function, it is not by Thomas Heller · 22 years ago
  50. 8560bb8 Fix a small bug when sys.argv[0] has an absolute path. by Thomas Heller · 22 years ago
  51. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  52. 4dbf192 Add next() and __iter__() methods to StreamReader, StreamReaderWriter by Walter Dörwald · 22 years ago
  53. 07e1476 Make int("...") return a long if an int would overflow. by Walter Dörwald · 22 years ago
  54. aca49b0 Fix NameError exception ('name' undefined) by Andrew M. Kuchling · 22 years ago
  55. 9050a51 Fix docstring typos by Andrew M. Kuchling · 22 years ago
  56. 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
  57. 57f0f34 Skip the test_nocaret test when running as jython. Jython happens to add by Finn Bock · 22 years ago
  58. 41c570f Make the test pass for jython where there are no sys.executable. by Finn Bock · 22 years ago
  59. 5a231c8f By default when getting the search menu, the currently highligted by Chui Tey · 22 years ago
  60. 210bd20 Implement a `pp' command, which is like `p' except that it by Barry Warsaw · 22 years ago
  61. da2525e parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, by Barry Warsaw · 22 years ago
  62. a0a0076 test_no_separating_blank_line(): A test for SF bug #633527, no by Barry Warsaw · 22 years ago
  63. 847fdbb A message with no separating blank line between the headers and the by Barry Warsaw · 22 years ago
  64. 48b0a1c test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug by Barry Warsaw · 22 years ago
  65. 5c9130e _parsebody(): A fix for SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  66. 00e6a02 Test case, distilled from SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  67. 9288f95 Another round on SF patch 618135: gzip.py and files > 2G by Tim Peters · 22 years ago
  68. cd8fdbb Repair inconsistent use of tabs and spaces. by Jeremy Hylton · 22 years ago
  69. a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 22 years ago
  70. 8f4dcbd Bump __version__ (yes, to 2.5 "minus") by Barry Warsaw · 22 years ago
  71. 030ddf7 Jason Mastaler's patch to break the dependence on rfc822.py for the by Barry Warsaw · 22 years ago
  72. e94d8fa Fix an old bug in poll(). When a signal is handled while we're by Guido van Rossum · 22 years ago
  73. 5da854f This is Alex Martelli's patch by Michael W. Hudson · 22 years ago
  74. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  75. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  76. 173f11d Some days, I think my comment of by Michael W. Hudson · 22 years ago
  77. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 22 years ago
  78. 78a7aee SF 633560: tokenize.__all__ needs "generate_tokens" by Raymond Hettinger · 22 years ago
  79. a326f47 This stopped working on Windows, due to a reference to the non-existent by Tim Peters · 22 years ago
  80. 69371d6 Set breakpoints on remote debugger by Chui Tey · 22 years ago
  81. 72a8a3b Tidied up widget placement by Chui Tey · 22 years ago
  82. a2adb0f Recalls breakpoints set in a file by Chui Tey · 22 years ago
  83. 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 22 years ago
  84. fb0ea52 Related to SF patch 618135: gzip.py and files > 2G. by Tim Peters · 22 years ago
  85. 47ca2bc [Patch #588809] Remove check of environment variables; sysconfig.py will do that now by Andrew M. Kuchling · 22 years ago
  86. 574deae Patch #625823: Add symbolic constants for more commands. by Martin v. Löwis · 22 years ago
  87. e2d1214 [Bug #620630] Flush stdout after logging every message. Without it, by Andrew M. Kuchling · 22 years ago
  88. 33a5edf Add get_distutil_options(); future setup.py files can use this to check by Andrew M. Kuchling · 22 years ago
  89. b6c316f [Bug #570655] Fix misleading option text by Andrew M. Kuchling · 22 years ago
  90. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  91. a178cff [ 629984 ] Smaller font sizes not supported by Chui Tey · 22 years ago
  92. 993e81a 619127: Recent File Menu Not Updating by Chui Tey · 22 years ago
  93. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  94. 26a1eef Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 22 years ago
  95. e7629c8 Skip test_dbm if we can't write to the file by Neal Norwitz · 22 years ago
  96. 4f759d8 Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. by Raymond Hettinger · 22 years ago
  97. 57bc5fa Patch #631972: Adds an is_jython flag. by Finn Bock · 22 years ago
  98. 768c98b patch #624180 (part 2 of 2): by Fredrik Lundh · 22 years ago
  99. 218c5f9 [SF bug 631713] use the import exeption message in the TestFailed exception. by Finn Bock · 22 years ago
  100. d1a72a0 Ad test_funky_hyphens() to test some screwy edge cases reported in SF by Greg Ward · 22 years ago