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