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