1. 4eb18f9 Issue #3617: Include a licensing statement regarding the Microsoft C runtime in the Windows installer. by Martin v. Löwis · 17 years ago
  2. 881c487 clarify that radix for int is not 'guessed' by Benjamin Peterson · 17 years ago
  3. 5f671df fix a name issue; note all doc files should be encoded in utf8 by Benjamin Peterson · 17 years ago
  4. 3c9f541 Issue #3850: Misc/find_recursionlimit.py was broken. by Antoine Pitrou · 17 years ago
  5. d51e07f Merged revisions 66191,66418,66438,66445 via svnmerge from by Benjamin Peterson · 17 years ago
  6. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 17 years ago
  7. f2a2c79 remove duplicate target by Benjamin Peterson · 17 years ago
  8. 3ce0dee Incorporate some suggestions by Tait Stevens. by Georg Brandl · 17 years ago
  9. a9aff01 Change product code of Win64 installer to allow simultaneous installation on Win32 and Win64; also change product name to be able to distinguish the two in ARP. by Martin v. Löwis · 17 years ago
  10. ab0b29b Issue #3833: Use a different upgrade code for Win64 installers. by Martin v. Löwis · 17 years ago
  11. 54bdbad Use title case by Andrew M. Kuchling · 17 years ago
  12. 09e8093 #3288: Document as_integer_ratio by Andrew M. Kuchling · 17 years ago
  13. bf64c04 Remove extra 'the'; the following title includes it by Andrew M. Kuchling · 17 years ago
  14. 64fc6ae Use title case by Andrew M. Kuchling · 17 years ago
  15. d9a9c10 Update uses of string exceptions by Andrew M. Kuchling · 17 years ago
  16. 0bef158 Fix SyntaxError by Andrew M. Kuchling · 17 years ago
  17. c997f17 Subclass exception by Andrew M. Kuchling · 17 years ago
  18. dda0ce7 Remove semicolon by Andrew M. Kuchling · 17 years ago
  19. 2a9b9cb #687648 from Robert Schuppenies: use classic division. by Andrew M. Kuchling · 17 years ago
  20. e91fcbd #687648 from Robert Schuppenies: use classic division. From me: remove two stray semicolons by Andrew M. Kuchling · 17 years ago
  21. 8bd9a2f #687648 from Robert Schuppenies: use classic division. From me: don't use string exception; add __main__ section by Andrew M. Kuchling · 17 years ago
  22. c2dc269 #687648 from Robert Schuppenies: use classic division. From me: don't use string exception; flush stdout after printing by Andrew M. Kuchling · 17 years ago
  23. 949f71b #687648 from Robert Schuppenies: use classic division. (RM Barry gave permission to update the demos.) by Andrew M. Kuchling · 17 years ago
  24. dfd6b86 post release updates by Barry Warsaw · 17 years ago
  25. 0196488 Tagging 2.6rc1 by Barry Warsaw · 17 years ago
  26. f5f9d99 Fix the release level by Barry Warsaw · 17 years ago
  27. 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 17 years ago
  28. 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 · 17 years ago
  29. 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 · 17 years ago
  30. ef2276b sqlite3 module: Mark iterdump() method as "Non-standard" like all the other methods not found in DB-API. by Gerhard Häring · 17 years ago
  31. b535d32 fix typo by Benjamin Peterson · 17 years ago
  32. 24cb382 #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts. by Amaury Forgeot d'Arc · 17 years ago
  33. 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 · 17 years ago
  34. 9fa5a28 Issue #3642: Suppress warning in obmalloc when size_t is by Martin v. Löwis · 17 years ago
  35. 84076d8 update asdl_c.py from r66377 by Benjamin Peterson · 17 years ago
  36. 05e3449 #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for by Amaury Forgeot d'Arc · 17 years ago
  37. 4dd3a50 Read unidata_version from unicodedata module. by Martin v. Löwis · 17 years ago
  38. 6d5ec24 Update to test Unicode 5.1. by Martin v. Löwis · 17 years ago
  39. e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 17 years ago
  40. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 17 years ago
  41. 9ba7a30 use the latest pygments version by Benjamin Peterson · 17 years ago
  42. 97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ by Benjamin Peterson · 17 years ago
  43. c0f10f3 #3472: update Mac-bundled Python version info. by Georg Brandl · 17 years ago
  44. 9806407 Fix varname in docstring. #3822. by Georg Brandl · 17 years ago
  45. 844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. by Vinay Sajip · 17 years ago
  46. d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. by Amaury Forgeot d'Arc · 17 years ago
  47. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  48. 631be01 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 17 years ago
  49. 74ce88f Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 17 years ago
  50. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 17 years ago
  51. 996b9f3 Add UUIDs for upcoming releases by Martin v. Löwis · 17 years ago
  52. ffde3cf Added xrefs to each other. by Mark Summerfield · 17 years ago
  53. 3f5fda8 Issue #2271: Set SecureCustomProperties so that installation will properly by Martin v. Löwis · 17 years ago
  54. 67543a9 Allow passing the MSI file name to merge.py. by Martin v. Löwis · 17 years ago
  55. ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() by Facundo Batista · 17 years ago
  56. e080cdf reran autoconf by Gregory P. Smith · 17 years ago
  57. 29ec750 bugfix to r66283 (see issue #1204). by Gregory P. Smith · 17 years ago
  58. 0f3629d Add a new howto about Python and the web, by Marek Kubica. by Georg Brandl · 17 years ago
  59. cc023f1 reran autoconf for r66283's checkin by Gregory P. Smith · 17 years ago
  60. 980b99b - Issue #1204: The configure script now tests for additional libraries by Gregory P. Smith · 17 years ago
  61. b7a841c undoing change that broke trunk. Need to find a better solution to this. by Josiah Carlson · 17 years ago
  62. 1680b8c This fixes a small inconsistency between trunk and 3.0, closing bug 3764. by Josiah Carlson · 17 years ago
  63. a853a89 fix missing module by Benjamin Peterson · 17 years ago
  64. 9fb1aca Backport relevant part of r66274 (in issue #874900). by Antoine Pitrou · 17 years ago
  65. fe38e44 #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attributes by Andrew M. Kuchling · 17 years ago
  66. feb8cad #3796: A test class was not run in test_float. Reviewed by Benjamin. by Amaury Forgeot d'Arc · 17 years ago
  67. cd52023 #3669 from Robert Lehmann: simplify use of iterator in example by Andrew M. Kuchling · 17 years ago
  68. 873c9f1 docs are pretty good about new-style classes these days by Benjamin Peterson · 17 years ago
  69. 6ac7d7c #1638033: add support for httponly on Cookie.Morsel by Benjamin Peterson · 17 years ago
  70. 810f807 #3040: include 'dest' argument in example; trim some trailing whitespace by Andrew M. Kuchling · 17 years ago
  71. 48a937a Various corrections by Andrew M. Kuchling · 17 years ago
  72. ad2a9e7 actually tell the name of the flag to use by Benjamin Peterson · 17 years ago
  73. d5ff5b2 Fix typo in multiprocessing doc, cancel_join_thread was missing _thread by Jesse Noller · 17 years ago
  74. ebcd0ce Issue #3535: zipfile couldn't read some zip files larger than 2GB. by Antoine Pitrou · 17 years ago
  75. cdeb24b GNU coding guidelines say that ``make check`` should verify the build. That by Brett Cannon · 17 years ago
  76. 187ac1b #3601: test_unicode.test_raiseMemError fails in UCS4 by Antoine Pitrou · 17 years ago
  77. 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 17 years ago
  78. 6024834 #3671: Typo fix by Andrew M. Kuchling · 17 years ago
  79. 3dffcd1 Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only. by Brett Cannon · 17 years ago
  80. 15ad6c0 flesh out the documentation on using 2to3 by Benjamin Peterson · 17 years ago
  81. 42e459e Added NEWS by Hirokazu Yamamoto · 17 years ago
  82. 3ff2275 #3671: various corrections and markup fixes noted by Kent Johnson by Andrew M. Kuchling · 17 years ago
  83. 171c4aa Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. by Hirokazu Yamamoto · 17 years ago
  84. 65d66e1 Issue #3772: Fixed regression problem in StreamHandler.emit(). by Vinay Sajip · 17 years ago
  85. a0b7444 test_py3kwarn had been overlooked when test.test_support.catch_warning() was by Brett Cannon · 17 years ago
  86. c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
  87. 69acb43 Python3.0 bsddb testsuite compatibility improvements by Jesus Cea · 17 years ago
  88. cde6dc9 3.0 still has the old threading names by Benjamin Peterson · 17 years ago
  89. b814d6a Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou by Jesse Noller · 17 years ago
  90. ac25fab Fix some leaks - Neal Norwitz by Jesus Cea · 17 years ago
  91. b339b2a Issue #2562: Fix distutils PKG-INFO writing logic to allow having by Marc-André Lemburg · 17 years ago
  92. 6a2fd81 Issue #3726: Allowed spaces in separators in logging configuration files. by Vinay Sajip · 17 years ago
  93. ff7b2d5 Fix issue 3645: OpenBSD required -lcurses when linking with readline by Gregory P. Smith · 17 years ago
  94. 0151b53 Merged revisions 66176 via svnmerge from by Benjamin Peterson · 17 years ago
  95. ee3acff update 2to3 script from 2to3 trunk by Benjamin Peterson · 17 years ago
  96. eb55fd8 Merged revisions 66173 via svnmerge from by Benjamin Peterson · 17 years ago
  97. 293924b Issue 2975: when compiling multiple extension modules with visual studio 2008 by Amaury Forgeot d'Arc · 17 years ago
  98. 042025f Attempt to correct the build files for the Microsoft VS7.1 compiler. by Amaury Forgeot d'Arc · 17 years ago
  99. 2e9b6cb Use vs9to8.py to refresh the Visual Studio 2005 build files. by Amaury Forgeot d'Arc · 17 years ago
  100. 3e7dd78 Issue #3759: test_asyncore.py leaked handle. Reviewed by Amaury Forgeot d'Arc by Hirokazu Yamamoto · 17 years ago