1. 4550b00 Fix bit rot: use sock.connect((host, port)) and allow 2nd cmd line arg. by Guido van Rossum · 24 years ago
  2. de77bc5 For the title page, insert the package version number before the date. by Fred Drake · 24 years ago
  3. 3277da0 Update the test suite to cover more ground. by Fred Drake · 24 years ago
  4. f7cf40d Lots of small bug fixes and DOM API conformance improvements: by Fred Drake · 24 years ago
  5. c16adce Adjust PullDOM to use a DOMImplementation instance to create new Document by Fred Drake · 24 years ago
  6. adf5410 Test for NULL returned from PyObject_NEW(). by Guido van Rossum · 24 years ago
  7. 9e8f4ea Test for NULL returned from PyObject_NEW(). by Guido van Rossum · 24 years ago
  8. f0b3154 Update information on the locking() function, added the needed constants. by Fred Drake · 24 years ago
  9. f7f88b1 Add long-overdue docstrings to dict methods. by Tim Peters · 24 years ago
  10. 4897119 Finish a sentence that was left half-written! by Fred Drake · 24 years ago
  11. 0e76ab2 Use METH_VARARGS instead of "1" in list method table. by Tim Peters · 24 years ago
  12. ec126da When raising KeyError, provide the key value that failed. by Fred Drake · 24 years ago
  13. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
  14. a63bd1c Untabify! (Barry, this is gonna cost you a bottle of wine! ;) by Fred Drake · 24 years ago
  15. f1c7c88 Typo repair in comments. Fell for GregS's .popitem() poke. by Tim Peters · 24 years ago
  16. 24d6da3 Added "stub" documentation for xml.dom.pulldom for Paul to fill out with by Fred Drake · 24 years ago
  17. ff87174 Get rid of string module and string exceptions. by Guido van Rossum · 24 years ago
  18. bc9c1b1 Added descriptions of the defined exceptions and their mapping to the by Fred Drake · 24 years ago
  19. 2235295 Set CXX even when --with-cxx is not specified. Closes bug 14782. by Martin v. Löwis · 24 years ago
  20. 537970f Set CXX even when --with-cxx is not specified. Closes bug #124782 by Martin v. Löwis · 24 years ago
  21. 5d1b5ea Add code to DOMException to ensure it cannot be instantiated directly, by Fred Drake · 24 years ago
  22. 64acf1d Add standard DOM exception hierarchy. by Martin v. Löwis · 24 years ago
  23. 2df6694 Document --with-cxx. by Martin v. Löwis · 24 years ago
  24. a3b5a5f Check in README file and one demo program by Andrew M. Kuchling · 24 years ago
  25. ea8f2bf Bring comments up to date (e.g., they still said the table had to be by Tim Peters · 24 years ago
  26. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  27. c140131 Change the file's indentation from tabs to 4 spaces per level. by Barry Warsaw · 24 years ago
  28. c7ed0e3 Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno by Barry Warsaw · 24 years ago
  29. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  30. 63596ae The Mac C library (MSL from CodeWarrior 6) and I/O library (GUSI by Jack Jansen · 24 years ago
  31. d49056c The ".pth" code knew about the layout of Python trees on unix and by Jack Jansen · 24 years ago
  32. fd0226b Use c2pstr() in stead of Pstring() to convert C-strings to by Jack Jansen · 24 years ago
  33. 27489d4 Optionally weed out duplicate prototypes for the same function (which by Jack Jansen · 24 years ago
  34. c1a4a04 Adapted to new standard for initmodule() routine: don't call by Jack Jansen · 24 years ago
  35. 7e0c005 Various new standard types. by Jack Jansen · 24 years ago
  36. b8c6863 Added support for generating a single module from multiple .h files. by Jack Jansen · 24 years ago
  37. 5f884c0 Refer to the sourceforge site for gusi downloads. by Jack Jansen · 24 years ago
  38. 4b64c2a Put all AE constants into AppleEvents.py by Jack Jansen · 24 years ago
  39. 50bf148 Qdoffs now exports the GWorldObj_{New,Convert} functions. by Jack Jansen · 24 years ago
  40. 5afad83 Added a c2pstrcpy() function. by Jack Jansen · 24 years ago
  41. 3661d39 Describe {}.popitem(). by Guido van Rossum · 24 years ago
  42. 723ad8a More toolbox modules adapted to Universal Headers 3.3.2. by Jack Jansen · 24 years ago
  43. 8ed8130 Use new multi-input-file feature of bgen in stead of @-file hack to parse multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python. by Jack Jansen · 24 years ago
  44. 6fe608c Regenerated from Universal Headers 3.3.2 by Jack Jansen · 24 years ago
  45. 177fa8c Put all AE constants into AppleEvents.py by Jack Jansen · 24 years ago
  46. 1072c38 Add popitem(). by Guido van Rossum · 24 years ago
  47. ff63f20 "Documentation" for {}.popitem(). by Guido van Rossum · 24 years ago
  48. b822c61 Added test for {}.popitem(). by Guido van Rossum · 24 years ago
  49. ba6ab84 Add popitem() -- SF patch #102733. by Guido van Rossum · 24 years ago
  50. 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  51. b5e4248 Drag moved to core toolbox modules (Win uses it). by Jack Jansen · 24 years ago
  52. 7683229 Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  53. cfc4cf6 Add URL with info for PIL. by Guido van Rossum · 24 years ago
  54. 9d64479 Typo detected by "the miraculous Debian package lint tool "lintian" by Guido van Rossum · 24 years ago
  55. 988ad2b Changed .getaliases() support to register the new aliases in the by Marc-André Lemburg · 24 years ago
  56. 5fa0bd6 Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). by Tim Peters · 24 years ago
  57. d92dfe0 SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. by Tim Peters · 24 years ago
  58. f377d57 Trivial typo fix, submitted by Charles Waldman (SF patch #102794). by Guido van Rossum · 24 years ago
  59. dc90cc2 Additional docs for __iadd__ and family, closing SF bug #117178 and SF patch by Thomas Wouters · 24 years ago
  60. 2a22200 Adjust explanation of operator precedence summary -- exponentiation groups by Fred Drake · 24 years ago
  61. 6bcf4c2 Update the docstring. by Fred Drake · 24 years ago
  62. e1578ce Added tests to avoid regression on bug #125375. by Fred Drake · 24 years ago
  63. b6429a2 validate_varargslist(): Fix two bugs in this function, one that affected by Fred Drake · 24 years ago
  64. ed911b8 Added link to HTML version of the NumPy documentation. This closes bug #124943. by Fred Drake · 24 years ago
  65. 5b7b764 Apply rstrip() to the lines read from _dirfile in _update(), so that a by Guido van Rossum · 24 years ago
  66. 0aee722 Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem with by Guido van Rossum · 24 years ago
  67. 0705028 vgetargskeywords(): Patch for memory leak identified in bug #119862. by Barry Warsaw · 24 years ago
  68. 7c1e5ad Make ConfigParser.Error inherit from Exception. by Fred Drake · 24 years ago
  69. 5255c79 select.select(): Add note that though this function accepts empty lists, by Fred Drake · 24 years ago
  70. f7d5aa6 Adapted to Universal Headers 3.3.2. More to follow. by Jack Jansen · 24 years ago
  71. c6c2838 (Patch #102698) Fix for a bug reported by Wade Leftwich: by Andrew M. Kuchling · 24 years ago
  72. 2f1aeb9 SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, but by Tim Peters · 24 years ago
  73. 9a29dd6 Lots of small improvements and bits of added information on the DOM API. by Fred Drake · 24 years ago
  74. c3b18d7 Fix error noted by Gerrit Holl (old; had been buried in my INBOX): by Fred Drake · 24 years ago
  75. 0c47559 Added a note that objects which emulate built-in types should only by Fred Drake · 24 years ago
  76. 16942f2 Lots of additional information. Not done, but much better. by Fred Drake · 24 years ago
  77. 4c12ee8 Another name! by Fred Drake · 24 years ago
  78. fd4d29c Typo caught by Jim Tittsler <jwt@onjapan.net>: They --> The by Fred Drake · 24 years ago
  79. b62966c Note that, as of Python 1.6, the .returns_unicode attribute on parser by Fred Drake · 24 years ago
  80. 37da22b The C+ compiler is called $(CXX) these days, not CCC. This fixes SF Bug #124478. by Guido van Rossum · 24 years ago
  81. 23f26ce Fix `credits' to credit the Jython developers when running under that by Barry Warsaw · 24 years ago
  82. b6a54d2 _getframe(): New sys module function for getting at the stack frame. by Barry Warsaw · 24 years ago
  83. e63544f posix_getlogin(): Be more cautious about interpreting a NULL from by Fred Drake · 24 years ago
  84. a30680b posix_getlogin(): Handle the possibility that getlogin() can return by Fred Drake · 24 years ago
  85. 49312a5 Jeffrey D. Collins <tokeneater@users.sourceforge.net>: by Fred Drake · 24 years ago
  86. f7e84e1 Two changes: by Sjoerd Mullender · 24 years ago
  87. 21e4dd0 Two typos caught by /F; thanks! by Fred Drake · 24 years ago
  88. e119c8f Added a comment for ContentHandler.characters() explaining how to migrate by Fred Drake · 24 years ago
  89. 3d5f7e8 Add test cases for ConfigParser.remove_option() behavior. This includes by Fred Drake · 24 years ago
  90. ff4a23b remove_option(): Use the right variable name for the option name! by Fred Drake · 24 years ago
  91. cc343ca Make isinstance() more permissive in what types of arguments it by Neil Schemenauer · 24 years ago
  92. 24342d9 Updated for the current state of the main Python source tree. by Jack Jansen · 24 years ago
  93. a49bdc0 These have been replaced by the new generated projects. by Jack Jansen · 24 years ago
  94. 420c4aa The new generated plugin projects. Checked in in XML form, so cvs diffs should work. by Jack Jansen · 24 years ago
  95. 0eba959 Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified. by Jack Jansen · 24 years ago
  96. aee9d6b Allow recursive searh entries by ending the pathname in ":*". by Jack Jansen · 24 years ago
  97. cb9b1eb Don't generate SYM files by default. by Jack Jansen · 24 years ago
  98. a5d384d Updated for the new project names. by Jack Jansen · 24 years ago
  99. 6c502d7 Got it working for all important plugins, and moved it from Build to scripts. by Jack Jansen · 24 years ago
  100. afb17fc Call of _cmp had wrong number of paramereters. Fixed definition of _cmp. by Moshe Zadka · 24 years ago