Final head of the former 2.2 branch
  1. a7ce71b [Jython patch #1578658] Make distutils work for Jython, at least for by Andrew M. Kuchling · 19 years ago
  2. 885fe06 Add extra SHA tests by Andrew M. Kuchling · 19 years ago
  3. 8cca0b7 Jython compatibility fix: if uu.decode() opened its output file, be sure to close it. (Need to forward-port this.) by Andrew M. Kuchling · 19 years ago
  4. f42837c Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
  5. 20cf51c adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 22 years ago
  6. e9ea6d9 use True/False for boolean values by Fred Drake · 22 years ago
  7. 1b5f214 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 22 years ago
  8. f29286e A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 22 years ago
  9. 27dd1d4 Backporting email 2.5.4 fixes from the trunk. by Barry Warsaw · 22 years ago
  10. b28f901 make #! line more liberal by Skip Montanaro · 22 years ago
  11. 0a8f299 Backport of rhettinger's funcobject.c 2.63, bugfix for SF bug 753451 by Anthony Baxter · 22 years ago
  12. 93457d6 Patch #764470: Fix marshalling of Faults. by Martin v. Löwis · 22 years ago
  13. 8a5ffac Patch #549151, rev4: redirect POST on 301 also. by Martin v. Löwis · 22 years ago
  14. 0a6f7da SF #764121, docstring for spawnlp incorrect by Neal Norwitz · 22 years ago
  15. a3d818f Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 22 years ago
  16. aae6a10 Backport fix for SF bug 666219. by Jeremy Hylton · 22 years ago
  17. 6697232 backport of fix from 1.15 to make sure installed scripts have the read bit set. by Skip Montanaro · 22 years ago
  18. 78347b5 Fix for SF bug 620190: getargspec() doesn't understand methods. by Jeremy Hylton · 22 years ago
  19. d8fcbdd backport -uall,-resource stuff add sunos5 and hpux11 expected skips by Skip Montanaro · 22 years ago
  20. 8ebdd33 check getservbyname with several protocols, not just telnet by Skip Montanaro · 22 years ago
  21. 7af168f Patch #755987 (bug #755031): backport from trunk. by Greg Ward · 22 years ago
  22. b1ccf7f Backport 1.194: Add test for bug #751998. by Neal Norwitz · 22 years ago
  23. 8286612 Treat empty dat/dir files as dumbdbm. Fixes #744687. by Martin v. Löwis · 22 years ago
  24. e348c6d copy and deepcopy builtin functions atomically. Fixes #746304. by Martin v. Löwis · 22 years ago
  25. 7594a1c Patch #754340: Fix typo in redirect_request. by Martin v. Löwis · 22 years ago
  26. 462203f Backport of my checkin to rev 1.46: by Thomas Heller · 22 years ago
  27. 2858fd1 Patch #750595: Refer to type complex using builtin. Fixes #595837. by Martin v. Löwis · 22 years ago
  28. d2cd3ef Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. by Martin v. Löwis · 22 years ago
  29. 3442211 Patch #749191: Delete commands in after_cancel. by Martin v. Löwis · 22 years ago
  30. 641e266 Backport from 2.3 trunk: by Barry Warsaw · 22 years ago
  31. 6de17d2 Give the Windows socket wrapper function default values for its 'family' by Tim Peters · 22 years ago
  32. be1eb0c crash_in_get_sf736892(): A test of SF 736892, forcing function to act by Barry Warsaw · 22 years ago
  33. 10b1cd9 Remove debug code from weakref_segfault(). by Guido van Rossum · 22 years ago
  34. 189a6c9 Add testcase for SF 742911. by Guido van Rossum · 22 years ago
  35. 39a8fdd The backport gets Fred's seal of approval: by Barry Warsaw · 22 years ago
  36. e9ac720 Backport of 1.48: on Mac OS X don't use -R for runtime_library_dirs, use by Jack Jansen · 22 years ago
  37. 826f68b Backport fix for SF bug 692776. by Jeremy Hylton · 22 years ago
  38. a74d9fe Backport Jeremy's fix: req.method should be req.get_method. by Raymond Hettinger · 22 years ago
  39. c012951 Backport fix for SF bug #741171: pdb crashes when enabling a non-existing breakpoint by Andrew M. Kuchling · 22 years ago
  40. 6c75479 Backport fix for SF bug 734869 and sundry compiler cleanups. by Jeremy Hylton · 22 years ago
  41. 6faa3d0 GNUTranslations._parse(): Backport of fix for SF bug #658233, where by Barry Warsaw · 22 years ago
  42. 2ca9bbc Patch #499513: use readline() instead of readlines(). Removed the by Martin v. Löwis · 22 years ago
  43. 6c57bb8 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Martin v. Löwis · 22 years ago
  44. 0ea0a18 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 22 years ago
  45. e163df1 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 22 years ago
  46. 6f25f29 Backport fix for compile_command("",symbol="eval") raising syntax error about "pass". Now returns None. by Samuele Pedroni · 22 years ago
  47. 9cc51f1 Backporting email 2.5.2 fixes. by Barry Warsaw · 22 years ago
  48. 8a625c9 Backport better fix for newurl as suggested by Jim Jewett in SF bug #730963. by Jeremy Hylton · 22 years ago
  49. 1f5df13 Backport fix for SF #723831: urlopen() raises URLError. by Jeremy Hylton · 22 years ago
  50. fa90c3e file_truncate(): Backported 2.3 code so that file.truncate(n) works on by Tim Peters · 22 years ago
  51. 74e2df6 Backport 1.157 by Raymond Hettinger · 22 years ago
  52. 4c71886 Backport 1.157 and 1.39 by Raymond Hettinger · 22 years ago
  53. ed1eff7 Backport 1.18: by Raymond Hettinger · 22 years ago
  54. 62308cb Fix documentation errors in regards to urlretrieve() and local files. by Brett Cannon · 22 years ago
  55. 1fb996f Backport 1.17 adding punctuation as allowable characters by Raymond Hettinger · 22 years ago
  56. 2c29dae Patch #681152: Support escaped unicode characters in classes. Fixes 612074. by Martin v. Löwis · 22 years ago
  57. 9976fdf Backport: Fix SF bug #697220, string.strip implementation/doc mismatch by Neal Norwitz · 22 years ago
  58. 8998a81 Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one. by Tim Peters · 22 years ago
  59. 1ac3849 Backporting new gc-vs-__del__ tests. These pass, but are restricted by Tim Peters · 22 years ago
  60. d900425 Backporting: by Barry Warsaw · 22 years ago
  61. 27a93d7 Backporting email 2.5.1 patches. by Barry Warsaw · 22 years ago
  62. 4a1d0f5 Backporting: by Barry Warsaw · 22 years ago
  63. 44198f0 This was failing on Windows, due to various attempts to delete files by Tim Peters · 22 years ago
  64. 18711bc backport test skip for test_locale on Mac OS X by Skip Montanaro · 22 years ago
  65. ddf625b backport largefile resource requirement for Mac OSX by Skip Montanaro · 22 years ago
  66. 31ec28b SF patch #706338, Fix a few broken links in pydoc by Greg Chapman by Neal Norwitz · 22 years ago
  67. a43f281 Patch #707701: Expect '??' in events. Fixes #698517. by Martin v. Löwis · 22 years ago
  68. 4c9fefc backport fix for missing altsep in nt (bug 709428) by Skip Montanaro · 22 years ago
  69. caf2f51 Backporting email 2.5 to Python 2.2 maint branch. by Barry Warsaw · 22 years ago
  70. 58d23ae SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 22 years ago
  71. 1a5727f This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 22 years ago
  72. c5f7778 binascii_a2b_base64: Properly return an empty string if the input was all by Thomas Wouters · 22 years ago
  73. ae77a60 [Backport patch #649762] Fix for asynchat endless loop by Andrew M. Kuchling · 22 years ago
  74. e0cf013 - Backported SF patch #676342: after using pdb, the readline command by Guido van Rossum · 22 years ago
  75. 4e48224 Backport rev. 1.73: Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
  76. 3046177 Backport: by Guido van Rossum · 22 years ago
  77. ae60b9e Backport 1.38: by Raymond Hettinger · 23 years ago
  78. 83e9e32 Spelling error by Raymond Hettinger · 23 years ago
  79. 3281062 Backport SF #660455 fix. by Guido van Rossum · 23 years ago
  80. b94120c Backport 1.16: Fix printing plural (s or ""). by Guido van Rossum · 23 years ago
  81. c31c0df Partial backport for changes to fix SF bug #678518 (assert & global). by Neal Norwitz · 23 years ago
  82. 17ed4ac Fix SF bug #642168, help() fails for some builtin topics by Neal Norwitz · 23 years ago
  83. 5a245e4 backport: by Neal Norwitz · 23 years ago
  84. 025a0c6 backport: by Neal Norwitz · 23 years ago
  85. a9adbff backport: by Neal Norwitz · 23 years ago
  86. a21ddb7 Backport: by Neal Norwitz · 23 years ago
  87. 975472b Remove references to pages that don't exist anymore. by Jeremy Hylton · 23 years ago
  88. 89d08cb backport: Fix SF bug# 676155, RuntimeWarning with tp_compare by Neal Norwitz · 23 years ago
  89. 28f35a2 Backport 1.40 and 1.41 so that inspect isn't fooled by single line by Raymond Hettinger · 23 years ago
  90. 4e4f830 Backport 1.33 from trunk: by Guido van Rossum · 23 years ago
  91. 5238d59 Backport 1.60 from trunk: by Guido van Rossum · 23 years ago
  92. fbaaab9 Backport: by Neal Norwitz · 23 years ago
  93. c695e8f supports_unicode_filenames should not have been backported, test___all__ now passed by Neal Norwitz · 23 years ago
  94. e4b5729 Backport Guido's checkins which disabled the bastion tests by Neal Norwitz · 23 years ago
  95. 3432961 Get the test to pass again by backporting Guido's checkin 1.173: by Neal Norwitz · 23 years ago
  96. 9bb9854 Backport for SF # 659228, 'realpath' function missing from os.path by Neal Norwitz · 23 years ago
  97. 3813a21 backport: SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 23 years ago
  98. d1bd829 Retrospectively fix code to handle IE's additional characters on certain by Steve Holden · 23 years ago
  99. ef18213 Sabotage rexec.py and Bastion.py. These are not secure in Python 2.2 or 2.3. by Guido van Rossum · 23 years ago
  100. 134b9f0 Backport typeobject.c revision 2.201 plus associated tests from 2.3: by Guido van Rossum · 23 years ago