1. e932c5c block a pystring/pybytes renaming change from py3k by Gregory P. Smith · 16 years ago
  2. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  3. 4066186 Blocked revisions 63384,63545,63568,63914,63932,64028 via svnmerge by Georg Brandl · 16 years ago
  4. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  5. 2507884 Fixed _bsddb key allocation errors. by Alexandre Vassalotti · 16 years ago
  6. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  7. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  8. b1ef673 PyString_InternFromString -> PyUnicode_InternFromString by Thomas Heller · 16 years ago
  9. b795f528 Merged revisions 63988,63991 via svnmerge from by Thomas Heller · 16 years ago
  10. c5d0126 Merged revisions 64070 via svnmerge from by Thomas Heller · 16 years ago
  11. 12f8a05 Fix the Windows build by removing references to the cStringIO module by Thomas Heller · 16 years ago
  12. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  13. b38fea3 Blocked revisions 64057-64058 via svnmerge by Alexandre Vassalotti · 16 years ago
  14. 7505607 Issue 2582: Fix pickling of range objects. by Alexandre Vassalotti · 16 years ago
  15. 1c9a2d9 block r64048 by Gregory P. Smith · 16 years ago
  16. 240be31 Blocked revisions 64044-64045 via svnmerge by Benjamin Peterson · 16 years ago
  17. 0a0ca0f Blocked revisions 64040 via svnmerge by Benjamin Peterson · 16 years ago
  18. fd68087 #3059: Stop decoding Unicode in calendar module. by Georg Brandl · 16 years ago
  19. f010bd5 Blocked revisions 64031 via svnmerge by Benjamin Peterson · 16 years ago
  20. 2095cfe Remove cl usage from aifc and use bytes throughout. by Georg Brandl · 16 years ago
  21. d701c8c Blocked revisions 64016,64018-64019 via svnmerge by Georg Brandl · 16 years ago
  22. 3900088 Remove locking from buffer protocol as-per discussion. by Travis E. Oliphant · 16 years ago
  23. b2750b5 Move the codec decode type checks to bytes/bytearray.decode(). by Marc-André Lemburg · 16 years ago
  24. 4efb518 Issue 3049: Some 3k sizeof tests fail. by Robert Schuppenies · 16 years ago
  25. f086fdd Blocked revisions 63982 via svnmerge by Georg Brandl · 16 years ago
  26. 9cac7b6 Merged revisions 63977 via svnmerge from by Thomas Heller · 16 years ago
  27. 311c16a Blocked revisions 63942-63943,63945 via svnmerge by Thomas Heller · 16 years ago
  28. 9af0cba Merged revisions 63897-63898 via svnmerge from by Thomas Heller · 16 years ago
  29. c5e88d5 Fix sys.flags sequence behavior and add a test case. by Georg Brandl · 16 years ago
  30. 9a5df4d Blocked revisions 63965,63967 via svnmerge by Benjamin Peterson · 16 years ago
  31. 0fe1438 use the more idomatic (and Py3k faster) while True by Benjamin Peterson · 16 years ago
  32. 36281f6 remove imputil demo by Benjamin Peterson · 16 years ago
  33. 6ccadce Blocked revisions 63961-63963 via svnmerge by Thomas Heller · 16 years ago
  34. 3a75b22 remove unused docstring by Benjamin Peterson · 16 years ago
  35. 267d417 Fixed isinstance() check in dis.dis(). by Alexandre Vassalotti · 16 years ago
  36. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  37. 01a7d82 Remove tabcheck from the expected flags in sys.flags. by Georg Brandl · 16 years ago
  38. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  39. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  40. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  41. e5d68ac Fix misspelling. by Georg Brandl · 16 years ago
  42. f342bfc Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 16 years ago
  43. 4daa61e Blocked revisions 63899 via svnmerge by Walter Dörwald · 16 years ago
  44. 3b55003 Fix Tkinter sequence passing. #2906. by Georg Brandl · 16 years ago
  45. 807a196 Blocked revisions 63910 via svnmerge by Benjamin Peterson · 16 years ago
  46. 846b090 Removed the old cStringIO module. by Alexandre Vassalotti · 16 years ago
  47. ba8c028 Refactored known type optimization, in anticipation of backporting to 2.6. I'll probably move this code into PyObject_Format, so everyone benefits. by Eric Smith · 16 years ago
  48. 7cd068b Fix uninitialized variable access, release memory. by Martin v. Löwis · 16 years ago
  49. 704d8b1 Port GetInteger and GetString to 3k. by Martin v. Löwis · 16 years ago
  50. 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  51. e95593e Merged revisions 63888 via svnmerge from by Martin v. Löwis · 16 years ago
  52. 90cc5ab Merged revisions 63625-63629,63631-63633,63635-63638 via svnmerge from by Martin v. Löwis · 16 years ago
  53. 4a8d47e Blocked revisions 63873 via svnmerge by Georg Brandl · 16 years ago
  54. 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 16 years ago
  55. 6b38daa Merged revisions 63871 via svnmerge from by Georg Brandl · 16 years ago
  56. 40ab2ec remove mac module docs missed in the first round by Benjamin Peterson · 16 years ago
  57. 294d5a9 Add proper heading for tools entry. by Georg Brandl · 16 years ago
  58. e2f6e88 Blocked revisions 63861 via svnmerge by Georg Brandl · 16 years ago
  59. 1121ef6 Blocked revisions 63863 via svnmerge by Benjamin Peterson · 16 years ago
  60. 630c829 add notes about the removal of bgen by Benjamin Peterson · 16 years ago
  61. f632544 remove old mac scripts including bgen by Benjamin Peterson · 16 years ago
  62. 2149171 Blocked revisions 63848-63849 via svnmerge by Martin v. Löwis · 16 years ago
  63. 05025db Blocked revisions 63846 via svnmerge by Martin v. Löwis · 16 years ago
  64. c3e36af Whitespace nits. by Alexandre Vassalotti · 16 years ago
  65. 787f307 Added documentation for PyDict_GetItemWithError(). by Alexandre Vassalotti · 16 years ago
  66. cb31433 Added missing prototype for PyDict_GetItemWithError(). by Alexandre Vassalotti · 16 years ago
  67. 9e670c2 Added a note to [] that special forms & special chars lose their meaning by Mark Summerfield · 16 years ago
  68. 1d138f1 Optimization of str.format() for cases with unicode, long, and float by Eric Smith · 16 years ago
  69. fc8dca2 remove plat-mac references by Benjamin Peterson · 16 years ago
  70. ec2c46b Blocked revisions 63814 via svnmerge by Eric Smith · 16 years ago
  71. 4a7d76d Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  72. eb2c964 Add test case for r63810. by Georg Brandl · 16 years ago
  73. 1e7217d Don't return the same object from trivial replace() cases -- by Georg Brandl · 16 years ago
  74. 17cb8a8 Fix all return types for str/bytes/bytearray docstrings and make the wording more consistent. by Georg Brandl · 16 years ago
  75. 29e4f63 Remove basestring usage. by Georg Brandl · 16 years ago
  76. 2932d93 #3007: remove stringio docs and fix a few nits in io docs. by Georg Brandl · 16 years ago
  77. eec0d5f Blocked revisions 63800 via svnmerge by Brett Cannon · 16 years ago
  78. 856ff5f Merged revisions 63460,63464 via svnmerge from by Benjamin Peterson · 16 years ago
  79. 8a4e0ab Unblocked revisions 63460,63464 via svnmerge by Benjamin Peterson · 16 years ago
  80. ebacd26 add the gestalt module back as _gestalt by Benjamin Peterson · 16 years ago
  81. 7dca3eb Merged revisions 63791-63792 via svnmerge from by Thomas Heller · 16 years ago
  82. 61dbbf0 Blocked revisions 63776 via svnmerge by Georg Brandl · 16 years ago
  83. bf1eb63 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 16 years ago
  84. bb87e2b Blocked revisions 63767 via svnmerge by Brett Cannon · 16 years ago
  85. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 16 years ago
  86. b17acad Make db modules' error classes inherit IOError. by Georg Brandl · 16 years ago
  87. e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
  88. 7626235 Blocked revisions 63738 via svnmerge by Benjamin Peterson · 16 years ago
  89. 3eaf313 Blocked revisions 63736 via svnmerge by Benjamin Peterson · 16 years ago
  90. 4116f36 clean up some docstrings and errors in bytesobject.c by Benjamin Peterson · 16 years ago
  91. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  92. 954aa94 Blocked revisions 63725 via svnmerge by Benjamin Peterson · 16 years ago
  93. ad29cba Blocked revisions 63721 via svnmerge by Benjamin Peterson · 16 years ago
  94. 784783f Blocked revisions 63719 via svnmerge by Benjamin Peterson · 16 years ago
  95. 4d48053 update test ignore list by Benjamin Peterson · 16 years ago
  96. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  97. 35af8d4 Add the new packages to the Makefile for installation. by Brett Cannon · 16 years ago
  98. e0de18c Ignore py(c|o) files. by Brett Cannon · 16 years ago
  99. 3d5c425 Add NEWS entry for http package. by Georg Brandl · 16 years ago
  100. 7c9b61b Remove _FooCookieJar modules and merge their content into http.cookiejar. by Georg Brandl · 16 years ago