1. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago
  2. 458ad47 Merged revisions 68459 via svnmerge from by Benjamin Peterson · 16 years ago
  3. 822b21c Merged revisions 68458 via svnmerge from by Benjamin Peterson · 16 years ago
  4. b4ddfa4 fix compiler warning by Benjamin Peterson · 16 years ago
  5. e5bf383 Merged revisions 68460 via svnmerge from by Benjamin Peterson · 16 years ago
  6. 92d0a6a I'm just going to assume that all of these revisions don't need to be merge, since it's not indicated: by Benjamin Peterson · 16 years ago
  7. c465600 Merged revisions 68676 via svnmerge from by Benjamin Peterson · 16 years ago
  8. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 16 years ago
  9. e4bc7f6 Issue #4838: When a module is deallocated, free the memory backing the optional module state data. by Antoine Pitrou · 16 years ago
  10. 0c3f8a4 Merged revisions 68661 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  11. 0156dab Remove attempted long->int conversions in py3k version of float.as_integer_ratio. by Mark Dickinson · 16 years ago
  12. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 16 years ago
  13. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  14. 0bbcc4c Remove a couple of references to long in the c-api docs by Mark Dickinson · 16 years ago
  15. 9953a8d fix inspect.formatargspec on functions with keyword-only arguments without defaults #4959 by Benjamin Peterson · 16 years ago
  16. c10c34d Make test_io faster by Antoine Pitrou · 16 years ago
  17. fdaa3a3 Define PY_SSIZE_T_CLEAN at the top of the dbm module. This should fix the by Mark Dickinson · 16 years ago
  18. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  19. 1456778 remove duplicate definition of PyExc_BufferError #4950 by Benjamin Peterson · 16 years ago
  20. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 16 years ago
  21. 29500f6 Merged revisions 68611-68613 via svnmerge from by Mark Dickinson · 16 years ago
  22. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  23. 3bc0f7e Blocked revisions 68592 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  24. 2a1854b Blocked revisions 68589 via svnmerge by Antoine Pitrou · 16 years ago
  25. b6eba4f encoding returns bytes objects by Benjamin Peterson · 16 years ago
  26. 8d4e505 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 16 years ago
  27. b9d1a4d Blocked revisions 68579-68580,68584 via svnmerge by Benjamin Peterson · 16 years ago
  28. b197fec de-spacify by Benjamin Peterson · 16 years ago
  29. 9ae3220 make bytearrayobject.o depend on the stringlib headers #4936 by Benjamin Peterson · 16 years ago
  30. a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 16 years ago
  31. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  32. e5e298f Issue #4910 (1st patch of a series): fix int() and the corresponding by Mark Dickinson · 16 years ago
  33. 7c2b66c Merged revisions 68455,68476,68542 via svnmerge from by Martin v. Löwis · 16 years ago
  34. ec59d04 Merged revisions 68540 via svnmerge from by Martin v. Löwis · 16 years ago
  35. de3369f Fixes issue #3826 and #4791: by Gregory P. Smith · 16 years ago
  36. ce36962 remove docs for PyBytes_Format #4917 by Benjamin Peterson · 16 years ago
  37. d6e8de1 Issue #4916: fix little-endian UTF-16 decoding bug on big-endian UCS-4 builds, introduced by r68483. by Antoine Pitrou · 16 years ago
  38. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 16 years ago
  39. c7d484d Remove __long__ methods from UserString and from Demo/ classes. by Mark Dickinson · 16 years ago
  40. e97637d Merged revisions 68527 via svnmerge from by Martin v. Löwis · 16 years ago
  41. a9b54c7 Merged revisions 68523 via svnmerge from by Martin v. Löwis · 16 years ago
  42. 81a3d1c ricos isn't supported by Benjamin Peterson · 16 years ago
  43. 17bf082 fix syntax in ctypes.util by Benjamin Peterson · 16 years ago
  44. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 16 years ago
  45. 30bf122 Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 16 years ago
  46. 44e3bb6 Merged revisions 68499 via svnmerge from by Mark Dickinson · 16 years ago
  47. 644c430 Merged revisions 68496 via svnmerge from by Antoine Pitrou · 16 years ago
  48. 505ed9d Blocked revisions 68487 via svnmerge by Benjamin Peterson · 16 years ago
  49. 2c7e3ee Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk: by Matthias Klose · 16 years ago
  50. 49956b2 fix typo #4904 by Benjamin Peterson · 16 years ago
  51. 308705e Merged revisions 68484-68485 via svnmerge from by Antoine Pitrou · 16 years ago
  52. ab86831 Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The by Antoine Pitrou · 16 years ago
  53. dd6351e Corrected an incorrect self-reference. by Vinay Sajip · 16 years ago
  54. 26a2d5e Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 16 years ago
  55. 21027e6 Fixed 2to3 issue on tix module. by Hirokazu Yamamoto · 16 years ago
  56. b5e5da4 Commit miss. by Hirokazu Yamamoto · 16 years ago
  57. 6c7e562 Merged revisions 68468-68470 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  58. 5ec0959 Unblocked revisions 68425 via svnmerge by Benjamin Peterson · 16 years ago
  59. 14b78f5 Merged revisions 68462 via svnmerge from by Antoine Pitrou · 16 years ago
  60. 9169641 Fix bug introduced in r68451: stdio must always be opened in line-buffered mode by Antoine Pitrou · 16 years ago
  61. 8043cf8 Issue #4604: Some objects of the I/O library could still be used after by Antoine Pitrou · 16 years ago
  62. e7bd868 Buglet: fix unittest.main() by Antoine Pitrou · 16 years ago
  63. 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 16 years ago
  64. 1483140 Blocked revisions 68439 via svnmerge by Hirokazu Yamamoto · 16 years ago
  65. 0f0932c Merged revisions 68435 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  66. 960cf0f Merged revisions 68167,68276,68292-68293,68344 via svnmerge from by Benjamin Peterson · 16 years ago
  67. 3563153 Reduce the size of the _PyLong_DigitValue table. by Raymond Hettinger · 16 years ago
  68. 1467ac8 Merged revisions 67985 via svnmerge from by Benjamin Peterson · 16 years ago
  69. 60e9e61 Blocked revisions 68243,68395,68432 via svnmerge by Benjamin Peterson · 16 years ago
  70. bb21a55 Blocked revisions 68424-68426,68429-68430 via svnmerge by Benjamin Peterson · 16 years ago
  71. 28d88b4 Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from by Benjamin Peterson · 16 years ago
  72. 13f7c3b Merged revisions 68415 via svnmerge from by Tarek Ziadé · 16 years ago
  73. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  74. 5bad41e Merge in r68394 fixing itertools.permutations() and combinations(). by Raymond Hettinger · 16 years ago
  75. 5e4e427 Fixed a crash in ctypes, when HAVE_USABLE_WCHAR_T is false. Fixes issue #4867. by Thomas Heller · 16 years ago
  76. 2f94736 Merged revisions 68378 via svnmerge from by Mark Dickinson · 16 years ago
  77. 1054f95 Merged revisions 68373 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  78. d35cbf6 Merged revisions 68360-68361 via svnmerge from by Antoine Pitrou · 16 years ago
  79. 5d1ff00 Mini-optimization: use pack/unpack functions for argument tuples. by Raymond Hettinger · 16 years ago
  80. 0f63257 Merged revisions 68312 via svnmerge from by Mark Dickinson · 16 years ago
  81. 52144f5 Merged revisions 68311 via svnmerge from by Mark Dickinson · 16 years ago
  82. e69cdf9 #4614: document PyModule_Create and PyModuleDef struct. by Georg Brandl · 16 years ago
  83. 42db3ef Merged revisions 68319 via svnmerge from by Antoine Pitrou · 16 years ago
  84. 315a20a Merged revisions 68317-68318 via svnmerge from by Mark Dickinson · 16 years ago
  85. ba298e4 Merged revisions 68314 via svnmerge from by Mark Dickinson · 16 years ago
  86. 9d625c2 Buglet: restore functioning of gzip as an executable when (de)compressing from stdin to stdout by Antoine Pitrou · 16 years ago
  87. d6d63f5 fix a lot of Tkinter imports by Benjamin Peterson · 16 years ago
  88. 6cb2bdd Merged revisions 68304 via svnmerge from by Mark Dickinson · 16 years ago
  89. 7894a72 Merged revisions 68302 via svnmerge from by Mark Dickinson · 16 years ago
  90. 3809026 #4826 exec() doesn't take a file object anymore by Benjamin Peterson · 16 years ago
  91. 3dc7c6a Merged revisions 68296,68299 via svnmerge from by Mark Dickinson · 16 years ago
  92. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
  93. ff96b2a test_urllib would set environment variable NO_PROXY without removing it afterwards. by Antoine Pitrou · 16 years ago
  94. 3de5a08 Blocked revisions 68179,68208-68209,68238,68240 via svnmerge by Georg Brandl · 16 years ago
  95. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  96. 814a2ca Blocked revisions 68150,68156,68158-68161,68163 via svnmerge by Georg Brandl · 16 years ago
  97. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 16 years ago
  98. 4baac0f Forgot to remove no longer needed code since r68237 by Guilherme Polo · 16 years ago
  99. 3a9b062 Manually merge r68096,68189 from 3.0 branch. by Georg Brandl · 16 years ago
  100. 3f5f822 Fix for issue #3638: Remove module level functions in _tkinter that by Guilherme Polo · 16 years ago