1. 6e3b425 Made preference window resizable (and do the most logical thing on resize) by Jack Jansen · 20 years ago
  2. 31bca4e Cleaned up list of interpreters. by Jack Jansen · 20 years ago
  3. 76d962d Treat None as a constant. by Raymond Hettinger · 20 years ago
  4. 11d9b06 Fix for #779167: use InternetConfig proxy settings on MacOSX (in addition by Jack Jansen · 20 years ago
  5. b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
  6. 6c09a21 Fix for #795649: explain how to use TextEdit for editing Python code. by Jack Jansen · 20 years ago
  7. e497978 Fix for 838140: don't call NSUnlinkModule when we fail to find our by Jack Jansen · 20 years ago
  8. ad1654e After more than two years of puzzlement Jurjen Bos found the reason for by Jack Jansen · 20 years ago
  9. 67115a2 Apply VISIT macro. by Raymond Hettinger · 20 years ago
  10. 4f90137 - Added a note about fixversions.py - Ran it. by Jack Jansen · 20 years ago
  11. c572e42 Call the correct tp_dealloc. by Jack Jansen · 20 years ago
  12. 84b7447 _localemodule now needs to be linked with CoreFoundation on darwin. by Jack Jansen · 20 years ago
  13. 5336f8c [Patch #982681] Apply this patch correctly; makes set_reuse_addr() work on Windows by Andrew M. Kuchling · 20 years ago
  14. 7323f08 A script to fix version strings in .plist files. by Jack Jansen · 20 years ago
  15. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
  16. 95b66f3 Allow overriding of bgen pathnames in an optional module bgenlocationcustomize. by Jack Jansen · 20 years ago
  17. ce17cf6 The CF inheritance could cause double frees of the underlying objects. Fixed. by Jack Jansen · 20 years ago
  18. d9e50f5 CFStringGetUnicode() returned an extra null character at the end of the string. by Jack Jansen · 20 years ago
  19. 3bfc28c Make CF module PEP253 based (finally). by Jack Jansen · 20 years ago
  20. 59f072a Moved PyMac_GetScript() to _localemodule, which is the only place where by Jack Jansen · 20 years ago
  21. 7569450 Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. by Jack Jansen · 20 years ago
  22. 3fc2fde Typo fixes by Andrew M. Kuchling · 20 years ago
  23. 0045717 Add thread-local feature by Andrew M. Kuchling · 20 years ago
  24. 2340689 Correct a paragraph: basicConfig() isn't actually new by Andrew M. Kuchling · 20 years ago
  25. de83321 SF bug 990749: os constants missing by Tim Peters · 20 years ago
  26. 58ed69b Exercise Jim's VISIT macro. by Raymond Hettinger · 20 years ago
  27. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 20 years ago
  28. 69dc1c8 Fix typo. by Hye-Shik Chang · 20 years ago
  29. 5960d80 s/it's/its/, s/NULL/NULL{}/, where appropriate. by Tim Peters · 20 years ago
  30. eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 20 years ago
  31. 89ba1ff Bump version; update date by Andrew M. Kuchling · 20 years ago
  32. 9296023 Improve examples for working with the context API. by Raymond Hettinger · 20 years ago
  33. ef66deb Use threading.local() instead of threading.currentThread(). by Raymond Hettinger · 20 years ago
  34. 99148e7 Factor out two unnecessary global variables. by Raymond Hettinger · 20 years ago
  35. d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 20 years ago
  36. e827437 Summarized changes: threading.local, Py_CLEAR, Py_VISIT, improved type tutorial. by Jim Fulton · 20 years ago
  37. aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 20 years ago
  38. 8c5aeaa Implemented a new Py_CLEAR macro. This macro should be used when by Jim Fulton · 20 years ago
  39. 7a0e8bc Updated documentation to: by Jim Fulton · 20 years ago
  40. a643b65 Ported some features from zope: by Jim Fulton · 20 years ago
  41. b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 20 years ago
  42. fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 20 years ago
  43. b60b242 Recompiled after source file changes. by Thomas Heller · 20 years ago
  44. 0062be2 Ignore some more build products. by Thomas Heller · 20 years ago
  45. d1d92ea Add a warning so that it isn't forgotten to recreate the binaries AND by Thomas Heller · 20 years ago
  46. 55a9864 Don't complain that non-existant registry entries cannot be deleted. by Thomas Heller · 20 years ago
  47. c849e63 This is Pete Shinners' patch from his bug report by Michael W. Hudson · 20 years ago
  48. 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  49. 4a2ccdf - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  50. 80e1f06 It helps when doing checks if something is in a tuple of strings that if you by Brett Cannon · 20 years ago
  51. c0ed9c4 clarify where \versionadded and \versionchanged should be placed when by Fred Drake · 20 years ago
  52. e45d5a3 Claifications: visit procs are supplied by the core, users aren't by Tim Peters · 20 years ago
  53. 0751d55 generalize a bit; no need to mention my user id directly by Fred Drake · 20 years ago
  54. 2a510ce Wordsmithing by Andrew M. Kuchling · 20 years ago
  55. ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 20 years ago
  56. 71868e7 Add another point in the "Restrictions" section about how the handling of FTP by Brett Cannon · 20 years ago
  57. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 20 years ago
  58. b102764 Updated my email address to something that works <wink>. by Barry Warsaw · 20 years ago
  59. fdf7449 Fix test case for when time.tzname[0] is either UTC or GMT. Also have test by Brett Cannon · 20 years ago
  60. 20f42c4 Fixed minor bugs in the example configuration file by Vinay Sajip · 20 years ago
  61. 2e39d80 Fix SF Bug #989066 by Nicholas Bastin · 20 years ago
  62. 7b7acd1 Use set() instead of sets.Set() by Raymond Hettinger · 20 years ago
  63. d7c7115 Small elaboration and typo fixes. by Raymond Hettinger · 20 years ago
  64. 5492f3d Add more known macros. by Raymond Hettinger · 20 years ago
  65. 3f06189 this is patch by Michael W. Hudson · 20 years ago
  66. ca1a775 Fix markup. by Raymond Hettinger · 20 years ago
  67. 18bf43c FreeBSD's services file contains an additional echo service entry, with by Andrew MacIntyre · 20 years ago
  68. fd4984d install test/decimaltestdata as well by Anthony Baxter · 20 years ago
  69. 1e2bd5b install test/decimaltestdata as well by Anthony Baxter · 20 years ago
  70. 5e9e9e1 Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) by Vinay Sajip · 20 years ago
  71. 1869df1 another note for amk by Anthony Baxter · 20 years ago
  72. 71ed220 Simplified the new get/get_nowait/put/put_nowait implementations a bit. by Tim Peters · 20 years ago
  73. 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 20 years ago
  74. 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 20 years ago
  75. dfa5d95 Remove tabs introduced in last commit. by Brett Cannon · 20 years ago
  76. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 20 years ago
  77. e246508 Add FAQ on non-GNU make error. Update copyright date to 2004. by Kurt B. Kaiser · 20 years ago
  78. 2363e8f Added documentation for the "smtpd" module. Closes SF bug #450803. by Fred Drake · 20 years ago
  79. 88e8e34 Style nit. by Raymond Hettinger · 20 years ago
  80. 44dc13b Fix decimal write-up nits. by Raymond Hettinger · 20 years ago
  81. 65df07b Minor improvements, fixups and wording changes everywhere. by Raymond Hettinger · 20 years ago
  82. ad5206f Clarify requirement for GNU make by Kurt B. Kaiser · 20 years ago
  83. 8932b41 Patch 851752 (fixes bug 820583) by Kurt B. Kaiser · 20 years ago
  84. d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 20 years ago
  85. b8e1717 [Patch #947352 from Jason Andryuk] Add support for AF_PACKET hardware addresses by Andrew M. Kuchling · 20 years ago
  86. e6f8a89 Debug output is now printed to sys.stderr . by Brett Cannon · 20 years ago
  87. cd77dd6 Fix minor error in example. by Brett Cannon · 20 years ago
  88. f50299c posixpath.realpath() now detects symlink loops and returns the path just before by Brett Cannon · 20 years ago
  89. 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 20 years ago
  90. 9a2a1cb [Patch #981794] Add support for Firefox/Firebird by Andrew M. Kuchling · 20 years ago
  91. 864bba1 [Patch 988444] by Andrew M. Kuchling · 20 years ago
  92. f027ca8 [Patch #965175] Incorporate a suggestion for a better error message by Andrew M. Kuchling · 20 years ago
  93. 3e377de Change some declarations from ``char *`` to ``const char *``. Also added by Brett Cannon · 20 years ago
  94. 27d3dda [Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for compatibility with various broken SSL implementations out there. by Andrew M. Kuchling · 20 years ago
  95. 79d7e92 Add item by Andrew M. Kuchling · 20 years ago
  96. 9c3efe3 [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3. by Andrew M. Kuchling · 20 years ago
  97. 91cc5cd Clarify docs for inspect.getargspec() that the fourth value is None when there by Brett Cannon · 20 years ago
  98. bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 20 years ago
  99. 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 20 years ago
  100. 3ffff2a Add comments at end of every #endif and fix ones already there when for closing by Brett Cannon · 20 years ago