1. 6214edd merge r68768 to py3k by Jesse Noller · 17 years ago
  2. 7aedf11 fix compiler warning by Benjamin Peterson · 17 years ago
  3. 05e782f reenable the invalid fd test for fdopen by Benjamin Peterson · 17 years ago
  4. 806d402 Merged revisions 68755 via svnmerge from by Benjamin Peterson · 17 years ago
  5. d994864 Remove a debugging print statement that accidentally got left in. by Brett Cannon · 17 years ago
  6. b4a1b8c Fix a typo in some code that is not tested or supported yet. by Brett Cannon · 17 years ago
  7. f99d243 Blocked revisions 68544-68545,68597 via svnmerge by Benjamin Peterson · 17 years ago
  8. 18e9512 Merged revisions 68546 via svnmerge from by Benjamin Peterson · 17 years ago
  9. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 17 years ago
  10. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 17 years ago
  11. 9a0fc97 merge cl r68737 to py3k by Jesse Noller · 17 years ago
  12. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 17 years ago
  13. 7e15845 Issue #4815: Offer conversion to UTF-8 if source files have by Martin v. Löwis · 17 years ago
  14. 975a079 Issue #4008: Fix problems with non-ASCII source files. by Martin v. Löwis · 17 years ago
  15. 1cbb17a Correct issue number for 68728 checkin by Jesse Noller · 17 years ago
  16. f70a538 Issues #10867: remove old cPickle imports from multiprocessing by Jesse Noller · 17 years ago
  17. 38d54f7 #4975: fix bytes/str issue. by Georg Brandl · 17 years ago
  18. e17d586 #4983: clarify what "byte sequence" is. by Georg Brandl · 17 years ago
  19. 64150bc #4984: fix number of types. by Georg Brandl · 17 years ago
  20. 2c5c79c Tests of case-sensitivity were being executed on OSs which did not have a by Brett Cannon · 17 years ago
  21. b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 17 years ago
  22. 34f9b4c Blocked revisions 68705 via svnmerge by Benjamin Peterson · 17 years ago
  23. 24b6a2c NOTES for importlib should mention the ultimate end-goal for the package. by Brett Cannon · 17 years ago
  24. 7044d6b Skip over any file or folder that starts with a dot (e.g. .svn). by Brett Cannon · 17 years ago
  25. d3fb4bb Merged revisions 68678 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  26. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 17 years ago
  27. 458ad47 Merged revisions 68459 via svnmerge from by Benjamin Peterson · 17 years ago
  28. 822b21c Merged revisions 68458 via svnmerge from by Benjamin Peterson · 17 years ago
  29. b4ddfa4 fix compiler warning by Benjamin Peterson · 17 years ago
  30. e5bf383 Merged revisions 68460 via svnmerge from by Benjamin Peterson · 17 years ago
  31. 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 · 17 years ago
  32. c465600 Merged revisions 68676 via svnmerge from by Benjamin Peterson · 17 years ago
  33. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 17 years ago
  34. e4bc7f6 Issue #4838: When a module is deallocated, free the memory backing the optional module state data. by Antoine Pitrou · 17 years ago
  35. 0c3f8a4 Merged revisions 68661 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  36. 0156dab Remove attempted long->int conversions in py3k version of float.as_integer_ratio. by Mark Dickinson · 17 years ago
  37. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 17 years ago
  38. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 17 years ago
  39. 0bbcc4c Remove a couple of references to long in the c-api docs by Mark Dickinson · 17 years ago
  40. 9953a8d fix inspect.formatargspec on functions with keyword-only arguments without defaults #4959 by Benjamin Peterson · 17 years ago
  41. c10c34d Make test_io faster by Antoine Pitrou · 17 years ago
  42. fdaa3a3 Define PY_SSIZE_T_CLEAN at the top of the dbm module. This should fix the by Mark Dickinson · 17 years ago
  43. 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 · 17 years ago
  44. 1456778 remove duplicate definition of PyExc_BufferError #4950 by Benjamin Peterson · 17 years ago
  45. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 17 years ago
  46. 29500f6 Merged revisions 68611-68613 via svnmerge from by Mark Dickinson · 17 years ago
  47. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 17 years ago
  48. 3bc0f7e Blocked revisions 68592 via svnmerge by Amaury Forgeot d'Arc · 17 years ago
  49. 2a1854b Blocked revisions 68589 via svnmerge by Antoine Pitrou · 17 years ago
  50. b6eba4f encoding returns bytes objects by Benjamin Peterson · 17 years ago
  51. 8d4e505 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 17 years ago
  52. b9d1a4d Blocked revisions 68579-68580,68584 via svnmerge by Benjamin Peterson · 17 years ago
  53. b197fec de-spacify by Benjamin Peterson · 17 years ago
  54. 9ae3220 make bytearrayobject.o depend on the stringlib headers #4936 by Benjamin Peterson · 17 years ago
  55. a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 17 years ago
  56. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  57. e5e298f Issue #4910 (1st patch of a series): fix int() and the corresponding by Mark Dickinson · 17 years ago
  58. 7c2b66c Merged revisions 68455,68476,68542 via svnmerge from by Martin v. Löwis · 17 years ago
  59. ec59d04 Merged revisions 68540 via svnmerge from by Martin v. Löwis · 17 years ago
  60. de3369f Fixes issue #3826 and #4791: by Gregory P. Smith · 17 years ago
  61. ce36962 remove docs for PyBytes_Format #4917 by Benjamin Peterson · 17 years ago
  62. d6e8de1 Issue #4916: fix little-endian UTF-16 decoding bug on big-endian UCS-4 builds, introduced by r68483. by Antoine Pitrou · 17 years ago
  63. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 17 years ago
  64. c7d484d Remove __long__ methods from UserString and from Demo/ classes. by Mark Dickinson · 17 years ago
  65. e97637d Merged revisions 68527 via svnmerge from by Martin v. Löwis · 17 years ago
  66. a9b54c7 Merged revisions 68523 via svnmerge from by Martin v. Löwis · 17 years ago
  67. 81a3d1c ricos isn't supported by Benjamin Peterson · 17 years ago
  68. 17bf082 fix syntax in ctypes.util by Benjamin Peterson · 17 years ago
  69. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 17 years ago
  70. 30bf122 Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 17 years ago
  71. 44e3bb6 Merged revisions 68499 via svnmerge from by Mark Dickinson · 17 years ago
  72. 644c430 Merged revisions 68496 via svnmerge from by Antoine Pitrou · 17 years ago
  73. 505ed9d Blocked revisions 68487 via svnmerge by Benjamin Peterson · 17 years ago
  74. 2c7e3ee Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk: by Matthias Klose · 17 years ago
  75. 49956b2 fix typo #4904 by Benjamin Peterson · 17 years ago
  76. 308705e Merged revisions 68484-68485 via svnmerge from by Antoine Pitrou · 17 years ago
  77. ab86831 Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The by Antoine Pitrou · 17 years ago
  78. dd6351e Corrected an incorrect self-reference. by Vinay Sajip · 17 years ago
  79. 26a2d5e Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 17 years ago
  80. 21027e6 Fixed 2to3 issue on tix module. by Hirokazu Yamamoto · 17 years ago
  81. b5e5da4 Commit miss. by Hirokazu Yamamoto · 17 years ago
  82. 6c7e562 Merged revisions 68468-68470 via svnmerge from by Hirokazu Yamamoto · 17 years ago
  83. 5ec0959 Unblocked revisions 68425 via svnmerge by Benjamin Peterson · 17 years ago
  84. 14b78f5 Merged revisions 68462 via svnmerge from by Antoine Pitrou · 17 years ago
  85. 9169641 Fix bug introduced in r68451: stdio must always be opened in line-buffered mode by Antoine Pitrou · 17 years ago
  86. 8043cf8 Issue #4604: Some objects of the I/O library could still be used after by Antoine Pitrou · 17 years ago
  87. e7bd868 Buglet: fix unittest.main() by Antoine Pitrou · 17 years ago
  88. 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 17 years ago
  89. 1483140 Blocked revisions 68439 via svnmerge by Hirokazu Yamamoto · 17 years ago
  90. 0f0932c Merged revisions 68435 via svnmerge from by Hirokazu Yamamoto · 17 years ago
  91. 960cf0f Merged revisions 68167,68276,68292-68293,68344 via svnmerge from by Benjamin Peterson · 17 years ago
  92. 3563153 Reduce the size of the _PyLong_DigitValue table. by Raymond Hettinger · 17 years ago
  93. 1467ac8 Merged revisions 67985 via svnmerge from by Benjamin Peterson · 17 years ago
  94. 60e9e61 Blocked revisions 68243,68395,68432 via svnmerge by Benjamin Peterson · 17 years ago
  95. bb21a55 Blocked revisions 68424-68426,68429-68430 via svnmerge by Benjamin Peterson · 17 years ago
  96. 28d88b4 Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from by Benjamin Peterson · 17 years ago
  97. 13f7c3b Merged revisions 68415 via svnmerge from by Tarek Ziadé · 17 years ago
  98. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 17 years ago
  99. 5bad41e Merge in r68394 fixing itertools.permutations() and combinations(). by Raymond Hettinger · 17 years ago
  100. 5e4e427 Fixed a crash in ctypes, when HAVE_USABLE_WCHAR_T is false. Fixes issue #4867. by Thomas Heller · 17 years ago