1. 877d58d Tagging 2.6rc2 by Barry Warsaw · 16 years ago
  2. 6af1619 Bumping to 2.6rc2 by Barry Warsaw · 16 years ago
  3. 900155f avoid putting unicode objects in the environment causing by Mark Hammond · 16 years ago
  4. 9f381ec On Windows, temporarily disable the bsddb test referenced in bug 3892. by Mark Hammond · 16 years ago
  5. 8c2b7dc fix possible integer overflows in _hashopenssl #3886 by Benjamin Peterson · 16 years ago
  6. b8966ab document compileall command flags by Benjamin Peterson · 16 years ago
  7. b34c3f4 Note sqlite3 version; move item by Andrew M. Kuchling · 16 years ago
  8. 24c9021 Remove comment about improvement: pystone is about the same, and by Andrew M. Kuchling · 16 years ago
  9. 026bcce Markup fixes by Andrew M. Kuchling · 16 years ago
  10. b40890d usage by Skip Montanaro · 16 years ago
  11. 4da1da0 #3888: add some deprecated modules in whatsnew. by Georg Brandl · 16 years ago
  12. 6be425c be less wordy by Benjamin Peterson · 16 years ago
  13. c8fd1bc Fix typo. by Georg Brandl · 16 years ago
  14. c237f8e Merged revisions 66470 via svnmerge from by Benjamin Peterson · 16 years ago
  15. 687dfd2 Rewrite item a bit by Andrew M. Kuchling · 16 years ago
  16. c272362 mention that object.__init__ no longer takes arbitrary args and kwargs by Benjamin Peterson · 16 years ago
  17. 9feab31 Pick up a few more definitions from the glossary on the wiki. by Skip Montanaro · 16 years ago
  18. f02c5f3 Review usage. Fix a mistake in the new-style class definition. Add a by Skip Montanaro · 16 years ago
  19. 0c280c0 Fix grammar. by Martin v. Löwis · 16 years ago
  20. b080256 Set eol-style to native. by Martin v. Löwis · 16 years ago
  21. 4eb18f9 Issue #3617: Include a licensing statement regarding the Microsoft C runtime in the Windows installer. by Martin v. Löwis · 16 years ago
  22. 881c487 clarify that radix for int is not 'guessed' by Benjamin Peterson · 16 years ago
  23. 5f671df fix a name issue; note all doc files should be encoded in utf8 by Benjamin Peterson · 16 years ago
  24. 3c9f541 Issue #3850: Misc/find_recursionlimit.py was broken. by Antoine Pitrou · 16 years ago
  25. d51e07f Merged revisions 66191,66418,66438,66445 via svnmerge from by Benjamin Peterson · 16 years ago
  26. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 16 years ago
  27. f2a2c79 remove duplicate target by Benjamin Peterson · 16 years ago
  28. 3ce0dee Incorporate some suggestions by Tait Stevens. by Georg Brandl · 16 years ago
  29. 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 · 16 years ago
  30. ab0b29b Issue #3833: Use a different upgrade code for Win64 installers. by Martin v. Löwis · 16 years ago
  31. 54bdbad Use title case by Andrew M. Kuchling · 16 years ago
  32. 09e8093 #3288: Document as_integer_ratio by Andrew M. Kuchling · 16 years ago
  33. bf64c04 Remove extra 'the'; the following title includes it by Andrew M. Kuchling · 16 years ago
  34. 64fc6ae Use title case by Andrew M. Kuchling · 16 years ago
  35. d9a9c10 Update uses of string exceptions by Andrew M. Kuchling · 16 years ago
  36. 0bef158 Fix SyntaxError by Andrew M. Kuchling · 16 years ago
  37. c997f17 Subclass exception by Andrew M. Kuchling · 16 years ago
  38. dda0ce7 Remove semicolon by Andrew M. Kuchling · 16 years ago
  39. 2a9b9cb #687648 from Robert Schuppenies: use classic division. by Andrew M. Kuchling · 16 years ago
  40. e91fcbd #687648 from Robert Schuppenies: use classic division. From me: remove two stray semicolons by Andrew M. Kuchling · 16 years ago
  41. 8bd9a2f #687648 from Robert Schuppenies: use classic division. From me: don't use string exception; add __main__ section by Andrew M. Kuchling · 16 years ago
  42. c2dc269 #687648 from Robert Schuppenies: use classic division. From me: don't use string exception; flush stdout after printing by Andrew M. Kuchling · 16 years ago
  43. 949f71b #687648 from Robert Schuppenies: use classic division. (RM Barry gave permission to update the demos.) by Andrew M. Kuchling · 16 years ago
  44. dfd6b86 post release updates by Barry Warsaw · 16 years ago
  45. 0196488 Tagging 2.6rc1 by Barry Warsaw · 16 years ago
  46. f5f9d99 Fix the release level by Barry Warsaw · 16 years ago
  47. 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 16 years ago
  48. 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
  49. 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
  50. 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
  51. b535d32 fix typo by Benjamin Peterson · 16 years ago
  52. 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
  53. 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
  54. 9fa5a28 Issue #3642: Suppress warning in obmalloc when size_t is by Martin v. Löwis · 16 years ago
  55. 84076d8 update asdl_c.py from r66377 by Benjamin Peterson · 16 years ago
  56. 05e3449 #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for by Amaury Forgeot d'Arc · 16 years ago
  57. 4dd3a50 Read unidata_version from unicodedata module. by Martin v. Löwis · 16 years ago
  58. 6d5ec24 Update to test Unicode 5.1. by Martin v. Löwis · 16 years ago
  59. e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 16 years ago
  60. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 16 years ago
  61. 9ba7a30 use the latest pygments version by Benjamin Peterson · 16 years ago
  62. 97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ by Benjamin Peterson · 16 years ago
  63. c0f10f3 #3472: update Mac-bundled Python version info. by Georg Brandl · 16 years ago
  64. 9806407 Fix varname in docstring. #3822. by Georg Brandl · 16 years ago
  65. 844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. by Vinay Sajip · 16 years ago
  66. d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. by Amaury Forgeot d'Arc · 16 years ago
  67. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 16 years ago
  68. 631be01 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 16 years ago
  69. 74ce88f Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 16 years ago
  70. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 16 years ago
  71. 996b9f3 Add UUIDs for upcoming releases by Martin v. Löwis · 16 years ago
  72. ffde3cf Added xrefs to each other. by Mark Summerfield · 16 years ago
  73. 3f5fda8 Issue #2271: Set SecureCustomProperties so that installation will properly by Martin v. Löwis · 16 years ago
  74. 67543a9 Allow passing the MSI file name to merge.py. by Martin v. Löwis · 16 years ago
  75. ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() by Facundo Batista · 16 years ago
  76. e080cdf reran autoconf by Gregory P. Smith · 16 years ago
  77. 29ec750 bugfix to r66283 (see issue #1204). by Gregory P. Smith · 16 years ago
  78. 0f3629d Add a new howto about Python and the web, by Marek Kubica. by Georg Brandl · 16 years ago
  79. cc023f1 reran autoconf for r66283's checkin by Gregory P. Smith · 16 years ago
  80. 980b99b - Issue #1204: The configure script now tests for additional libraries by Gregory P. Smith · 16 years ago
  81. b7a841c undoing change that broke trunk. Need to find a better solution to this. by Josiah Carlson · 16 years ago
  82. 1680b8c This fixes a small inconsistency between trunk and 3.0, closing bug 3764. by Josiah Carlson · 16 years ago
  83. a853a89 fix missing module by Benjamin Peterson · 16 years ago
  84. 9fb1aca Backport relevant part of r66274 (in issue #874900). by Antoine Pitrou · 16 years ago
  85. fe38e44 #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attributes by Andrew M. Kuchling · 16 years ago
  86. feb8cad #3796: A test class was not run in test_float. Reviewed by Benjamin. by Amaury Forgeot d'Arc · 16 years ago
  87. cd52023 #3669 from Robert Lehmann: simplify use of iterator in example by Andrew M. Kuchling · 16 years ago
  88. 873c9f1 docs are pretty good about new-style classes these days by Benjamin Peterson · 16 years ago
  89. 6ac7d7c #1638033: add support for httponly on Cookie.Morsel by Benjamin Peterson · 16 years ago
  90. 810f807 #3040: include 'dest' argument in example; trim some trailing whitespace by Andrew M. Kuchling · 16 years ago
  91. 48a937a Various corrections by Andrew M. Kuchling · 16 years ago
  92. ad2a9e7 actually tell the name of the flag to use by Benjamin Peterson · 16 years ago
  93. d5ff5b2 Fix typo in multiprocessing doc, cancel_join_thread was missing _thread by Jesse Noller · 16 years ago
  94. ebcd0ce Issue #3535: zipfile couldn't read some zip files larger than 2GB. by Antoine Pitrou · 16 years ago
  95. cdeb24b GNU coding guidelines say that ``make check`` should verify the build. That by Brett Cannon · 16 years ago
  96. 187ac1b #3601: test_unicode.test_raiseMemError fails in UCS4 by Antoine Pitrou · 16 years ago
  97. 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 16 years ago
  98. 6024834 #3671: Typo fix by Andrew M. Kuchling · 16 years ago
  99. 3dffcd1 Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only. by Brett Cannon · 16 years ago
  100. 15ad6c0 flesh out the documentation on using 2to3 by Benjamin Peterson · 16 years ago