1. 3e59076 Fix SF bug #690435, apply fails to check if warning raises exception by Neal Norwitz · 21 years ago
  2. 7aba3d4 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 21 years ago
  3. a4c93b6 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 21 years ago
  4. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 21 years ago
  5. c85b6a2 After the removal of SET_LINENO, PyCode_Addr2Line has always been by Michael W. Hudson · 21 years ago
  6. d9bb1a0 Getting rid of macfs. by Jack Jansen · 21 years ago
  7. 8cb1ff5 Get rid of macfs. by Jack Jansen · 21 years ago
  8. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 21 years ago
  9. 4c641d0 getpid doesn't exist on MacOS9. by Jack Jansen · 21 years ago
  10. be53242 Remove _reduce_2, it's now implemented in C. by Guido van Rossum · 21 years ago
  11. 2bc4a47 WASTEconst.py goes one level above the toolbox directory. by Jack Jansen · 21 years ago
  12. 036f999 Implementing the salient parts of __reduce_ex__ in C. by Guido van Rossum · 21 years ago
  13. 7107a7f SF bug 690622: test_cpickle overflows stack on MacOS9. by Tim Peters · 21 years ago
  14. f5dd753 I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few by Michael W. Hudson · 21 years ago
  15. b7d1d3c Add some minimal doc for get_completer added for patch 676342 by Neal Norwitz · 21 years ago
  16. e9b851a Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswapping by Walter Dörwald · 21 years ago
  17. 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 21 years ago
  18. d7c1723 Added a method WMAvailable(). This will return True if and only if there by Jack Jansen · 21 years ago
  19. 0fd583c Port all string tests to PyUnit and share as much tests by Walter Dörwald · 21 years ago
  20. 1b56de0 Fill in missing table entries. by Raymond Hettinger · 21 years ago
  21. a97e4f3 SF bug #685775: turtle circle() documentation error by Raymond Hettinger · 21 years ago
  22. 3004b09 SF bug #690377: Dud footnote reference in distutils docs by Raymond Hettinger · 21 years ago
  23. 1b18ba4 Markup and nits. by Raymond Hettinger · 21 years ago
  24. 785d0a3 SF bug #690083: test_random fails sometimes by Raymond Hettinger · 21 years ago
  25. c355f0c flex_complete looks like a private (but callback) function, so make it static by Neal Norwitz · 21 years ago
  26. d08baa9 Add some notes about HIGHEST_PROTOCOL. by Neal Norwitz · 21 years ago
  27. 850566b Strange control flow in PyInt_AsLong. When nb_int is called inside by Thomas Heller · 21 years ago
  28. 81e2659 Update PY_VERSION to indicate that we're beyond 2.3a2 now. by Guido van Rossum · 21 years ago
  29. 2aec8b7 As far as I can tell PyEval_GetOwner was removed in 1997 (when it was by Michael W. Hudson · 21 years ago
  30. 14ee89c Add PEP 301 metadata. by Guido van Rossum · 21 years ago
  31. 12471d6 Don't use self.announce() in a function that's not a method. by Guido van Rossum · 21 years ago
  32. af16065 announce(): use the level argument to control the log level. by Guido van Rossum · 21 years ago
  33. a85dbeb set_verbosity(): do something reasonable for out-of-range verbosity by Guido van Rossum · 21 years ago
  34. 351a7dd Prepped for 2.3b1. by Guido van Rossum · 21 years ago
  35. 16c8517 Match parentheses. by Guido van Rossum · 21 years ago
  36. a003290 Merge in changes made to the 2.3a2 release. by Guido van Rossum · 21 years ago
  37. dd83cce fixed markup by David Goodger · 21 years ago
  38. 22e2f73 Update versions/dates for release of 2.3a2. Added some last-minute news. by Guido van Rossum · 21 years ago
  39. b76bdf8 The connect timeout code wasn't working on Windows. by Guido van Rossum · 21 years ago
  40. 2ffec02 Add a note about the recent PEP 293 changes. by Walter Dörwald · 21 years ago
  41. cade713 Added a note about the new itertools module. (Omission noted by by Fred Drake · 21 years ago
  42. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  43. 162e38c - sys.path[0] (the directory from which the script is loaded) is now by Guido van Rossum · 21 years ago
  44. 80be59b Include download_url in the data POSTed to the catalog server by Andrew M. Kuchling · 21 years ago
  45. 188d85f [Patch #683939] Add download_url field to metadata by Andrew M. Kuchling · 21 years ago
  46. 23c98c5 [Patch #684398] Rename verbose argument to show-response; don't conditionalize the get_classifiers() call by Andrew M. Kuchling · 21 years ago
  47. 3749507 logging.warn() renamed to warning() by Andrew M. Kuchling · 21 years ago
  48. 7970d20 OS/2 has no concept of file ownership, like DOS & MS Windows version by Andrew MacIntyre · 21 years ago
  49. 4f28c4d OS/2 EMX build updates for recent CVS changes by Andrew MacIntyre · 21 years ago
  50. cef2f7c Use pythonw as the default interpreter also for .py scripts (overridable by Jack Jansen · 21 years ago
  51. 05107b6 os.mkdir() would crash with a Unicode filename and mode param. by Mark Hammond · 21 years ago
  52. 90195e2 PyObject_Generic{Get,Set}Attr: by Guido van Rossum · 21 years ago
  53. 3b5de4d Reverted whitespace normalization on this file. I should really change by Tim Peters · 21 years ago
  54. 8266af4 Removed debugging print in test_tarfile. by Tim Peters · 21 years ago
  55. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  56. f805cd2 Rename _better_reduce to _reduce_2, to make sure that any code that by Guido van Rossum · 21 years ago
  57. b289b87 Use __reduce_ex__. by Guido van Rossum · 21 years ago
  58. 9c9cf41 Remove now unused _better_reduce. by Guido van Rossum · 21 years ago
  59. e690883 Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. by Guido van Rossum · 21 years ago
  60. a43fd0c Fix bug 683658 - PyErr_Warn may cause import deadlock. by Mark Hammond · 21 years ago
  61. 4ccf3e1 Undid half of the previous checkin: continue using BuildApplet for most by Jack Jansen · 21 years ago
  62. 5d44b34 Added a note that MacOSX applets can no longer be run from a terminal window. by Jack Jansen · 21 years ago
  63. 9f59d52 Enable argv emulation if required. by Jack Jansen · 21 years ago
  64. a03adde Added an argv_emulation option (command line option: --argv or -a) which by Jack Jansen · 21 years ago
  65. b135548 Argvemulator still used the old Alias API. Fixed. by Jack Jansen · 21 years ago
  66. 443ada4 Remove unused _better_reduce (which will disappear soon) and by Guido van Rossum · 21 years ago
  67. 2a30b21 Three test cases for __reduce_ex__. This fails for cPickle, until Tim by Guido van Rossum · 21 years ago
  68. d6cfccf I entered the wrong year for 2.3a2. by Tim Peters · 21 years ago
  69. 7f90c7f Bump version number. by Fred Drake · 21 years ago
  70. c53f009 Introducing __reduce_ex__, which is called with a protocol number argument by Guido van Rossum · 21 years ago
  71. 2b0643a Bump Windows build number for 2.3a2. by Tim Peters · 21 years ago
  72. 1441cf9 Bump version # to 2.3a2. by Tim Peters · 21 years ago
  73. e12dcd7 Use python.org as the repository by Andrew M. Kuchling · 21 years ago
  74. b9ce7cd save_global(): Trying to resolve module.name can fail for two by Tim Peters · 21 years ago
  75. 97e5ff5 Removed unreferenced label. by Tim Peters · 21 years ago
  76. 8e80a72 The recent changes to super(), in particular supercheck(), broke when by Guido van Rossum · 21 years ago
  77. 6b29c01 Make __module__ writable except in restricted mode (like for classic classes). by Guido van Rossum · 21 years ago
  78. ff71c98 Make __module__ settable on functions and methods. by Jeremy Hylton · 21 years ago
  79. e2052ab One doctest displaying a dict didn't sort it first. *Maybe* this fixes by Tim Peters · 21 years ago
  80. fb50d3f default_3way_compare(): use PyNumber_Check(), rather than testing for by Guido van Rossum · 21 years ago
  81. 6921eca Make PyNumber_Check() a bit more careful, since all sorts of things by Guido van Rossum · 21 years ago
  82. 55dc26c Fold some long lines. by Guido van Rossum · 21 years ago
  83. dcfdceb Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 21 years ago
  84. eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 21 years ago
  85. 4edaa0d Copy the trace module here from Tools/scripts. by Jeremy Hylton · 21 years ago
  86. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 21 years ago
  87. d6a3f93 Use "$@" to pass arguments to Python in stead of "${1}". This passes all by Jack Jansen · 21 years ago
  88. 0feb8c3 Don't try to build dl on darwin. It doesn't build out of the box, and it by Jack Jansen · 21 years ago
  89. 0c0aad9 Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs. by Neal Norwitz · 21 years ago
  90. 679bc9f [Patch #681504] Call customize_compiler in config command by Andrew M. Kuchling · 21 years ago
  91. d87eeb9 Add two acks; bump version number by Andrew M. Kuchling · 21 years ago
  92. 7ee9b51 [Bug #688261] Fix optparse example and output by Andrew M. Kuchling · 21 years ago
  93. acddabc [Bug #683416] Make PEP263 coverage a bit more explicit, and add it to the by Andrew M. Kuchling · 21 years ago
  94. 2ff51a8 Make changes suggested by Walter to use self.assert*() methods. by Neal Norwitz · 21 years ago
  95. 3b8fb47 Import test_support properly by Neal Norwitz · 21 years ago
  96. 003eb30 test_posix is an expected skip on Win32. Also fixed test_posix to by Tim Peters · 21 years ago
  97. 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 21 years ago
  98. f927f14 Fix SF bug #687655, String formatting conversions misleading by Neal Norwitz · 21 years ago
  99. 1fb1400 Add URL for PEP to the source code encoding warning. by Marc-André Lemburg · 21 years ago
  100. 08ea61a Remove PyArg_ParseTuple() for methods which take no args, by Neal Norwitz · 21 years ago