1. 9ffc020 Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. by Mark Dickinson · 16 years ago
  2. 8dd0514 Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the by Mark Dickinson · 16 years ago
  3. 6dc4396 Blocked revisions 68764,68766 via svnmerge by Benjamin Peterson · 16 years ago
  4. 152b657 Merged revisions 68797,68801 via svnmerge from by Benjamin Peterson · 16 years ago
  5. e0c9041 Blocked revisions 68807 via svnmerge by Benjamin Peterson · 16 years ago
  6. b36958a Blocked revisions 68803,68805 via svnmerge by Benjamin Peterson · 16 years ago
  7. 0bae662 Fix typos. by Raymond Hettinger · 16 years ago
  8. 4f7945f Fix typo by Antoine Pitrou · 16 years ago
  9. a0fd888 Issue 4998: Decimal should not subclass or register with numbers.Real. by Raymond Hettinger · 16 years ago
  10. 7bf3a0e Forward port r68797: Fix-up jump targets in collections docs. by Raymond Hettinger · 16 years ago
  11. cd372c6 Blocked revisions 68789,68792 via svnmerge by Benjamin Peterson · 16 years ago
  12. 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 16 years ago
  13. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 16 years ago
  14. df50106 Clarify how the specify the name of a module with the 'module' directive. by Brett Cannon · 16 years ago
  15. 7edf129 merge r68787 to py3k by Jesse Noller · 16 years ago
  16. 4401f34 Blocked revisions 68785 via svnmerge by Benjamin Peterson · 16 years ago
  17. 7522c74 Merged revisions 68779 via svnmerge from by Benjamin Peterson · 16 years ago
  18. 9053d75 Merged revisions 68763,68773 via svnmerge from by Benjamin Peterson · 16 years ago
  19. 6214edd merge r68768 to py3k by Jesse Noller · 16 years ago
  20. 7aedf11 fix compiler warning by Benjamin Peterson · 16 years ago
  21. 05e782f reenable the invalid fd test for fdopen by Benjamin Peterson · 16 years ago
  22. 806d402 Merged revisions 68755 via svnmerge from by Benjamin Peterson · 16 years ago
  23. d994864 Remove a debugging print statement that accidentally got left in. by Brett Cannon · 16 years ago
  24. b4a1b8c Fix a typo in some code that is not tested or supported yet. by Brett Cannon · 16 years ago
  25. f99d243 Blocked revisions 68544-68545,68597 via svnmerge by Benjamin Peterson · 16 years ago
  26. 18e9512 Merged revisions 68546 via svnmerge from by Benjamin Peterson · 16 years ago
  27. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  28. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 16 years ago
  29. 9a0fc97 merge cl r68737 to py3k by Jesse Noller · 16 years ago
  30. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 16 years ago
  31. 7e15845 Issue #4815: Offer conversion to UTF-8 if source files have by Martin v. Löwis · 16 years ago
  32. 975a079 Issue #4008: Fix problems with non-ASCII source files. by Martin v. Löwis · 16 years ago
  33. 1cbb17a Correct issue number for 68728 checkin by Jesse Noller · 16 years ago
  34. f70a538 Issues #10867: remove old cPickle imports from multiprocessing by Jesse Noller · 16 years ago
  35. 38d54f7 #4975: fix bytes/str issue. by Georg Brandl · 16 years ago
  36. e17d586 #4983: clarify what "byte sequence" is. by Georg Brandl · 16 years ago
  37. 64150bc #4984: fix number of types. by Georg Brandl · 16 years ago
  38. 2c5c79c Tests of case-sensitivity were being executed on OSs which did not have a by Brett Cannon · 16 years ago
  39. b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 16 years ago
  40. 34f9b4c Blocked revisions 68705 via svnmerge by Benjamin Peterson · 16 years ago
  41. 24b6a2c NOTES for importlib should mention the ultimate end-goal for the package. by Brett Cannon · 16 years ago
  42. 7044d6b Skip over any file or folder that starts with a dot (e.g. .svn). by Brett Cannon · 16 years ago
  43. d3fb4bb Merged revisions 68678 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  44. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago
  45. 458ad47 Merged revisions 68459 via svnmerge from by Benjamin Peterson · 16 years ago
  46. 822b21c Merged revisions 68458 via svnmerge from by Benjamin Peterson · 16 years ago
  47. b4ddfa4 fix compiler warning by Benjamin Peterson · 16 years ago
  48. e5bf383 Merged revisions 68460 via svnmerge from by Benjamin Peterson · 16 years ago
  49. 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
  50. c465600 Merged revisions 68676 via svnmerge from by Benjamin Peterson · 16 years ago
  51. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 16 years ago
  52. e4bc7f6 Issue #4838: When a module is deallocated, free the memory backing the optional module state data. by Antoine Pitrou · 16 years ago
  53. 0c3f8a4 Merged revisions 68661 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  54. 0156dab Remove attempted long->int conversions in py3k version of float.as_integer_ratio. by Mark Dickinson · 16 years ago
  55. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 16 years ago
  56. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  57. 0bbcc4c Remove a couple of references to long in the c-api docs by Mark Dickinson · 16 years ago
  58. 9953a8d fix inspect.formatargspec on functions with keyword-only arguments without defaults #4959 by Benjamin Peterson · 16 years ago
  59. c10c34d Make test_io faster by Antoine Pitrou · 16 years ago
  60. fdaa3a3 Define PY_SSIZE_T_CLEAN at the top of the dbm module. This should fix the by Mark Dickinson · 16 years ago
  61. 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
  62. 1456778 remove duplicate definition of PyExc_BufferError #4950 by Benjamin Peterson · 16 years ago
  63. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 16 years ago
  64. 29500f6 Merged revisions 68611-68613 via svnmerge from by Mark Dickinson · 16 years ago
  65. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  66. 3bc0f7e Blocked revisions 68592 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  67. 2a1854b Blocked revisions 68589 via svnmerge by Antoine Pitrou · 16 years ago
  68. b6eba4f encoding returns bytes objects by Benjamin Peterson · 16 years ago
  69. 8d4e505 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 16 years ago
  70. b9d1a4d Blocked revisions 68579-68580,68584 via svnmerge by Benjamin Peterson · 16 years ago
  71. b197fec de-spacify by Benjamin Peterson · 16 years ago
  72. 9ae3220 make bytearrayobject.o depend on the stringlib headers #4936 by Benjamin Peterson · 16 years ago
  73. a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 16 years ago
  74. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  75. e5e298f Issue #4910 (1st patch of a series): fix int() and the corresponding by Mark Dickinson · 16 years ago
  76. 7c2b66c Merged revisions 68455,68476,68542 via svnmerge from by Martin v. Löwis · 16 years ago
  77. ec59d04 Merged revisions 68540 via svnmerge from by Martin v. Löwis · 16 years ago
  78. de3369f Fixes issue #3826 and #4791: by Gregory P. Smith · 16 years ago
  79. ce36962 remove docs for PyBytes_Format #4917 by Benjamin Peterson · 16 years ago
  80. 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
  81. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 16 years ago
  82. c7d484d Remove __long__ methods from UserString and from Demo/ classes. by Mark Dickinson · 16 years ago
  83. e97637d Merged revisions 68527 via svnmerge from by Martin v. Löwis · 16 years ago
  84. a9b54c7 Merged revisions 68523 via svnmerge from by Martin v. Löwis · 16 years ago
  85. 81a3d1c ricos isn't supported by Benjamin Peterson · 16 years ago
  86. 17bf082 fix syntax in ctypes.util by Benjamin Peterson · 16 years ago
  87. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 16 years ago
  88. 30bf122 Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 16 years ago
  89. 44e3bb6 Merged revisions 68499 via svnmerge from by Mark Dickinson · 16 years ago
  90. 644c430 Merged revisions 68496 via svnmerge from by Antoine Pitrou · 16 years ago
  91. 505ed9d Blocked revisions 68487 via svnmerge by Benjamin Peterson · 16 years ago
  92. 2c7e3ee Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk: by Matthias Klose · 16 years ago
  93. 49956b2 fix typo #4904 by Benjamin Peterson · 16 years ago
  94. 308705e Merged revisions 68484-68485 via svnmerge from by Antoine Pitrou · 16 years ago
  95. ab86831 Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The by Antoine Pitrou · 16 years ago
  96. dd6351e Corrected an incorrect self-reference. by Vinay Sajip · 16 years ago
  97. 26a2d5e Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 16 years ago
  98. 21027e6 Fixed 2to3 issue on tix module. by Hirokazu Yamamoto · 16 years ago
  99. b5e5da4 Commit miss. by Hirokazu Yamamoto · 16 years ago
  100. 6c7e562 Merged revisions 68468-68470 via svnmerge from by Hirokazu Yamamoto · 16 years ago