1. 59e4779 Merged revisions 68885 via svnmerge from by Martin v. Löwis · 16 years ago
  2. 6fd47e2 merge 68874 to py3kwq! by Jesse Noller · 16 years ago
  3. 81fabdb Issue #4874: Most builtin decoders now reject unicode input. by Antoine Pitrou · 16 years ago
  4. 08838b6 Merged revisions 68835 via svnmerge from by Antoine Pitrou · 16 years ago
  5. 6268cbc Issue 5013: Fixed bug in FileHandler when delay was set - added fix for RotatingFileHandler and changed header comment slightly. by Vinay Sajip · 16 years ago
  6. 9ffc020 Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. by Mark Dickinson · 16 years ago
  7. 8dd0514 Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the by Mark Dickinson · 16 years ago
  8. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 16 years ago
  9. 6214edd merge r68768 to py3k by Jesse Noller · 16 years ago
  10. 05e782f reenable the invalid fd test for fdopen by Benjamin Peterson · 16 years ago
  11. 9a0fc97 merge cl r68737 to py3k by Jesse Noller · 16 years ago
  12. 1cbb17a Correct issue number for 68728 checkin by Jesse Noller · 16 years ago
  13. f70a538 Issues #10867: remove old cPickle imports from multiprocessing by Jesse Noller · 16 years ago
  14. b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 16 years ago
  15. e4bc7f6 Issue #4838: When a module is deallocated, free the memory backing the optional module state data. by Antoine Pitrou · 16 years ago
  16. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  17. 9953a8d fix inspect.formatargspec on functions with keyword-only arguments without defaults #4959 by Benjamin Peterson · 16 years ago
  18. 29500f6 Merged revisions 68611-68613 via svnmerge from by Mark Dickinson · 16 years ago
  19. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  20. 8d4e505 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 16 years ago
  21. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  22. e5e298f Issue #4910 (1st patch of a series): fix int() and the corresponding by Mark Dickinson · 16 years ago
  23. 7c2b66c Merged revisions 68455,68476,68542 via svnmerge from by Martin v. Löwis · 16 years ago
  24. ec59d04 Merged revisions 68540 via svnmerge from by Martin v. Löwis · 16 years ago
  25. de3369f Fixes issue #3826 and #4791: by Gregory P. Smith · 16 years ago
  26. e97637d Merged revisions 68527 via svnmerge from by Martin v. Löwis · 16 years ago
  27. a9b54c7 Merged revisions 68523 via svnmerge from by Martin v. Löwis · 16 years ago
  28. 2c7e3ee Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk: by Matthias Klose · 16 years ago
  29. 308705e Merged revisions 68484-68485 via svnmerge from by Antoine Pitrou · 16 years ago
  30. ab86831 Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The by Antoine Pitrou · 16 years ago
  31. 14b78f5 Merged revisions 68462 via svnmerge from by Antoine Pitrou · 16 years ago
  32. 8043cf8 Issue #4604: Some objects of the I/O library could still be used after by Antoine Pitrou · 16 years ago
  33. 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 16 years ago
  34. 3563153 Reduce the size of the _PyLong_DigitValue table. by Raymond Hettinger · 16 years ago
  35. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  36. 5e4e427 Fixed a crash in ctypes, when HAVE_USABLE_WCHAR_T is false. Fixes issue #4867. by Thomas Heller · 16 years ago
  37. d35cbf6 Merged revisions 68360-68361 via svnmerge from by Antoine Pitrou · 16 years ago
  38. 42db3ef Merged revisions 68319 via svnmerge from by Antoine Pitrou · 16 years ago
  39. 315a20a Merged revisions 68317-68318 via svnmerge from by Mark Dickinson · 16 years ago
  40. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 16 years ago
  41. 3a9b062 Manually merge r68096,68189 from 3.0 branch. by Georg Brandl · 16 years ago
  42. 3f5f822 Fix for issue #3638: Remove module level functions in _tkinter that by Guilherme Polo · 16 years ago
  43. 771ed76 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 16 years ago
  44. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 16 years ago
  45. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  46. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  47. f923641 Merged revisions 68182 via svnmerge from by Mark Dickinson · 16 years ago
  48. 5c88d81 Merged revisions 68172-68173 via svnmerge from by Martin v. Löwis · 16 years ago
  49. 31f30b1 Issue #4738: finer-grained locking in the zlib module. by Antoine Pitrou · 16 years ago
  50. 374e220 #4747: on Windows, starting a module with a non-ascii filename would print a useless "SyntaxError: None" by Amaury Forgeot d'Arc · 16 years ago
  51. 8ed9a80 News fix. On py3k, `str' is unicode. should use `bytes'. by Hirokazu Yamamoto · 16 years ago
  52. 0f22d69 Merged revisions 68134 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  53. db7b6b9 Merged revisions 67953 via svnmerge from by Georg Brandl · 16 years ago
  54. 7ddda78 Merged revisions 68128 via svnmerge from by Antoine Pitrou · 16 years ago
  55. 9df8ce3 Merged revisions 68081 via svnmerge from by Tarek Ziadé · 16 years ago
  56. f1f2f68 Recorded merge of revisions 68051 via svnmerge from by Nick Coghlan · 16 years ago
  57. 4450dcf Merged revisions 68033 via svnmerge from by Tarek Ziadé · 16 years ago
  58. 05bfe1f Merged revisions 68018 via svnmerge from by Martin v. Löwis · 16 years ago
  59. 1f1620e Merged revisions 68010 via svnmerge from by Martin v. Löwis · 16 years ago
  60. e354d78 Merged revisions 68006 via svnmerge from by Martin v. Löwis · 16 years ago
  61. 5acd41e Merged revisions 67979 via svnmerge from by Antoine Pitrou · 16 years ago
  62. ccc47b6 #4759: allow None as first argument of bytearray.translate(), for consistency with bytes.translate(). by Georg Brandl · 16 years ago
  63. 2a013ea Merged revisions 67965 via svnmerge from by Antoine Pitrou · 16 years ago
  64. 371ccfb Merged revisions 67954 via svnmerge from by Benjamin Peterson · 16 years ago
  65. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
  66. 80072cb Merged revisions 67908 via svnmerge from by Skip Montanaro · 16 years ago
  67. 51f3ef9 Issue #3106: Speedup some comparisons. This also removes the last call by Antoine Pitrou · 16 years ago
  68. 3ad3a0d Issue #4583: crash after resizing an array.array which has buffer exports. by Antoine Pitrou · 16 years ago
  69. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  70. 621601a Merged revisions 67832 via svnmerge from by Antoine Pitrou · 16 years ago
  71. 54bc1ec Forward merge of r67822 to py3k: add bit_length method to int. by Mark Dickinson · 16 years ago
  72. 180a336 Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary. by Antoine Pitrou · 16 years ago
  73. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 16 years ago
  74. 7c59bc6 Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a non-ASCII letter. by Antoine Pitrou · 16 years ago
  75. 43fcf3a Merged revisions 67717 via svnmerge from by Lars Gustäbel · 16 years ago
  76. 433f32c raise a SyntaxError in detect_encoding() when a codec lookup fails like the builtin parser #4021 by Benjamin Peterson · 16 years ago
  77. e675f08 Merged revisions 67707 via svnmerge from by Mark Dickinson · 16 years ago
  78. da2706b Issue #2173: fix build failure on OS X. device_encoding was returning an by Mark Dickinson · 16 years ago
  79. b9083f3 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 16 years ago
  80. 708d581 Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to by Facundo Batista · 16 years ago
  81. 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  82. bc42040 Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. by Antoine Pitrou · 16 years ago
  83. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  84. eee3116 Merged revisions 67463,67572,67576,67628 via svnmerge from by Georg Brandl · 16 years ago
  85. 5504e89 Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  86. c1ce286 issue 4483 - _dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 16 years ago
  87. fd24b32 Issue #4445: save 3 bytes of memory (on average) per bytes allocation. by Mark Dickinson · 16 years ago
  88. a872de5 Fixed issue #4533: File read operation was dreadfully slow by Christian Heimes · 16 years ago
  89. bc9d474 #4542: On Windows, binascii.crc32 still accepted str as binary input. by Amaury Forgeot d'Arc · 16 years ago
  90. bc2ce57 Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() by Amaury Forgeot d'Arc · 16 years ago
  91. 9a0a65b Merged revisions 67528 via svnmerge from by Fred Drake · 16 years ago
  92. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  93. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 16 years ago
  94. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  95. eae122b Fix docutils parsing errors in Misc/NEWS. by Alexandre Vassalotti · 16 years ago
  96. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
  97. 45a6b9f Merged revisions 67449 via svnmerge from by Martin v. Löwis · 16 years ago
  98. 841edad Issue #4407: Fix source file that caused the compileall step in Windows by Martin v. Löwis · 16 years ago
  99. bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. by Amaury Forgeot d'Arc · 16 years ago
  100. 47c2b60 #4455: IDLE failed to display the windows list when two windows have the same title. by Amaury Forgeot d'Arc · 16 years ago