1. 6f3e109 This commit was manufactured by cvs2svn to create tag 'r223c1'. by cvs2svn · 22 years ago v2.2.3c1
  2. ae7bc13 Go ahead and label this 2.2.3c1 by Barry Warsaw · 22 years ago
  3. f828b41 A bunch of NEWS file updates by Barry Warsaw · 22 years ago
  4. 4ab4393 Squash new compiler wng (mistmatching formal/actual pointer types). by Tim Peters · 22 years ago
  5. 826f68b Backport fix for SF bug 692776. by Jeremy Hylton · 22 years ago
  6. 8e0ef04 Link the dbm module against gdbm if it exists and if no earlier by Barry Warsaw · 22 years ago
  7. a74d9fe Backport Jeremy's fix: req.method should be req.get_method. by Raymond Hettinger · 22 years ago
  8. c012951 Backport fix for SF bug #741171: pdb crashes when enabling a non-existing breakpoint by Andrew M. Kuchling · 22 years ago
  9. 6c75479 Backport fix for SF bug 734869 and sundry compiler cleanups. by Jeremy Hylton · 22 years ago
  10. 1fda5e5 Assorted 2.2.3c1 and copyright changes specific to Windows. by Tim Peters · 22 years ago
  11. 2ad5730 update copyright dates by Fred Drake · 22 years ago
  12. a63beee Correct dependency information -- the Python docs load the "About this by Fred Drake · 22 years ago
  13. 92a21a4 Update Python release version and copyright years by Barry Warsaw · 22 years ago
  14. cf9727f Twiddle the banner by Barry Warsaw · 22 years ago
  15. 6314b22 Minor elaboration in the information about reporting errors. by Fred Drake · 22 years ago
  16. 49a5f47 update version/release information by Fred Drake · 22 years ago
  17. bccf8f3 update version history by Fred Drake · 22 years ago
  18. 380a42c the release manager has been fixed; this *will* be a release candidate by Fred Drake · 22 years ago
  19. 53b0179 Prepare for 2.2.3c1 (release candidate 1) by Barry Warsaw · 22 years ago
  20. 8674212 Start preparing the doc tree for 2.2.3. by Fred Drake · 22 years ago
  21. 97719c9 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 22 years ago
  22. 54d9cdf A few new news items by Barry Warsaw · 22 years ago
  23. 6faa3d0 GNUTranslations._parse(): Backport of fix for SF bug #658233, where by Barry Warsaw · 22 years ago
  24. 8b4226b Slight rephrasing of the OSX stacksize problem with test_re. by Jack Jansen · 22 years ago
  25. cf65dce These were added on the main branch, but never on the 2.2 branch. by Jack Jansen · 22 years ago
  26. 91cfc50 Backport: Don't mention __slots__ as a technique for error avoidance by Andrew M. Kuchling · 22 years ago
  27. a92eb4b Remove unused line numbers from example code. by Fred Drake · 22 years ago
  28. 2ca9bbc Patch #499513: use readline() instead of readlines(). Removed the by Martin v. Löwis · 22 years ago
  29. 6c57bb8 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Martin v. Löwis · 22 years ago
  30. 52b8743 Fixing typo from previous patch. by Brett Cannon · 22 years ago
  31. 9dbdfca Add docs for use of key_file and cert_file parameters. by Brett Cannon · 22 years ago
  32. a63d35f Change docstrings for __(get|set|del)slice__ to note that negative indices are not supported. by Brett Cannon · 22 years ago
  33. feacecc Only look for krb5.h if ssl.h was found. Backport of 1.166. by Martin v. Löwis · 22 years ago
  34. f1e89b1 Correct typo in check for _tkinter prerequisites. Backport of 1.162. by Martin v. Löwis · 22 years ago
  35. 0ea0a18 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 22 years ago
  36. e163df1 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 22 years ago
  37. 6f25f29 Backport fix for compile_command("",symbol="eval") raising syntax error about "pass". Now returns None. by Samuele Pedroni · 22 years ago
  38. ceb58a7 Fix nits found by Tools\scripts\texcheck.py by Raymond Hettinger · 22 years ago
  39. b5dd257 Fix broken API descriptions in comments. by Fred Drake · 22 years ago
  40. dc39bc6 Add a specific mention of the term "operator overloading" and add an by Fred Drake · 22 years ago
  41. d8136b5 Backport fixes to make more types collectable. by Jeremy Hylton · 22 years ago
  42. 9cc51f1 Backporting email 2.5.2 fixes. by Barry Warsaw · 22 years ago
  43. 8fc096a add missing parens - verified w/ interpreter - sorry to dismiss your comment by Skip Montanaro · 22 years ago
  44. 6069b64 replace most uses of `...` by repr(...), noting that `...` is discouraged, by Skip Montanaro · 22 years ago
  45. 8a625c9 Backport better fix for newurl as suggested by Jim Jewett in SF bug #730963. by Jeremy Hylton · 22 years ago
  46. 1f5df13 Backport fix for SF #723831: urlopen() raises URLError. by Jeremy Hylton · 22 years ago
  47. 7aed4a3 Patch #708604: Check more function results. by Martin v. Löwis · 22 years ago
  48. fa90c3e file_truncate(): Backported 2.3 code so that file.truncate(n) works on by Tim Peters · 22 years ago
  49. 594d4c5 At the site of an indexed reference to print, point to the relevant by Fred Drake · 22 years ago
  50. 7f9cbf1 - clean up some extra punctuation hidden in indexing markup by Fred Drake · 22 years ago
  51. 9a3638f Clarify that the timeout argument to read_until() is in seconds. by Fred Drake · 22 years ago
  52. 9b88e15 SF bug #729096: getopt online documentation example improvement by Raymond Hettinger · 22 years ago
  53. 971f0f0 detect_modules(): On Redhat 9, building the ssl stuff eventually by Barry Warsaw · 22 years ago
  54. 0215756 backport of note arising from bug 711019. by Skip Montanaro · 22 years ago
  55. 468f44f Markup change; make the notice a little stronger by using the "boxed" version. by Fred Drake · 22 years ago
  56. a749183 Add modified versions of the examples from Sean Reifschneider by Fred Drake · 22 years ago
  57. 4f017eb Backport the Carlo Verre fix. by Guido van Rossum · 22 years ago
  58. 74e2df6 Backport 1.157 by Raymond Hettinger · 22 years ago
  59. 4c71886 Backport 1.157 and 1.39 by Raymond Hettinger · 22 years ago
  60. 368c36f Backport 1.47 and 1.7 by Raymond Hettinger · 22 years ago
  61. ed1eff7 Backport 1.18: by Raymond Hettinger · 22 years ago
  62. 2a1ad9c Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). by Fred Drake · 22 years ago
  63. 052d587 Include notice that the rotor module will be deprecated in Python 2.3. by Fred Drake · 22 years ago
  64. 62308cb Fix documentation errors in regards to urlretrieve() and local files. by Brett Cannon · 22 years ago
  65. f6b74da backport note about password limitations by Skip Montanaro · 22 years ago
  66. c18cc56 fsync(): Implemented for Windows, via calling MS _commit. This counts by Tim Peters · 22 years ago
  67. 1fb996f Backport 1.17 adding punctuation as allowable characters by Raymond Hettinger · 22 years ago
  68. 2c29dae Patch #681152: Support escaped unicode characters in classes. Fixes 612074. by Martin v. Löwis · 22 years ago
  69. 52773e3 Patch #716969: Detect thread creation failure. by Martin v. Löwis · 22 years ago
  70. b15021e Patch #711835: Remove unnecessary lock operations. by Martin v. Löwis · 22 years ago
  71. 55ed680 Added documentation for the handle_pi() method, based on SF patch #662464. by Fred Drake · 22 years ago
  72. b4d53fd As discussed on python-dev, revised docs to note that by Raymond Hettinger · 22 years ago
  73. 9976fdf Backport: Fix SF bug #697220, string.strip implementation/doc mismatch by Neal Norwitz · 22 years ago
  74. ef582ab Backport: by Guido van Rossum · 22 years ago
  75. d065a13 Backport reference leak fix from HEAD revision 1.79. by Fred Drake · 22 years ago
  76. 273888e Backport comments about PyObject_Type() (HEAD revisions 1.24, 1.25). by Fred Drake · 22 years ago
  77. c927c8a Backport from trunk: by Guido van Rossum · 22 years ago
  78. 8998a81 Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one. by Tim Peters · 22 years ago
  79. 1ac3849 Backporting new gc-vs-__del__ tests. These pass, but are restricted by Tim Peters · 22 years ago
  80. 539afe0 More backporting of gc-vs-__del__ fixes. It should be fixed for instances by Tim Peters · 22 years ago
  81. 82550d5 Added private API function _PyInstance_Lookup(). This is part of by Tim Peters · 22 years ago
  82. 71e300e Added example of using positional and keyword args with atexit.register(). by Fred Drake · 22 years ago
  83. d900425 Backporting: by Barry Warsaw · 22 years ago
  84. 27a93d7 Backporting email 2.5.1 patches. by Barry Warsaw · 22 years ago
  85. 4a1d0f5 Backporting: by Barry Warsaw · 22 years ago
  86. f953500 Fix memory corruption in garbage collection. by Jeremy Hylton · 22 years ago
  87. 62ed948 Remove trailing newline. by Fred Drake · 22 years ago
  88. 44198f0 This was failing on Windows, due to various attempts to delete files by Tim Peters · 22 years ago
  89. bc12473 note test_locale skip by Skip Montanaro · 22 years ago
  90. 18711bc backport test skip for test_locale on Mac OS X by Skip Montanaro · 22 years ago
  91. 8c451a7 note test_largefile restriction on Mac OS X by Skip Montanaro · 22 years ago
  92. ddf625b backport largefile resource requirement for Mac OSX by Skip Montanaro · 22 years ago
  93. fb5d378 Match some of the markup changes from the trunk. by Fred Drake · 22 years ago
  94. b9ea876 Fix symbol in grammar; this should fix some hyperlinking in the HTML version. by Fred Drake · 22 years ago
  95. 3c5173c Patch #710576: Implement per-interpreter-state codec registries. by Martin v. Löwis · 22 years ago
  96. 31ec28b SF patch #706338, Fix a few broken links in pydoc by Greg Chapman by Neal Norwitz · 22 years ago
  97. 342c42b Backport Patch 659834 checked in by GvR on 2002/12/30 16:25:38 by Neal Norwitz · 22 years ago
  98. fa8b672 Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614. by Martin v. Löwis · 22 years ago
  99. 80288f4 Backport Patch 659834 checked in by GvR on 2002/12/30 16:25:38 by Neal Norwitz · 22 years ago
  100. a43f281 Patch #707701: Expect '??' in events. Fixes #698517. by Martin v. Löwis · 22 years ago