1. 67543a9 Allow passing the MSI file name to merge.py. by Martin v. Löwis · 17 years ago
  2. ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() by Facundo Batista · 17 years ago
  3. e080cdf reran autoconf by Gregory P. Smith · 17 years ago
  4. 29ec750 bugfix to r66283 (see issue #1204). by Gregory P. Smith · 17 years ago
  5. 0f3629d Add a new howto about Python and the web, by Marek Kubica. by Georg Brandl · 17 years ago
  6. cc023f1 reran autoconf for r66283's checkin by Gregory P. Smith · 17 years ago
  7. 980b99b - Issue #1204: The configure script now tests for additional libraries by Gregory P. Smith · 17 years ago
  8. b7a841c undoing change that broke trunk. Need to find a better solution to this. by Josiah Carlson · 17 years ago
  9. 1680b8c This fixes a small inconsistency between trunk and 3.0, closing bug 3764. by Josiah Carlson · 17 years ago
  10. a853a89 fix missing module by Benjamin Peterson · 17 years ago
  11. 9fb1aca Backport relevant part of r66274 (in issue #874900). by Antoine Pitrou · 17 years ago
  12. fe38e44 #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attributes by Andrew M. Kuchling · 17 years ago
  13. feb8cad #3796: A test class was not run in test_float. Reviewed by Benjamin. by Amaury Forgeot d'Arc · 17 years ago
  14. cd52023 #3669 from Robert Lehmann: simplify use of iterator in example by Andrew M. Kuchling · 17 years ago
  15. 873c9f1 docs are pretty good about new-style classes these days by Benjamin Peterson · 17 years ago
  16. 6ac7d7c #1638033: add support for httponly on Cookie.Morsel by Benjamin Peterson · 17 years ago
  17. 810f807 #3040: include 'dest' argument in example; trim some trailing whitespace by Andrew M. Kuchling · 17 years ago
  18. 48a937a Various corrections by Andrew M. Kuchling · 17 years ago
  19. ad2a9e7 actually tell the name of the flag to use by Benjamin Peterson · 17 years ago
  20. d5ff5b2 Fix typo in multiprocessing doc, cancel_join_thread was missing _thread by Jesse Noller · 17 years ago
  21. ebcd0ce Issue #3535: zipfile couldn't read some zip files larger than 2GB. by Antoine Pitrou · 17 years ago
  22. cdeb24b GNU coding guidelines say that ``make check`` should verify the build. That by Brett Cannon · 17 years ago
  23. 187ac1b #3601: test_unicode.test_raiseMemError fails in UCS4 by Antoine Pitrou · 17 years ago
  24. 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 17 years ago
  25. 6024834 #3671: Typo fix by Andrew M. Kuchling · 17 years ago
  26. 3dffcd1 Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only. by Brett Cannon · 17 years ago
  27. 15ad6c0 flesh out the documentation on using 2to3 by Benjamin Peterson · 17 years ago
  28. 42e459e Added NEWS by Hirokazu Yamamoto · 17 years ago
  29. 3ff2275 #3671: various corrections and markup fixes noted by Kent Johnson by Andrew M. Kuchling · 17 years ago
  30. 171c4aa Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. by Hirokazu Yamamoto · 17 years ago
  31. 65d66e1 Issue #3772: Fixed regression problem in StreamHandler.emit(). by Vinay Sajip · 17 years ago
  32. a0b7444 test_py3kwarn had been overlooked when test.test_support.catch_warning() was by Brett Cannon · 17 years ago
  33. c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
  34. 69acb43 Python3.0 bsddb testsuite compatibility improvements by Jesus Cea · 17 years ago
  35. cde6dc9 3.0 still has the old threading names by Benjamin Peterson · 17 years ago
  36. b814d6a Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou by Jesse Noller · 17 years ago
  37. ac25fab Fix some leaks - Neal Norwitz by Jesus Cea · 17 years ago
  38. b339b2a Issue #2562: Fix distutils PKG-INFO writing logic to allow having by Marc-André Lemburg · 17 years ago
  39. 6a2fd81 Issue #3726: Allowed spaces in separators in logging configuration files. by Vinay Sajip · 17 years ago
  40. ff7b2d5 Fix issue 3645: OpenBSD required -lcurses when linking with readline by Gregory P. Smith · 17 years ago
  41. 0151b53 Merged revisions 66176 via svnmerge from by Benjamin Peterson · 17 years ago
  42. ee3acff update 2to3 script from 2to3 trunk by Benjamin Peterson · 17 years ago
  43. eb55fd8 Merged revisions 66173 via svnmerge from by Benjamin Peterson · 17 years ago
  44. 293924b Issue 2975: when compiling multiple extension modules with visual studio 2008 by Amaury Forgeot d'Arc · 17 years ago
  45. 042025f Attempt to correct the build files for the Microsoft VS7.1 compiler. by Amaury Forgeot d'Arc · 17 years ago
  46. 2e9b6cb Use vs9to8.py to refresh the Visual Studio 2005 build files. by Amaury Forgeot d'Arc · 17 years ago
  47. 3e7dd78 Issue #3759: test_asyncore.py leaked handle. Reviewed by Amaury Forgeot d'Arc by Hirokazu Yamamoto · 17 years ago
  48. 3e75d23 Add e-mail address by Andrew M. Kuchling · 17 years ago
  49. 8315da4 Clarify example; add imports by Andrew M. Kuchling · 17 years ago
  50. 31a0a14 Add news item for #3719. by Marc-André Lemburg · 17 years ago
  51. d15fad7 Add quotes around the file name to avoid issues with spaces. by Marc-André Lemburg · 17 years ago
  52. 91ae3ea Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl) by Nick Coghlan · 17 years ago
  53. 0792cbf a typo by Mark Summerfield · 17 years ago
  54. d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a by Gregory P. Smith · 17 years ago
  55. 2bb25cc Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared by Gregory P. Smith · 17 years ago
  56. 3b6be74 Improve compatibility with Python3.0 testsuite by Jesus Cea · 17 years ago
  57. 2dd647b typo fix by Andrew M. Kuchling · 17 years ago
  58. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 17 years ago
  59. 8653377 Describe the __hash__ changes by Andrew M. Kuchling · 17 years ago
  60. 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 17 years ago
  61. 057dfdd In Python3.0, "test.test_support" is renamed to "test.support". by Jesus Cea · 17 years ago
  62. 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 17 years ago
  63. aa5f873 Bug #3738: Documentation is now more accurate in describing handler close methods. by Vinay Sajip · 17 years ago
  64. e5c1d29 Merged revisions 65887,65889,65967-65968,65981 via svnmerge from by Benjamin Peterson · 17 years ago
  65. f7feaec revert r66114 for Jesse by Benjamin Peterson · 17 years ago
  66. 27cc8e1 Submit Nick's patch for issue 3589, reviewed by jnoller by Jesse Noller · 17 years ago
  67. 34bfda5 Added section about configuring logging in a library. Thanks to Thomas Heller for the idea. by Vinay Sajip · 17 years ago
  68. 35e3b03 logging: fixed lack of use of encoding attribute specified on a stream. by Vinay Sajip · 17 years ago
  69. ed8c644 Issue #3748: platform.architecture() printed vogus message on windows. by Hirokazu Yamamoto · 17 years ago
  70. 72ed078 logging: fixed lack of use of encoding attribute specified on a stream. by Vinay Sajip · 17 years ago
  71. f7dd75f Issue #3732: Backported r53335 to supress deprecation warning. by Hirokazu Yamamoto · 17 years ago
  72. 17f03ca Fix compilation when --without-threads is given #3683 by Benjamin Peterson · 17 years ago
  73. 2ba9321 #3749: fix c'n'p errors. by Georg Brandl · 17 years ago
  74. f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 17 years ago
  75. f07e5a9 issue3715: docstring representation of hex escaped string needs to be double by Gregory P. Smith · 17 years ago
  76. 51eb7a9 Update patch/bug count by Andrew M. Kuchling · 17 years ago
  77. ba40fb4 Last batch of edits; remove the 'other changes' section by Andrew M. Kuchling · 17 years ago
  78. fa881f2 Edit the library section, rearranging items to flow better and making lots of edits by Andrew M. Kuchling · 17 years ago
  79. 4907d27 Update bsddb code to version 4.7.3pre2. This code should by Jesus Cea · 17 years ago
  80. 8235869 Issue 2235: document the ability to block inheritance of __hash__ in the language reference by Nick Coghlan · 17 years ago
  81. 4d02857 More edits by Andrew M. Kuchling · 17 years ago
  82. eaa29bb More edits; markup fixes by Andrew M. Kuchling · 17 years ago
  83. 9481ba3 Fix markup. by Georg Brandl · 17 years ago
  84. 5c669db #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine. by Georg Brandl · 17 years ago
  85. 5f2dc0b Edit four more sections by Andrew M. Kuchling · 17 years ago
  86. 3ffe563 Correction from Antoine Pitrou: BufferedWriter and Reader support seek() by Andrew M. Kuchling · 17 years ago
  87. bf0a595 Tidy up some sentences by Andrew M. Kuchling · 17 years ago
  88. e496493 Partial edits from revision and tidying pass by Andrew M. Kuchling · 17 years ago
  89. f5a3fb7 super() actually returns a super object. by Georg Brandl · 17 years ago
  90. 6140651 #3569: eval() also accepts "exec"able code objects. by Georg Brandl · 17 years ago
  91. c176814 #3716: fix typo. by Georg Brandl · 17 years ago
  92. cff0b46 #3730: mention "server" attribute explicitly. by Georg Brandl · 17 years ago
  93. dcde494 A collection of crashers, all variants of the idea of issue #3720. by Armin Rigo · 17 years ago
  94. d4ae97b #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 17 years ago
  95. a27e89b #3711: .dll isn't a valid Python extension anymore. by Georg Brandl · 17 years ago
  96. 488a4f0 Add various items by Andrew M. Kuchling · 17 years ago
  97. c9b4110 Add an item and a note by Andrew M. Kuchling · 17 years ago
  98. d207e23 Trim whitespace; add a few updates by Andrew M. Kuchling · 17 years ago
  99. 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 17 years ago
  100. 14cb6bc sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str by Benjamin Peterson · 17 years ago