1. 54bc1ec Forward merge of r67822 to py3k: add bit_length method to int. by Mark Dickinson · 16 years ago
  2. 180a336 Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary. by Antoine Pitrou · 16 years ago
  3. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 16 years ago
  4. 7c59bc6 Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a non-ASCII letter. by Antoine Pitrou · 16 years ago
  5. 43fcf3a Merged revisions 67717 via svnmerge from by Lars Gustäbel · 16 years ago
  6. 433f32c raise a SyntaxError in detect_encoding() when a codec lookup fails like the builtin parser #4021 by Benjamin Peterson · 16 years ago
  7. e675f08 Merged revisions 67707 via svnmerge from by Mark Dickinson · 16 years ago
  8. da2706b Issue #2173: fix build failure on OS X. device_encoding was returning an by Mark Dickinson · 16 years ago
  9. b9083f3 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 16 years ago
  10. 708d581 Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to by Facundo Batista · 16 years ago
  11. 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  12. bc42040 Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. by Antoine Pitrou · 16 years ago
  13. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  14. eee3116 Merged revisions 67463,67572,67576,67628 via svnmerge from by Georg Brandl · 16 years ago
  15. 5504e89 Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  16. c1ce286 issue 4483 - _dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 16 years ago
  17. fd24b32 Issue #4445: save 3 bytes of memory (on average) per bytes allocation. by Mark Dickinson · 16 years ago
  18. a872de5 Fixed issue #4533: File read operation was dreadfully slow by Christian Heimes · 16 years ago
  19. bc9d474 #4542: On Windows, binascii.crc32 still accepted str as binary input. by Amaury Forgeot d'Arc · 16 years ago
  20. bc2ce57 Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() by Amaury Forgeot d'Arc · 16 years ago
  21. 9a0a65b Merged revisions 67528 via svnmerge from by Fred Drake · 16 years ago
  22. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  23. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 16 years ago
  24. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  25. eae122b Fix docutils parsing errors in Misc/NEWS. by Alexandre Vassalotti · 16 years ago
  26. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
  27. 45a6b9f Merged revisions 67449 via svnmerge from by Martin v. Löwis · 16 years ago
  28. 841edad Issue #4407: Fix source file that caused the compileall step in Windows by Martin v. Löwis · 16 years ago
  29. bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. by Amaury Forgeot d'Arc · 16 years ago
  30. 47c2b60 #4455: IDLE failed to display the windows list when two windows have the same title. by Amaury Forgeot d'Arc · 16 years ago
  31. 7ca7cb4 Forgot to update Misc/NEWS by Christian Heimes · 16 years ago
  32. 94e0772 Merged revisions 67414 via svnmerge from by Christian Heimes · 16 years ago
  33. 60e5f5e Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type. by Thomas Heller · 16 years ago
  34. 7e1b8fa - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. by Matthias Klose · 16 years ago
  35. 71fb513 Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. by Thomas Heller · 16 years ago
  36. 3e7e069 Second fix for issue #4373 by Christian Heimes · 16 years ago
  37. 5f95257 #4373: Reference leak in the pickle module. by Amaury Forgeot d'Arc · 16 years ago
  38. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
  39. 2b5d6eb dbm.dumb was opening files without specifying the encoding. Caused problem on by Brett Cannon · 16 years ago
  40. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  41. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 16 years ago
  42. efae8c4 #4383: UnboundLocalError when IDLE cannot connect to its subprocess. by Amaury Forgeot d'Arc · 16 years ago
  43. d8ccd1c post-3.0rc3 by Barry Warsaw · 16 years ago
  44. 43baef4 Bump to 3.0rc3 by Barry Warsaw · 16 years ago
  45. 58425d3 Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and by Brett Cannon · 16 years ago
  46. 836b670 #4338: Fix the distutils "setup.py upload" command. by Amaury Forgeot d'Arc · 16 years ago
  47. 2d1ca2d Issue #4354: Fix distutils register command. by Martin v. Löwis · 16 years ago
  48. a632a75 Merged revisions 67283 via svnmerge from by Martin v. Löwis · 16 years ago
  49. 22d297b Merged revisions 67279 via svnmerge from by Martin v. Löwis · 16 years ago
  50. 4f39d22 fix the Makefile so it doesn't pollute sys.path by Benjamin Peterson · 16 years ago
  51. 276c371 Issue #3327: Don't overallocate in the modules_by_index list. by Martin v. Löwis · 16 years ago
  52. 7d99f09 Issue #1721812: Binary operations and copy operations on set/frozenset by Raymond Hettinger · 16 years ago
  53. 4a1f593 Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to by Mark Dickinson · 16 years ago
  54. 3d4ca74 change the named tuple returned by inspect.getfullargspec to have a 'kwonlydefaults' (as claimed by the docs) attribute instead of 'kwdefaults' by Benjamin Peterson · 16 years ago
  55. 9a5499b #3705: Command-line arguments were not correctly decoded when the by Amaury Forgeot d'Arc · 16 years ago
  56. 3e4e72f #4298: pickle.load() can segfault on invalid or truncated input. by Amaury Forgeot d'Arc · 16 years ago
  57. 06fd5f8 fix the socketserver demo code for py3k by Benjamin Peterson · 16 years ago
  58. da06606 #4283: fix left-over iteritems() in distutils. by Georg Brandl · 16 years ago
  59. bfda544 Merged revisions 67149 via svnmerge from by Martin v. Löwis · 16 years ago
  60. 6570d07 name the release by Benjamin Peterson · 16 years ago
  61. a7c3730 post release cleanup by Barry Warsaw · 16 years ago
  62. 900646e Merged revisions 67120 via svnmerge from by Martin v. Löwis · 16 years ago
  63. 1f0e67e Bumping to 3.0rc2. by Barry Warsaw · 16 years ago
  64. 93ef79c period by Benjamin Peterson · 16 years ago
  65. d968e27 fix #4211: the __path__ of a frozen package should be a list. by Benjamin Peterson · 16 years ago
  66. d395629 Fixed issue #3727: poplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  67. 933238a Issue #3714: nntplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  68. fb5faf0 Issue #1210: Fixed imaplib Patch by Victor Stinner, reviewed by Barry Warsaw. by Christian Heimes · 16 years ago
  69. ecc42a2 Fixed issue #4233. by Christian Heimes · 16 years ago
  70. b37509b Merged revisions 67098 via svnmerge from by Martin v. Löwis · 16 years ago
  71. dd8059f #3626: On cygwin, starting "python z" would not display any error message: by Amaury Forgeot d'Arc · 16 years ago
  72. 424b481 Merged revisions 67049 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  73. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  74. 5833a2f Issue #4213: The file system encoding is now normalized by the codec subsystem, for example UTF-8 is turned into utf-8. by Christian Heimes · 16 years ago
  75. 9c94ba4 Issue #4200: Changed the atexit module to store its state in its PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters. The bug was found by Graham Dumpletom during his work on a 3.0 port of mod_wsgi. The patch has been reviewed by Benjamin. by Christian Heimes · 16 years ago
  76. fec925b Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 16 years ago
  77. f43ee81 #4170: Fix segfault when pickling a defauldict object. by Amaury Forgeot d'Arc · 16 years ago
  78. 08a8f5f restore compilation on OpenBSD #4146 by Benjamin Peterson · 16 years ago
  79. 87eee63 #3664: The pickle module could segfault if a Pickler instance is not correctly initialized: by Amaury Forgeot d'Arc · 16 years ago
  80. 869bad9 Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  81. c820eaf Merged revisions 66958 via svnmerge from by Martin v. Löwis · 16 years ago
  82. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  83. 3de7fb8 Victor Stinner's patch to make telnetlib use bytes 3725 by Benjamin Peterson · 16 years ago
  84. 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 16 years ago
  85. f63921f Merged revisions 66881 via svnmerge from by Martin v. Löwis · 16 years ago
  86. cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 16 years ago
  87. 4e0630c Issue #3740: Null-initialize module state. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  88. d8506df Merged revisions 66814 via svnmerge from by Martin v. Löwis · 16 years ago
  89. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
  90. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  91. 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 16 years ago
  92. 3a53fbb #3911 FTP.makeport was giving bad port numbers by Benjamin Peterson · 16 years ago
  93. 60320cb #3946 fix PyObject_CheckBuffer on a memoryview object by Benjamin Peterson · 16 years ago
  94. b5cf301 #3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0. by Amaury Forgeot d'Arc · 16 years ago
  95. 6fea233 Merged revisions 66616 via svnmerge from by Martin v. Löwis · 16 years ago
  96. 1308c26 Merged revisions 66611 via svnmerge from by Thomas Heller · 16 years ago
  97. 6117f42 Issue #3659: Values of string subclasses were not handled correctly when used by Gerhard Häring · 16 years ago
  98. d0db98f #1688: On Windows, the input() prompt was not correctly displayed if it by Amaury Forgeot d'Arc · 16 years ago
  99. 60ebb8b Bug #3884: Make the turtle module toplevel again. by Martin v. Löwis · 16 years ago
  100. 1ecaf2c done with rc1 by Barry Warsaw · 16 years ago