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