1. 9a5499b #3705: Command-line arguments were not correctly decoded when the by Amaury Forgeot d'Arc · 16 years ago
  2. 3e4e72f #4298: pickle.load() can segfault on invalid or truncated input. by Amaury Forgeot d'Arc · 16 years ago
  3. 06fd5f8 fix the socketserver demo code for py3k by Benjamin Peterson · 16 years ago
  4. da06606 #4283: fix left-over iteritems() in distutils. by Georg Brandl · 16 years ago
  5. bfda544 Merged revisions 67149 via svnmerge from by Martin v. Löwis · 16 years ago
  6. 6570d07 name the release by Benjamin Peterson · 16 years ago
  7. a7c3730 post release cleanup by Barry Warsaw · 16 years ago
  8. 900646e Merged revisions 67120 via svnmerge from by Martin v. Löwis · 16 years ago
  9. 1f0e67e Bumping to 3.0rc2. by Barry Warsaw · 16 years ago
  10. 93ef79c period by Benjamin Peterson · 16 years ago
  11. d968e27 fix #4211: the __path__ of a frozen package should be a list. by Benjamin Peterson · 16 years ago
  12. d395629 Fixed issue #3727: poplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  13. 933238a Issue #3714: nntplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  14. fb5faf0 Issue #1210: Fixed imaplib Patch by Victor Stinner, reviewed by Barry Warsaw. by Christian Heimes · 16 years ago
  15. ecc42a2 Fixed issue #4233. by Christian Heimes · 16 years ago
  16. b37509b Merged revisions 67098 via svnmerge from by Martin v. Löwis · 16 years ago
  17. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  18. dd8059f #3626: On cygwin, starting "python z" would not display any error message: by Amaury Forgeot d'Arc · 16 years ago
  19. 424b481 Merged revisions 67049 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  20. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  21. 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
  22. 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
  23. fec925b Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 16 years ago
  24. f43ee81 #4170: Fix segfault when pickling a defauldict object. by Amaury Forgeot d'Arc · 16 years ago
  25. 08a8f5f restore compilation on OpenBSD #4146 by Benjamin Peterson · 16 years ago
  26. 87eee63 #3664: The pickle module could segfault if a Pickler instance is not correctly initialized: by Amaury Forgeot d'Arc · 16 years ago
  27. 869bad9 Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  28. c820eaf Merged revisions 66958 via svnmerge from by Martin v. Löwis · 16 years ago
  29. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  30. 3de7fb8 Victor Stinner's patch to make telnetlib use bytes 3725 by Benjamin Peterson · 16 years ago
  31. 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 16 years ago
  32. f63921f Merged revisions 66881 via svnmerge from by Martin v. Löwis · 16 years ago
  33. cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 16 years ago
  34. 4e0630c Issue #3740: Null-initialize module state. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  35. d8506df Merged revisions 66814 via svnmerge from by Martin v. Löwis · 16 years ago
  36. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
  37. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  38. 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 16 years ago
  39. 3a53fbb #3911 FTP.makeport was giving bad port numbers by Benjamin Peterson · 16 years ago
  40. 60320cb #3946 fix PyObject_CheckBuffer on a memoryview object by Benjamin Peterson · 16 years ago
  41. 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
  42. 6fea233 Merged revisions 66616 via svnmerge from by Martin v. Löwis · 16 years ago
  43. 1308c26 Merged revisions 66611 via svnmerge from by Thomas Heller · 16 years ago
  44. 6117f42 Issue #3659: Values of string subclasses were not handled correctly when used by Gerhard Häring · 16 years ago
  45. d0db98f #1688: On Windows, the input() prompt was not correctly displayed if it by Amaury Forgeot d'Arc · 16 years ago
  46. 60ebb8b Bug #3884: Make the turtle module toplevel again. by Martin v. Löwis · 16 years ago
  47. 1ecaf2c done with rc1 by Barry Warsaw · 16 years ago
  48. b885480 bumping to 3.0rc1 by Barry Warsaw · 16 years ago
  49. 5478b47 Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from by Benjamin Peterson · 16 years ago
  50. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  51. fb1a5eb #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts. by Amaury Forgeot d'Arc · 16 years ago
  52. 5e19e44 kill memoryview.size in favor of len(view) by Benjamin Peterson · 16 years ago
  53. 698280d Issue #3756: make re.escape() handle bytes as well as str. by Guido van Rossum · 16 years ago
  54. 7cd67cc Fix formatter usage of filter(). Bug #3800. by Georg Brandl · 16 years ago
  55. 54a1cc6 Issue #3812: Failed to build python if configure --without-threads. by Hirokazu Yamamoto · 16 years ago
  56. 167b12b Added News for r66338 by Hirokazu Yamamoto · 16 years ago
  57. 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 16 years ago
  58. 14b7851 #3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters by Amaury Forgeot d'Arc · 16 years ago
  59. f7bfcfb #3791: Remove bsddb from the Windows msi installer, by Amaury Forgeot d'Arc · 16 years ago
  60. 207f211 describe the change merged in r66285 by Gregory P. Smith · 16 years ago
  61. 5fe291f Issue #874900: fix behaviour of threading module after a fork. by Antoine Pitrou · 16 years ago
  62. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  63. 5651eaa Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value. by Antoine Pitrou · 16 years ago
  64. 693fc46 Fixes release blocker issue #3492 and #3790. by Gregory P. Smith · 16 years ago
  65. 35e661c Merged revisions 66262 via svnmerge from by Benjamin Peterson · 16 years ago
  66. 9e4fdf4 Merged revisions 66240 via svnmerge from by Antoine Pitrou · 16 years ago
  67. 791dc2f compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279 by Benjamin Peterson · 16 years ago
  68. f048111 #3660: Correct a reference leak in PyUnicode_AsEncodedString when by Amaury Forgeot d'Arc · 16 years ago
  69. d79dc62 Issue #3660 (part of): fix a memory leak in _pickle. by Antoine Pitrou · 16 years ago
  70. 1b933ed #3773: Check for errors around the use of PyTokenizer_FindEncoding(). by Amaury Forgeot d'Arc · 16 years ago
  71. 1d6a16b Issue #3160: the "bdist_wininst" distutils command didn't work. by Antoine Pitrou · 16 years ago
  72. b212b75 Issue #1658: dict size is changing during iteration in tkinter.BaseWidget and by Guilherme Polo · 16 years ago
  73. 8a9583e PyTokenizer_FindEncoding() always failed because it set the tokenizer state by Brett Cannon · 16 years ago
  74. 451e99b Include a pointer to the pybsddb website with the 'bsddb has been removed' note. by Gregory P. Smith · 16 years ago
  75. 6ba2332 clean up some more bsddb scraps by Benjamin Peterson · 16 years ago
  76. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  77. b98eb87 remove bsddb by Benjamin Peterson · 16 years ago
  78. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  79. 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 16 years ago
  80. 338f578 merge 66184 to fix issue3110 to py3k by Jesse Noller · 16 years ago
  81. d8976f1 Merged revisions 66171 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  82. 7b2b1f9 Add news item for #3719. by Marc-André Lemburg · 16 years ago
  83. 54bd41d The _warnings module did not properly handle cases where strings were not being by Brett Cannon · 16 years ago
  84. ec92e18 Merge in r66135. Doing also required removing a stale DeprecationWarning along by Brett Cannon · 16 years ago
  85. b3085c9 remove the deprecation warnings for the old threading API; update the docs by Benjamin Peterson · 16 years ago
  86. c6b09eb #3712: The memoryview object had a reference leak and didn't support cyclic garbage collection. by Antoine Pitrou · 16 years ago
  87. 6ba3329 bsddb code updated to version 4.7.3pre2. This code is the same than by Jesus Cea · 16 years ago
  88. f7199578 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  89. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  90. 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
  91. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  92. e2dffc0 #3663: extra DECREF on syntax errors. by Antoine Pitrou · 16 years ago
  93. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  94. a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 16 years ago
  95. 6ae2eb2 Issue #3657: Fix uninitialized memory read when pickling longs. by Neal Norwitz · 16 years ago
  96. 8f2f22a Fix gdbinit to handle new types/APIs. by Neal Norwitz · 16 years ago
  97. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  98. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
  99. 6784eb7 #3643 add more checks to _testcapi to prevent segfaults by Benjamin Peterson · 16 years ago
  100. bc74e5b add NEWS note and test for last commit by Benjamin Peterson · 16 years ago