1. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 21 years ago
  2. 2b48213 Repaired a misleading comment Barry inherited from me. by Tim Peters · 21 years ago
  3. fa1bf1c First try to use the OSATerminology module to get the terminology by Jack Jansen · 21 years ago
  4. 7a251db Build the OSATerminology module on MacOSX. by Jack Jansen · 21 years ago
  5. ee1c85c Various tweaks by Jack because of the different module name, adaptation by Jack Jansen · 21 years ago
  6. 86f25fb Module to get OSA terminology description through the "official channels", by Jack Jansen · 21 years ago
  7. 1930949 Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented by Neal Norwitz · 21 years ago
  8. bd836df _split_ascii(): In the clause where curlen + partlen > maxlen, if the by Barry Warsaw · 21 years ago
  9. f0d3585 test_long_received_header(): Another test case for folding long by Barry Warsaw · 21 years ago
  10. 4922768 Reverted the previous change to read() and readline(). by Raymond Hettinger · 21 years ago
  11. 5573541 Add a note explaining why you shouldn't try to compute mean and by Guido van Rossum · 21 years ago
  12. c79ffb0 test_whitespace_eater_unicode(): Test of the last outstanding bug in by Barry Warsaw · 21 years ago
  13. 4848805 __unicode__(): When converting to a unicode string, we need to by Barry Warsaw · 21 years ago
  14. e05dcce Simpler way to write reindent(), suggested by Raymond H. by Guido van Rossum · 21 years ago
  15. 259d3d5 Removed superfluous \r. by Sjoerd Mullender · 21 years ago
  16. 28ffcb6 test_rfc2047_multiline(): Test case for SF bug #640110. by Barry Warsaw · 21 years ago
  17. 671c3e6 decode_header(): Typo when appending an unencoded chunk to the by Barry Warsaw · 21 years ago
  18. 1a2c373 Describe Charset.__repr__(). by Barry Warsaw · 21 years ago
  19. f32e313 Describe the new Header.encode() argument "splitchars". by Barry Warsaw · 21 years ago
  20. 10627ba Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  21. e899e51 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  22. 0e4570b Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  23. 5c2f153 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  24. 5d384ef Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  25. 784cf6a Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  26. 0ed81c3 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  27. e8577b7 Add notes about baseline overhead, and about different Python by Guido van Rossum · 21 years ago
  28. b7ab600 Added more documentation. by Guido van Rossum · 21 years ago
  29. 9589a25 Mention timeit.py. by Guido van Rossum · 21 years ago
  30. b3f09d4 A flexible utility to time the execution speed of a code snippet. by Guido van Rossum · 21 years ago
  31. 5b73385 Two ancient and obscure bugs found and fixed by Donovan Preston (these by Jack Jansen · 21 years ago
  32. 6a9a329 Declare all variables at the start of their scope. by Fred Drake · 21 years ago
  33. f0dfbaf Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules by Just van Rossum · 21 years ago
  34. 62442c2 Fix for bug #697546: don't auto-register the Python documentation by Jack Jansen · 21 years ago
  35. fbd861b An #endif was missing in Just's patch. Added. by Jack Jansen · 21 years ago
  36. 2ac79ef removing one Mac hack and add another: by Just van Rossum · 21 years ago
  37. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  38. 620c083 Actually *do* override the type in AppBuilder. by Jack Jansen · 21 years ago
  39. cc81b80 Moved some application-bundle specific code from the BundleBuilder class to by Jack Jansen · 21 years ago
  40. 9c20615 Back in June in revision 1.98 Steve (accidentally, presumably) wiped by Michael W. Hudson · 21 years ago
  41. 2ab1d08 I thought it was common practice to check things compiled before by Michael W. Hudson · 21 years ago
  42. 7a924e6 Patch #696645: Remove VMS code with uncertain authorship. by Martin v. Löwis · 21 years ago
  43. 0d58ba9 These are no longer used. by Jack Jansen · 21 years ago
  44. 55fa3bb Point e-mail address at the SIG by Andrew M. Kuchling · 21 years ago
  45. 6a42183 os.listdir(): Fall back to the original byte string if conversion to unicode by Just van Rossum · 21 years ago
  46. 69700ef Weaken recommendation of Friedl book; fix reference by Andrew M. Kuchling · 21 years ago
  47. 02a0b3b [bug #692016] update description of {m,n} modifier; you can omit the lower bound by Andrew M. Kuchling · 21 years ago
  48. 85f3227 [bug #696771] Remove misleading parenthetical aside by Andrew M. Kuchling · 21 years ago
  49. b4329f3 Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in stead by Jack Jansen · 21 years ago
  50. ddeaf11 Attempting to save the shell raised an error related to saving by Kurt B. Kaiser · 21 years ago
  51. b248733 SF 693333 by Kurt B. Kaiser · 21 years ago
  52. fd8e6e5 test_ioctl is an expected skip on Windows. by Tim Peters · 21 years ago
  53. 12e2217 Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler by Neal Norwitz · 21 years ago
  54. a52b852 [Bug #693470] 'licence' as an alias for 'license' doesn't work. by Andrew M. Kuchling · 21 years ago
  55. b6aff15 SF 695861 by Kurt B. Kaiser · 21 years ago
  56. 2fe07fd plugged leak noted by nnorwitz: the 'et' format returns allocated memory by Just van Rossum · 21 years ago
  57. a2eaf31 [Bug #69389] List register command in __all__, so setup.py --help-commands will now list it by Andrew M. Kuchling · 21 years ago
  58. a9ccce3 Improve description by Andrew M. Kuchling · 21 years ago
  59. 96b1c90 Patch #683592 revisited, after discussions with MvL: by Just van Rossum · 21 years ago
  60. ed6000a py-pdbtrack-grub-for-buffer(): Rectified some logic errors i by Ken Manheimer · 21 years ago
  61. 5125c76 Gave the text fields a little more space, so they don't get cut off. by Jack Jansen · 21 years ago
  62. 885d4f6 Mod to previous checkin: we must require ascii, not system defautl encoding, by Jack Jansen · 21 years ago
  63. d505cab Accept only the system default encoding when converting Python by Jack Jansen · 21 years ago
  64. f008998 Fix bug by Michael W. Hudson · 21 years ago
  65. 1221524 Don't call AEInteractWithUser unconditionally on a quit appleevent. The by Jack Jansen · 21 years ago
  66. 7451e3b Call AEInteractWithUser() before bringing up any of the dialogs (with the by Jack Jansen · 21 years ago
  67. 7f13489 Don't crash on _tkinter.createfilehandler in non-threaded Tcl; by Martin v. Löwis · 21 years ago
  68. 4eab486 Patch #671666: Alias ANSI code page to "mbcs". by Martin v. Löwis · 21 years ago
  69. ad428cd Guard advancing past leading meta-comments. by Ken Manheimer · 21 years ago
  70. e7aca52 Enhanced pdbtrack to provide for source code that's not findable by by Ken Manheimer · 21 years ago
  71. ad5e76a Use Carbon.File for FSSpec and FSRef conversion, not macfs. by Jack Jansen · 21 years ago
  72. d792848 _CG module only needs the ApplicationServices framework, not Carbon. by Jack Jansen · 21 years ago
  73. 0df6442 Undo the apply() removals; this code needs to run under Python 1.5.2. by Guido van Rossum · 21 years ago
  74. 206b9a7 MyComplex now works. by Guido van Rossum · 21 years ago
  75. 4eadfa2 Fix from Greg Chapman from SF bug #695651: a complex subclass by Guido van Rossum · 21 years ago
  76. 41bcbe3 Commit MvL's doc patch for SF bug #221327. This adds an example of by Guido van Rossum · 21 years ago
  77. fc27375 test_load_from_canned_string(): Created a DATA2 string to test a canned by Tim Peters · 21 years ago
  78. 563389f Add updates for alpha2 by Andrew M. Kuchling · 21 years ago
  79. 41c3e00 Expand itertools paragraph by Andrew M. Kuchling · 21 years ago
  80. 6cca754 TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using by Tim Peters · 21 years ago
  81. b7bfe4b Typo repairs in new code. by Tim Peters · 21 years ago
  82. 44f14b0 SF bug 693121: Set == non-Set is a TypeError. by Tim Peters · 21 years ago
  83. 3ba491e The doctest was printing Sets, but that's unreliable because set by Tim Peters · 21 years ago
  84. f421e81 Fix comment, mode really is used by Neal Norwitz · 21 years ago
  85. 4f959d2 Fix SF patch #695581, "returnself" -> "return self" by Neal Norwitz · 21 years ago
  86. d9efdc5 get_completer() takes no args by Neal Norwitz · 21 years ago
  87. c9fbb72 Added implementation notes for [re]set_exc_info(). by Guido van Rossum · 21 years ago
  88. d6473d1 Reindent the new code properly. by Guido van Rossum · 21 years ago
  89. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 21 years ago
  90. d1a283b Several of the tools can make direct calls the inner iterators. by Raymond Hettinger · 21 years ago
  91. 8049dde Removed duplicate test from inner loop. by Raymond Hettinger · 21 years ago
  92. 6f177d4 Add news item for patch #695090 by Andrew M. Kuchling · 21 years ago
  93. e557f35 [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages by Andrew M. Kuchling · 21 years ago
  94. 6156a2d Handle iconv initialization erorrs by Neal Norwitz · 21 years ago
  95. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 21 years ago
  96. 6e2d1c7 Just pointed out the code was better written with by Neal Norwitz · 21 years ago
  97. 2c92c6e Fix SF bug #690012 by Neal Norwitz · 21 years ago
  98. 3f5fcc8 Fix SF bug #690012 (among others), iconv_codec stops build by Neal Norwitz · 21 years ago
  99. edaa071 compile_atom(): Neal's last checkin removing the setting of i broke by Barry Warsaw · 21 years ago
  100. d5532af Check modes on install and temporary directories. Fixes #693230. by Jack Jansen · 21 years ago