1. 69700ef Weaken recommendation of Friedl book; fix reference by Andrew M. Kuchling · 22 years ago
  2. 02a0b3b [bug #692016] update description of {m,n} modifier; you can omit the lower bound by Andrew M. Kuchling · 22 years ago
  3. 85f3227 [bug #696771] Remove misleading parenthetical aside by Andrew M. Kuchling · 22 years ago
  4. b4329f3 Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in stead by Jack Jansen · 22 years ago
  5. ddeaf11 Attempting to save the shell raised an error related to saving by Kurt B. Kaiser · 22 years ago
  6. b248733 SF 693333 by Kurt B. Kaiser · 22 years ago
  7. fd8e6e5 test_ioctl is an expected skip on Windows. by Tim Peters · 22 years ago
  8. 12e2217 Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler by Neal Norwitz · 22 years ago
  9. a52b852 [Bug #693470] 'licence' as an alias for 'license' doesn't work. by Andrew M. Kuchling · 22 years ago
  10. b6aff15 SF 695861 by Kurt B. Kaiser · 22 years ago
  11. 2fe07fd plugged leak noted by nnorwitz: the 'et' format returns allocated memory by Just van Rossum · 22 years ago
  12. a2eaf31 [Bug #69389] List register command in __all__, so setup.py --help-commands will now list it by Andrew M. Kuchling · 22 years ago
  13. a9ccce3 Improve description by Andrew M. Kuchling · 22 years ago
  14. 96b1c90 Patch #683592 revisited, after discussions with MvL: by Just van Rossum · 22 years ago
  15. ed6000a py-pdbtrack-grub-for-buffer(): Rectified some logic errors i by Ken Manheimer · 22 years ago
  16. 5125c76 Gave the text fields a little more space, so they don't get cut off. by Jack Jansen · 22 years ago
  17. 885d4f6 Mod to previous checkin: we must require ascii, not system defautl encoding, by Jack Jansen · 22 years ago
  18. d505cab Accept only the system default encoding when converting Python by Jack Jansen · 22 years ago
  19. f008998 Fix bug by Michael W. Hudson · 22 years ago
  20. 1221524 Don't call AEInteractWithUser unconditionally on a quit appleevent. The by Jack Jansen · 22 years ago
  21. 7451e3b Call AEInteractWithUser() before bringing up any of the dialogs (with the by Jack Jansen · 22 years ago
  22. 7f13489 Don't crash on _tkinter.createfilehandler in non-threaded Tcl; by Martin v. Löwis · 22 years ago
  23. 4eab486 Patch #671666: Alias ANSI code page to "mbcs". by Martin v. Löwis · 22 years ago
  24. ad428cd Guard advancing past leading meta-comments. by Ken Manheimer · 22 years ago
  25. e7aca52 Enhanced pdbtrack to provide for source code that's not findable by by Ken Manheimer · 22 years ago
  26. ad5e76a Use Carbon.File for FSSpec and FSRef conversion, not macfs. by Jack Jansen · 22 years ago
  27. d792848 _CG module only needs the ApplicationServices framework, not Carbon. by Jack Jansen · 22 years ago
  28. 0df6442 Undo the apply() removals; this code needs to run under Python 1.5.2. by Guido van Rossum · 22 years ago
  29. 206b9a7 MyComplex now works. by Guido van Rossum · 22 years ago
  30. 4eadfa2 Fix from Greg Chapman from SF bug #695651: a complex subclass by Guido van Rossum · 22 years ago
  31. 41bcbe3 Commit MvL's doc patch for SF bug #221327. This adds an example of by Guido van Rossum · 22 years ago
  32. fc27375 test_load_from_canned_string(): Created a DATA2 string to test a canned by Tim Peters · 22 years ago
  33. 563389f Add updates for alpha2 by Andrew M. Kuchling · 22 years ago
  34. 41c3e00 Expand itertools paragraph by Andrew M. Kuchling · 22 years ago
  35. 6cca754 TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using by Tim Peters · 22 years ago
  36. b7bfe4b Typo repairs in new code. by Tim Peters · 22 years ago
  37. 44f14b0 SF bug 693121: Set == non-Set is a TypeError. by Tim Peters · 22 years ago
  38. 3ba491e The doctest was printing Sets, but that's unreliable because set by Tim Peters · 22 years ago
  39. f421e81 Fix comment, mode really is used by Neal Norwitz · 22 years ago
  40. 4f959d2 Fix SF patch #695581, "returnself" -> "return self" by Neal Norwitz · 22 years ago
  41. d9efdc5 get_completer() takes no args by Neal Norwitz · 22 years ago
  42. c9fbb72 Added implementation notes for [re]set_exc_info(). by Guido van Rossum · 22 years ago
  43. d6473d1 Reindent the new code properly. by Guido van Rossum · 22 years ago
  44. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 22 years ago
  45. d1a283b Several of the tools can make direct calls the inner iterators. by Raymond Hettinger · 22 years ago
  46. 8049dde Removed duplicate test from inner loop. by Raymond Hettinger · 22 years ago
  47. 6f177d4 Add news item for patch #695090 by Andrew M. Kuchling · 22 years ago
  48. e557f35 [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages by Andrew M. Kuchling · 22 years ago
  49. 6156a2d Handle iconv initialization erorrs by Neal Norwitz · 22 years ago
  50. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 22 years ago
  51. 6e2d1c7 Just pointed out the code was better written with by Neal Norwitz · 22 years ago
  52. 2c92c6e Fix SF bug #690012 by Neal Norwitz · 22 years ago
  53. 3f5fcc8 Fix SF bug #690012 (among others), iconv_codec stops build by Neal Norwitz · 22 years ago
  54. edaa071 compile_atom(): Neal's last checkin removing the setting of i broke by Barry Warsaw · 22 years ago
  55. d5532af Check modes on install and temporary directories. Fixes #693230. by Jack Jansen · 22 years ago
  56. f172871 Removed silly print. by Jack Jansen · 22 years ago
  57. d41eea0 SF doc patch #692001, properties and __getattribute__. I added some by Guido van Rossum · 22 years ago
  58. d00c13a Moved the Apple workaround for the guard define for wchar_t out of by Jack Jansen · 22 years ago
  59. f4ecc75 use proper constant instead of comment (noted by nnorwitz) by Just van Rossum · 22 years ago
  60. a72e2f9 Fix spelling and grammar. by Raymond Hettinger · 22 years ago
  61. 5f16a31 Remove setting i since it isn't used. Found in unrelated bug 690012. by Neal Norwitz · 22 years ago
  62. e9c571f Fix SF bug #694816, remove comparison of unsigned value < 0 by Neal Norwitz · 22 years ago
  63. c609689 In make clobber also clean out the Python.framework. by Jack Jansen · 22 years ago
  64. 98fc683 Getting rid of macfs. by Jack Jansen · 22 years ago
  65. abeb7d5 Added a deprecation warning. by Jack Jansen · 22 years ago
  66. 86bc464 M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  67. 4213e27 Added a note about EasyDialogs dialogs having become movable. by Jack Jansen · 22 years ago
  68. f92ec2d StdFilterProc() uses InOut parameters. by Jack Jansen · 22 years ago
  69. fb3c811 Changing the window type to movable modal isn't enough to make the dialogs movable: apprently you also need to set a bit in the dlgx resource. Did this. by Jack Jansen · 22 years ago
  70. 19c6ba3 * separate opcode definitions into opcode.py by Skip Montanaro · 22 years ago
  71. 3249ccd new opcode module - extract opcode definitions from dis.py - eventually by Skip Montanaro · 22 years ago
  72. add0ccc simple test case for dis module by Skip Montanaro · 22 years ago
  73. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  74. f389c77 Use floor division (// and __[r]floordiv__ in right-dispatch test. by Guido van Rossum · 22 years ago
  75. f359410 Use floor division (//). by Guido van Rossum · 22 years ago
  76. e46d155 In the process of adding all the extended slice support I attempted to by Michael W. Hudson · 22 years ago
  77. ce56c37 When bad HTML is encountered, ignore the page rather than failing with by Mark Hammond · 22 years ago
  78. 05595e9 Module review: by Raymond Hettinger · 22 years ago
  79. b2e0b92 Module review: by Raymond Hettinger · 22 years ago
  80. 479d280 The macfs, macostools, and plistlib should not be expected to run by Fred Drake · 22 years ago
  81. c61402b Update PyPI link by Andrew M. Kuchling · 22 years ago
  82. b6b4613 [Bug #693474, reported by Stuart Bishop] by Andrew M. Kuchling · 22 years ago
  83. 10da45e [Bug #668662] Patch from Pearu Pearson: if a C source file is by Andrew M. Kuchling · 22 years ago
  84. 21012b8 Micro-optimizations. by Raymond Hettinger · 22 years ago
  85. a006b8e use bare raise so you get the original tb by Just van Rossum · 22 years ago
  86. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 22 years ago
  87. 0ff7a4e use the same Python for running the bootstrap script and the main program by Just van Rossum · 22 years ago
  88. ddf5283 remove sitecustomize hack, will be solved elsewhere by Just van Rossum · 22 years ago
  89. ec396a1 Let's try making the dialogs at least Movable Modal. by Jack Jansen · 22 years ago
  90. cba861e If a resource file cannot be decoded because the directory is readonly by Jack Jansen · 22 years ago
  91. ade6264 Reverted the rev. 1.8 change: the magic for decoding resourcefiles by Jack Jansen · 22 years ago
  92. 46c9784 Patch #683592: unicode support for os.listdir() by Just van Rossum · 22 years ago
  93. 4983331 tweak error message by Just van Rossum · 22 years ago
  94. 7215e08 - renamed the --copyfile option to --file. by Just van Rossum · 22 years ago
  95. 8a3ed3f added some comments, minor tweaks by Just van Rossum · 22 years ago
  96. 5bfba3a Addendum to #683658: by Just van Rossum · 22 years ago
  97. 7322b1a Resolving parts of #688907: by Just van Rossum · 22 years ago
  98. 74b9a7a typo by Skip Montanaro · 22 years ago
  99. 12fe72e note the demise of the dospath module (was actually in 2.3a2) by Skip Montanaro · 22 years ago
  100. c00b6d7 Added an "Open Recent" command. Fixes 607810. by Jack Jansen · 22 years ago