1. e70be5c Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390 by Gregory P. Smith · 17 years ago
  2. 556b43d Restore BEGIN/END THREADS macros which were squashed in the previous checkin by Raymond Hettinger · 17 years ago
  3. 44f326e Add a note about fixing some more warnings found by Coverity. by Neal Norwitz · 17 years ago
  4. 5a29dd3 Fix Coverity #159. by Neal Norwitz · 17 years ago
  5. 3adac21 Fix Coverity #158: Check the correct variable. by Neal Norwitz · 17 years ago
  6. c47cf7d dict could be NULL, so we need to XDECREF. by Neal Norwitz · 17 years ago
  7. 06f8067 move descriptions of ac_(in|out)_buffer_size to the right place by Fred Drake · 17 years ago
  8. a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 17 years ago
  9. c9b7163 wrap lines to <80 characters before fixing errors by Fred Drake · 17 years ago
  10. 6ba1a5f Coverity #151: Remove deadcode. by Neal Norwitz · 17 years ago
  11. e3fde8f configDialog cleanup. Patch 1730217 Tal Einat. by Kurt B. Kaiser · 17 years ago
  12. d5f4910 textView cleanup. Patch 1718043 Tal Einat. by Kurt B. Kaiser · 17 years ago
  13. 0b634ef Clean up EditorWindow close. by Kurt B. Kaiser · 17 years ago
  14. 85897c9 Remove unused theme that was causing a fault in p3k. by Kurt B. Kaiser · 17 years ago
  15. 67bd62f Assume that the user knows when he wants to end the line; don't insert by Kurt B. Kaiser · 17 years ago
  16. 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 17 years ago
  17. 8f66937 enumerate() is no longer bounded to using sequences shorter than LONG_MAX. The possibility of overflow was sending some newsgroup posters into a tizzy. by Raymond Hettinger · 17 years ago
  18. d92e871 Added note in footnote about string comparisons about unicodedata.normalize(). by Mark Summerfield · 17 years ago
  19. be6c7ba Added a class to store the digits of log(10), so that they can be made by Facundo Batista · 17 years ago
  20. 1a191df Made the various is_* operations return booleans. This was discussed by Facundo Batista · 17 years ago
  21. 31ba848 Fix error introduced by r58288; if a tuple is length 0 return its repr and by Brett Cannon · 17 years ago
  22. 0b14f24 tuple.__repr__ did not consider a reference loop as it is not possible from by Brett Cannon · 17 years ago
  23. c537881 Change to LogRecord.__init__() to fix #1206. Note that archaic use of type(x) == types.DictType is because of keeping 1.5.2 compatibility. While this is much less relevant these days, there probably needs to be a separate commit for removing all archaic constructs at the same time. by Vinay Sajip · 17 years ago
  24. 66ba9ff Minor date change. by Vinay Sajip · 17 years ago
  25. ba2e519 #1208: document match object's boolean value. by Georg Brandl · 17 years ago
  26. 90d9361 Change to basicConfig() to fix #1021. by Vinay Sajip · 17 years ago
  27. 4df367c Change to flush and close logic to fix #1760556. by Vinay Sajip · 17 years ago
  28. 99479eb Add various items by Andrew M. Kuchling · 17 years ago
  29. 6d407e4 Typo fix by Andrew M. Kuchling · 17 years ago
  30. 9c90635 Remove stray odd character; grammar fix by Andrew M. Kuchling · 17 years ago
  31. 9b91567 #1177: accept 2xx responses for https too, not only http. by Georg Brandl · 17 years ago
  32. e418625 #1196: document default radix for int(). by Georg Brandl · 17 years ago
  33. 97ca583 Fix typo and double word. by Georg Brandl · 17 years ago
  34. ad8fb0d Patch # 188 by Philip Jenvey. by Guido van Rossum · 17 years ago
  35. aaad0d6 Issue1704287: "make install" fails unless you do "make" first. Make by Sean Reifscheider · 17 years ago
  36. 4a21268 Patch #1181: add os.environ.clear() method. by Georg Brandl · 17 years ago
  37. e217602 Try harder to stay within the 79-column limit. There's still two places that go (way) over, but those are harder to fix without suffering in readability. by Thomas Wouters · 17 years ago
  38. efa7d51 #1176: document that string methods don't take keyword args. by Georg Brandl · 17 years ago
  39. aff85e2 Patch #1541463: optimize performance of cgi.FieldStorage operations. by Georg Brandl · 17 years ago
  40. 5d242ee alternate -> alternative. by Georg Brandl · 17 years ago
  41. 7268e9d Fit nits by Raymond Hettinger · 17 years ago
  42. 8c20244 Issue #1772851. Optimization of __hash__ to behave better for big big numbers. by Facundo Batista · 17 years ago
  43. ae406c6 Whitespace cleanup. by Thomas Wouters · 17 years ago
  44. b3e6e8c Fix obvious typo in threaded test. by Thomas Wouters · 17 years ago
  45. d544df7 Issue #1772851. Alters long.__hash__ from being *almost* completely by Facundo Batista · 17 years ago
  46. 673debf Annotated the correction to urllib.py, issue #1177 by Facundo Batista · 17 years ago
  47. a1afbf6 issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses. by Sean Reifscheider · 17 years ago
  48. 5a5bc7b Fix #1169: remove docstrings in functions for -OO. by Georg Brandl · 17 years ago
  49. 111c0ea issue1172: Documentation of "done" attribute in cgi module. by Sean Reifscheider · 17 years ago
  50. bbaff4c Properly indent two lines. (Spotted because it caused merge conflicts in the by Thomas Wouters · 17 years ago
  51. cbab594 Cleanup docs for NamedTuple. by Raymond Hettinger · 17 years ago
  52. cce8df2 Speed up of the various division operations (remainder, divide, by Facundo Batista · 17 years ago
  53. 745e48d A bit of reordering, also show more subheadings in the lang ref index. by Georg Brandl · 17 years ago
  54. 2b03d45 Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people can see how it works. by Raymond Hettinger · 17 years ago
  55. de37a8c Add item; sort properly by Andrew M. Kuchling · 17 years ago
  56. f09597c issue1082: Fixing platform and system for Vista. by Sean Reifscheider · 17 years ago
  57. 6c398da The methods always return Decimal classes, even if they're by Facundo Batista · 17 years ago
  58. b67da23 Decimal is updated, :) by Facundo Batista · 17 years ago
  59. 8335acb issue1597011: Fix for bz2 module corner-case error due to error checking bug. by Sean Reifscheider · 17 years ago
  60. 0153159 Add a bunch of GIL release/acquire points in tp_print implementations and for by Brett Cannon · 17 years ago
  61. d36a60e Sync-up named tuples with the latest version of the ASPN recipe. by Raymond Hettinger · 17 years ago
  62. bf10c47 use binary mode when reading files for testAsyncore to make Windows happy by Bill Janssen · 17 years ago
  63. 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 17 years ago
  64. 7e84c7f Remove bdb from the "undocumented modules" list. by Georg Brandl · 17 years ago
  65. e90bc3c Some additions (examples and a bit on the tutorial). by Facundo Batista · 17 years ago
  66. a7f49f7 ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. by Thomas Heller · 17 years ago
  67. 7c82a3e9 Included the new functions, and new descriptions. by Facundo Batista · 17 years ago
  68. fb57e7e Rename import library for debug build to _msi_d.lib. by Martin v. Löwis · 17 years ago
  69. f0a5b09 Clean both Release and Debug projects, to support the MSI builder. by Martin v. Löwis · 17 years ago
  70. 1338fbf Make target unique by Andrew M. Kuchling · 17 years ago
  71. f10878b Add various items by Andrew M. Kuchling · 17 years ago
  72. bd2fe83 Put the parameter watchexp back in (changed watchexp from an int by Facundo Batista · 17 years ago
  73. 353750c Merged the decimal-branch (revisions 54886 to 58140). Decimal is now by Facundo Batista · 17 years ago
  74. ddca9f0 Replaced variable o with obj in operator.rst because o is easy to confuse. by Mark Summerfield · 17 years ago
  75. 0dda1e9 More path fixes. by Martin v. Löwis · 17 years ago
  76. 4bd037d Fix path. by Martin v. Löwis · 17 years ago
  77. 82151c6 Add more automated actions. by Martin v. Löwis · 17 years ago
  78. aef205d #1120: put explicit version in the shebang lines of pydoc, idle by Georg Brandl · 17 years ago
  79. 8fd3ecf Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
  80. c28d5fb root certificate for https://svn.python.org/, used in test_ssl by Bill Janssen · 17 years ago
  81. 07752ab bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. by Georg Brandl · 17 years ago
  82. 5a25fcd Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. by Georg Brandl · 17 years ago
  83. 9c478bd Fix #1122: wrong return type documented for various _Size() functions. by Georg Brandl · 17 years ago
  84. bb07a7d Bug #1152: use non-deprecated name in example. by Georg Brandl · 17 years ago
  85. 0001422 New documentation page for the bdb module. by Georg Brandl · 17 years ago
  86. 4c20bc4 Generators had their throw() method allowing string exceptions. That's a no-no. by Brett Cannon · 17 years ago
  87. 0b71202 Disable some tests that fail on the 'ppc Debian unstable' buildbot to by Thomas Heller · 17 years ago
  88. 1df42b1 Always use the -E flag when spawning subprocesses in test_cmd_line (Issue 1056) by Nick Coghlan · 17 years ago
  89. 93bf9ce Fix some documentation bugs. by Bill Janssen · 17 years ago
  90. e3f1d7d Make sure test_ssl doesn't reference the ssl module in a by Bill Janssen · 17 years ago
  91. 119c7a6 A better way of finding an open port to test with. by Bill Janssen · 17 years ago
  92. b559113 Patch # 1026 by Benjamin Aranguren (with Alex Martelli): by Guido van Rossum · 17 years ago
  93. 1ff91d9 Patch # 1140 (my code, approved by Effbot). by Guido van Rossum · 17 years ago
  94. 98d19da More work on SSL support. by Bill Janssen · 17 years ago
  95. a0c0551 Fix a possible segfault from recursing too deep to get the repr of a list. by Brett Cannon · 17 years ago
  96. f3d280e Don't allow BerkeleyDB 4.6.x as the current 4.6.19 release is prone by Gregory P. Smith · 17 years ago
  97. 342cff6 Require that bash.exe is on the path, along with the rest of Cygwin. by Martin v. Löwis · 17 years ago
  98. 42cdada Update before making htmlhelp. by Martin v. Löwis · 17 years ago
  99. 3994240 Allow making update with no prior checkout. by Martin v. Löwis · 17 years ago
  100. fbf83bb Beginnings of a "build MSI" step. by Martin v. Löwis · 17 years ago