1. d11f1fa Make StringIO work in non-unicode builds. by Michael W. Hudson · 23 years ago
  2. fca4ed6 backport jackjansen's checkin of by Michael W. Hudson · 23 years ago
  3. c981082 backport jackjansen's checkin of revision 1.3 of regen by Michael W. Hudson · 23 years ago
  4. 1c136f3 amk's fix attached to by Michael W. Hudson · 23 years ago
  5. 724374d doerwalter's failing examples from by Michael W. Hudson · 23 years ago
  6. 09f2187 Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault by Guido van Rossum · 23 years ago
  7. 18f69f8 Backport a checkin of jvr's: by Michael W. Hudson · 23 years ago
  8. 2b92139 Backport nnorwitz's checkin of revision 1.119: by Michael W. Hudson · 23 years ago
  9. 3c9dbe2 Backport a little test from Skip. by Michael W. Hudson · 23 years ago
  10. 4d761f2 SF patch 530070: pydoc regression, from Martin and Guido. by Tim Peters · 23 years ago
  11. bf69e0c Backport Tim's checkin of revision 1.5: by Michael W. Hudson · 23 years ago
  12. 2de0ec6 Stop using not-exposed-in-22x os.O_ constants. by Michael W. Hudson · 23 years ago
  13. 3ffb948 So there is some merit in slogging through ~4800 lines of cvs log. by Michael W. Hudson · 23 years ago
  14. 98305a0 Take Tim's work on file.truncate out of 2.2.1 again. by Michael W. Hudson · 23 years ago
  15. eae11ba Merge jackjansen's checking of revision 1.5. by Michael W. Hudson · 23 years ago
  16. fe69139 Backport Tim's work on getting file.truncate working better on Win32. by Michael W. Hudson · 23 years ago
  17. 09a5bd8 backport my checkin of revision 1.54 of os.py by Michael W. Hudson · 23 years ago
  18. 2e6cc33 This checkin backport two checkins by Skip. by Michael W. Hudson · 23 years ago
  19. bf05f2a backport gvanrossum's checkin of revision 1.121 of test_descr.py by Michael W. Hudson · 23 years ago
  20. 7de1f39 Naughty Fred forgot to mark this as a bugfix candidate. by Michael W. Hudson · 23 years ago
  21. 93cd540 Wrap a couple of long lines. by Fred Drake · 23 years ago
  22. 9afa573 Patch #527427: minidom fails to use NodeList sometimes. by Martin v. Löwis · 23 years ago
  23. 83a4a8a backport gvanrossum's checkin of revision 1.120 of test_descr.py by Michael W. Hudson · 23 years ago
  24. 8b23905 backport akuchling's checkin of revision 1.29 of asyncore.py by Michael W. Hudson · 23 years ago
  25. b14519b backport akuchling's checkin of revision 1.10 of test_cfgparser.py by Michael W. Hudson · 23 years ago
  26. 3813281 backport akuchling's checkin of revision 1.6 of test_cfgparser by Michael W. Hudson · 23 years ago
  27. c790c97 I presume this should go here. by Michael W. Hudson · 23 years ago
  28. 7d23700 Remove duplicate "import os" by Neal Norwitz · 23 years ago
  29. d82ae99 backport gvanrossum's checkin of revision 1.118 of test_descr.py by Michael W. Hudson · 23 years ago
  30. 4e49936 I don't understand it either... by Michael W. Hudson · 23 years ago
  31. 5e92c5f SF #515015, raise exception if code not found in findsource() by Neal Norwitz · 23 years ago
  32. 3ddf8e3 backport loewis' checkin of revision 1.66 of ftplib.py by Michael W. Hudson · 23 years ago
  33. fd268a1 backport gvanrossum's checkin of revision 1.117 of test_descr.py by Michael W. Hudson · 23 years ago
  34. 98f5a89 I *think* this should go in. May be wrong -- please howl in protest if so. by Michael W. Hudson · 23 years ago
  35. 7ac0303 backport jhylton's checkin of revision 1.45 of httplib.py by Michael W. Hudson · 23 years ago
  36. fcfa313 backport montanaro's checkin of revision 1.18 of BaseHTTPServer.py by Michael W. Hudson · 23 years ago
  37. 65a9547 backport montanaro's checkin of revision 1.58 of pydoc.py by Michael W. Hudson · 23 years ago
  38. db17526 backport tim_one's checkin of revision 1.20 of test_mmap.py by Michael W. Hudson · 23 years ago
  39. 38983bc backport my checkin of revision 1.14 of pickletester.py by Michael W. Hudson · 23 years ago
  40. 2b85b37 backport my checkin of revision 1.52 of os.py by Michael W. Hudson · 23 years ago
  41. 77771c3 backport my checkin of revision 1.3 of test_structseq.py by Michael W. Hudson · 23 years ago
  42. 9fffe6b backport loewis' checkin of revision 1.24 of codecs.py by Michael W. Hudson · 23 years ago
  43. d7894ba backport tim_one's checkin of revision 1.116 of test_descr.py by Michael W. Hudson · 23 years ago
  44. 8b34e61 backport gvanrossum's checkin of revision 1.115 of test_descr.py by Michael W. Hudson · 23 years ago
  45. b4541fd backport my checkin of revision 1.13 of pickletester.py by Michael W. Hudson · 23 years ago
  46. cedf2a4 backport bwarsaw's checkin of revision 1.34 of mailbox.py by Michael W. Hudson · 23 years ago
  47. 234bb74 backport gvanrossum's checkin of revision 1.24 of copy.py by Michael W. Hudson · 23 years ago
  48. ebaaf18 SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 23 years ago
  49. bbb5c47 backport gvanrossum's checkin of by Michael W. Hudson · 23 years ago
  50. 1110caf backport gvanrossum's checkin of revision 1.7 of test_builtin by Michael W. Hudson · 23 years ago
  51. 9cb028a backport gvanrossum's checkin of revision 1.35 of bdb.py by Michael W. Hudson · 23 years ago
  52. 858c9a1 backport tim_one's checkin of revision 1.11 of test_descrtut.py by Michael W. Hudson · 23 years ago
  53. c44f7f7 backport loewis' checkin of revision 1.6 of FixTk.py by Michael W. Hudson · 23 years ago
  54. 0b2cb48 backport loewis' checkin of revision 1.48 of smtplib.py by Michael W. Hudson · 23 years ago
  55. dcaab1f Backport theller's check-in of revision 1.45: by Michael W. Hudson · 23 years ago
  56. bccffe2 backport tim_one's checkin of by Michael W. Hudson · 23 years ago
  57. c22d459 backport gward's checkin of revision 1.25 of urllib2.py by Michael W. Hudson · 23 years ago
  58. 35bbe56 backport akuchling's checkin of revision 1.12 of file_util.py by Michael W. Hudson · 23 years ago
  59. fffbde7 backport gvanrossum's checkin of revision 1.21 of CGIHTTPServer.py by Michael W. Hudson · 23 years ago
  60. 94e5000 backport akuchling's checkin of revision 1.11 of install_scripts.py by Michael W. Hudson · 23 years ago
  61. 82d3c7d Backport theller's checkin of revision 1.35: by Michael W. Hudson · 24 years ago
  62. 0970905 SF #515023. Make _DummyThread.join() signature match base class (Thread) by Neal Norwitz · 24 years ago
  63. f0c3827 The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 24 years ago
  64. 8ce1cd3 Added regression test for start()/stop() returning bogus NULL. by Fred Drake · 24 years ago
  65. e8ec3fe This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 24 years ago
  66. e8c8814 Backport loewis' checkin of revision 1.44: by Michael W. Hudson · 24 years ago
  67. 0179287 string.split() docstring described the interpretation of the maxsplit by Fred Drake · 24 years ago
  68. 3c62623 It's merge time! by Michael W. Hudson · 24 years ago
  69. 7017724 It's merge time! by Michael W. Hudson · 24 years ago
  70. 9e4beda It's merge time! by Michael W. Hudson · 24 years ago
  71. d7238ec It's merge time! by Michael W. Hudson · 24 years ago
  72. ebc89b6 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 24 years ago
  73. 2380a9e Add fallback argument to translation(). Set fallback to 1 for install(). by Martin v. Löwis · 24 years ago
  74. 9bac8e7 Fix webbrowser.py security bug: be more careful about what we pass to by Fred Drake · 24 years ago
  75. 28ba76e Time2Internaldate(): Call isinstance() once for each of the type tests by Fred Drake · 24 years ago
  76. 95789f8 Check for time.struct_time in addition to tuples. Use 3 characters by Martin v. Löwis · 24 years ago
  77. c8ae21a Backport gvanrossum's checkin of revision 1.20: by Michael W. Hudson · 24 years ago
  78. c15958c Backport gvanrossum's checkin of revisions by Michael W. Hudson · 24 years ago
  79. d444067 Backport gvanrossum's checkin of version 1.10: by Michael W. Hudson · 24 years ago
  80. 461540b Backport of akuchling's checkin of 1.10: by Michael W. Hudson · 24 years ago
  81. 5163991 Backport loewis' checkin of version 1.2: by Michael W. Hudson · 24 years ago
  82. ec549fe Backport Guido's checkin of version 1.61: by Michael W. Hudson · 24 years ago
  83. 2276818 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 24 years ago
  84. eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 24 years ago
  85. f830a52 SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" address by Guido van Rossum · 24 years ago
  86. 2b26a86 Whitespace normalization. by Tim Peters · 24 years ago
  87. b6ab93f partial merge with current pythonware codebase: by Fredrik Lundh · 24 years ago
  88. 04a8661 Add test for pickling new-style class with custom metaclass. by Guido van Rossum · 24 years ago
  89. f048a8f Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with a by Guido van Rossum · 24 years ago
  90. 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 24 years ago
  91. 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 24 years ago
  92. 1444f67 The test using class initarg failed, because it was lacking a by Guido van Rossum · 24 years ago
  93. 4f5b49f Make the module docstring agree with reality: the module prvides the by Fred Drake · 24 years ago
  94. 81b61bd TemporaryFileWrapper: fixed typo in new comment. by Tim Peters · 24 years ago
  95. a255a72 TemporaryFileWrapper: cache the value of os.unlink for use by __del__, by Tim Peters · 24 years ago
  96. 99d2fbb Move the helper class _closedsocket *into* the _socketobject class. by Guido van Rossum · 24 years ago
  97. f499b03 Recreated after source changes. by Thomas Heller · 24 years ago
  98. c7cb9ed Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst crashes. by Thomas Heller · 24 years ago
  99. facf24b Don't use Latex \code{...} in docstrings. by Guido van Rossum · 24 years ago
  100. 6e1c576 Get rid of the stupid backslash in front of the column zero open by Barry Warsaw · 24 years ago