1. 7a0e8bc Updated documentation to: by Jim Fulton · 20 years ago
  2. a643b65 Ported some features from zope: by Jim Fulton · 20 years ago
  3. b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 20 years ago
  4. fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 20 years ago
  5. b60b242 Recompiled after source file changes. by Thomas Heller · 20 years ago
  6. 0062be2 Ignore some more build products. by Thomas Heller · 20 years ago
  7. d1d92ea Add a warning so that it isn't forgotten to recreate the binaries AND by Thomas Heller · 20 years ago
  8. 55a9864 Don't complain that non-existant registry entries cannot be deleted. by Thomas Heller · 20 years ago
  9. c849e63 This is Pete Shinners' patch from his bug report by Michael W. Hudson · 20 years ago
  10. 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  11. 4a2ccdf - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  12. 80e1f06 It helps when doing checks if something is in a tuple of strings that if you by Brett Cannon · 20 years ago
  13. c0ed9c4 clarify where \versionadded and \versionchanged should be placed when by Fred Drake · 20 years ago
  14. e45d5a3 Claifications: visit procs are supplied by the core, users aren't by Tim Peters · 20 years ago
  15. 0751d55 generalize a bit; no need to mention my user id directly by Fred Drake · 20 years ago
  16. 2a510ce Wordsmithing by Andrew M. Kuchling · 20 years ago
  17. ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 20 years ago
  18. 71868e7 Add another point in the "Restrictions" section about how the handling of FTP by Brett Cannon · 20 years ago
  19. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 20 years ago
  20. b102764 Updated my email address to something that works <wink>. by Barry Warsaw · 20 years ago
  21. fdf7449 Fix test case for when time.tzname[0] is either UTC or GMT. Also have test by Brett Cannon · 20 years ago
  22. 20f42c4 Fixed minor bugs in the example configuration file by Vinay Sajip · 20 years ago
  23. 2e39d80 Fix SF Bug #989066 by Nicholas Bastin · 20 years ago
  24. 7b7acd1 Use set() instead of sets.Set() by Raymond Hettinger · 20 years ago
  25. d7c7115 Small elaboration and typo fixes. by Raymond Hettinger · 20 years ago
  26. 5492f3d Add more known macros. by Raymond Hettinger · 20 years ago
  27. 3f06189 this is patch by Michael W. Hudson · 20 years ago
  28. ca1a775 Fix markup. by Raymond Hettinger · 20 years ago
  29. 18bf43c FreeBSD's services file contains an additional echo service entry, with by Andrew MacIntyre · 20 years ago
  30. fd4984d install test/decimaltestdata as well by Anthony Baxter · 20 years ago
  31. 1e2bd5b install test/decimaltestdata as well by Anthony Baxter · 20 years ago
  32. 5e9e9e1 Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) by Vinay Sajip · 20 years ago
  33. 1869df1 another note for amk by Anthony Baxter · 20 years ago
  34. 71ed220 Simplified the new get/get_nowait/put/put_nowait implementations a bit. by Tim Peters · 20 years ago
  35. 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 20 years ago
  36. 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 20 years ago
  37. dfa5d95 Remove tabs introduced in last commit. by Brett Cannon · 20 years ago
  38. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 20 years ago
  39. e246508 Add FAQ on non-GNU make error. Update copyright date to 2004. by Kurt B. Kaiser · 20 years ago
  40. 2363e8f Added documentation for the "smtpd" module. Closes SF bug #450803. by Fred Drake · 20 years ago
  41. 88e8e34 Style nit. by Raymond Hettinger · 20 years ago
  42. 44dc13b Fix decimal write-up nits. by Raymond Hettinger · 20 years ago
  43. 65df07b Minor improvements, fixups and wording changes everywhere. by Raymond Hettinger · 20 years ago
  44. ad5206f Clarify requirement for GNU make by Kurt B. Kaiser · 20 years ago
  45. 8932b41 Patch 851752 (fixes bug 820583) by Kurt B. Kaiser · 20 years ago
  46. d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 20 years ago
  47. b8e1717 [Patch #947352 from Jason Andryuk] Add support for AF_PACKET hardware addresses by Andrew M. Kuchling · 20 years ago
  48. e6f8a89 Debug output is now printed to sys.stderr . by Brett Cannon · 20 years ago
  49. cd77dd6 Fix minor error in example. by Brett Cannon · 20 years ago
  50. f50299c posixpath.realpath() now detects symlink loops and returns the path just before by Brett Cannon · 20 years ago
  51. 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 20 years ago
  52. 9a2a1cb [Patch #981794] Add support for Firefox/Firebird by Andrew M. Kuchling · 20 years ago
  53. 864bba1 [Patch 988444] by Andrew M. Kuchling · 20 years ago
  54. f027ca8 [Patch #965175] Incorporate a suggestion for a better error message by Andrew M. Kuchling · 20 years ago
  55. 3e377de Change some declarations from ``char *`` to ``const char *``. Also added by Brett Cannon · 20 years ago
  56. 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
  57. 79d7e92 Add item by Andrew M. Kuchling · 20 years ago
  58. 9c3efe3 [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3. by Andrew M. Kuchling · 20 years ago
  59. 91cc5cd Clarify docs for inspect.getargspec() that the fourth value is None when there by Brett Cannon · 20 years ago
  60. bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 20 years ago
  61. 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 20 years ago
  62. 3ffff2a Add comments at end of every #endif and fix ones already there when for closing by Brett Cannon · 20 years ago
  63. e675118 Add note about closing of bug #679953 and add Jimmy Burgett for helping out to by Brett Cannon · 20 years ago
  64. ff450f7 Make struct formats for specifying file size to be unsigned instead of signed by Brett Cannon · 20 years ago
  65. 64ed298 Add an item by Andrew M. Kuchling · 20 years ago
  66. 3a2418a [Patch #969900] Various corrections and updates to cookielib docs by Andrew M. Kuchling · 20 years ago
  67. ae40c2f [Patch #969907] Add traceback to warning output by Andrew M. Kuchling · 20 years ago
  68. 300ce19 [Patch #972310] Apply correction to docs by Andrew M. Kuchling · 20 years ago
  69. 0fff6c8 In poll(), check connections for exceptional conditions by Andrew M. Kuchling · 20 years ago
  70. 88fcca6 Added note about new codecs module APIs. by Marc-André Lemburg · 20 years ago
  71. 21f9fce Fix typo. by Raymond Hettinger · 20 years ago
  72. 099bd52 [Bug 949832] Fix example; edit sentence by Andrew M. Kuchling · 20 years ago
  73. dfa74b9 Return value from .close(); move .set_file up by Andrew M. Kuchling · 20 years ago
  74. 5543021 [Bug #835415] AIX can return modes that are >65536, which causes an OverflowError. Fix from Albert Chin by Andrew M. Kuchling · 20 years ago
  75. f9ea7c0 [Patch #988504] Fix HTTP error handling via a patch from John J. Lee by Andrew M. Kuchling · 20 years ago
  76. 42851ab [Patch #982665 ] add SO_EXCLUSIVEADDRUSE constant by Andrew M. Kuchling · 20 years ago
  77. 5fcefdb [Patch #987052 from Thomas Guettler] by Andrew M. Kuchling · 20 years ago
  78. bf44069 Improve Context construction and representation: by Raymond Hettinger · 20 years ago
  79. d9dfe02 Remove a few elderly sentences by Andrew M. Kuchling · 20 years ago
  80. ff8113f Replace example with simpler alternative using PyGILState_{Ensure,Require). Can someone please confirm this change is OK? by Andrew M. Kuchling · 20 years ago
  81. 371d98a [Bug #987835] Add documentation from PEP 311. (Untested TeX code.) by Andrew M. Kuchling · 20 years ago
  82. 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 20 years ago
  83. 126b44c Fix a copy&paste typo. by Marc-André Lemburg · 20 years ago
  84. 0d278b8 SF bug #987486: fix typo. by Raymond Hettinger · 20 years ago
  85. 682be22 SF bug 988387: markup nits. by Raymond Hettinger · 20 years ago
  86. 64a8470 Restructure testing of .pth files. Move previous functions into a class and by Brett Cannon · 20 years ago
  87. f6067ec Add an #ifdef __APPLE__ around typedef of foreachfunc to match Apple's by Brett Cannon · 20 years ago
  88. 12f8c4d Change argument list for addsitedir() to not require a second argument and thus by Brett Cannon · 20 years ago
  89. 37b0c1d Fix memory leak and bump the version per Greg by Neal Norwitz · 20 years ago
  90. b4a5581 Cleanup support for older pythons (perhaps it should be removed?) by Neal Norwitz · 20 years ago
  91. 5da4c83 reminder for amk by Anthony Baxter · 20 years ago
  92. 5833587 Add some tests for corner cases. by Raymond Hettinger · 20 years ago
  93. d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 20 years ago
  94. 5aa478b Module and tests: by Raymond Hettinger · 20 years ago
  95. 563e449 post-release fun by Anthony Baxter · 20 years ago
  96. 7732ccb post-release fun by Anthony Baxter · 20 years ago
  97. 97c9208 Incorporate Facundo's suggestions. by Raymond Hettinger · 20 years ago
  98. 9499658 Add a link to the decimal module docs. by Raymond Hettinger · 20 years ago
  99. eae05de * fix the print test * add more __init__ tests by Raymond Hettinger · 20 years ago
  100. a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 20 years ago