1. ce5b6d5 SF 745525 by Kurt B. Kaiser · 21 years ago
  2. ac8bd91 Forgot the code to initialize the glue for the new CFObj_ routines. by Jack Jansen · 21 years ago
  3. b71bcb6 Patch #740301: Add +s when linking shared libraries on HP-UX, use -L by Martin v. Löwis · 21 years ago
  4. 19a5a71 Patch #744238: Explain that different string types also may compare equal. by Martin v. Löwis · 21 years ago
  5. 7472336 Patch #744877: Explain filter in terms of list comprehension. Remove by Martin v. Löwis · 21 years ago
  6. 96ce805 Modified Patch #745620: build shared lib as ".so" for NetBSD. by Martin v. Löwis · 21 years ago
  7. 3c120de Patch #744041: Use only first two elements of address to support IPv6. by Martin v. Löwis · 21 years ago
  8. 40174c3 SF bug #733667: kwargs handled incorrectly by Raymond Hettinger · 21 years ago
  9. ca2a2f1 Don't use fast_next_opcode for JUMP_* opcodes. This fixes the problem by Neil Schemenauer · 21 years ago
  10. 98c20be Updated Windows buildno for 2.2.3 final. by Tim Peters · 21 years ago
  11. e394ef8 Update for release by Kurt B. Kaiser · 21 years ago
  12. 84f8ecd Comment fix. by Greg Ward · 21 years ago
  13. 9f0c575 - Get the database from a different place. by Jack Jansen · 21 years ago
  14. 38c9266 Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short): by Greg Ward · 21 years ago
  15. d676906 Completely change the interface to setparameters(): by Greg Ward · 21 years ago
  16. d691c42 Include both </tr> tags in the thead, not just the first. by Fred Drake · 21 years ago
  17. db6888b _make_boundary(): Fix for SF bug #745478, broken boundary calculation by Barry Warsaw · 21 years ago
  18. 65f8ced I saw errors from _fileobject.__del__ about missing self._sock. This by Guido van Rossum · 21 years ago
  19. bb1861a Remove debug code from weakref_segfault(). by Guido van Rossum · 21 years ago
  20. 1987c66 Fix for SF 742911. We now clear the weakrefs *before* calling __del__ by Guido van Rossum · 21 years ago
  21. aabe0b3 Add testcase for SF 742911. by Guido van Rossum · 21 years ago
  22. b25a52a Fix typo so that the test actually calls the tested function. by Raymond Hettinger · 21 years ago
  23. f0fa1c0 Test ability to handle various type of iterators. by Raymond Hettinger · 21 years ago
  24. 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 21 years ago
  25. d3d5768 isdatadescriptor() was added recently. by Neal Norwitz · 21 years ago
  26. 2748a4a Typo fix. by Greg Ward · 21 years ago
  27. fb1b5a1 Rewrite the description of setparameters() so it actually reflects the by Greg Ward · 21 years ago
  28. 29a1def Test script changed. by Greg Ward · 21 years ago
  29. 4f12d46 Renamed test_errors() to test_setparameters() and completely rewrote it by Greg Ward · 21 years ago
  30. 080c110 Order and number of arguments to setparameters() has changed. by Greg Ward · 21 years ago
  31. d1c5510 Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() by Neal Norwitz · 21 years ago
  32. 20b15bb Example database for Package Manager. by Jack Jansen · 21 years ago
  33. b789a06 - Added a scheme whereby pimp can update itself, by importing a module by Jack Jansen · 21 years ago
  34. dad5860 Remove the note about the BerkeleyDB license. Barry indicates that by Gregory P. Smith · 21 years ago
  35. e509b2a Add notes on use cases with paired accesses to the same key. by Raymond Hettinger · 21 years ago
  36. e8b0f04 * Beefed-up tests * Allow tuple re-use * Call tp_iternext directly by Raymond Hettinger · 21 years ago
  37. a95d3b7 Oops. License is still an appendix. by Jeremy Hylton · 21 years ago
  38. a8e71c1 Update dependencies. by Jeremy Hylton · 21 years ago
  39. 2fb6124 Appendix was removed. by Jeremy Hylton · 21 years ago
  40. c428112 Rename lib__future__.tex to libfuture.tex and add link in lib.tex. by Jeremy Hylton · 21 years ago
  41. cf9c467 *** empty log message *** by Jeremy Hylton · 21 years ago
  42. bc6e94a Wrap the cursor functions with dbutils.DeadlockWrap to deal with the by Gregory P. Smith · 21 years ago
  43. 5772513 Include a link to the pybsddb web documentation for the modern object by Gregory P. Smith · 21 years ago
  44. 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 21 years ago
  45. f7c8220 Alternate fix for #728744: use OSA and Apple Help Indexing Tool's idleStatus by Jack Jansen · 21 years ago
  46. 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 21 years ago
  47. 893801e Add more tests from RFC 2202. by Jeremy Hylton · 21 years ago
  48. 31fa845 Added Help menu. Fixes #731635 by Jack Jansen · 21 years ago
  49. 68dcd34 Fixup bare try/except. by Raymond Hettinger · 21 years ago
  50. d0d592f Oops, move the GIL release/reacquire from oss_sync() to _do_ioctl_0(): by Greg Ward · 21 years ago
  51. 7b4abbb modulefinder.py is not a freeze private module anymore. by Gustavo Niemeyer · 21 years ago
  52. b804390 Release the GIL in two more methods: by Greg Ward · 21 years ago
  53. 8d1f11b Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py by Kurt B. Kaiser · 21 years ago
  54. 3d5cbea Fixed minor typo in Setup.dist. by Gustavo Niemeyer · 21 years ago
  55. 0539169 1. SF Bug 661676 by Kurt B. Kaiser · 21 years ago
  56. b44f165 SF patch #719359, fix test_long failure on OSF/1 with vendor cc by Neal Norwitz · 21 years ago
  57. 54f871e Fix SF bug #735694, Pydoc.py fixes links by Neal Norwitz · 21 years ago
  58. 6c638b6 Bruce Sherwood RFE/Patch SF 661318 by Kurt B. Kaiser · 21 years ago
  59. 4ee6eef Patch #742741: Check for true in different paths, support -pthread. by Martin v. Löwis · 21 years ago
  60. 816065f Remove -U from argument list. by Martin v. Löwis · 21 years ago
  61. 451a766 More wordsmithing and cleanup. by Greg Ward · 21 years ago
  62. 9592fe9 Fixed the DESTDIR modifications to also allow MacOSX framework builds by Jack Jansen · 21 years ago
  63. 8ba0e80 Added a --python option, which sets the python to be used in the #! line by Jack Jansen · 21 years ago
  64. 8d97b9b fixed some DeprecationWarnings by Just van Rossum · 21 years ago
  65. 8fb665a Fix ref counts in initialization code. by Raymond Hettinger · 21 years ago
  66. 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 21 years ago
  67. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  68. 6f80594 Improved the RESTART annotation in the shell window when the user by Kurt B. Kaiser · 21 years ago
  69. 36364be Fix a bug in Rev 1.10 - Windows can't handle a leading ':' if the by Kurt B. Kaiser · 21 years ago
  70. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  71. ebc198f Somehow ColorPicker has never been included or tested under darwin, but it works just fine. by Just van Rossum · 21 years ago
  72. e87568d SF bug 705231: Assertion failed, python aborts. by Tim Peters · 21 years ago
  73. 0ed3957 modernized ColorPicker somewhat by Just van Rossum · 21 years ago
  74. b98154e 'sum' is no longer a good variable name. Use 'total' instead. by Raymond Hettinger · 21 years ago
  75. 858f817 Modified patch #742126: Don't define _XOPEN_SOURCE for OpenBSD 3.3. by Martin v. Löwis · 21 years ago
  76. 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 21 years ago
  77. 8225103 Get test_ioctl to pass on HPUX 11. by Neal Norwitz · 21 years ago
  78. 661a9e3 After Raymond's remark, I changed the Stackless bits to by Christian Tismer · 21 years ago
  79. 8bb1ae9 All calls to getarrayitem() (which is static) are done either in loops by Walter Dörwald · 21 years ago
  80. 4ec4fa2 iteritems() should not have been used for self.timeout which changes during the loop. by Raymond Hettinger · 21 years ago
  81. bfef18c PyType_GenericAlloc is inherited from object. by Raymond Hettinger · 21 years ago
  82. c26ff41 Generalized my type flags structure extension without being specific about by Christian Tismer · 21 years ago
  83. c316d0d Lots of wordsmithing and typographical improvement. by Greg Ward · 21 years ago
  84. 6492785 Release the GIL around read(), write(), and select() calls. by Greg Ward · 21 years ago
  85. a1d654e SF bug #644345, Poor error message for augmented assign by Neal Norwitz · 21 years ago
  86. 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 21 years ago
  87. fee1004 sound_playsound() doesn't have to be visible externally, so make it static. by Walter Dörwald · 21 years ago
  88. d449eab Fixed dotted name assertion. by Raymond Hettinger · 21 years ago
  89. f9415e6 Use macro to get length of list. Remove comment about how code used to work. by Jeremy Hylton · 21 years ago
  90. 521482d Remove comment with very long lines that explained what the code used to do. by Jeremy Hylton · 21 years ago
  91. c8fb937 Record 2.2.3c1 Windows build number. by Tim Peters · 21 years ago
  92. 5af41c5 Correct dependency information -- the Python docs load the "About this by Fred Drake · 21 years ago
  93. 7d7f88c Add historical note for Python 2.2.3 by Barry Warsaw · 21 years ago
  94. 4864bfb Minor elaboration in the information about reporting errors. by Fred Drake · 21 years ago
  95. 6ce0b60 update version history by Fred Drake · 21 years ago
  96. b1f8bab [Bug #741171] pdb crashes when enabling a non-existing breakpoint by Andrew M. Kuchling · 21 years ago
  97. 35c6cd0 Walter's last checkin also needs to work on doubles. by Neal Norwitz · 21 years ago
  98. cf99b0a test_byteswap() fails on alphas, because treating the byte swapped bit by Walter Dörwald · 21 years ago
  99. e41195f Add documentation for __future__ by Jeremy Hylton · 21 years ago
  100. 8bea5dc Move future statement here from appendix a. by Jeremy Hylton · 21 years ago