1. 0df0b42 Backport, at the reqest of Kevin Jacobs: by Guido van Rossum · 23 years ago
  2. 9a5e668 Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it by Barry Warsaw · 23 years ago
  3. 13af364 Backport 1.68: by Guido van Rossum · 23 years ago
  4. 2972bde openfile(): Go back to opening the files in text mode. This undoes by Barry Warsaw · 23 years ago
  5. d5613ba _parsebody(): Use get_content_type() instead of the deprecated by Barry Warsaw · 23 years ago
  6. 02eb04c Backport 1.63: by Guido van Rossum · 23 years ago
  7. 536f3ea Darn. Fix stupid typo in whichmodule() backport. by Guido van Rossum · 23 years ago
  8. c202fd2 Backport 1.70 and 1.71 (which really go together): by Guido van Rossum · 23 years ago
  9. d1bb755 Backport: by Michael W. Hudson · 23 years ago
  10. b45532a A couple of fixes for the compiler package: by Michael W. Hudson · 23 years ago
  11. c01f360 Backport fdrake's by Michael W. Hudson · 23 years ago
  12. 975a80d Patch #619493: Prefer rpmbuild over rpm if available. by Martin v. Löwis · 23 years ago
  13. cec1254 This has no hope of working under -O. Skip it then instead of failing. by Tim Peters · 23 years ago
  14. e40add4 Whitespace normalization. by Tim Peters · 23 years ago
  15. 397848f Backport 1.52: by Raymond Hettinger · 23 years ago
  16. 7034f69 Aargh! The 2.3 version of this file requires "from test.test_support by Guido van Rossum · 23 years ago
  17. 32b1b43 Patch #572031: AUTH method LOGIN for smtplib. by Martin v. Löwis · 23 years ago
  18. 19cb870 Backport: by Guido van Rossum · 23 years ago
  19. f29109a Backport 1.45: by Raymond Hettinger · 23 years ago
  20. c2f1216 Backport 1.45: by Raymond Hettinger · 23 years ago
  21. e1c9e10 Backport 1.12 and 1.13 and normalize whitespace (remove formfeeds): by Raymond Hettinger · 23 years ago
  22. 6b7a7d2 Backport 1.60 and 1.62: by Raymond Hettinger · 23 years ago
  23. 5c6ab4a Backport 1.151 and 1.152: by Raymond Hettinger · 23 years ago
  24. 65e03cd Backport 1.17: by Raymond Hettinger · 23 years ago
  25. a7ce624 Backport 1.7: by Raymond Hettinger · 23 years ago
  26. 100fcd0 Backport 1.28 and 1.29: by Raymond Hettinger · 23 years ago
  27. 67fe68e Backport 1.33 (omitting the deprecation warning but keeping the deprecation by Raymond Hettinger · 23 years ago
  28. 850952b regrtest expects TestSkipped to come from test_support not test.test_support by Barry Warsaw · 23 years ago
  29. 18ff795 Backporting of email 2.4 from Python 2.3. Many newly added modules, by Barry Warsaw · 23 years ago
  30. 5b70f66 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
  31. 1540409 use types.StringTypes instead of (str, unicode) by Skip Montanaro · 23 years ago
  32. ac2bc27 Python 2.2 doesn't have basestring. by Skip Montanaro · 23 years ago
  33. 8b66d77 Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 23 years ago
  34. c74deb3 Patch #615069: Fix build problems on SCO Open Server 5. by Martin v. Löwis · 23 years ago
  35. 7da5feb Backport loewis' 1.12: by Michael W. Hudson · 23 years ago
  36. e931387 Allow internal whitespace in keys. Closes SF bug #583248. by Fred Drake · 23 years ago
  37. 459a58f backport patch resulting from discussion on <http://python.org/sf/612111>. by Skip Montanaro · 23 years ago
  38. 65587a9 Backport of 1.15: by Guido van Rossum · 23 years ago
  39. 08ed38a Previous fix depended on the "code cleanup and general bug fix patch" already by Fred Drake · 23 years ago
  40. 37c0f6b has_option(): Use the option name transform consistently. by Fred Drake · 23 years ago
  41. 12315fd Disable big charsets in UCS-4 builds. Works around #599377. by Martin v. Löwis · 23 years ago
  42. c2de205 Remove unused output file. by Fred Drake · 23 years ago
  43. 2abf167 Backport patches for versions 1.33, 1.35, and 1.36 from the trunk: by Fred Drake · 23 years ago
  44. 6a09556 Fix for PyXML bug #563399, as much as we can implement without relying on by Fred Drake · 23 years ago
  45. bd1ac01 Backport: by Neal Norwitz · 23 years ago
  46. ac3fe23 Dump trunk version of httplib.py onto branch. by Michael W. Hudson · 23 years ago
  47. cf72744 Add yet another alias for ASCII found in the field (on BSD?). by Guido van Rossum · 23 years ago
  48. 916675b backport jhylton's checkin of revision 1.32 of urllib2.py by Michael W. Hudson · 23 years ago
  49. 9391943 backport of the checkin of revision 1.36 of asyncore.py by Thomas Heller · 23 years ago
  50. fb54405 Replaced this with the 2.3 test_mmap, which contains Windows-specific by Tim Peters · 23 years ago
  51. d75b7e1 Regenerate test_unicodedata output after the change to the UTF-8 codec. by Marc-André Lemburg · 23 years ago
  52. 1e616dc Backport the UTF-8 codec from 2.3 and add a work-around to let the by Marc-André Lemburg · 23 years ago
  53. e1a31e0 backport theller's checkin of revision 1.3 of test_marshal.py by Michael W. Hudson · 23 years ago
  54. a748f06 backport akuchling's checkin of revision 1.12 of config.py by Michael W. Hudson · 23 years ago
  55. 81f3317 backport gvanrossum's checkin of revision 1.57 of pdb.py by Michael W. Hudson · 23 years ago
  56. a3a7215 backport effbot's checkin of revision 1.43 of sre_compile.py by Michael W. Hudson · 23 years ago
  57. bd5ba4b Finish up the random fixes that Raymond started yesterday. by Michael W. Hudson · 23 years ago
  58. d722a82 Make test_rfc822 pass again. by Michael W. Hudson · 23 years ago
  59. fb3a921 Backport 1.51 and 1.54 from trunk. by Guido van Rossum · 23 years ago
  60. a985855 Backport 1.56 and 1.68 from trunk: by Guido van Rossum · 23 years ago
  61. 39a8654 Backport 1.96 from trunk (because I want Xenofarm to test 2.2.2): by Guido van Rossum · 23 years ago
  62. 07c0e67 Backport: by Raymond Hettinger · 23 years ago
  63. 070884c Whitespace normalization and backport: by Raymond Hettinger · 23 years ago
  64. d24d298 backport bwarsaw's checkin of revision 1.70 of rfc822.py by Michael W. Hudson · 23 years ago
  65. edf6610 backport bwarsaw's checkin of revision 1.17 of test_rfc822.py by Michael W. Hudson · 23 years ago
  66. cda5f7b Update canvas before computing width. Draw turtle when done drawing circle. by Martin v. Löwis · 23 years ago
  67. 2d9df41 Back out multifile.py 1.19 and 1.20. Fixes #514676. by Martin v. Löwis · 23 years ago
  68. bd40bbe This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
  69. d412a12 Backport (the relevant part of) rexec.py 1.41. by Guido van Rossum · 23 years ago
  70. 5346d01 Add windows-125[678]. Fixes #607302. by Martin v. Löwis · 23 years ago
  71. bfff5a7 Try to get test to pass on Windows by Neal Norwitz · 23 years ago
  72. 9c1d3e4 Change UserDict to IterableUserDict by Raymond Hettinger · 23 years ago
  73. aa36d87 Have os.environ inherit from the iterable version of UserDict. by Raymond Hettinger · 23 years ago
  74. df4626f Backport of SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 23 years ago
  75. 10c7ab7 Backport: by Guido van Rossum · 23 years ago
  76. e4d6c0c backport effbot's checkin of revision 1.13 of pre.py by Michael W. Hudson · 23 years ago
  77. f2a62c3 backport gvanrossum's checkin of revision 1.19 of test_weakref.py by Michael W. Hudson · 23 years ago
  78. 4437f2c backport gvanrossum's checkin of revision 1.17 of weakref.py by Michael W. Hudson · 23 years ago
  79. bb580d3 backport montanaro's checkin of revision 1.9 of test_gzip.py by Michael W. Hudson · 23 years ago
  80. 91848de backport montanaro's checkin of revision 1.33 of gzip.py by Michael W. Hudson · 23 years ago
  81. caa2764 backport gvanrossum's checkin of revision 1.22 of test_fcntl.py by Michael W. Hudson · 23 years ago
  82. 94da31b backport tim_one's checkin of revision 1.21 of test_mmap.py by Michael W. Hudson · 23 years ago
  83. d494d11 backport gvanrossum's checkin of revision 1.52 of pdb.py by Michael W. Hudson · 23 years ago
  84. 82f3bac backport loewis' checkin of revision 1.161 of Tkinter.py by Michael W. Hudson · 23 years ago
  85. 8df7f2b SF 595846. Backport deltas from 1.26 to 1.28. by Raymond Hettinger · 23 years ago
  86. 96303ce Fix some endcase bugs in unicode rfind()/rindex() and endswith(). by Guido van Rossum · 23 years ago
  87. 4c7e202 A trip down memory lane. Barry checked in this test with 2.3-style by Tim Peters · 23 years ago
  88. bc5282f Modify splituser() method to allow an @ in the userinfo field. by Raymond Hettinger · 23 years ago
  89. 0c25da5 Backport of fix for SF bug #595671 from Python 2.3cvs: by Barry Warsaw · 23 years ago
  90. 3218fa4 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
  91. 0299b1c SF bug #574235, convert_path fails with empty pathname by Neal Norwitz · 23 years ago
  92. dc1febb Backport: by Guido van Rossum · 23 years ago
  93. fa1cf94 Fix SF bug #593696 telnetlib raises UnboundLocalError by Neal Norwitz · 23 years ago
  94. f1045ad Backport of SF patch 590294: os._execvpe security fix (Zack Weinberg). by Guido van Rossum · 23 years ago
  95. 0256444 Since pyexpat isn't always available in Python 2.2, allow repeated by Fred Drake · 23 years ago
  96. 2bf2865 Backport: Fix for SF bug 570678 (can't flush read-only file on Mac OS X). by Guido van Rossum · 23 years ago
  97. f75ba0b Backport: by Guido van Rossum · 23 years ago
  98. 7329503 Revert #571603 since it is ok to import codecs that are not subdirectories by Martin v. Löwis · 23 years ago
  99. 92f08d7 Patch #571603: Refer to encodings package explicitly. by Martin v. Löwis · 23 years ago
  100. a687414 SF patch #581396, Canvas "select_item" always returns None by Neal Norwitz · 23 years ago