1. c523b04 Fixed sre bug "[#581080] Provoking infinite scanner loops". by Gustavo Niemeyer · 22 years ago
  2. 65fe8dd Script to create .app bundles. Largely untested. by Jack Jansen · 22 years ago
  3. dc46175 Add --check-tkinter to setup.py. Install IDLE. Fixes #634078. by Martin v. Löwis · 22 years ago
  4. eb58f5d Use column= rather than col=; with Tk 8.4 col= no longer works. by Guido van Rossum · 22 years ago
  5. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  6. 4dbf192 Add next() and __iter__() methods to StreamReader, StreamReaderWriter by Walter Dörwald · 22 years ago
  7. 07e1476 Make int("...") return a long if an int would overflow. by Walter Dörwald · 22 years ago
  8. aca49b0 Fix NameError exception ('name' undefined) by Andrew M. Kuchling · 22 years ago
  9. cbd6fb9 Handle really big steps in extended slices. by Michael W. Hudson · 22 years ago
  10. 9050a51 Fix docstring typos by Andrew M. Kuchling · 22 years ago
  11. 572aae3 Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is now called MinGW by Andrew M. Kuchling · 22 years ago
  12. e3fb22b [Patch #633635 from David M. Cooke] by Andrew M. Kuchling · 22 years ago
  13. 7e23f00 [Patch #633635 from David M. Cooke] by Andrew M. Kuchling · 22 years ago
  14. 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
  15. 3c2c433 Fix for bug 631247: configure should test the build directory for by Jack Jansen · 22 years ago
  16. 57f0f34 Skip the test_nocaret test when running as jython. Jython happens to add by Finn Bock · 22 years ago
  17. 41c570f Make the test pass for jython where there are no sys.executable. by Finn Bock · 22 years ago
  18. 5a231c8f By default when getting the search menu, the currently highligted by Chui Tey · 22 years ago
  19. 110aa50 Fix minor wording and 2 typos by Neal Norwitz · 22 years ago
  20. 40b11b8 Support sdist. by Martin v. Löwis · 22 years ago
  21. fad265e Whoops, fix the typo correctly this time by Neal Norwitz · 22 years ago
  22. 03b109a Use PyOS_snprintf() instead of sprintf and wrap the long line by Neal Norwitz · 22 years ago
  23. 5d8d618 Add an entry for pdb's new `pp' command. by Barry Warsaw · 22 years ago
  24. 75f36b7 Document the new `pp' command. by Barry Warsaw · 22 years ago
  25. 210bd20 Implement a `pp' command, which is like `p' except that it by Barry Warsaw · 22 years ago
  26. c2f7757 Fix minor typos by Neal Norwitz · 22 years ago
  27. 71f5acd Minor cleanups, markup. by Fred Drake · 22 years ago
  28. a288a23 Document that images go away when they go away. Fixes #632323. by Martin v. Löwis · 22 years ago
  29. da2525e parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, by Barry Warsaw · 22 years ago
  30. a0a0076 test_no_separating_blank_line(): A test for SF bug #633527, no by Barry Warsaw · 22 years ago
  31. 847fdbb A message with no separating blank line between the headers and the by Barry Warsaw · 22 years ago
  32. 48b0a1c test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug by Barry Warsaw · 22 years ago
  33. 5c9130e _parsebody(): A fix for SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  34. 00e6a02 Test case, distilled from SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  35. 9288f95 Another round on SF patch 618135: gzip.py and files > 2G by Tim Peters · 22 years ago
  36. cd8fdbb Repair inconsistent use of tabs and spaces. by Jeremy Hylton · 22 years ago
  37. a5f4c07 Remove use of string module and reflow a couple of long lines. by Jeremy Hylton · 22 years ago
  38. 8f4dcbd Bump __version__ (yes, to 2.5 "minus") by Barry Warsaw · 22 years ago
  39. 030ddf7 Jason Mastaler's patch to break the dependence on rfc822.py for the by Barry Warsaw · 22 years ago
  40. 7d7930b * bzmodule.c More fixes of XDECREF'd values not initialized. by Gustavo Niemeyer · 22 years ago
  41. e94d8fa Fix an old bug in poll(). When a signal is handled while we're by Guido van Rossum · 22 years ago
  42. 18142c0 Fix SF #633935, test_bz2 fails by Neal Norwitz · 22 years ago
  43. 2801fe1 Use PyList_CheckExact and PyTuple_CheckExact for checking whether by Michael W. Hudson · 22 years ago
  44. 18c7d98 Fix a few minor nits. Still need to actually proofread this. by Fred Drake · 22 years ago
  45. 5da854f This is Alex Martelli's patch by Michael W. Hudson · 22 years ago
  46. cc6cc5d Fix minor markup nits. by Fred Drake · 22 years ago
  47. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  48. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  49. 173f11d Some days, I think my comment of by Michael W. Hudson · 22 years ago
  50. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 22 years ago
  51. 78a7aee SF 633560: tokenize.__all__ needs "generate_tokens" by Raymond Hettinger · 22 years ago
  52. a326f47 This stopped working on Windows, due to a reference to the non-existent by Tim Peters · 22 years ago
  53. bc5e3cc Use personal e-mail address; update date; various small edits; add a name to acks by Andrew M. Kuchling · 22 years ago
  54. 69371d6 Set breakpoints on remote debugger by Chui Tey · 22 years ago
  55. 6623906 SF #633013, Fix NIS causing interpreter core dump by Neal Norwitz · 22 years ago
  56. 72a8a3b Tidied up widget placement by Chui Tey · 22 years ago
  57. a2adb0f Recalls breakpoints set in a file by Chui Tey · 22 years ago
  58. 146f61d Update config.h to pyconfig.h. by Fred Drake · 22 years ago
  59. 7a82b8c Bring back the patch/bug count paragraph. by Andrew M. Kuchling · 22 years ago
  60. dc3f7e1 Mention distutil changes by Andrew M. Kuchling · 22 years ago
  61. 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 22 years ago
  62. fb0ea52 Related to SF patch 618135: gzip.py and files > 2G. by Tim Peters · 22 years ago
  63. 47ca2bc [Patch #588809] Remove check of environment variables; sysconfig.py will do that now by Andrew M. Kuchling · 22 years ago
  64. 22610da Document symbolic constants for commands. by Martin v. Löwis · 22 years ago
  65. 574deae Patch #625823: Add symbolic constants for more commands. by Martin v. Löwis · 22 years ago
  66. 2eba52f Thinking on comp.text.tex seems to be that it's better to override by Fred Drake · 22 years ago
  67. e2d1214 [Bug #620630] Flush stdout after logging every message. Without it, by Andrew M. Kuchling · 22 years ago
  68. 33a5edf Add get_distutil_options(); future setup.py files can use this to check by Andrew M. Kuchling · 22 years ago
  69. b6c316f [Bug #570655] Fix misleading option text by Andrew M. Kuchling · 22 years ago
  70. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  71. a178cff [ 629984 ] Smaller font sizes not supported by Chui Tey · 22 years ago
  72. 993e81a 619127: Recent File Menu Not Updating by Chui Tey · 22 years ago
  73. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  74. cf57e50 Fix SF #632864, Typo string instead of sting in LibDoc. Will backport. by Neal Norwitz · 22 years ago
  75. 1aca2d0 Fix SF # 518775, buffer object API description truncated by Neal Norwitz · 22 years ago
  76. 26a1eef Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 22 years ago
  77. 034c749 Fix SF #618146, overflow error in calendar module Will backport. by Neal Norwitz · 22 years ago
  78. 065627e Add "select all" by clicking on (0,0) cell. by Guido van Rossum · 22 years ago
  79. 40cac73 Fix SF # 551504, python -v sometimes fails to find init (HPUX) by Neal Norwitz · 22 years ago
  80. e08e1bc Fix compiler warning on HP-UX. Cast param to isalnum() to int. by Neal Norwitz · 22 years ago
  81. 39d22e5 Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O. by Neal Norwitz · 22 years ago
  82. e7629c8 Skip test_dbm if we can't write to the file by Neal Norwitz · 22 years ago
  83. 94a83fd Fix SF #632624, test_resource failure on alpha/64bit by Neal Norwitz · 22 years ago
  84. d631ebe Remove extra argument in mknod. Fixes #632628. by Martin v. Löwis · 22 years ago
  85. a978ab0 Need to quote test for posix_threads on HPUX11 by Neal Norwitz · 22 years ago
  86. 1a7a894 Move introductory sentence to where it belongs. by Walter Dörwald · 22 years ago
  87. bfcd653 Add ESC key binding -- undo current cell editing. by Guido van Rossum · 22 years ago
  88. 3669242 Major breakthrough in selection -- drag-select multiple cells now by Guido van Rossum · 22 years ago
  89. 4f759d8 Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. by Raymond Hettinger · 22 years ago
  90. 9482d25 Update example for the type() function to use the currently accepted by Fred Drake · 22 years ago
  91. 57bc5fa Patch #631972: Adds an is_jython flag. by Finn Bock · 22 years ago
  92. 768c98b patch #624180 (part 2 of 2): by Fredrik Lundh · 22 years ago
  93. 218c5f9 [SF bug 631713] use the import exeption message in the TestFailed exception. by Finn Bock · 22 years ago
  94. ff031cf Define abstract way to get the normal and smaller font sizes that work by Fred Drake · 22 years ago
  95. 8612a43 Add a missing % to a Windows-style environment variable expression. by Fred Drake · 22 years ago
  96. d1a72a0 Ad test_funky_hyphens() to test some screwy edge cases reported in SF by Greg Ward · 22 years ago
  97. 05c9335 Fixes SF bug#614051: win32 build_ext problem. by Thomas Heller · 22 years ago
  98. ccf4e42 Catch only ImportError by Andrew M. Kuchling · 22 years ago
  99. 0ae2981 Add docstrings to register, lookup, register_error by Walter Dörwald · 22 years ago
  100. ff4ad9a Make the Distribution() constructor forgiving of unknown keyword by Andrew M. Kuchling · 22 years ago