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