1. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  2. 6b01685 This patch fixes the following bugs: by Gustavo Niemeyer · 22 years ago
  3. 173f11d Some days, I think my comment of by Michael W. Hudson · 22 years ago
  4. d7c14c6 Must now give the basename - not including directories - of the by Thomas Heller · 22 years ago
  5. 78a7aee SF 633560: tokenize.__all__ needs "generate_tokens" by Raymond Hettinger · 22 years ago
  6. a326f47 This stopped working on Windows, due to a reference to the non-existent by Tim Peters · 22 years ago
  7. bc5e3cc Use personal e-mail address; update date; various small edits; add a name to acks by Andrew M. Kuchling · 22 years ago
  8. 69371d6 Set breakpoints on remote debugger by Chui Tey · 22 years ago
  9. 6623906 SF #633013, Fix NIS causing interpreter core dump by Neal Norwitz · 22 years ago
  10. 72a8a3b Tidied up widget placement by Chui Tey · 22 years ago
  11. a2adb0f Recalls breakpoints set in a file by Chui Tey · 22 years ago
  12. 146f61d Update config.h to pyconfig.h. by Fred Drake · 22 years ago
  13. 7a82b8c Bring back the patch/bug count paragraph. by Andrew M. Kuchling · 22 years ago
  14. dc3f7e1 Mention distutil changes by Andrew M. Kuchling · 22 years ago
  15. 29c8623 [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber by Andrew M. Kuchling · 22 years ago
  16. fb0ea52 Related to SF patch 618135: gzip.py and files > 2G. by Tim Peters · 22 years ago
  17. 47ca2bc [Patch #588809] Remove check of environment variables; sysconfig.py will do that now by Andrew M. Kuchling · 22 years ago
  18. 22610da Document symbolic constants for commands. by Martin v. Löwis · 22 years ago
  19. 574deae Patch #625823: Add symbolic constants for more commands. by Martin v. Löwis · 22 years ago
  20. 2eba52f Thinking on comp.text.tex seems to be that it's better to override by Fred Drake · 22 years ago
  21. e2d1214 [Bug #620630] Flush stdout after logging every message. Without it, by Andrew M. Kuchling · 22 years ago
  22. 33a5edf Add get_distutil_options(); future setup.py files can use this to check by Andrew M. Kuchling · 22 years ago
  23. b6c316f [Bug #570655] Fix misleading option text by Andrew M. Kuchling · 22 years ago
  24. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  25. a178cff [ 629984 ] Smaller font sizes not supported by Chui Tey · 22 years ago
  26. 993e81a 619127: Recent File Menu Not Updating by Chui Tey · 22 years ago
  27. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  28. cf57e50 Fix SF #632864, Typo string instead of sting in LibDoc. Will backport. by Neal Norwitz · 22 years ago
  29. 1aca2d0 Fix SF # 518775, buffer object API description truncated by Neal Norwitz · 22 years ago
  30. 26a1eef Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 22 years ago
  31. 034c749 Fix SF #618146, overflow error in calendar module Will backport. by Neal Norwitz · 22 years ago
  32. 065627e Add "select all" by clicking on (0,0) cell. by Guido van Rossum · 22 years ago
  33. 40cac73 Fix SF # 551504, python -v sometimes fails to find init (HPUX) by Neal Norwitz · 22 years ago
  34. e08e1bc Fix compiler warning on HP-UX. Cast param to isalnum() to int. by Neal Norwitz · 22 years ago
  35. 39d22e5 Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O. by Neal Norwitz · 22 years ago
  36. e7629c8 Skip test_dbm if we can't write to the file by Neal Norwitz · 22 years ago
  37. 94a83fd Fix SF #632624, test_resource failure on alpha/64bit by Neal Norwitz · 22 years ago
  38. d631ebe Remove extra argument in mknod. Fixes #632628. by Martin v. Löwis · 22 years ago
  39. a978ab0 Need to quote test for posix_threads on HPUX11 by Neal Norwitz · 22 years ago
  40. 1a7a894 Move introductory sentence to where it belongs. by Walter Dörwald · 22 years ago
  41. bfcd653 Add ESC key binding -- undo current cell editing. by Guido van Rossum · 22 years ago
  42. 3669242 Major breakthrough in selection -- drag-select multiple cells now by Guido van Rossum · 22 years ago
  43. 4f759d8 Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. by Raymond Hettinger · 22 years ago
  44. 9482d25 Update example for the type() function to use the currently accepted by Fred Drake · 22 years ago
  45. 57bc5fa Patch #631972: Adds an is_jython flag. by Finn Bock · 22 years ago
  46. 768c98b patch #624180 (part 2 of 2): by Fredrik Lundh · 22 years ago
  47. 218c5f9 [SF bug 631713] use the import exeption message in the TestFailed exception. by Finn Bock · 22 years ago
  48. ff031cf Define abstract way to get the normal and smaller font sizes that work by Fred Drake · 22 years ago
  49. 8612a43 Add a missing % to a Windows-style environment variable expression. by Fred Drake · 22 years ago
  50. d1a72a0 Ad test_funky_hyphens() to test some screwy edge cases reported in SF by Greg Ward · 22 years ago
  51. 05c9335 Fixes SF bug#614051: win32 build_ext problem. by Thomas Heller · 22 years ago
  52. ccf4e42 Catch only ImportError by Andrew M. Kuchling · 22 years ago
  53. 0ae2981 Add docstrings to register, lookup, register_error by Walter Dörwald · 22 years ago
  54. ff4ad9a Make the Distribution() constructor forgiving of unknown keyword by Andrew M. Kuchling · 22 years ago
  55. 699799e Add a couple of comments about the use of \normalsize and \footnotesize. by Fred Drake · 22 years ago
  56. 2394900 Still more magical <link> elements. by Fred Drake · 22 years ago
  57. dbb2b9d Hackish way to generate an up-<link> for the title page if we have one. by Fred Drake · 22 years ago
  58. 4a47349 More <link> support for generated pages. by Fred Drake · 22 years ago
  59. 8687609 Two more <link> elements. by Fred Drake · 22 years ago
  60. 942bd50 Add some relevant <link> elements. by Fred Drake · 22 years ago
  61. 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
  62. 0e2e687 Minor rearranging. by Fred Drake · 22 years ago
  63. 4e303aa Add notes to the asctime() and ctime() descriptions to make it by Fred Drake · 22 years ago
  64. b1510d5 Sprinkle with --favicon options. by Fred Drake · 22 years ago
  65. b07216b Added support for --favicon. Fix support for the Aesop Meta Type. by Fred Drake · 22 years ago
  66. 56c8c27 Added support for --favicon. by Fred Drake · 22 years ago
  67. dd3d6a0 Add support for using a "favicon". by Fred Drake · 22 years ago
  68. 11eb3d0 Make use of the new "favicon" image. by Fred Drake · 22 years ago
  69. 45be2fe Added "favicon" image. by Fred Drake · 22 years ago
  70. d8ea2e0 Added missing class to __all__. by Raymond Hettinger · 22 years ago
  71. a853cc6 Added __all__. by Raymond Hettinger · 22 years ago
  72. 39f02f9 Added missing names to __all__. by Raymond Hettinger · 22 years ago
  73. 2b9bfb3 Added new move() function to __all__. by Raymond Hettinger · 22 years ago
  74. fb05c4e SF bug 630824: pydoc Helper keywords missing 'yield' by Tim Peters · 22 years ago
  75. edc853e Patrick K. O'Brien notices that kwlist was missing from __all__. by Raymond Hettinger · 22 years ago
  76. 37e4772 Forward port of 1.12.14.3 (which has an incorrect log message): by Jack Jansen · 22 years ago
  77. 2c9590f Added test for this fix to classobject.c: by Guido van Rossum · 22 years ago
  78. f740bdf Since properties are supported here, is possible that by Guido van Rossum · 22 years ago
  79. 3e2c632 Patch #629426: Eliminate more autoconf warnings. Use AC_HELP_STRING. by Martin v. Löwis · 22 years ago
  80. d0c7137 Chapter titles that get split over multiple lines in the typeset by Fred Drake · 22 years ago
  81. 6d89050 Minor simplification. by Fred Drake · 22 years ago
  82. 9142b19 Remove unnecessary output file. by Fred Drake · 22 years ago
  83. 32f3add Add a test of interaction between &amp; and extra replacements. by Fred Drake · 22 years ago
  84. 407fea5 Really do replacement of &amp; last to avoid bad interactions between &amp; by Fred Drake · 22 years ago
  85. f55222d Avoid calling __dict_replace() if we don't need to -- the call is much by Fred Drake · 22 years ago
  86. 15941e6 Oops, committed this in the wrong place. by Guido van Rossum · 22 years ago
  87. 69ccfcc Spreadsheet demo that I used in the advanced talk at Linux Lunacy II. by Guido van Rossum · 22 years ago
  88. 38749b6 Beginnings of a spreadsheet I used as an example on Linux Lunacy II. by Guido van Rossum · 22 years ago
  89. 35f63a8 Change PyOS_Readline declaration to match the recent change to myreadline.c by Skip Montanaro · 22 years ago
  90. 8c14028 Patch #627105: Document that SYSTEM_PAGE_SIZE really should not be by Martin v. Löwis · 22 years ago
  91. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  92. edb6bff Add Daniel Stutzbach, for #512981. by Martin v. Löwis · 22 years ago
  93. 080689c Document patch #512981. by Martin v. Löwis · 22 years ago
  94. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  95. 88afe66 Patch #623771: Properly use autoconf 2.5x macros. by Martin v. Löwis · 22 years ago
  96. c9d07df Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. by Martin v. Löwis · 22 years ago
  97. e482658 Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE. by Martin v. Löwis · 22 years ago
  98. 7fbd012 Clarify packages in tutorial. Closes SF bug #616211. by Raymond Hettinger · 22 years ago
  99. 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 22 years ago
  100. 98e3b29 Add tests for both raw and non-raw versions of the items() methods. by Fred Drake · 22 years ago