1. 653d85f SF Patch #494867 test file methods by Neal Norwitz · 23 years ago
  2. 649b759 SF Patch #494863, file.xreadlines() should raise ValueError if file is closed by Neal Norwitz · 23 years ago
  3. a6e9758 Patch #497098: build support for GNU/Hurd. by Martin v. Löwis · 23 years ago
  4. 6529368 Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  5. 9cf00dd Updated to optionally use Carbon Scrap manager. by Jack Jansen · 23 years ago
  6. ad8381a Use the Carbon scrap manager interface if the old interface isn't available. by Jack Jansen · 23 years ago
  7. 420ed40 Added support for the Carbon scrap manager (finally). by Jack Jansen · 23 years ago
  8. 7633593 Oops, forgot to mark CreateScrollBarControl and CreateSliderControl by Just van Rossum · 23 years ago
  9. 20a03d1 made radio button labels readable under OSX by Just van Rossum · 23 years ago
  10. bdb9d48 half-hearted stab at supported the 2.2 object model better. by Just van Rossum · 23 years ago
  11. 31a4c22 added support for live feedback in scrollbars by Just van Rossum · 23 years ago
  12. cae6da6 - added support for ControlActionProcs, exposing the following calls: by Just van Rossum · 23 years ago
  13. 85f9814 Print encoded versions of the file names in test application. Fixes #496084 by Martin v. Löwis · 23 years ago
  14. 7790297 test_support: add a docstring to vereq(). by Tim Peters · 23 years ago
  15. 5a0f010 SF Patch #497487 add test to compare conjugate of a complex number by Neal Norwitz · 23 years ago
  16. fc37af8 SF Patch #494873 add tests for complex numbers including calls to int()/long() by Neal Norwitz · 23 years ago
  17. 32f4153 SF Patch #494874 add tests for int()/long() invalid parameters by Neal Norwitz · 23 years ago
  18. 7076901 SF Patch #494872 test repr() of a built-in module by Neal Norwitz · 23 years ago
  19. 26e5341 SF Patch #494876, test invalid parameters to pow() by Neal Norwitz · 23 years ago
  20. f21b2aa Thread.__bootstrap(): ignore exceptions in the self.__delete() call in by Guido van Rossum · 23 years ago
  21. 2764a3a Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
  22. 1e91c14 Fix for SF bug ##497426: can't deepcopy recursive new objects by Guido van Rossum · 23 years ago
  23. 1baeba6 Add fcntl.h constants from glibc 2.2.4. Fixes #496171. by Martin v. Löwis · 23 years ago
  24. 606fe4e SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  25. 24a6434 Update the docstring too. :-) by Guido van Rossum · 23 years ago
  26. c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  27. 5560269 Added someone. by Jack Jansen · 23 years ago
  28. 9aaee93 Patches by Jens B. Jorgensen with small mods by me: by Jack Jansen · 23 years ago
  29. b952651 Merging changes from release22-branch. by Jack Jansen · 23 years ago
  30. 089c7d1 Another name; should be added to Python 2.2.1. by Fred Drake · 23 years ago
  31. 687bde9 Added some missing index entries, noted by L. Peter Deutsch. by Fred Drake · 23 years ago
  32. c92cf50 Updated -- all Demo subdirectories are once again listed here, in by Guido van Rossum · 23 years ago
  33. 3f0b1c9 Removing this directory; it's no longer needed now that Misc/Makefile.pre.in by Guido van Rossum · 23 years ago
  34. 2a6f5b3 _reduce(): Avoid infinite recursion in the pickler when self.__class__ by Guido van Rossum · 23 years ago
  35. bb2501f Due to a cut-and-paste error, the type object exported under the name by Guido van Rossum · 23 years ago
  36. 226275f Modified version of patch #496882: echo SimpleStdin readline() input to stdout. by Just van Rossum · 23 years ago
  37. 7c9a53d Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are by Fred Drake · 23 years ago
  38. fd7f115 Fix wrongly-named formal parameters in three places: begin_y was used twice by Fred Drake · 23 years ago
  39. 7fa4ec5 Added another name. by Fred Drake · 23 years ago
  40. ab2dc1d Added index entries similar to some recommended by Skip, and used the word by Fred Drake · 23 years ago
  41. 3d42266 Make this do the right thing with entries which start with the percent sign, by Fred Drake · 23 years ago
  42. ef338ec More index entries. by Fred Drake · 23 years ago
  43. 8b8fe28 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 23 years ago
  44. 10a3bb5 SF bug #495548: troublesome #define in pyport.h by Tim Peters · 23 years ago
  45. 54b1191 SF bug #496549 -Qnew and in-place division "/=". by Tim Peters · 23 years ago
  46. 2826fad Don't set passiveserver to 0 in connect(). See SF bug #495693. by Guido van Rossum · 23 years ago
  47. 39960f6 Fix the erroneous availability annotation for s.makefile() from the last by Fred Drake · 23 years ago
  48. fe7286c Regenerated for Linux 2.2.4. by Martin v. Löwis · 23 years ago
  49. 3cde2cb Add TCP socket options from glibc 2.2.4. Fixes #495680. 2.2.1 bugfix candidate. by Martin v. Löwis · 23 years ago
  50. 83a3f0c Windows build: close out 2.2, prep for 2.3. by Tim Peters · 23 years ago
  51. af8446f Added 2.3a1 section. by Tim Peters · 23 years ago
  52. 99ffed8 And we start all over again! by Barry Warsaw · 23 years ago
  53. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
  54. 87fa3aa Add notes that fromfd() and s.makefile() are Unix-specific. by Fred Drake · 23 years ago
  55. 09aa55a Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+. by Fred Drake · 23 years ago
  56. b2dd86d PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro, by Barry Warsaw · 23 years ago
  57. 3d2d980 Suggested by Pete Shinners: treat .m and .mm files as source code. by Andrew M. Kuchling · 23 years ago
  58. ed90570 forward-patch from release21-maint branch: by Anthony Baxter · 23 years ago
  59. bec5b36 1.00 at last! by Andrew M. Kuchling · 23 years ago
  60. 5c79831 Add a reference to the signal module to the os.kill() description. by Fred Drake · 23 years ago
  61. dce2e11 Fix typo in httplib example. This fixes SF bug #495221. by Fred Drake · 23 years ago
  62. 23d45f4 Fix up some examples in the tutorial so we don't contradict our own by Fred Drake · 23 years ago
  63. 6bc62c4 Applying r22c1 branch mods back to the trunk. by Jack Jansen · 23 years ago
  64. 8c8e871 Fix the availability statement for the spawn*() functions to reflect the by Fred Drake · 23 years ago
  65. 34a37b8 Re-commit Ping's patch to the cgi and cgitb documentation, using the by Fred Drake · 23 years ago
  66. eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 23 years ago
  67. 5e08d10 Update the documentation links Remove reference to this being a draft by Andrew M. Kuchling · 23 years ago
  68. adc7df5 Use the final patch/bug numbers by Andrew M. Kuchling · 23 years ago
  69. 1cb65e2 ZZZ. by Guido van Rossum · 23 years ago
  70. f830a52 SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" address by Guido van Rossum · 23 years ago
  71. 54dc1d3 Another contributor. by Guido van Rossum · 23 years ago
  72. 2b26a86 Whitespace normalization. by Tim Peters · 23 years ago
  73. b655464 Apparently it's Cygwin with a capital C. by Michael W. Hudson · 23 years ago
  74. b6ab93f partial merge with current pythonware codebase: by Fredrik Lundh · 23 years ago
  75. 4ebde09 Fix a typo by Neal Norwitz · 23 years ago
  76. 1c4523f More cygwin news. This section is getting a bit long. Oh well. by Michael W. Hudson · 23 years ago
  77. 500bd03 SF bug #495021: Crash calling os.stat with a trailing backslash by Tim Peters · 23 years ago
  78. 04a8661 Add test for pickling new-style class with custom metaclass. by Guido van Rossum · 23 years ago
  79. f831429 Fix for SF bug #494904: Cannot pickle a class with a metaclass, by Guido van Rossum · 23 years ago
  80. 950dce6 save(): Fix for SF bug #494904: Cannot pickle a class with a by Guido van Rossum · 23 years ago
  81. f048a8f Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with a by Guido van Rossum · 23 years ago
  82. 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 23 years ago
  83. 2a908f6 proxy_compare(): Make sure that we unwrap both objects being compared if by Fred Drake · 23 years ago
  84. 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 23 years ago
  85. 1444f67 The test using class initarg failed, because it was lacking a by Guido van Rossum · 23 years ago
  86. 4f5b49f Make the module docstring agree with reality: the module prvides the by Fred Drake · 23 years ago
  87. 0d15366 When running regen for the plat directories we should use the BUILDEXT by Jack Jansen · 23 years ago
  88. 1fbb577 SF bug #494738: binascii_b2a_base64 overwrites memory. by Tim Peters · 23 years ago
  89. b6d14da SF bug #494668: PUSH() should assert-fail on overflow. by Tim Peters · 23 years ago
  90. 81b61bd TemporaryFileWrapper: fixed typo in new comment. by Tim Peters · 23 years ago
  91. 8d3ce5a Patch #494384: Disable more Unicode API if Unicode is not used. by Martin v. Löwis · 23 years ago
  92. a255a72 TemporaryFileWrapper: cache the value of os.unlink for use by __del__, by Tim Peters · 23 years ago
  93. 99d2fbb Move the helper class _closedsocket *into* the _socketobject class. by Guido van Rossum · 23 years ago
  94. f499b03 Recreated after source changes. by Thomas Heller · 23 years ago
  95. 7eb48e3 Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ by Just van Rossum · 23 years ago
  96. c7cb9ed Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst crashes. by Thomas Heller · 23 years ago
  97. 4b1b3bf Add entry for the pydoc documentation. by Fred Drake · 23 years ago
  98. 96be564 Add documentation for the pydoc module; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  99. 732299f Add documentation for the help() built-in; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  100. e088970 Merge in Ping's changes to the cgitb documentation, and add a version by Fred Drake · 23 years ago