1. 4213e27 Added a note about EasyDialogs dialogs having become movable. by Jack Jansen · 21 years ago
  2. f92ec2d StdFilterProc() uses InOut parameters. by Jack Jansen · 21 years ago
  3. 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
  4. 19c6ba3 * separate opcode definitions into opcode.py by Skip Montanaro · 21 years ago
  5. 3249ccd new opcode module - extract opcode definitions from dis.py - eventually by Skip Montanaro · 21 years ago
  6. add0ccc simple test case for dis module by Skip Montanaro · 21 years ago
  7. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  8. f389c77 Use floor division (// and __[r]floordiv__ in right-dispatch test. by Guido van Rossum · 21 years ago
  9. f359410 Use floor division (//). by Guido van Rossum · 21 years ago
  10. e46d155 In the process of adding all the extended slice support I attempted to by Michael W. Hudson · 21 years ago
  11. ce56c37 When bad HTML is encountered, ignore the page rather than failing with by Mark Hammond · 21 years ago
  12. 05595e9 Module review: by Raymond Hettinger · 21 years ago
  13. b2e0b92 Module review: by Raymond Hettinger · 21 years ago
  14. 479d280 The macfs, macostools, and plistlib should not be expected to run by Fred Drake · 21 years ago
  15. c61402b Update PyPI link by Andrew M. Kuchling · 21 years ago
  16. b6b4613 [Bug #693474, reported by Stuart Bishop] by Andrew M. Kuchling · 21 years ago
  17. 10da45e [Bug #668662] Patch from Pearu Pearson: if a C source file is by Andrew M. Kuchling · 21 years ago
  18. 21012b8 Micro-optimizations. by Raymond Hettinger · 21 years ago
  19. a006b8e use bare raise so you get the original tb by Just van Rossum · 21 years ago
  20. 37c4728 Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error by Walter Dörwald · 21 years ago
  21. 0ff7a4e use the same Python for running the bootstrap script and the main program by Just van Rossum · 21 years ago
  22. ddf5283 remove sitecustomize hack, will be solved elsewhere by Just van Rossum · 21 years ago
  23. ec396a1 Let's try making the dialogs at least Movable Modal. by Jack Jansen · 21 years ago
  24. cba861e If a resource file cannot be decoded because the directory is readonly by Jack Jansen · 21 years ago
  25. ade6264 Reverted the rev. 1.8 change: the magic for decoding resourcefiles by Jack Jansen · 21 years ago
  26. 46c9784 Patch #683592: unicode support for os.listdir() by Just van Rossum · 21 years ago
  27. 4983331 tweak error message by Just van Rossum · 21 years ago
  28. 7215e08 - renamed the --copyfile option to --file. by Just van Rossum · 21 years ago
  29. 8a3ed3f added some comments, minor tweaks by Just van Rossum · 21 years ago
  30. 5bfba3a Addendum to #683658: by Just van Rossum · 21 years ago
  31. 7322b1a Resolving parts of #688907: by Just van Rossum · 21 years ago
  32. 74b9a7a typo by Skip Montanaro · 21 years ago
  33. 12fe72e note the demise of the dospath module (was actually in 2.3a2) by Skip Montanaro · 21 years ago
  34. c00b6d7 Added an "Open Recent" command. Fixes 607810. by Jack Jansen · 21 years ago
  35. f4a9ac2 Workaround for bug #644243 (which is actually an Apple bug, I think): URLs by Jack Jansen · 21 years ago
  36. c28fc37 Refer to the Mac OS X bundle_loader by the altbininstall name, so that by Jack Jansen · 21 years ago
  37. 838e76a Test suite for the plistlib module. by Jack Jansen · 21 years ago
  38. 04087b5 In Mac OS X framework builds don't assume that the executable will be by Jack Jansen · 21 years ago
  39. dd8766a Change the test encoding from "ISO8859-1" to "ISO-8859-1" by Walter Dörwald · 21 years ago
  40. 0f69833 2.3b1 patches by Guido van Rossum · 21 years ago
  41. ec43f64 Fix building of Idle applet. by Jack Jansen · 21 years ago
  42. af1d422 Allow specifiying the destination for --extra files (default: same by Jack Jansen · 21 years ago
  43. 00cbf07 Added a -c (--copyfile) option with argument src:dst which copies file src by Jack Jansen · 21 years ago
  44. b671c0c Remove unused variables. by Walter Dörwald · 21 years ago
  45. 0c44c04 sys.executable can contain spaces, cater for this when passing it to by Jack Jansen · 21 years ago
  46. 9ce623f That fix was bogus, undone. The problem is that the iconv include file by Jack Jansen · 21 years ago
  47. 70ec40b The test for iconv_incs tested explicitly for None, but [] is returned by Jack Jansen · 21 years ago
  48. deac2ac Added a note about MacOS.WMAvailable(). by Jack Jansen · 21 years ago
  49. 5860dab Documented linkmodel and WMAvailable(). by Jack Jansen · 21 years ago
  50. 937ca98 SF patch #687598, array.append is sloooow by Neal Norwitz · 21 years ago
  51. 577fb5a Fix from SF patch #633359 by Greg Chapman for SF bug #610299: by Guido van Rossum · 21 years ago
  52. 902a671 Deleting the 2.2 spec. by Guido van Rossum · 21 years ago
  53. 2ef777f RPM spec file for 2.3a2, contributed by Sean Reifschneider. by Guido van Rossum · 21 years ago
  54. 35892b9 Fix SF bug #691793, Python 2.3a2 build fails on Tru64 by Neal Norwitz · 21 years ago
  55. 6eb37f0 Fix SF bug #691793, Python 2.3a2 build fails on Tru64 by Neal Norwitz · 21 years ago
  56. 8cd9a4f Added a linkmodel attribute, showing how Python was built. This is so by Jack Jansen · 21 years ago
  57. 15ff0e9 Get test to work on alpha by Neal Norwitz · 21 years ago
  58. d5a65a7 Fix SF bug #689659, 64-bit int and long hash keys incompatible by Neal Norwitz · 21 years ago
  59. 97e3f00 Disabled -prebind again when linking the interpreter on MacOSX. It caused by Jack Jansen · 21 years ago
  60. c2dd2f0 Expect to skip test_iconv_codecs on MacOSX. by Jack Jansen · 21 years ago
  61. 71b13e8 Fix SF bug #690081, test_posix fails when run in non-interactive mode by Neal Norwitz · 21 years ago
  62. c3bbeb3 ossaudiodev has been building, so remove unnecessary pass and invalid comment by Neal Norwitz · 21 years ago
  63. 3e59076 Fix SF bug #690435, apply fails to check if warning raises exception by Neal Norwitz · 21 years ago
  64. 7aba3d4 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 21 years ago
  65. a4c93b6 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 21 years ago
  66. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 21 years ago
  67. c85b6a2 After the removal of SET_LINENO, PyCode_Addr2Line has always been by Michael W. Hudson · 21 years ago
  68. d9bb1a0 Getting rid of macfs. by Jack Jansen · 21 years ago
  69. 8cb1ff5 Get rid of macfs. by Jack Jansen · 21 years ago
  70. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 21 years ago
  71. 4c641d0 getpid doesn't exist on MacOS9. by Jack Jansen · 21 years ago
  72. be53242 Remove _reduce_2, it's now implemented in C. by Guido van Rossum · 21 years ago
  73. 2bc4a47 WASTEconst.py goes one level above the toolbox directory. by Jack Jansen · 21 years ago
  74. 036f999 Implementing the salient parts of __reduce_ex__ in C. by Guido van Rossum · 21 years ago
  75. 7107a7f SF bug 690622: test_cpickle overflows stack on MacOS9. by Tim Peters · 21 years ago
  76. f5dd753 I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few by Michael W. Hudson · 21 years ago
  77. b7d1d3c Add some minimal doc for get_completer added for patch 676342 by Neal Norwitz · 21 years ago
  78. e9b851a Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswapping by Walter Dörwald · 21 years ago
  79. 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 21 years ago
  80. d7c1723 Added a method WMAvailable(). This will return True if and only if there by Jack Jansen · 21 years ago
  81. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 21 years ago
  82. 1b56de0 Fill in missing table entries. by Raymond Hettinger · 21 years ago
  83. a97e4f3 SF bug #685775: turtle circle() documentation error by Raymond Hettinger · 21 years ago
  84. 3004b09 SF bug #690377: Dud footnote reference in distutils docs by Raymond Hettinger · 21 years ago
  85. 1b18ba4 Markup and nits. by Raymond Hettinger · 21 years ago
  86. 785d0a3 SF bug #690083: test_random fails sometimes by Raymond Hettinger · 21 years ago
  87. c355f0c flex_complete looks like a private (but callback) function, so make it static by Neal Norwitz · 21 years ago
  88. d08baa9 Add some notes about HIGHEST_PROTOCOL. by Neal Norwitz · 21 years ago
  89. 850566b Strange control flow in PyInt_AsLong. When nb_int is called inside by Thomas Heller · 21 years ago
  90. 81e2659 Update PY_VERSION to indicate that we're beyond 2.3a2 now. by Guido van Rossum · 21 years ago
  91. 2aec8b7 As far as I can tell PyEval_GetOwner was removed in 1997 (when it was by Michael W. Hudson · 21 years ago
  92. 14ee89c Add PEP 301 metadata. by Guido van Rossum · 21 years ago
  93. 12471d6 Don't use self.announce() in a function that's not a method. by Guido van Rossum · 21 years ago
  94. af16065 announce(): use the level argument to control the log level. by Guido van Rossum · 21 years ago
  95. a85dbeb set_verbosity(): do something reasonable for out-of-range verbosity by Guido van Rossum · 21 years ago
  96. 351a7dd Prepped for 2.3b1. by Guido van Rossum · 21 years ago
  97. 16c8517 Match parentheses. by Guido van Rossum · 21 years ago
  98. a003290 Merge in changes made to the 2.3a2 release. by Guido van Rossum · 21 years ago
  99. dd83cce fixed markup by David Goodger · 21 years ago
  100. 22e2f73 Update versions/dates for release of 2.3a2. Added some last-minute news. by Guido van Rossum · 21 years ago