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