1. ef3dab2 Turn off debugging output for building bsddb. by Brett Cannon · 16 years ago
  2. 856ff5f Merged revisions 63460,63464 via svnmerge from by Benjamin Peterson · 16 years ago
  3. 8a4e0ab Unblocked revisions 63460,63464 via svnmerge by Benjamin Peterson · 16 years ago
  4. ebacd26 add the gestalt module back as _gestalt by Benjamin Peterson · 16 years ago
  5. 7dca3eb Merged revisions 63791-63792 via svnmerge from by Thomas Heller · 16 years ago
  6. 9287acf ctypes NULL function pointers have a boolean False value now. by Thomas Heller · 16 years ago
  7. a52b244 Fix compiler warning. by Thomas Heller · 16 years ago
  8. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 16 years ago
  9. f18a707 Revert #2990 patch; it's not necessary as Armin showed. by Georg Brandl · 16 years ago
  10. 2a9179a Fix two typos. by Raymond Hettinger · 16 years ago
  11. d0b592f #2985: allow i8 in XMLRPC responses. by Georg Brandl · 16 years ago
  12. b77e888 #2988: add note about catching CookieError when parsing untrusted cookie data. by Georg Brandl · 16 years ago
  13. 61dbbf0 Blocked revisions 63776 via svnmerge by Georg Brandl · 16 years ago
  14. bf1eb63 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 16 years ago
  15. 7943a32 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 16 years ago
  16. 457501b Two fixes in bytearray docs. by Georg Brandl · 16 years ago
  17. bb87e2b Blocked revisions 63767 via svnmerge by Brett Cannon · 16 years ago
  18. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 16 years ago
  19. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 16 years ago
  20. 5ec330c #2990: prevent inconsistent state while updating method cache. by Georg Brandl · 16 years ago
  21. dee01d8 fix spelling by Benjamin Peterson · 16 years ago
  22. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 16 years ago
  23. b17acad Make db modules' error classes inherit IOError. by Georg Brandl · 16 years ago
  24. 88eeef3 bdist_wininst now works correctly when both --skip-build and --plat-name are specified. by Mark Hammond · 16 years ago
  25. a436878 update tutorial function with more appropiate one from Eric Smith by Benjamin Peterson · 16 years ago
  26. e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
  27. dbd2f6d Better integration between Python testing and bsddb3 by Jesus Cea · 16 years ago
  28. b1a54a3 Do not close external file objects passed to tarfile.open(mode='w:bz2') by Lars Gustäbel · 16 years ago
  29. 0902cac Disable the use of BerkeleyDB 4.6 on platforms that appear to have by Gregory P. Smith · 16 years ago
  30. 7626235 Blocked revisions 63738 via svnmerge by Benjamin Peterson · 16 years ago
  31. 1d31023 Improvements for test_py3kwarn by Benjamin Peterson · 16 years ago
  32. 3eaf313 Blocked revisions 63736 via svnmerge by Benjamin Peterson · 16 years ago
  33. 838c7b3 remove some __getslice__ by Benjamin Peterson · 16 years ago
  34. 4116f36 clean up some docstrings and errors in bytesobject.c by Benjamin Peterson · 16 years ago
  35. 933d373 Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size is by Gregory P. Smith · 16 years ago
  36. c1c83bb remove duplication in test module by Benjamin Peterson · 16 years ago
  37. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  38. 23921f0 Fix issue2589: there was a potential integer overflow leading to by Gregory P. Smith · 16 years ago
  39. 954aa94 Blocked revisions 63725 via svnmerge by Benjamin Peterson · 16 years ago
  40. 06abba3 fix minor grammar typo by Benjamin Peterson · 16 years ago
  41. 9171bed take Brett's advice on a few warnings by Benjamin Peterson · 16 years ago
  42. 4036fd4 Fixes issue2791: subprocess.Popen.communicate leaked a file descripton until by Gregory P. Smith · 16 years ago
  43. ad29cba Blocked revisions 63721 via svnmerge by Benjamin Peterson · 16 years ago
  44. 3aa84a7 warn about some members of the commands module by Benjamin Peterson · 16 years ago
  45. 784783f Blocked revisions 63719 via svnmerge by Benjamin Peterson · 16 years ago
  46. b17ad2d wrap line by Benjamin Peterson · 16 years ago
  47. 8f1a4a6 Allow BerlekeyDB up through 4.7. I doubt any of our unixy buildbots even have by Gregory P. Smith · 16 years ago
  48. 4d48053 update test ignore list by Benjamin Peterson · 16 years ago
  49. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  50. 572226c Define macros so that this still compiles on Python prior to r63675. by Gregory P. Smith · 16 years ago
  51. 35af8d4 Add the new packages to the Makefile for installation. by Brett Cannon · 16 years ago
  52. e0de18c Ignore py(c|o) files. by Brett Cannon · 16 years ago
  53. 3d5c425 Add NEWS entry for http package. by Georg Brandl · 16 years ago
  54. 7c9b61b Remove _FooCookieJar modules and merge their content into http.cookiejar. by Georg Brandl · 16 years ago
  55. f4a4123 Fix old-style octal literals in the docs. by Georg Brandl · 16 years ago
  56. 95f5686 Blocked revisions 63704 via svnmerge by Benjamin Peterson · 16 years ago
  57. c772372 Remove remaining references to UserDict module. by Georg Brandl · 16 years ago
  58. 79e4803 remove test.support.have_unicode by Benjamin Peterson · 16 years ago
  59. dacde0d turn PyErr_WarnPy3k into a macro by Benjamin Peterson · 16 years ago
  60. 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
  61. 1b466f2 Merged revisions 63575 via svnmerge from by Georg Brandl · 16 years ago
  62. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  63. 744c2cd Merged revisions 63698 via svnmerge from by Benjamin Peterson · 16 years ago
  64. eeb2b21 add __all__ to test_support by Benjamin Peterson · 16 years ago
  65. fbeb6b6 Merged revisions 63678,63688,63690,63696 via svnmerge from by Benjamin Peterson · 16 years ago
  66. 2b4b5ac add PyByteArray docs by Benjamin Peterson · 16 years ago
  67. 27ad091 remove PyBytes_Format from header by Benjamin Peterson · 16 years ago
  68. d026b93 Blocked revisions 63660,63665,63691 via svnmerge by Georg Brandl · 16 years ago
  69. dae32c1 update docs after renaming of PyString -> PyBytes by Benjamin Peterson · 16 years ago
  70. 8de9119 Add renaming notices to 3.0 http package members. by Georg Brandl · 16 years ago
  71. 8b12ee1 fix typo (thank Georg) by Benjamin Peterson · 16 years ago
  72. 39e360b fix failing test from rename by Benjamin Peterson · 16 years ago
  73. 438e9ac fix a minor typo by Benjamin Peterson · 16 years ago
  74. 3d1e861 Blocked revisions 63686 via svnmerge by Benjamin Peterson · 16 years ago
  75. 404d182 note that PyString and has been aliased to PyBytes by Benjamin Peterson · 16 years ago
  76. 36f0a80 Used vs9to8.py to port all VS9.0 changes to 8.0 by Christian Heimes · 16 years ago
  77. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
  78. 2c9c7a5 Renamed files bytesobject.[ch] and stringobject.[ch] Fixed Windows build by Christian Heimes · 16 years ago
  79. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  80. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  81. 96d02f3 Blocked revisions 63672,63675,63677,63679 via svnmerge by Christian Heimes · 16 years ago
  82. 7a99061 Updated NEWS by Christian Heimes · 16 years ago
  83. d7c7784 put a big note on configure.in asking people to run autoconf by Benjamin Peterson · 16 years ago
  84. 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 16 years ago
  85. 1e2f050 Merged revisions 63397,63673 via svnmerge from by Benjamin Peterson · 16 years ago
  86. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  87. c559572 Blocked revisions 63458,63498 via svnmerge by Benjamin Peterson · 16 years ago
  88. c3cb683 some updates to string formatting section in whatsnew by Benjamin Peterson · 16 years ago
  89. 3497f94 First step of the C API rename: by Christian Heimes · 16 years ago
  90. 84b7f0c Merged revisions 63670 via svnmerge from by Thomas Heller · 16 years ago
  91. b4701e6 On Windows, we must build a debug version iff running a debug build of Python by Thomas Heller · 16 years ago
  92. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago
  93. e2caef7 Add renaming notices to xmlrpc modules. by Georg Brandl · 16 years ago
  94. 7f986ac Rename test file to its proper module name. by Georg Brandl · 16 years ago
  95. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  96. 68d3eb9 Add renaming notices to 2.6 dbm module docs. by Georg Brandl · 16 years ago
  97. e6f0063 Merged revisions 63655 via svnmerge from by Benjamin Peterson · 16 years ago
  98. f9ef988 update the tutorial to use str.format by Benjamin Peterson · 16 years ago
  99. dc6c16a Blocked revisions 63649 via svnmerge by Benjamin Peterson · 16 years ago
  100. c15205e rename the section about new formatting 'new-string-formatting' by Benjamin Peterson · 16 years ago