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. bd836df _split_ascii(): In the clause where curlen + partlen > maxlen, if the by Barry Warsaw · 21 years ago
  4. f0d3585 test_long_received_header(): Another test case for folding long by Barry Warsaw · 21 years ago
  5. 4922768 Reverted the previous change to read() and readline(). by Raymond Hettinger · 21 years ago
  6. 5573541 Add a note explaining why you shouldn't try to compute mean and by Guido van Rossum · 21 years ago
  7. c79ffb0 test_whitespace_eater_unicode(): Test of the last outstanding bug in by Barry Warsaw · 21 years ago
  8. 4848805 __unicode__(): When converting to a unicode string, we need to by Barry Warsaw · 21 years ago
  9. e05dcce Simpler way to write reindent(), suggested by Raymond H. by Guido van Rossum · 21 years ago
  10. 28ffcb6 test_rfc2047_multiline(): Test case for SF bug #640110. by Barry Warsaw · 21 years ago
  11. 671c3e6 decode_header(): Typo when appending an unencoded chunk to the by Barry Warsaw · 21 years ago
  12. 10627ba Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  13. e899e51 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  14. 0e4570b Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  15. 5c2f153 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  16. 5d384ef Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  17. 784cf6a Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  18. 0ed81c3 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  19. e8577b7 Add notes about baseline overhead, and about different Python by Guido van Rossum · 21 years ago
  20. b7ab600 Added more documentation. by Guido van Rossum · 21 years ago
  21. b3f09d4 A flexible utility to time the execution speed of a code snippet. by Guido van Rossum · 21 years ago
  22. 5b73385 Two ancient and obscure bugs found and fixed by Donovan Preston (these by Jack Jansen · 21 years ago
  23. f0dfbaf Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules by Just van Rossum · 21 years ago
  24. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  25. 620c083 Actually *do* override the type in AppBuilder. by Jack Jansen · 21 years ago
  26. cc81b80 Moved some application-bundle specific code from the BundleBuilder class to by Jack Jansen · 21 years ago
  27. ddeaf11 Attempting to save the shell raised an error related to saving by Kurt B. Kaiser · 21 years ago
  28. b248733 SF 693333 by Kurt B. Kaiser · 21 years ago
  29. fd8e6e5 test_ioctl is an expected skip on Windows. by Tim Peters · 21 years ago
  30. a52b852 [Bug #693470] 'licence' as an alias for 'license' doesn't work. by Andrew M. Kuchling · 21 years ago
  31. b6aff15 SF 695861 by Kurt B. Kaiser · 21 years ago
  32. a2eaf31 [Bug #69389] List register command in __all__, so setup.py --help-commands will now list it by Andrew M. Kuchling · 21 years ago
  33. a9ccce3 Improve description by Andrew M. Kuchling · 21 years ago
  34. f008998 Fix bug by Michael W. Hudson · 21 years ago
  35. 7451e3b Call AEInteractWithUser() before bringing up any of the dialogs (with the by Jack Jansen · 21 years ago
  36. 4eab486 Patch #671666: Alias ANSI code page to "mbcs". by Martin v. Löwis · 21 years ago
  37. 0df6442 Undo the apply() removals; this code needs to run under Python 1.5.2. by Guido van Rossum · 21 years ago
  38. 206b9a7 MyComplex now works. by Guido van Rossum · 21 years ago
  39. fc27375 test_load_from_canned_string(): Created a DATA2 string to test a canned by Tim Peters · 21 years ago
  40. 6cca754 TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using by Tim Peters · 21 years ago
  41. b7bfe4b Typo repairs in new code. by Tim Peters · 21 years ago
  42. 44f14b0 SF bug 693121: Set == non-Set is a TypeError. by Tim Peters · 21 years ago
  43. 3ba491e The doctest was printing Sets, but that's unreliable because set by Tim Peters · 21 years ago
  44. f421e81 Fix comment, mode really is used by Neal Norwitz · 21 years ago
  45. 4f959d2 Fix SF patch #695581, "returnself" -> "return self" by Neal Norwitz · 21 years ago
  46. d6473d1 Reindent the new code properly. by Guido van Rossum · 21 years ago
  47. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 21 years ago
  48. e557f35 [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages by Andrew M. Kuchling · 21 years ago
  49. 6156a2d Handle iconv initialization erorrs by Neal Norwitz · 21 years ago
  50. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 21 years ago
  51. 98fc683 Getting rid of macfs. by Jack Jansen · 21 years ago
  52. abeb7d5 Added a deprecation warning. by Jack Jansen · 21 years ago
  53. 86bc464 M rpc.py M run.py by Kurt B. Kaiser · 21 years ago
  54. 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 · 21 years ago
  55. 19c6ba3 * separate opcode definitions into opcode.py by Skip Montanaro · 21 years ago
  56. 3249ccd new opcode module - extract opcode definitions from dis.py - eventually by Skip Montanaro · 21 years ago
  57. add0ccc simple test case for dis module by Skip Montanaro · 21 years ago
  58. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  59. f389c77 Use floor division (// and __[r]floordiv__ in right-dispatch test. by Guido van Rossum · 21 years ago
  60. f359410 Use floor division (//). by Guido van Rossum · 21 years ago
  61. 05595e9 Module review: by Raymond Hettinger · 21 years ago
  62. b2e0b92 Module review: by Raymond Hettinger · 21 years ago
  63. 479d280 The macfs, macostools, and plistlib should not be expected to run by Fred Drake · 21 years ago
  64. 10da45e [Bug #668662] Patch from Pearu Pearson: if a C source file is by Andrew M. Kuchling · 21 years ago
  65. a006b8e use bare raise so you get the original tb by Just van Rossum · 21 years ago
  66. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 21 years ago
  67. 0ff7a4e use the same Python for running the bootstrap script and the main program by Just van Rossum · 21 years ago
  68. ddf5283 remove sitecustomize hack, will be solved elsewhere by Just van Rossum · 21 years ago
  69. ec396a1 Let's try making the dialogs at least Movable Modal. by Jack Jansen · 21 years ago
  70. cba861e If a resource file cannot be decoded because the directory is readonly by Jack Jansen · 21 years ago
  71. ade6264 Reverted the rev. 1.8 change: the magic for decoding resourcefiles by Jack Jansen · 21 years ago
  72. 4983331 tweak error message by Just van Rossum · 21 years ago
  73. 7215e08 - renamed the --copyfile option to --file. by Just van Rossum · 21 years ago
  74. 8a3ed3f added some comments, minor tweaks by Just van Rossum · 21 years ago
  75. 7322b1a Resolving parts of #688907: by Just van Rossum · 21 years ago
  76. 74b9a7a typo by Skip Montanaro · 21 years ago
  77. f4a9ac2 Workaround for bug #644243 (which is actually an Apple bug, I think): URLs by Jack Jansen · 21 years ago
  78. 838e76a Test suite for the plistlib module. by Jack Jansen · 21 years ago
  79. 00cbf07 Added a -c (--copyfile) option with argument src:dst which copies file src by Jack Jansen · 21 years ago
  80. 0c44c04 sys.executable can contain spaces, cater for this when passing it to by Jack Jansen · 21 years ago
  81. 577fb5a Fix from SF patch #633359 by Greg Chapman for SF bug #610299: by Guido van Rossum · 21 years ago
  82. 15ff0e9 Get test to work on alpha by Neal Norwitz · 21 years ago
  83. d5a65a7 Fix SF bug #689659, 64-bit int and long hash keys incompatible by Neal Norwitz · 21 years ago
  84. c2dd2f0 Expect to skip test_iconv_codecs on MacOSX. by Jack Jansen · 21 years ago
  85. 71b13e8 Fix SF bug #690081, test_posix fails when run in non-interactive mode by Neal Norwitz · 21 years ago
  86. a4c93b6 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 21 years ago
  87. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 21 years ago
  88. d9bb1a0 Getting rid of macfs. by Jack Jansen · 21 years ago
  89. 8cb1ff5 Get rid of macfs. by Jack Jansen · 21 years ago
  90. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 21 years ago
  91. 4c641d0 getpid doesn't exist on MacOS9. by Jack Jansen · 21 years ago
  92. be53242 Remove _reduce_2, it's now implemented in C. by Guido van Rossum · 21 years ago
  93. 7107a7f SF bug 690622: test_cpickle overflows stack on MacOS9. by Tim Peters · 21 years ago
  94. 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 21 years ago
  95. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 21 years ago
  96. 785d0a3 SF bug #690083: test_random fails sometimes by Raymond Hettinger · 21 years ago
  97. af16065 announce(): use the level argument to control the log level. by Guido van Rossum · 21 years ago
  98. a85dbeb set_verbosity(): do something reasonable for out-of-range verbosity by Guido van Rossum · 21 years ago
  99. 80be59b Include download_url in the data POSTed to the catalog server by Andrew M. Kuchling · 21 years ago
  100. 188d85f [Patch #683939] Add download_url field to metadata by Andrew M. Kuchling · 21 years ago