Final head of the former 2.2 branch
  1. 885fe06 Add extra SHA tests by Andrew M. Kuchling · 19 years ago
  2. 20cf51c adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 22 years ago
  3. 0a8f299 Backport of rhettinger's funcobject.c 2.63, bugfix for SF bug 753451 by Anthony Baxter · 22 years ago
  4. d8fcbdd backport -uall,-resource stuff add sunos5 and hpux11 expected skips by Skip Montanaro · 22 years ago
  5. 8ebdd33 check getservbyname with several protocols, not just telnet by Skip Montanaro · 22 years ago
  6. b1ccf7f Backport 1.194: Add test for bug #751998. by Neal Norwitz · 22 years ago
  7. d2cd3ef Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. by Martin v. Löwis · 22 years ago
  8. be1eb0c crash_in_get_sf736892(): A test of SF 736892, forcing function to act by Barry Warsaw · 22 years ago
  9. 10b1cd9 Remove debug code from weakref_segfault(). by Guido van Rossum · 22 years ago
  10. 189a6c9 Add testcase for SF 742911. by Guido van Rossum · 22 years ago
  11. 39a8fdd The backport gets Fred's seal of approval: by Barry Warsaw · 22 years ago
  12. 826f68b Backport fix for SF bug 692776. by Jeremy Hylton · 22 years ago
  13. 6c75479 Backport fix for SF bug 734869 and sundry compiler cleanups. by Jeremy Hylton · 22 years ago
  14. 0ea0a18 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 22 years ago
  15. e163df1 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 22 years ago
  16. fa90c3e file_truncate(): Backported 2.3 code so that file.truncate(n) works on by Tim Peters · 22 years ago
  17. 2c29dae Patch #681152: Support escaped unicode characters in classes. Fixes 612074. by Martin v. Löwis · 22 years ago
  18. 8998a81 Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one. by Tim Peters · 22 years ago
  19. 1ac3849 Backporting new gc-vs-__del__ tests. These pass, but are restricted by Tim Peters · 22 years ago
  20. 44198f0 This was failing on Windows, due to various attempts to delete files by Tim Peters · 22 years ago
  21. 18711bc backport test skip for test_locale on Mac OS X by Skip Montanaro · 22 years ago
  22. ddf625b backport largefile resource requirement for Mac OSX by Skip Montanaro · 22 years ago
  23. 58d23ae SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 22 years ago
  24. c5f7778 binascii_a2b_base64: Properly return an empty string if the input was all by Thomas Wouters · 22 years ago
  25. 3046177 Backport: by Guido van Rossum · 23 years ago
  26. 3281062 Backport SF #660455 fix. by Guido van Rossum · 23 years ago
  27. c31c0df Partial backport for changes to fix SF bug #678518 (assert & global). by Neal Norwitz · 23 years ago
  28. 5a245e4 backport: by Neal Norwitz · 23 years ago
  29. 025a0c6 backport: by Neal Norwitz · 23 years ago
  30. 89d08cb backport: Fix SF bug# 676155, RuntimeWarning with tp_compare by Neal Norwitz · 23 years ago
  31. fbaaab9 Backport: by Neal Norwitz · 23 years ago
  32. e4b5729 Backport Guido's checkins which disabled the bastion tests by Neal Norwitz · 23 years ago
  33. 3432961 Get the test to pass again by backporting Guido's checkin 1.173: by Neal Norwitz · 23 years ago
  34. 3813a21 backport: SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 23 years ago
  35. 134b9f0 Backport typeobject.c revision 2.201 plus associated tests from 2.3: by Guido van Rossum · 23 years ago
  36. 65b5e1f Backport MAL's patch for bug #659709: bogus computation of float length by Raymond Hettinger · 23 years ago
  37. 5a6c0b2 Add test for SF #658106. Will backport. by Neal Norwitz · 23 years ago
  38. ac4ff87 Fix typo in abstract.c which caused __rpow__ to not be invoked. by Raymond Hettinger · 23 years ago
  39. a715d8f Backport 1.72: Fix for bug #626172: crash using unicode latin1 single char by Neal Norwitz · 23 years ago
  40. 86411ea Backport 1.6->1.7: Skip the test_nocaret test when running as jython. by Finn Bock · 23 years ago
  41. 4286c9f Backport 1.8->1.9: Make the test pass for jython where there are no by Finn Bock · 23 years ago
  42. 4de21e1 Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 23 years ago
  43. 551a156 Patch #631972: Adds an is_jython flag. by Finn Bock · 23 years ago
  44. 96a8530 Backport: Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman by Neal Norwitz · 23 years ago
  45. dacbafb Backporting urlparse.py:1.34, test_urlparse.py:1.8: by Guido van Rossum · 23 years ago
  46. efe39e5 Use \n as line separator in stead of \r\n, which causes problems in MacPython 2.2. by Jack Jansen · 23 years ago
  47. db48b27 Backport of 1.7: by Jack Jansen · 23 years ago
  48. f8e943f The list(xrange(sys.maxint / 4)) test. Changed 4 to 2. by Tim Peters · 23 years ago
  49. aff84f7 Fix some code that was added to the r22-maint branch to allow it to work with by Fred Drake · 23 years ago
  50. 0df0b42 Backport, at the reqest of Kevin Jacobs: by Guido van Rossum · 23 years ago
  51. d1bb755 Backport: by Michael W. Hudson · 23 years ago
  52. cec1254 This has no hope of working under -O. Skip it then instead of failing. by Tim Peters · 23 years ago
  53. e40add4 Whitespace normalization. by Tim Peters · 23 years ago
  54. 7034f69 Aargh! The 2.3 version of this file requires "from test.test_support by Guido van Rossum · 23 years ago
  55. 19cb870 Backport: by Guido van Rossum · 23 years ago
  56. 18ff795 Backporting of email 2.4 from Python 2.3. Many newly added modules, by Barry Warsaw · 23 years ago
  57. 8b66d77 Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 23 years ago
  58. c74deb3 Patch #615069: Fix build problems on SCO Open Server 5. by Martin v. Löwis · 23 years ago
  59. e931387 Allow internal whitespace in keys. Closes SF bug #583248. by Fred Drake · 23 years ago
  60. 37c0f6b has_option(): Use the option name transform consistently. by Fred Drake · 23 years ago
  61. c2de205 Remove unused output file. by Fred Drake · 23 years ago
  62. 2abf167 Backport patches for versions 1.33, 1.35, and 1.36 from the trunk: by Fred Drake · 23 years ago
  63. 6a09556 Fix for PyXML bug #563399, as much as we can implement without relying on by Fred Drake · 23 years ago
  64. bd1ac01 Backport: by Neal Norwitz · 23 years ago
  65. fb54405 Replaced this with the 2.3 test_mmap, which contains Windows-specific by Tim Peters · 23 years ago
  66. d75b7e1 Regenerate test_unicodedata output after the change to the UTF-8 codec. by Marc-André Lemburg · 23 years ago
  67. 1e616dc Backport the UTF-8 codec from 2.3 and add a work-around to let the by Marc-André Lemburg · 23 years ago
  68. e1a31e0 backport theller's checkin of revision 1.3 of test_marshal.py by Michael W. Hudson · 23 years ago
  69. bd5ba4b Finish up the random fixes that Raymond started yesterday. by Michael W. Hudson · 23 years ago
  70. fb3a921 Backport 1.51 and 1.54 from trunk. by Guido van Rossum · 23 years ago
  71. a985855 Backport 1.56 and 1.68 from trunk: by Guido van Rossum · 23 years ago
  72. 39a8654 Backport 1.96 from trunk (because I want Xenofarm to test 2.2.2): by Guido van Rossum · 23 years ago
  73. edf6610 backport bwarsaw's checkin of revision 1.17 of test_rfc822.py by Michael W. Hudson · 23 years ago
  74. bd40bbe This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
  75. bfff5a7 Try to get test to pass on Windows by Neal Norwitz · 23 years ago
  76. df4626f Backport of SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 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. bb580d3 backport montanaro's checkin of revision 1.9 of test_gzip.py by Michael W. Hudson · 23 years ago
  79. caa2764 backport gvanrossum's checkin of revision 1.22 of test_fcntl.py by Michael W. Hudson · 23 years ago
  80. 94da31b backport tim_one's checkin of revision 1.21 of test_mmap.py by Michael W. Hudson · 23 years ago
  81. 96303ce Fix some endcase bugs in unicode rfind()/rindex() and endswith(). by Guido van Rossum · 23 years ago
  82. 4c7e202 A trip down memory lane. Barry checked in this test with 2.3-style by Tim Peters · 23 years ago
  83. 0c25da5 Backport of fix for SF bug #595671 from Python 2.3cvs: by Barry Warsaw · 23 years ago
  84. 3218fa4 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
  85. f75ba0b Backport: by Guido van Rossum · 23 years ago
  86. ef84b97 Use sys.executable to run Python, as suggested by Neal Norwitz. by Tim Peters · 23 years ago
  87. a01421b The atexit module effectively turned itself off if sys.exitfunc already by Tim Peters · 23 years ago
  88. b7eda1d Backport: by Guido van Rossum · 23 years ago
  89. fde8aca Update output for new tests. by Jeremy Hylton · 23 years ago
  90. 799e99b Backport changes. by Jeremy Hylton · 23 years ago
  91. f460e9b subtype_resurrection(): Removed unused import. by Tim Peters · 23 years ago
  92. a17fb2c subtype_resurrection(): The test suite with -l properly reported the by Tim Peters · 23 years ago
  93. 7b63f46 Repaired optimistic comment in new test. by Tim Peters · 23 years ago
  94. 8156b90 Attempting to resurrect a dying instance of a new-style class in a by Tim Peters · 23 years ago
  95. feb7d02 Track change of begin() to _begin(). by Jeremy Hylton · 23 years ago
  96. d605adf Fix SF Bug 572567: Memory leak in object comparison by Raymond Hettinger · 23 years ago
  97. 29cb1d7 Test for the bug in recurse_down_subclasses() that I just fixed. by Guido van Rossum · 23 years ago
  98. a9d29fe Backport: by Guido van Rossum · 23 years ago
  99. 76c63a4 Backport 1.15: by Guido van Rossum · 23 years ago
  100. 9d21cd7 Backport: by Guido van Rossum · 23 years ago