1. c92cf50 Updated -- all Demo subdirectories are once again listed here, in by Guido van Rossum · 23 years ago
  2. 3f0b1c9 Removing this directory; it's no longer needed now that Misc/Makefile.pre.in by Guido van Rossum · 23 years ago
  3. 2a6f5b3 _reduce(): Avoid infinite recursion in the pickler when self.__class__ by Guido van Rossum · 23 years ago
  4. bb2501f Due to a cut-and-paste error, the type object exported under the name by Guido van Rossum · 23 years ago
  5. 226275f Modified version of patch #496882: echo SimpleStdin readline() input to stdout. by Just van Rossum · 23 years ago
  6. 7c9a53d Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are by Fred Drake · 23 years ago
  7. fd7f115 Fix wrongly-named formal parameters in three places: begin_y was used twice by Fred Drake · 23 years ago
  8. 7fa4ec5 Added another name. by Fred Drake · 23 years ago
  9. ab2dc1d Added index entries similar to some recommended by Skip, and used the word by Fred Drake · 23 years ago
  10. 3d42266 Make this do the right thing with entries which start with the percent sign, by Fred Drake · 23 years ago
  11. ef338ec More index entries. by Fred Drake · 23 years ago
  12. 8b8fe28 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 23 years ago
  13. 10a3bb5 SF bug #495548: troublesome #define in pyport.h by Tim Peters · 23 years ago
  14. 54b1191 SF bug #496549 -Qnew and in-place division "/=". by Tim Peters · 23 years ago
  15. 2826fad Don't set passiveserver to 0 in connect(). See SF bug #495693. by Guido van Rossum · 23 years ago
  16. 39960f6 Fix the erroneous availability annotation for s.makefile() from the last by Fred Drake · 23 years ago
  17. fe7286c Regenerated for Linux 2.2.4. by Martin v. Löwis · 23 years ago
  18. 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
  19. 83a3f0c Windows build: close out 2.2, prep for 2.3. by Tim Peters · 23 years ago
  20. af8446f Added 2.3a1 section. by Tim Peters · 23 years ago
  21. 99ffed8 And we start all over again! by Barry Warsaw · 23 years ago
  22. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
  23. 87fa3aa Add notes that fromfd() and s.makefile() are Unix-specific. by Fred Drake · 23 years ago
  24. 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
  25. b2dd86d PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro, by Barry Warsaw · 23 years ago
  26. 3d2d980 Suggested by Pete Shinners: treat .m and .mm files as source code. by Andrew M. Kuchling · 23 years ago
  27. ed90570 forward-patch from release21-maint branch: by Anthony Baxter · 23 years ago
  28. bec5b36 1.00 at last! by Andrew M. Kuchling · 23 years ago
  29. 5c79831 Add a reference to the signal module to the os.kill() description. by Fred Drake · 23 years ago
  30. dce2e11 Fix typo in httplib example. This fixes SF bug #495221. by Fred Drake · 23 years ago
  31. 23d45f4 Fix up some examples in the tutorial so we don't contradict our own by Fred Drake · 23 years ago
  32. 6bc62c4 Applying r22c1 branch mods back to the trunk. by Jack Jansen · 23 years ago
  33. 8c8e871 Fix the availability statement for the spawn*() functions to reflect the by Fred Drake · 23 years ago
  34. 34a37b8 Re-commit Ping's patch to the cgi and cgitb documentation, using the by Fred Drake · 23 years ago
  35. eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 23 years ago
  36. 5e08d10 Update the documentation links Remove reference to this being a draft by Andrew M. Kuchling · 23 years ago
  37. adc7df5 Use the final patch/bug numbers by Andrew M. Kuchling · 23 years ago
  38. 1cb65e2 ZZZ. by Guido van Rossum · 23 years ago
  39. f830a52 SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" address by Guido van Rossum · 23 years ago
  40. 54dc1d3 Another contributor. by Guido van Rossum · 23 years ago
  41. 2b26a86 Whitespace normalization. by Tim Peters · 23 years ago
  42. b655464 Apparently it's Cygwin with a capital C. by Michael W. Hudson · 23 years ago
  43. b6ab93f partial merge with current pythonware codebase: by Fredrik Lundh · 23 years ago
  44. 4ebde09 Fix a typo by Neal Norwitz · 23 years ago
  45. 1c4523f More cygwin news. This section is getting a bit long. Oh well. by Michael W. Hudson · 23 years ago
  46. 500bd03 SF bug #495021: Crash calling os.stat with a trailing backslash by Tim Peters · 23 years ago
  47. 04a8661 Add test for pickling new-style class with custom metaclass. by Guido van Rossum · 23 years ago
  48. f831429 Fix for SF bug #494904: Cannot pickle a class with a metaclass, by Guido van Rossum · 23 years ago
  49. 950dce6 save(): Fix for SF bug #494904: Cannot pickle a class with a by Guido van Rossum · 23 years ago
  50. f048a8f Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with a by Guido van Rossum · 23 years ago
  51. 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 23 years ago
  52. 2a908f6 proxy_compare(): Make sure that we unwrap both objects being compared if by Fred Drake · 23 years ago
  53. 694ed09 Fix the test control support for the pickle & cPickle tests so the tests run by Fred Drake · 23 years ago
  54. 1444f67 The test using class initarg failed, because it was lacking a by Guido van Rossum · 23 years ago
  55. 4f5b49f Make the module docstring agree with reality: the module prvides the by Fred Drake · 23 years ago
  56. 0d15366 When running regen for the plat directories we should use the BUILDEXT by Jack Jansen · 23 years ago
  57. 1fbb577 SF bug #494738: binascii_b2a_base64 overwrites memory. by Tim Peters · 23 years ago
  58. b6d14da SF bug #494668: PUSH() should assert-fail on overflow. by Tim Peters · 23 years ago
  59. 81b61bd TemporaryFileWrapper: fixed typo in new comment. by Tim Peters · 23 years ago
  60. 8d3ce5a Patch #494384: Disable more Unicode API if Unicode is not used. by Martin v. Löwis · 23 years ago
  61. a255a72 TemporaryFileWrapper: cache the value of os.unlink for use by __del__, by Tim Peters · 23 years ago
  62. 99d2fbb Move the helper class _closedsocket *into* the _socketobject class. by Guido van Rossum · 23 years ago
  63. f499b03 Recreated after source changes. by Thomas Heller · 23 years ago
  64. 7eb48e3 Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ by Just van Rossum · 23 years ago
  65. c7cb9ed Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst crashes. by Thomas Heller · 23 years ago
  66. 4b1b3bf Add entry for the pydoc documentation. by Fred Drake · 23 years ago
  67. 96be564 Add documentation for the pydoc module; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  68. 732299f Add documentation for the help() built-in; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  69. e088970 Merge in Ping's changes to the cgitb documentation, and add a version by Fred Drake · 23 years ago
  70. 6f4f8c7 Small change to allow for generation of QuickTime module for Windows. by Jack Jansen · 23 years ago
  71. 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 23 years ago
  72. f30c3ad Added missing docstring by Just van Rossum · 23 years ago
  73. 66d78bf Added support for tab controls and initial (incomplete) support by Just van Rossum · 23 years ago
  74. 8208676 Patch #494553 by Donovan Preston: initial implementation by Just van Rossum · 23 years ago
  75. 4befff9 initxxsubtype(): Add a comment to make the magic clearer; I doubt it's by Tim Peters · 23 years ago
  76. a7b9b3c Use PyType_Ready() for initialization of the ob_type field of our by Guido van Rossum · 23 years ago
  77. 8efd6ce Update comments about mpz, pointing to gmpy and mxNumber rather than by Guido van Rossum · 23 years ago
  78. f884b74 - PyType_Ready(): Initialize the ob_type field to &PyType_Type if it's by Guido van Rossum · 23 years ago
  79. facf24b Don't use Latex \code{...} in docstrings. by Guido van Rossum · 23 years ago
  80. 6e1c576 Get rid of the stupid backslash in front of the column zero open by Barry Warsaw · 23 years ago
  81. 086f7c3 There's a new include file AEInteraction.h which contains AESend and friends. by Jack Jansen · 23 years ago
  82. ec982e2 TickCount moved to a different header file. We manually added it back in here, for conveninece. by Jack Jansen · 23 years ago
  83. 564980b Portability fix: Not every compiler implements the extension of by Sjoerd Mullender · 23 years ago
  84. ca9aaf3 Synch with pyunit CVS: by Steve Purcell · 23 years ago
  85. 33c1a88 SF patch #493452: docstrings for staticmethod/classmethod (Skip Montanaro) by Guido van Rossum · 23 years ago
  86. dd5c05f David Abrahams tried to compile this as a separate DLL under MSVC, and by Tim Peters · 23 years ago
  87. 2168e9d Adapted for Universal Headers 3.4 by Jack Jansen · 23 years ago
  88. b519638 _PyEval_SliceIndex(): explain why a NULL argument is allowed (thanks by Tim Peters · 23 years ago
  89. cb479e7 _PyEval_SliceIndex(): Repaired the comments, and added XXX comments by Tim Peters · 23 years ago
  90. 0c0b530 Mark the mpz module deprecated as of Python 2.2. by Fred Drake · 23 years ago
  91. fc1a7ce Update the example Windows extension to 2.2 (was hardcoded to 2.1). by Tim Peters · 23 years ago
  92. b9c0ef5 Update to reflect recently added markup. by Fred Drake · 23 years ago
  93. 1422e9d SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), from by Tim Peters · 23 years ago
  94. c577728 Add a link to the mxNumber package. by Fred Drake · 23 years ago
  95. b40501b Add link to the gmpy project. by Fred Drake · 23 years ago
  96. 796e1e0 Don't call resetwarnings(). Be more restrictive in what we filter out instead. by Guido van Rossum · 23 years ago
  97. 2b8235e SF bug #493561: incorrect format string descrobject.c (Neal Norwitz) by Guido van Rossum · 23 years ago
  98. 6943444 Finally CW7 allows me to replace the continually-in-need-of-updating exports files with one 6-line anti-export-file. Yeah! (Thanks Alex, for reminding me:-) by Jack Jansen · 23 years ago
  99. 909c091 Post-release fiddling -- prep for 2.2 final. by Tim Peters · 23 years ago
  100. 2c39115 Made event callbacks more rubust: keep an actual reference to the by Just van Rossum · 23 years ago