1. d30796d This commit was manufactured by cvs2svn to create tag 'r221'. by cvs2svn · 23 years ago v2.2.1
  2. fc70e4b Updates from Sean Reifschneider. by Michael W. Hudson · 23 years ago
  3. 780be8a Replace "Digital Creations" with Zope Corporation in one place. by Fred Drake · 23 years ago
  4. b3efdf7 Update table of releases. by Tim Peters · 23 years ago
  5. 1f828b6 This may well be my final checkin before 2.2.1. by Michael W. Hudson · 23 years ago
  6. 5b17297 Add bool(), True, False (as ints) for backwards compatibility. by Guido van Rossum · 23 years ago
  7. 9e22dca Do not call "knee" a standard module. by Fred Drake · 23 years ago
  8. c4d332d SF bug 538827: Python open w/ MSVC6: bad error msgs. by Tim Peters · 23 years ago
  9. e5ea439 - A type can now inherit its metatype from its base type. Previously, by Guido van Rossum · 23 years ago
  10. 7acf76b File used for 2.2.1 distribution, unless disaster strikes in next 24 hours. by Jack Jansen · 23 years ago
  11. 7d62607 Files used for 2.2.1 release (unless disaster strikes in the next 24 hours). by Jack Jansen · 23 years ago
  12. 6741437 Some more news. (There's also a fix to _localemodule.c that I don't by Guido van Rossum · 23 years ago
  13. 7e45ccb Backport half a patch from the trunk. This inherits tp_is_gc from a base class. by Guido van Rossum · 23 years ago
  14. 185d072 backport gvanrossum's checkin of revision 1.126 of test_descr.py by Michael W. Hudson · 23 years ago
  15. 03b54e9 backport gvanrossum's checkin of revision 2.133 of typeobject.c by Michael W. Hudson · 23 years ago
  16. 529e20a backport fdrake's checkin of revision 1.4 of test_commands.py by Michael W. Hudson · 23 years ago
  17. e53b4a5 Backport both bits of Guido's fix for bug #503031. by Michael W. Hudson · 23 years ago
  18. 1f402eb backport loewis' checkin of revision 1.6 of turtle.py by Michael W. Hudson · 23 years ago
  19. 044038a backport loewis' checkin of revision 2.28 of _localemodule.c by Michael W. Hudson · 23 years ago
  20. c8904f4 Change Windows installer strings and resources for 2.2.1 final. by Tim Peters · 23 years ago
  21. 6fa6b98 Fiddle Windows build number for 2.2.1 final. by Tim Peters · 23 years ago
  22. 1c9bcc0 Update patch level and Windows build number for 2.2.1 final. by Tim Peters · 23 years ago
  23. 6c79476 Add note about changes in xml.sax.expatreader. by Fred Drake · 23 years ago
  24. 4f3abd3 SF bug 497854: Short-cuts missing for All Users. by Tim Peters · 23 years ago
  25. fbd7a5e Not sure why the regression test missed this, but the PyXML tests caught it. by Fred Drake · 23 years ago
  26. c8885a2 Mark the notice about the new development version of the docs as not needing by Fred Drake · 23 years ago
  27. ba89194 Avoid creating circular references between the ExpatParser and the by Fred Drake · 23 years ago
  28. 4d67140 SF 539024, Fix broken link to numpy by Neal Norwitz · 23 years ago
  29. cd1ec59 Correct the descriptions of the PyObject_As*Buffer() return values. by Fred Drake · 23 years ago
  30. 51e356e Add another output directory to the ignored list. by Fred Drake · 23 years ago
  31. 50bfe35 The body of_PyObject_GC_UnTrack() should only be compiled #ifdef by Guido van Rossum · 23 years ago
  32. 6510ace Update the PEP URL format to point to python.org. by Fred Drake · 23 years ago
  33. f82ba5b Explain that os.spawn*() return the process handle on Windows. by Fred Drake · 23 years ago
  34. f063299 There is no PyArg_ConvertTuple(); call it by the right name. by Fred Drake · 23 years ago
  35. 7003d53 Fix up the documentation of the type codes to give both the C and Python by Fred Drake · 23 years ago
  36. d9ff88d Prepare for next release. by Fred Drake · 23 years ago
  37. f713f23 Update to push the docs to python.org instead of python.sf.net. by Fred Drake · 23 years ago
  38. ddfbe89 Update from trunk: by Fred Drake · 23 years ago
  39. 0391d11 Backport changes to integrate AMK's "What's New in Python X.Y" by Fred Drake · 23 years ago
  40. c41711d Preparing for the next release. by Fred Drake · 23 years ago
  41. 2d0f5aa This commit was manufactured by cvs2svn to create tag 'r22p1'. by cvs2svn · 23 years ago v2.2
  42. 922887c Set version info for the emergency "Don't Kill Opera" documentation release. by Fred Drake · 23 years ago
  43. 919c066 Backport to 2.2.1: by Guido van Rossum · 23 years ago
  44. a0c13b7 News for SF #535905. by Guido van Rossum · 23 years ago
  45. 2457a7e Backport of a new test to check the interaction between cyclic GC by Tim Peters · 23 years ago
  46. 9ff1cf0 Backport to 2.2.1: by Guido van Rossum · 23 years ago
  47. fe34d0f Backport to 2.2.1. by Guido van Rossum · 23 years ago
  48. 8812776 Add documentation on the hasfree data object. by Fred Drake · 23 years ago
  49. 409bb43 Backport Skip's patch for SF bug #534495: exceptions.tex 1.5 by Fred Drake · 23 years ago
  50. 1495def Files used for 2.2.1c2 distribution. by Jack Jansen · 23 years ago
  51. ca1cd6c Oops, missed the prefixname optional arg when I applied the previous backport. by Jack Jansen · 23 years ago
  52. cb7f654 This commit was manufactured by cvs2svn to create tag 'r221c2'. by cvs2svn · 23 years ago v2.2.1c2
  53. 8b9a781 Ready for 2.2c2. by Jack Jansen · 23 years ago
  54. 38d966b Build MacOSX _Scrap module. IDE now works under MachoPython! by Jack Jansen · 23 years ago
  55. a4f46e7 Detlef Lannert noticed that I can't type. by Michael W. Hudson · 23 years ago
  56. 195ad1b Backport of 1.15 and 1.14: by Jack Jansen · 23 years ago
  57. 54a8e1c Backport of 1.12: by Jack Jansen · 23 years ago
  58. 5d7252d File was missing from 2.2.1 subtree. by Jack Jansen · 23 years ago
  59. 308e78c People who tested 2.2.1c1. by Michael W. Hudson · 23 years ago
  60. 4c92fa0 Add another line. by Michael W. Hudson · 23 years ago
  61. 39511d3 A stab at NEWS. by Michael W. Hudson · 23 years ago
  62. 3318529 Make license refer to 2.2.1 by Michael W. Hudson · 23 years ago
  63. 4f0c5d4 It made it. by Michael W. Hudson · 23 years ago
  64. f1b26ba Document the finditer() function and method. This closes SF bug #520904. by Fred Drake · 23 years ago
  65. 7fae881 Embed the right 2.2.1c2 identification strings in the Windows installer. by Tim Peters · 23 years ago
  66. d252555 Bump version numbers. by Fred Drake · 23 years ago
  67. 4f2636d Bump Windows build number to 33. by Tim Peters · 23 years ago
  68. 1f92d72 Bump release to 2.2.1c2. by Tim Peters · 23 years ago
  69. 6403be2 backport jackjansen's checkin of revision 1.211 of socketmodule.c by Michael W. Hudson · 23 years ago
  70. 23d91ad Added description of binhex.Error. by Fred Drake · 23 years ago
  71. 468e011 Added a note about preference file problems for non-privileged OSX by Jack Jansen · 23 years ago
  72. 7ab5923 nnorwitz's fix for: by Michael W. Hudson · 23 years ago
  73. dcddbc3 Backport akuchling's netrc test. by Michael W. Hudson · 23 years ago
  74. 1f87903 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
  75. 1635ea1 backport akuchling's checkin of revision 1.14 of netrc.py by Michael W. Hudson · 23 years ago
  76. e99c993 backport tim_one's checkin of revision 2.55 of complexobject.c by Michael W. Hudson · 23 years ago
  77. 777f143 backport akuchling's checkin of revision 1.142 of README by Michael W. Hudson · 23 years ago
  78. c8610f6 backport akuchling's checkin of revision 1.63 of install.py by Michael W. Hudson · 23 years ago
  79. 5fab811 backport akuchling's checkin of revision 1.62 of install.py by Michael W. Hudson · 23 years ago
  80. 9123ef8 Thomas said this was OK. by Michael W. Hudson · 23 years ago
  81. 83e9b5a backport akuchling's checkin of revision 1.28 of bdist_rpm.py by Michael W. Hudson · 23 years ago
  82. 23e3982 backport nascheme's checkin of revision 1.60 of pydoc.py by Michael W. Hudson · 23 years ago
  83. 50b458f backport nascheme's checkin of revision 1.59 of pydoc.py by Michael W. Hudson · 23 years ago
  84. 1deeef2 backport nascheme's checkin of revision 1.27 of cmd.py by Michael W. Hudson · 23 years ago
  85. 6ce28c3 backport nascheme's checkin of revision 2.102 of sysmodule.c by Michael W. Hudson · 23 years ago
  86. 004fab3 Backport of 1.27, 1.29 and 1.30: by Jack Jansen · 23 years ago
  87. 68977c2 Repeat trick with test_calendar.py by Michael W. Hudson · 23 years ago
  88. 15abc58 Slap HEAD version of calendar.py onto branch. by Michael W. Hudson · 23 years ago
  89. 8429b1a backport akuchling's checkin of revision 2.19 of traceback.h by Michael W. Hudson · 23 years ago
  90. d360a00 backport akuchling's checkin of revision 1.47 of httplib.py by Michael W. Hudson · 23 years ago
  91. 8ae5653 Backport of _Cmmodule.c 1.8 and cmsupport.py 1.6: by Jack Jansen · 23 years ago
  92. 4b9fa73 backport bwarsaw's checkin of revision 4.8 of python-mode.el by Michael W. Hudson · 23 years ago
  93. 799699d Backport of _Qdmodule.c 1.8, qdsupport.py 1.38: by Jack Jansen · 23 years ago
  94. d612a81 Backport of _Dragmodule.c 1.8, dragsupport.py 1.10: by Jack Jansen · 23 years ago
  95. 9993a36 Backport of _Evtmodule.c 1.6, evtsupport.py 1.15: by Jack Jansen · 23 years ago
  96. 6f2fd30 Backport of _Fmmodule.c 1.6 and fmsupport.py 1.6: by Jack Jansen · 23 years ago
  97. 90c25aa Backport of _Icnmodule.c 1.5, icnsupport.py 1.7: by Jack Jansen · 23 years ago
  98. 2bfd14e Backport of _Qdoffsmodule.c 1.7, qdoffssupport.py 1.8: by Jack Jansen · 23 years ago
  99. ae0c1cb Backport of _TEmodule.c 1.8, tesupport.py 1.10: by Jack Jansen · 23 years ago
  100. a0c5e54 Backport of _Qtmocule.c 1.7, qtsupport.py 1.19: by Jack Jansen · 23 years ago