1. f5069b2 This commit was manufactured by cvs2svn to create tag 'r222'. by cvs2svn · 23 years ago v2.2.2
  2. 952e735 News about last-minute fix for SF bug 620705 (urlparse). by Guido van Rossum · 23 years ago
  3. dacbafb Backporting urlparse.py:1.34, test_urlparse.py:1.8: by Guido van Rossum · 23 years ago
  4. c355f91 I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system by Barry Warsaw · 23 years ago
  5. 9edaba6 I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system by Barry Warsaw · 23 years ago
  6. c5b6997 Add a note about how to successfully complete the tests on MacOSX. by Barry Warsaw · 23 years ago
  7. b606e3d There was a typo in the MacOSX section regarding the stacksize issue. by Barry Warsaw · 23 years ago
  8. 31eac4e Backport bugfix microrelease of email 2.4.3 from cvs trunk. by Barry Warsaw · 23 years ago
  9. c6e2b0f Added all the non-doc news for 2.2.2 (final). by Guido van Rossum · 23 years ago
  10. da5661c Add boilerplate for 2.2.2 final. (Will add actual news next.) by Guido van Rossum · 23 years ago
  11. 5a10477 Update version strings in Windows installer for 2.2.2. by Tim Peters · 23 years ago
  12. b20643d Update FIELD3 of Windows 64-bit binary version # for 2.2.2. by Tim Peters · 23 years ago
  13. 5c00d4c Update Windows buildno for 2.2.2 final. by Tim Peters · 23 years ago
  14. 2e82d40 Update list of Windows buildnos for 2.2.2 final. by Tim Peters · 23 years ago
  15. b1c95c5 Update release information for 2.2.2 final. by Fred Drake · 23 years ago
  16. 241aa8b Bump release version to 2.2.2 -- the final release is imminent. by Guido van Rossum · 23 years ago
  17. 2339384 Bump release version to 2.2.2 -- the final release is imminent. by Guido van Rossum · 23 years ago
  18. 45c08a9 Add finditer to __all__ (when defining it at all). by Guido van Rossum · 23 years ago
  19. a990a08 Fix tildes in URLs. Closes SF bug #614821. by Fred Drake · 23 years ago
  20. c00b63a Darn! Don't divide by zero. Bad fix. :-) by Guido van Rossum · 23 years ago
  21. 67f4d52 Backport 1.34. by Neal Norwitz · 23 years ago
  22. 6db1283 Backport 2.34. SF #621948, update docstring for md5 by David M. Cooke by Neal Norwitz · 23 years ago
  23. 3974ce3 Backport listobject.c 2.137 and tupleobject.c 2.75: by Guido van Rossum · 23 years ago
  24. ccf84d6 Clarify impending deprecation of the floor div operator, modulo operator, by Raymond Hettinger · 23 years ago
  25. e5be24c Backport 2.193: by Guido van Rossum · 23 years ago
  26. 1759eb7 SF bug 621507: python22.dll incorrect "File version". by Tim Peters · 23 years ago
  27. 3db4f23 Backporting a new file from 2.3 needed to worm around that MS's by Tim Peters · 23 years ago
  28. 2145b50 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
  29. 37893be Added a debug target for PythonCoreCarbon by Jack Jansen · 23 years ago
  30. d9ddf59 Backport stringobject.c 2.194 and unicodeobject.c 2.172: by Guido van Rossum · 23 years ago
  31. ebc6a65 New in 2.2.2! by Guido van Rossum · 23 years ago
  32. a1eb227 Backport the relevant part of 2.192: by Guido van Rossum · 23 years ago
  33. 3d3a0fa Updated for VISE 8, and for 2.2.2b1 distribution. by Jack Jansen · 23 years ago
  34. a109850 Upped the stack limit to 256K to make test_class pass. by Jack Jansen · 23 years ago
  35. efe39e5 Use \n as line separator in stead of \r\n, which causes problems in MacPython 2.2. by Jack Jansen · 23 years ago
  36. db48b27 Backport of 1.7: by Jack Jansen · 23 years ago
  37. bf50390 Backport email 2.4.2 changes from Python 2.3. by Barry Warsaw · 23 years ago
  38. ab16eae Document when unittest was added to Python. by Fred Drake · 23 years ago
  39. 82053eb Expand AC_CHECK_SIZEOF inline to overcome a autoconf 2.13 weakness. by Martin v. Löwis · 23 years ago
  40. 9f3e949 detect_modules(): Be more conservative about adding by Barry Warsaw · 23 years ago
  41. 712f7fb Accept Armin's documentation patch for SF bug #558179. by Fred Drake · 23 years ago
  42. 11caaf9 Make this file identical to the version on the trunk. by Guido van Rossum · 23 years ago
  43. c2e1a8f List specific updates for IDLE. by Raymond Hettinger · 23 years ago
  44. f8e943f The list(xrange(sys.maxint / 4)) test. Changed 4 to 2. by Tim Peters · 23 years ago
  45. aff84f7 Fix some code that was added to the r22-maint branch to allow it to work with by Fred Drake · 23 years ago
  46. f1446ca Fix a few typos: an extra space; typo in filename; capitalization error by Andrew M. Kuchling · 23 years ago
  47. 0ca64f5 Put a do-nothing set_python_build() back. by Michael W. Hudson · 23 years ago
  48. bb857ac Initialize tick_counter to 0. Found by Neal Norwitz. by Guido van Rossum · 23 years ago
  49. 9096faf Fix typo. Prepare headers for 2.2.2 final release. by Guido van Rossum · 23 years ago
  50. 2e382ca Upgrade the version *string* by adding a '+'. This marks the first by Guido van Rossum · 23 years ago
  51. 24f7c89 This commit was manufactured by cvs2svn to create tag 'r222b1'. by cvs2svn · 23 years ago v2.2.2b1
  52. be36d02 News for 2.2.2b1. I'm exhausted -- this was a multi-hour job of by Guido van Rossum · 23 years ago
  53. bb872f1 Fix up the release number for the 2.2.2b1 documentation release. by Fred Drake · 23 years ago
  54. b87bdb7 Update version to 2.2.2b1. by Guido van Rossum · 23 years ago
  55. 0df0b42 Backport, at the reqest of Kevin Jacobs: by Guido van Rossum · 23 years ago
  56. 5fc952a Update the email package version number. by Barry Warsaw · 23 years ago
  57. 9a5e668 Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it by Barry Warsaw · 23 years ago
  58. 13af364 Backport 1.68: by Guido van Rossum · 23 years ago
  59. 2972bde openfile(): Go back to opening the files in text mode. This undoes by Barry Warsaw · 23 years ago
  60. d5613ba _parsebody(): Use get_content_type() instead of the deprecated by Barry Warsaw · 23 years ago
  61. 753eb68 Backport patches from trunk revisions 1.62, 1.63. Modified to be by Fred Drake · 23 years ago
  62. 86c6b96 Back-port part of 1.128 from the trunk: by Fred Drake · 23 years ago
  63. 02eb04c Backport 1.63: by Guido van Rossum · 23 years ago
  64. 536f3ea Darn. Fix stupid typo in whichmodule() backport. by Guido van Rossum · 23 years ago
  65. c202fd2 Backport 1.70 and 1.71 (which really go together): by Guido van Rossum · 23 years ago
  66. d1bb755 Backport: by Michael W. Hudson · 23 years ago
  67. b45532a A couple of fixes for the compiler package: by Michael W. Hudson · 23 years ago
  68. 2942d5e Patch #609700: always build with same $(CC) on Linux. by Martin v. Löwis · 23 years ago
  69. 51e80df Backport my checkin of revision 2.264 of Python/compile.c: by Michael W. Hudson · 23 years ago
  70. c01f360 Backport fdrake's by Michael W. Hudson · 23 years ago
  71. 5e40e74 This is Armin Rigo's patch: by Michael W. Hudson · 23 years ago
  72. ddd3f0e This is Armin Rigo's patch: by Michael W. Hudson · 23 years ago
  73. b397f21 This is Armin Rigo's patch: by Michael W. Hudson · 23 years ago
  74. fc1db30 Fix quoting for Solaris LDSHARED. by Martin v. Löwis · 23 years ago
  75. 975a80d Patch #619493: Prefer rpmbuild over rpm if available. by Martin v. Löwis · 23 years ago
  76. cb462f2 Patch #619352: Update for 2.2.2b1. Install python2 and python2.2. by Martin v. Löwis · 23 years ago
  77. ca51492 Backport 2.27: by Raymond Hettinger · 23 years ago
  78. cec1254 This has no hope of working under -O. Skip it then instead of failing. by Tim Peters · 23 years ago
  79. e40add4 Whitespace normalization. by Tim Peters · 23 years ago
  80. d691136 They don't work yet, but the installer at least needs to install the by Tim Peters · 23 years ago
  81. 830abbb Backport 1.34: Changing section reference. by Raymond Hettinger · 23 years ago
  82. 9e6aab6 Backport 1.33: by Raymond Hettinger · 23 years ago
  83. 397848f Backport 1.52: by Raymond Hettinger · 23 years ago
  84. 7034f69 Aargh! The 2.3 version of this file requires "from test.test_support by Guido van Rossum · 23 years ago
  85. 32b1b43 Patch #572031: AUTH method LOGIN for smtplib. by Martin v. Löwis · 23 years ago
  86. 19cb870 Backport: by Guido van Rossum · 23 years ago
  87. 8c354ac Backport 2.49: by Raymond Hettinger · 23 years ago
  88. f29109a Backport 1.45: by Raymond Hettinger · 23 years ago
  89. 6acdcd2 Assorted changes needed to release 2.2.2b1. by Tim Peters · 23 years ago
  90. c2f1216 Backport 1.45: by Raymond Hettinger · 23 years ago
  91. e1c9e10 Backport 1.12 and 1.13 and normalize whitespace (remove formfeeds): by Raymond Hettinger · 23 years ago
  92. 6b7a7d2 Backport 1.60 and 1.62: by Raymond Hettinger · 23 years ago
  93. 5c6ab4a Backport 1.151 and 1.152: by Raymond Hettinger · 23 years ago
  94. 65e03cd Backport 1.17: by Raymond Hettinger · 23 years ago
  95. a7ce624 Backport 1.7: by Raymond Hettinger · 23 years ago
  96. 100fcd0 Backport 1.28 and 1.29: by Raymond Hettinger · 23 years ago
  97. 452fc85 Backport 1.42 documenting impending deprecation in favor of the email module. by Raymond Hettinger · 23 years ago
  98. bd79c37 Backport 1.13 documenting impending deprecation in favor of the email module. by Raymond Hettinger · 23 years ago
  99. f66801a Backport 1.3 documenting impending deprecation in favor of the email module. by Raymond Hettinger · 23 years ago
  100. 78c27c2 Backport 1.23 documenting impending deprecation in favor to the email package. by Raymond Hettinger · 23 years ago