1. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 22 years ago
  2. 620c083 Actually *do* override the type in AppBuilder. by Jack Jansen · 22 years ago
  3. cc81b80 Moved some application-bundle specific code from the BundleBuilder class to by Jack Jansen · 22 years ago
  4. ddeaf11 Attempting to save the shell raised an error related to saving by Kurt B. Kaiser · 22 years ago
  5. b248733 SF 693333 by Kurt B. Kaiser · 22 years ago
  6. fd8e6e5 test_ioctl is an expected skip on Windows. by Tim Peters · 22 years ago
  7. a52b852 [Bug #693470] 'licence' as an alias for 'license' doesn't work. by Andrew M. Kuchling · 22 years ago
  8. b6aff15 SF 695861 by Kurt B. Kaiser · 22 years ago
  9. a2eaf31 [Bug #69389] List register command in __all__, so setup.py --help-commands will now list it by Andrew M. Kuchling · 22 years ago
  10. a9ccce3 Improve description by Andrew M. Kuchling · 22 years ago
  11. f008998 Fix bug by Michael W. Hudson · 22 years ago
  12. 7451e3b Call AEInteractWithUser() before bringing up any of the dialogs (with the by Jack Jansen · 22 years ago
  13. 4eab486 Patch #671666: Alias ANSI code page to "mbcs". by Martin v. Löwis · 22 years ago
  14. 0df6442 Undo the apply() removals; this code needs to run under Python 1.5.2. by Guido van Rossum · 22 years ago
  15. 206b9a7 MyComplex now works. by Guido van Rossum · 22 years ago
  16. fc27375 test_load_from_canned_string(): Created a DATA2 string to test a canned by Tim Peters · 22 years ago
  17. 6cca754 TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using by Tim Peters · 22 years ago
  18. b7bfe4b Typo repairs in new code. by Tim Peters · 22 years ago
  19. 44f14b0 SF bug 693121: Set == non-Set is a TypeError. by Tim Peters · 22 years ago
  20. 3ba491e The doctest was printing Sets, but that's unreliable because set by Tim Peters · 22 years ago
  21. f421e81 Fix comment, mode really is used by Neal Norwitz · 22 years ago
  22. 4f959d2 Fix SF patch #695581, "returnself" -> "return self" by Neal Norwitz · 22 years ago
  23. d6473d1 Reindent the new code properly. by Guido van Rossum · 22 years ago
  24. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 22 years ago
  25. e557f35 [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages by Andrew M. Kuchling · 22 years ago
  26. 6156a2d Handle iconv initialization erorrs by Neal Norwitz · 22 years ago
  27. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 22 years ago
  28. 98fc683 Getting rid of macfs. by Jack Jansen · 22 years ago
  29. abeb7d5 Added a deprecation warning. by Jack Jansen · 22 years ago
  30. 86bc464 M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
  31. 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
  32. 19c6ba3 * separate opcode definitions into opcode.py by Skip Montanaro · 22 years ago
  33. 3249ccd new opcode module - extract opcode definitions from dis.py - eventually by Skip Montanaro · 22 years ago
  34. add0ccc simple test case for dis module by Skip Montanaro · 22 years ago
  35. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  36. f389c77 Use floor division (// and __[r]floordiv__ in right-dispatch test. by Guido van Rossum · 22 years ago
  37. f359410 Use floor division (//). by Guido van Rossum · 22 years ago
  38. 05595e9 Module review: by Raymond Hettinger · 22 years ago
  39. b2e0b92 Module review: by Raymond Hettinger · 22 years ago
  40. 479d280 The macfs, macostools, and plistlib should not be expected to run by Fred Drake · 22 years ago
  41. 10da45e [Bug #668662] Patch from Pearu Pearson: if a C source file is by Andrew M. Kuchling · 22 years ago
  42. a006b8e use bare raise so you get the original tb by Just van Rossum · 22 years ago
  43. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 22 years ago
  44. 0ff7a4e use the same Python for running the bootstrap script and the main program by Just van Rossum · 22 years ago
  45. ddf5283 remove sitecustomize hack, will be solved elsewhere by Just van Rossum · 22 years ago
  46. ec396a1 Let's try making the dialogs at least Movable Modal. by Jack Jansen · 22 years ago
  47. cba861e If a resource file cannot be decoded because the directory is readonly by Jack Jansen · 22 years ago
  48. ade6264 Reverted the rev. 1.8 change: the magic for decoding resourcefiles by Jack Jansen · 22 years ago
  49. 4983331 tweak error message by Just van Rossum · 22 years ago
  50. 7215e08 - renamed the --copyfile option to --file. by Just van Rossum · 22 years ago
  51. 8a3ed3f added some comments, minor tweaks by Just van Rossum · 22 years ago
  52. 7322b1a Resolving parts of #688907: by Just van Rossum · 22 years ago
  53. 74b9a7a typo by Skip Montanaro · 22 years ago
  54. f4a9ac2 Workaround for bug #644243 (which is actually an Apple bug, I think): URLs by Jack Jansen · 22 years ago
  55. 838e76a Test suite for the plistlib module. by Jack Jansen · 22 years ago
  56. 00cbf07 Added a -c (--copyfile) option with argument src:dst which copies file src by Jack Jansen · 22 years ago
  57. 0c44c04 sys.executable can contain spaces, cater for this when passing it to by Jack Jansen · 22 years ago
  58. 577fb5a Fix from SF patch #633359 by Greg Chapman for SF bug #610299: by Guido van Rossum · 22 years ago
  59. 15ff0e9 Get test to work on alpha by Neal Norwitz · 22 years ago
  60. d5a65a7 Fix SF bug #689659, 64-bit int and long hash keys incompatible by Neal Norwitz · 22 years ago
  61. c2dd2f0 Expect to skip test_iconv_codecs on MacOSX. by Jack Jansen · 22 years ago
  62. 71b13e8 Fix SF bug #690081, test_posix fails when run in non-interactive mode by Neal Norwitz · 22 years ago
  63. a4c93b6 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 22 years ago
  64. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 22 years ago
  65. d9bb1a0 Getting rid of macfs. by Jack Jansen · 22 years ago
  66. 8cb1ff5 Get rid of macfs. by Jack Jansen · 22 years ago
  67. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 22 years ago
  68. 4c641d0 getpid doesn't exist on MacOS9. by Jack Jansen · 22 years ago
  69. be53242 Remove _reduce_2, it's now implemented in C. by Guido van Rossum · 22 years ago
  70. 7107a7f SF bug 690622: test_cpickle overflows stack on MacOS9. by Tim Peters · 22 years ago
  71. 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 22 years ago
  72. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 22 years ago
  73. 785d0a3 SF bug #690083: test_random fails sometimes by Raymond Hettinger · 22 years ago
  74. af16065 announce(): use the level argument to control the log level. by Guido van Rossum · 22 years ago
  75. a85dbeb set_verbosity(): do something reasonable for out-of-range verbosity by Guido van Rossum · 22 years ago
  76. 80be59b Include download_url in the data POSTed to the catalog server by Andrew M. Kuchling · 22 years ago
  77. 188d85f [Patch #683939] Add download_url field to metadata by Andrew M. Kuchling · 22 years ago
  78. 23c98c5 [Patch #684398] Rename verbose argument to show-response; don't conditionalize the get_classifiers() call by Andrew M. Kuchling · 22 years ago
  79. 7970d20 OS/2 has no concept of file ownership, like DOS & MS Windows version by Andrew MacIntyre · 22 years ago
  80. 3b5de4d Reverted whitespace normalization on this file. I should really change by Tim Peters · 22 years ago
  81. 8266af4 Removed debugging print in test_tarfile. by Tim Peters · 22 years ago
  82. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  83. f805cd2 Rename _better_reduce to _reduce_2, to make sure that any code that by Guido van Rossum · 22 years ago
  84. 9c9cf41 Remove now unused _better_reduce. by Guido van Rossum · 22 years ago
  85. e690883 Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. by Guido van Rossum · 22 years ago
  86. a43fd0c Fix bug 683658 - PyErr_Warn may cause import deadlock. by Mark Hammond · 22 years ago
  87. 9f59d52 Enable argv emulation if required. by Jack Jansen · 22 years ago
  88. a03adde Added an argv_emulation option (command line option: --argv or -a) which by Jack Jansen · 22 years ago
  89. b135548 Argvemulator still used the old Alias API. Fixed. by Jack Jansen · 22 years ago
  90. 443ada4 Remove unused _better_reduce (which will disappear soon) and by Guido van Rossum · 22 years ago
  91. 2a30b21 Three test cases for __reduce_ex__. This fails for cPickle, until Tim by Guido van Rossum · 22 years ago
  92. c53f009 Introducing __reduce_ex__, which is called with a protocol number argument by Guido van Rossum · 22 years ago
  93. e12dcd7 Use python.org as the repository by Andrew M. Kuchling · 22 years ago
  94. e2052ab One doctest displaying a dict didn't sort it first. *Maybe* this fixes by Tim Peters · 22 years ago
  95. dcfdceb Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
  96. eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
  97. 4edaa0d Copy the trace module here from Tools/scripts. by Jeremy Hylton · 22 years ago
  98. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
  99. d6a3f93 Use "$@" to pass arguments to Python in stead of "${1}". This passes all by Jack Jansen · 22 years ago
  100. 679bc9f [Patch #681504] Call customize_compiler in config command by Andrew M. Kuchling · 22 years ago