1. ef58adf 1. Find in Files Dialog shows text selection if there is one by Kurt B. Kaiser · 21 years ago
  2. 260cb90 1. Update WindowList registry when filename changes so that by Kurt B. Kaiser · 21 years ago
  3. b268f03 SF bug #749759: comparisons yield bool not int by Raymond Hettinger · 21 years ago
  4. 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 21 years ago
  5. 852f35b Change to <<open-module>>: always pop up the dialog, using the current by Guido van Rossum · 21 years ago
  6. 3f8ace9 SF 747667 Error Doesn't Decolorize by Kurt B. Kaiser · 21 years ago
  7. d2f4861 SF 748973 Guido van Rossum patch by Kurt B. Kaiser · 21 years ago
  8. a104556 QUOTE_ALWAYS -> QUOTE_ALL by Skip Montanaro · 21 years ago
  9. 470b0c0 In an OSX framework build Python could fail if HOME wasn't set, fixed. by Jack Jansen · 21 years ago
  10. 8a709b3 Factor endian-ness check out of play_sound_file(), and fix by Greg Ward · 21 years ago
  11. 3800ef7 When a previous call to poll() has already seen the process status, by Guido van Rossum · 21 years ago
  12. bf68c78 Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate by Raymond Hettinger · 21 years ago
  13. 0741f80 Whitespace normalization; break a long line. by Guido van Rossum · 21 years ago
  14. f39dafb Fix a subtle decref bug that caused a GC assertion to fail in a debug by Guido van Rossum · 21 years ago
  15. 01e3273 Eliminate the Revert to Default Settings submenu of Option menu. by Kurt B. Kaiser · 21 years ago
  16. 9f36609 Modify the remote stack viewer to work in the threaded subprocess. by Kurt B. Kaiser · 21 years ago
  17. 5da131b Added two keys to database format: User-install-skips is an array of pathname by Jack Jansen · 21 years ago
  18. 2a97dcc Use splitlines() in stead of split() to split lines, and added a method by Jack Jansen · 21 years ago
  19. 19c0d94 Fixed indentation error. Closes bug #746953. by Jack Jansen · 21 years ago
  20. c4b570f Use fast_next_opcode shortcut for forward jump opcodes (it's safe and by Neil Schemenauer · 21 years ago
  21. 5ddef75 Update for release Modified Files: NEWS.txt README.txt TODO.txt by Kurt B. Kaiser · 21 years ago
  22. 6c8579e Set the default for delete-exitfunc in config-main.def to True to handle by Kurt B. Kaiser · 21 years ago
  23. ce5b6d5 SF 745525 by Kurt B. Kaiser · 21 years ago
  24. ac8bd91 Forgot the code to initialize the glue for the new CFObj_ routines. by Jack Jansen · 21 years ago
  25. b71bcb6 Patch #740301: Add +s when linking shared libraries on HP-UX, use -L by Martin v. Löwis · 21 years ago
  26. 19a5a71 Patch #744238: Explain that different string types also may compare equal. by Martin v. Löwis · 21 years ago
  27. 7472336 Patch #744877: Explain filter in terms of list comprehension. Remove by Martin v. Löwis · 21 years ago
  28. 96ce805 Modified Patch #745620: build shared lib as ".so" for NetBSD. by Martin v. Löwis · 21 years ago
  29. 3c120de Patch #744041: Use only first two elements of address to support IPv6. by Martin v. Löwis · 21 years ago
  30. 40174c3 SF bug #733667: kwargs handled incorrectly by Raymond Hettinger · 21 years ago
  31. ca2a2f1 Don't use fast_next_opcode for JUMP_* opcodes. This fixes the problem by Neil Schemenauer · 21 years ago
  32. 98c20be Updated Windows buildno for 2.2.3 final. by Tim Peters · 21 years ago
  33. e394ef8 Update for release by Kurt B. Kaiser · 21 years ago
  34. 84f8ecd Comment fix. by Greg Ward · 21 years ago
  35. 9f0c575 - Get the database from a different place. by Jack Jansen · 21 years ago
  36. 38c9266 Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short): by Greg Ward · 21 years ago
  37. d676906 Completely change the interface to setparameters(): by Greg Ward · 21 years ago
  38. d691c42 Include both </tr> tags in the thead, not just the first. by Fred Drake · 21 years ago
  39. db6888b _make_boundary(): Fix for SF bug #745478, broken boundary calculation by Barry Warsaw · 21 years ago
  40. 65f8ced I saw errors from _fileobject.__del__ about missing self._sock. This by Guido van Rossum · 21 years ago
  41. bb1861a Remove debug code from weakref_segfault(). by Guido van Rossum · 21 years ago
  42. 1987c66 Fix for SF 742911. We now clear the weakrefs *before* calling __del__ by Guido van Rossum · 21 years ago
  43. aabe0b3 Add testcase for SF 742911. by Guido van Rossum · 21 years ago
  44. b25a52a Fix typo so that the test actually calls the tested function. by Raymond Hettinger · 21 years ago
  45. f0fa1c0 Test ability to handle various type of iterators. by Raymond Hettinger · 21 years ago
  46. 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 21 years ago
  47. d3d5768 isdatadescriptor() was added recently. by Neal Norwitz · 21 years ago
  48. 2748a4a Typo fix. by Greg Ward · 21 years ago
  49. fb1b5a1 Rewrite the description of setparameters() so it actually reflects the by Greg Ward · 21 years ago
  50. 29a1def Test script changed. by Greg Ward · 21 years ago
  51. 4f12d46 Renamed test_errors() to test_setparameters() and completely rewrote it by Greg Ward · 21 years ago
  52. 080c110 Order and number of arguments to setparameters() has changed. by Greg Ward · 21 years ago
  53. d1c5510 Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() by Neal Norwitz · 21 years ago
  54. 20b15bb Example database for Package Manager. by Jack Jansen · 21 years ago
  55. b789a06 - Added a scheme whereby pimp can update itself, by importing a module by Jack Jansen · 21 years ago
  56. dad5860 Remove the note about the BerkeleyDB license. Barry indicates that by Gregory P. Smith · 21 years ago
  57. e509b2a Add notes on use cases with paired accesses to the same key. by Raymond Hettinger · 21 years ago
  58. e8b0f04 * Beefed-up tests * Allow tuple re-use * Call tp_iternext directly by Raymond Hettinger · 21 years ago
  59. a95d3b7 Oops. License is still an appendix. by Jeremy Hylton · 21 years ago
  60. a8e71c1 Update dependencies. by Jeremy Hylton · 21 years ago
  61. 2fb6124 Appendix was removed. by Jeremy Hylton · 21 years ago
  62. c428112 Rename lib__future__.tex to libfuture.tex and add link in lib.tex. by Jeremy Hylton · 21 years ago
  63. cf9c467 *** empty log message *** by Jeremy Hylton · 21 years ago
  64. bc6e94a Wrap the cursor functions with dbutils.DeadlockWrap to deal with the by Gregory P. Smith · 21 years ago
  65. 5772513 Include a link to the pybsddb web documentation for the modern object by Gregory P. Smith · 21 years ago
  66. 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 21 years ago
  67. f7c8220 Alternate fix for #728744: use OSA and Apple Help Indexing Tool's idleStatus by Jack Jansen · 21 years ago
  68. 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 21 years ago
  69. 893801e Add more tests from RFC 2202. by Jeremy Hylton · 21 years ago
  70. 31fa845 Added Help menu. Fixes #731635 by Jack Jansen · 21 years ago
  71. 68dcd34 Fixup bare try/except. by Raymond Hettinger · 21 years ago
  72. d0d592f Oops, move the GIL release/reacquire from oss_sync() to _do_ioctl_0(): by Greg Ward · 21 years ago
  73. 7b4abbb modulefinder.py is not a freeze private module anymore. by Gustavo Niemeyer · 21 years ago
  74. b804390 Release the GIL in two more methods: by Greg Ward · 21 years ago
  75. 8d1f11b Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py by Kurt B. Kaiser · 21 years ago
  76. 3d5cbea Fixed minor typo in Setup.dist. by Gustavo Niemeyer · 21 years ago
  77. 0539169 1. SF Bug 661676 by Kurt B. Kaiser · 21 years ago
  78. b44f165 SF patch #719359, fix test_long failure on OSF/1 with vendor cc by Neal Norwitz · 21 years ago
  79. 54f871e Fix SF bug #735694, Pydoc.py fixes links by Neal Norwitz · 21 years ago
  80. 6c638b6 Bruce Sherwood RFE/Patch SF 661318 by Kurt B. Kaiser · 21 years ago
  81. 4ee6eef Patch #742741: Check for true in different paths, support -pthread. by Martin v. Löwis · 21 years ago
  82. 816065f Remove -U from argument list. by Martin v. Löwis · 21 years ago
  83. 451a766 More wordsmithing and cleanup. by Greg Ward · 21 years ago
  84. 9592fe9 Fixed the DESTDIR modifications to also allow MacOSX framework builds by Jack Jansen · 21 years ago
  85. 8ba0e80 Added a --python option, which sets the python to be used in the #! line by Jack Jansen · 21 years ago
  86. 8d97b9b fixed some DeprecationWarnings by Just van Rossum · 21 years ago
  87. 8fb665a Fix ref counts in initialization code. by Raymond Hettinger · 21 years ago
  88. 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 21 years ago
  89. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  90. 6f80594 Improved the RESTART annotation in the shell window when the user by Kurt B. Kaiser · 21 years ago
  91. 36364be Fix a bug in Rev 1.10 - Windows can't handle a leading ':' if the by Kurt B. Kaiser · 21 years ago
  92. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  93. ebc198f Somehow ColorPicker has never been included or tested under darwin, but it works just fine. by Just van Rossum · 21 years ago
  94. e87568d SF bug 705231: Assertion failed, python aborts. by Tim Peters · 21 years ago
  95. 0ed3957 modernized ColorPicker somewhat by Just van Rossum · 21 years ago
  96. b98154e 'sum' is no longer a good variable name. Use 'total' instead. by Raymond Hettinger · 21 years ago
  97. 858f817 Modified patch #742126: Don't define _XOPEN_SOURCE for OpenBSD 3.3. by Martin v. Löwis · 21 years ago
  98. 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 21 years ago
  99. 8225103 Get test_ioctl to pass on HPUX 11. by Neal Norwitz · 21 years ago
  100. 661a9e3 After Raymond's remark, I changed the Stackless bits to by Christian Tismer · 21 years ago