1. ffb3cca use the new threading properties for multiprocessing (reviewed by Jesse #3927) by Benjamin Peterson · 16 years ago
  2. 41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files by Andrew MacIntyre · 16 years ago
  3. f8db822 any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h> by Andrew MacIntyre · 16 years ago
  4. 8c47cab should use macro'ed symbols not direct by Andrew MacIntyre · 16 years ago
  5. 29fdcad Fill out download page. by Georg Brandl · 16 years ago
  6. 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 16 years ago
  7. 1672e10 Issue #3925: Ignores shutil.rmtree error on cygwin too. by Hirokazu Yamamoto · 16 years ago
  8. 56d380d Issue #3838: TarFile object assigned to self.tar should be closed explicitly. by Hirokazu Yamamoto · 16 years ago
  9. 267acd2 Add "dist" target. by Georg Brandl · 16 years ago
  10. afeea07 #3918: note that uniform() args can be swapped. by Georg Brandl · 16 years ago
  11. 450a7f5 Update readme and Makefile (web builder doesn't exist). by Georg Brandl · 16 years ago
  12. a438c85 #3897: _collections now has an underscore. by Georg Brandl · 16 years ago
  13. e4c1f11 #3901: bsddb fix. by Georg Brandl · 16 years ago
  14. 83463ce #3914: add //= to the augmented assign operators. by Georg Brandl · 16 years ago
  15. 73ac29e #3916: fixes for docs wrt. Windows directory layout by Georg Brandl · 16 years ago
  16. 4517323 #3912: document default for *places* arg. by Georg Brandl · 16 years ago
  17. 2f3bd83 #3852: fix some select.kqueue and kevent docs. by Georg Brandl · 16 years ago
  18. e1d9dca Use AMD64 version of CRT in just-for-me installations for Win64 installers. by Martin v. Löwis · 16 years ago
  19. 175d007 Bug #3887: Package x64 version of CRT for AMD64 Windows binaries. by Martin v. Löwis · 16 years ago
  20. 5576091 Correct information about the tarfile module. by Lars Gustäbel · 16 years ago
  21. 3134f14 Improve docs for super(). by Raymond Hettinger · 16 years ago
  22. 5aaa3e5 Fix for documentation bug. Fixes issue 3904. by Josiah Carlson · 16 years ago
  23. fbb388b tabify by Benjamin Peterson · 16 years ago
  24. 0c5ca57 done with 2.6rc2 by Barry Warsaw · 16 years ago
  25. 877d58d Tagging 2.6rc2 by Barry Warsaw · 16 years ago
  26. 6af1619 Bumping to 2.6rc2 by Barry Warsaw · 16 years ago
  27. 900155f avoid putting unicode objects in the environment causing by Mark Hammond · 16 years ago
  28. 9f381ec On Windows, temporarily disable the bsddb test referenced in bug 3892. by Mark Hammond · 16 years ago
  29. 8c2b7dc fix possible integer overflows in _hashopenssl #3886 by Benjamin Peterson · 16 years ago
  30. b8966ab document compileall command flags by Benjamin Peterson · 16 years ago
  31. b34c3f4 Note sqlite3 version; move item by Andrew M. Kuchling · 16 years ago
  32. 24c9021 Remove comment about improvement: pystone is about the same, and by Andrew M. Kuchling · 16 years ago
  33. 026bcce Markup fixes by Andrew M. Kuchling · 16 years ago
  34. b40890d usage by Skip Montanaro · 16 years ago
  35. 4da1da0 #3888: add some deprecated modules in whatsnew. by Georg Brandl · 16 years ago
  36. 6be425c be less wordy by Benjamin Peterson · 16 years ago
  37. c8fd1bc Fix typo. by Georg Brandl · 16 years ago
  38. c237f8e Merged revisions 66470 via svnmerge from by Benjamin Peterson · 16 years ago
  39. 687dfd2 Rewrite item a bit by Andrew M. Kuchling · 16 years ago
  40. c272362 mention that object.__init__ no longer takes arbitrary args and kwargs by Benjamin Peterson · 16 years ago
  41. 9feab31 Pick up a few more definitions from the glossary on the wiki. by Skip Montanaro · 16 years ago
  42. f02c5f3 Review usage. Fix a mistake in the new-style class definition. Add a by Skip Montanaro · 16 years ago
  43. 0c280c0 Fix grammar. by Martin v. Löwis · 16 years ago
  44. b080256 Set eol-style to native. by Martin v. Löwis · 16 years ago
  45. 4eb18f9 Issue #3617: Include a licensing statement regarding the Microsoft C runtime in the Windows installer. by Martin v. Löwis · 16 years ago
  46. 881c487 clarify that radix for int is not 'guessed' by Benjamin Peterson · 16 years ago
  47. 5f671df fix a name issue; note all doc files should be encoded in utf8 by Benjamin Peterson · 16 years ago
  48. 3c9f541 Issue #3850: Misc/find_recursionlimit.py was broken. by Antoine Pitrou · 16 years ago
  49. d51e07f Merged revisions 66191,66418,66438,66445 via svnmerge from by Benjamin Peterson · 16 years ago
  50. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 16 years ago
  51. f2a2c79 remove duplicate target by Benjamin Peterson · 16 years ago
  52. 3ce0dee Incorporate some suggestions by Tait Stevens. by Georg Brandl · 16 years ago
  53. 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
  54. ab0b29b Issue #3833: Use a different upgrade code for Win64 installers. by Martin v. Löwis · 16 years ago
  55. 54bdbad Use title case by Andrew M. Kuchling · 16 years ago
  56. 09e8093 #3288: Document as_integer_ratio by Andrew M. Kuchling · 16 years ago
  57. bf64c04 Remove extra 'the'; the following title includes it by Andrew M. Kuchling · 16 years ago
  58. 64fc6ae Use title case by Andrew M. Kuchling · 16 years ago
  59. d9a9c10 Update uses of string exceptions by Andrew M. Kuchling · 16 years ago
  60. 0bef158 Fix SyntaxError by Andrew M. Kuchling · 16 years ago
  61. c997f17 Subclass exception by Andrew M. Kuchling · 16 years ago
  62. dda0ce7 Remove semicolon by Andrew M. Kuchling · 16 years ago
  63. 2a9b9cb #687648 from Robert Schuppenies: use classic division. by Andrew M. Kuchling · 16 years ago
  64. e91fcbd #687648 from Robert Schuppenies: use classic division. From me: remove two stray semicolons by Andrew M. Kuchling · 16 years ago
  65. 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
  66. 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
  67. 949f71b #687648 from Robert Schuppenies: use classic division. (RM Barry gave permission to update the demos.) by Andrew M. Kuchling · 16 years ago
  68. dfd6b86 post release updates by Barry Warsaw · 16 years ago
  69. 0196488 Tagging 2.6rc1 by Barry Warsaw · 16 years ago
  70. f5f9d99 Fix the release level by Barry Warsaw · 16 years ago
  71. 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 16 years ago
  72. 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
  73. 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
  74. 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
  75. b535d32 fix typo by Benjamin Peterson · 16 years ago
  76. 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
  77. 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
  78. 9fa5a28 Issue #3642: Suppress warning in obmalloc when size_t is by Martin v. Löwis · 16 years ago
  79. 84076d8 update asdl_c.py from r66377 by Benjamin Peterson · 16 years ago
  80. 05e3449 #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for by Amaury Forgeot d'Arc · 16 years ago
  81. 4dd3a50 Read unidata_version from unicodedata module. by Martin v. Löwis · 16 years ago
  82. 6d5ec24 Update to test Unicode 5.1. by Martin v. Löwis · 16 years ago
  83. e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 16 years ago
  84. 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 16 years ago
  85. 9ba7a30 use the latest pygments version by Benjamin Peterson · 16 years ago
  86. 97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ by Benjamin Peterson · 16 years ago
  87. c0f10f3 #3472: update Mac-bundled Python version info. by Georg Brandl · 16 years ago
  88. 9806407 Fix varname in docstring. #3822. by Georg Brandl · 16 years ago
  89. 844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. by Vinay Sajip · 16 years ago
  90. d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. by Amaury Forgeot d'Arc · 16 years ago
  91. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 16 years ago
  92. 631be01 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 16 years ago
  93. 74ce88f Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 16 years ago
  94. 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 16 years ago
  95. 996b9f3 Add UUIDs for upcoming releases by Martin v. Löwis · 16 years ago
  96. ffde3cf Added xrefs to each other. by Mark Summerfield · 16 years ago
  97. 3f5fda8 Issue #2271: Set SecureCustomProperties so that installation will properly by Martin v. Löwis · 16 years ago
  98. 67543a9 Allow passing the MSI file name to merge.py. by Martin v. Löwis · 16 years ago
  99. ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() by Facundo Batista · 16 years ago
  100. e080cdf reran autoconf by Gregory P. Smith · 16 years ago