1. 48aa4b1 Get the ref counting for static allocated longs right. by Christian Heimes · 17 years ago
  2. cd5da7d Make print docstring consistent with its docs. by Georg Brandl · 17 years ago
  3. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  4. f25ef50 Remove the deprecated array.read/write methods. by Georg Brandl · 17 years ago
  5. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
  6. a771209 fix bug 1482: IMAP4 SSL isn't working by Bill Janssen · 17 years ago
  7. db0a9b3 svnmerge.py block -r60480 by Christian Heimes · 17 years ago
  8. dfc12ed Fixed multiple reinitialization of the Python interpreter. The small int list in longobject.c has caused a seg fault during the third finalization. by Christian Heimes · 17 years ago
  9. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
  10. 4b8db41 Update pprint() to match the new repr style for frozensets by Raymond Hettinger · 17 years ago
  11. db96789 Fixed r60466 by Christian Heimes · 17 years ago
  12. fab2b30 Remove duplicate function. by Raymond Hettinger · 17 years ago
  13. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 17 years ago
  14. 4f06612 Enabled fromhex('') test for bytes by Christian Heimes · 17 years ago
  15. 5f63d18 Removed unused import by Christian Heimes · 17 years ago
  16. 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 17 years ago
  17. 510711d Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests by Christian Heimes · 17 years ago
  18. 2c4a072 Fixed issue #1973: bytes.fromhex('') raises SystemError by Christian Heimes · 17 years ago
  19. c04dac0 Fixed issue #1973: bytes.fromhex('') raises SystemError by Christian Heimes · 17 years ago
  20. 7b87615 Fixed #1969: split and rsplit in bytearray are inconsistent by Christian Heimes · 17 years ago
  21. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
  22. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 17 years ago
  23. 1fd7770 Another fix for the bsddb3 tests by Christian Heimes · 17 years ago
  24. 087f8ae Fixed two bugs in the bsddb tests. One was reported as #1956 by Christian Heimes · 17 years ago
  25. fa767ef Partially revert r60376: restore ability for ints to be automatically converted to floats, if a float type specifier is given to an int. PEP 3101 should be clarified on this point.Also, remove unused local variables left over from r60376. by Eric Smith · 17 years ago
  26. fe82e77 Merged revisions 60379-60382 via svnmerge from by Christian Heimes · 17 years ago
  27. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 17 years ago
  28. 7b69c6c Restrict format presentation types to those specified in the 'Standard Format Specifiers' section of PEP 3101. by Eric Smith · 17 years ago
  29. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 17 years ago
  30. 661b0a1 Use a list comprehension instead of list(filter()). by Georg Brandl · 17 years ago
  31. 06b1ab8ed Fix build error. by Alexandre Vassalotti · 17 years ago
  32. 061ce7f Fixed test_urllibnet by Christian Heimes · 17 years ago
  33. 7e18254 svn cp -r60150 svn+ssh://pythondev@svn.python.org/python/branches/py3k/Lib/plat-mac/plistlib.py Lib/ by Christian Heimes · 17 years ago
  34. 21d73f4 Remove plistlib. Apparently svn chokes on svn rm + svn cp in the same revision by Christian Heimes · 17 years ago
  35. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  36. 4f110d8 Copied plistlib.py from r60150 Lib/plat-mac/plistlib.py to Lib/ by Christian Heimes · 17 years ago
  37. 6ff93fe Get this test to run by Neal Norwitz · 17 years ago
  38. 2f14258 Get this test to pass by Neal Norwitz · 17 years ago
  39. e3777b4 Fix merge glitch that let test_urllib fail. by Georg Brandl · 17 years ago
  40. 95ba469 #1929: fix httplib _read_chunked (str/bytes confusion). by Georg Brandl · 17 years ago
  41. a1e7e13 #1939: update code object docstring. by Georg Brandl · 17 years ago
  42. d2d2915 Make the testall target work again when building in a separate directory by Thomas Wouters · 17 years ago
  43. eee84e9 Bump up merge information to skip the backports by Christian Heimes · 17 years ago
  44. 32f523e Fix typo. by Walter Dörwald · 17 years ago
  45. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  46. bad17e7 Added comment about sys.maxint to whatsnew. Issue #1930 by Christian Heimes · 17 years ago
  47. f534f7b Document that basestring has been replaced by str. Issue #1931. by Christian Heimes · 17 years ago
  48. b267384 Fix merge glitch. by Georg Brandl · 17 years ago
  49. e7a15bb Merged revisions 60234-60244 via svnmerge from by Christian Heimes · 17 years ago
  50. e83ebd9 Fix a bug in the test. by Thomas Heller · 17 years ago
  51. bbffeb6 Merged revisions 60210-60233 via svnmerge from by Christian Heimes · 17 years ago
  52. 39b21ff Fix #1913. by Georg Brandl · 17 years ago
  53. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
  54. 1dfde1d Replace map(None, *iterables) with zip(*iterables). by Raymond Hettinger · 17 years ago
  55. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
  56. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 17 years ago
  57. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  58. 78b1187 Fix now-wrong :keyword: markup. Remove the section about by Georg Brandl · 17 years ago
  59. c31b0f7 Fix two oversights in C API split. by Georg Brandl · 17 years ago
  60. 7274858 Fix markup. by Georg Brandl · 17 years ago
  61. 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 17 years ago
  62. 135bf20 Remove versionadded tag. by Georg Brandl · 17 years ago
  63. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  64. 825fc8b #1867: fix a few 3.0 incompatibilities in pydoc. by Georg Brandl · 17 years ago
  65. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  66. 2336bdd Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed by Facundo Batista · 17 years ago
  67. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  68. bd84a58 Fix 3k's sphinx-build.py so that the version detection works with 2.x and 3.x. by Georg Brandl · 17 years ago
  69. 04c420f Merged revisions 60043-60052 via svnmerge from by Christian Heimes · 17 years ago
  70. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  71. ff72122 Merged revisions 60001,60003-60004,60008 via svnmerge from by Thomas Heller · 17 years ago
  72. 9893de1 Update the py3k version of the rational module to expose only methods needed by by Jeffrey Yasskin · 17 years ago
  73. 3564146 Sync-up Queue.py with Py2.6 by Raymond Hettinger · 17 years ago
  74. bae82b8 __floordiv__ returns an int in 3.0. by Jeffrey Yasskin · 17 years ago
  75. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  76. ae138cb Refactor if/elif chain for clarity and speed by Raymond Hettinger · 17 years ago
  77. f7bd964 Patch #1830 by Peter Harris, fix some 2.x-isms. by Guido van Rossum · 17 years ago
  78. 386cd1e long(float('nan')) raises an OverflowError as discussed on the mailing list a week ago by Christian Heimes · 17 years ago
  79. 62fe8a8 Fixed merge accident by Christian Heimes · 17 years ago
  80. da3caed Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions. by Raymond Hettinger · 17 years ago
  81. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
  82. 1acde19 Take Tim's advice and have random.sample() support only sequences and sets. by Raymond Hettinger · 17 years ago
  83. 28de64f Remove defunct parts of the random module by Raymond Hettinger · 17 years ago
  84. f7ec7a8 Use bash, so echo -n will do the right thing. by Guido van Rossum · 17 years ago
  85. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  86. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  87. 222e127 Fix markup. by Georg Brandl · 17 years ago
  88. 3540b50 Good catch Neal! by Christian Heimes · 17 years ago
  89. 61ecb77 Added the test cases I actually meant to add. by Eric Smith · 17 years ago
  90. fc6e8fe Simplifed argument parsing in object.__format__, added test case. by Eric Smith · 17 years ago
  91. 0041223 Fixed print -> print() by Christian Heimes · 17 years ago
  92. 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
  93. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
  94. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  95. 0625e89 Always define Py_USING_UNICODE, 3rd party software may depend on it. A missing declaration can lead to strange bugs as I had to learn the hard way in the upcoming merge by Christian Heimes · 17 years ago
  96. 3b06e53 Another patch for #1762972: __file__ points to the py file instead pyo/pyc file by Christian Heimes · 17 years ago
  97. a38f73b Fix issue1753: TextIOWrapper.write writes utf BOM for every string. by Alexandre Vassalotti · 17 years ago
  98. 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 17 years ago
  99. 22ec03c Fix merge glitch. by Georg Brandl · 17 years ago
  100. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 17 years ago