1. 66c5277 Issue #449227: Now with the rlcompleter module, callable objects are by Facundo Batista · 16 years ago
  2. 146b7ab Reenable the manager tests with Amaury's threading fix by Jesse Noller · 16 years ago
  3. c060b0e Issue 3190: pydoc now hides module __package__ attributes by Nick Coghlan · 16 years ago
  4. 70c3289 Replace occurrences of '\d' with '[0-9]' in Decimal regex, to make sure by Mark Dickinson · 16 years ago
  5. 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 16 years ago
  6. aac51b8 add ABC to the glossary by Benjamin Peterson · 16 years ago
  7. aa76d77 Add a comment about incref'ing w. by Georg Brandl · 16 years ago
  8. 3214a01 #1410739: add a footnote about "is" and "unusual" behavior. by Georg Brandl · 16 years ago
  9. 1e0eefc #1523853: add note about fread(). by Georg Brandl · 16 years ago
  10. bdd941f #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 16 years ago
  11. dbd0ae3 #3216: fix Execute's parameter description. by Georg Brandl · 16 years ago
  12. 68b4e74 Add a link to PEP 324. by Georg Brandl · 16 years ago
  13. a6a7292 write a short little section for multiprocessing; it still needs help by Benjamin Peterson · 16 years ago
  14. 175e4d9 #3219 repeated keyword arguments aren't allowed in function calls anymore by Benjamin Peterson · 16 years ago
  15. 1f40c8a #Issue3088 in-progress: Race condition with instances of classes derived from threading.local: by Amaury Forgeot d'Arc · 16 years ago
  16. 1d2ce45 Add _multiprocessing module. by Martin v. Löwis · 16 years ago
  17. d84fd95 Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd by Martin v. Löwis · 16 years ago
  18. 763d309 Fix #2702, with a correct accounting of recursion. by Facundo Batista · 16 years ago
  19. 1e02268 Updated to reflect change in logging.config to remove out-of-date comment in _install_handlers and the use of issubclass in place of equality comparison of classes. by Vinay Sajip · 16 years ago
  20. 5ff7171 Removed out-of-date comment in _install_handlers and by Vinay Sajip · 16 years ago
  21. b7b8bff reinstate the ending backtick. thanks Nick :) by Benjamin Peterson · 16 years ago
  22. efc4a3a fix typo by Benjamin Peterson · 16 years ago
  23. 6e4856a rewrap by Benjamin Peterson · 16 years ago
  24. 7416a4c convert test_audioop to unittest. Thanks to Giampaolo Rodola. by Benjamin Peterson · 16 years ago
  25. de34d91 make sure we close the active channels when eof is received on them by Bill Janssen · 16 years ago
  26. 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 16 years ago
  27. a27474c Issue 3230: Do not the set specific size macro. by Raymond Hettinger · 16 years ago
  28. 77cec6e fix typo by Benjamin Peterson · 16 years ago
  29. 99c48a8 Give information for compililation of _multiprocessing.SemLock on FreeBSD: by Hye-Shik Chang · 16 years ago
  30. 910c2ab edit multiprocessing docs by Benjamin Peterson · 16 years ago
  31. dc1688a Fix typo in configure.in, and propagate configure.in changes from r64002 by Mark Dickinson · 16 years ago
  32. ee51cff Fix whitespace in example code. by Raymond Hettinger · 16 years ago
  33. df90ee6 Issue #3197: rework documentation for fractions module. by Mark Dickinson · 16 years ago
  34. f145848 Add Jean Brouwers for his work on math.sum by Mark Dickinson · 16 years ago
  35. 3af386a Remove trailing 'L's from numerator and denominator in the by Mark Dickinson · 16 years ago
  36. 6e7e137 Merged revisions 64368-64369 via svnmerge from by Trent Nelson · 16 years ago
  37. d4a224b Initialized merge tracking via "svnmerge" with revisions "1-64347" from by Trent Nelson · 16 years ago
  38. 15b7b81 Ignore .pyc and .pyo files. by Brett Cannon · 16 years ago
  39. dea1b56 warnings.warn_explicit() did not have the proper TypeErrors in place to prevent by Brett Cannon · 16 years ago
  40. 80821f7 fix isSet in _exposed by Benjamin Peterson · 16 years ago
  41. 0adfd93 use the new API by Benjamin Peterson · 16 years ago
  42. b279b8a add a htmlview directive by Benjamin Peterson · 16 years ago
  43. aa7c8bd Use newer versions of externals. by Georg Brandl · 16 years ago
  44. 910df2f Add a version tag for shutdown(). by Georg Brandl · 16 years ago
  45. 161b921 Corrected inconsistencies in sizeof tests and addressed issue pointed by Robert Schuppenies · 16 years ago
  46. 68dc052 Reverting the patch from #3165, as it broke other by Facundo Batista · 16 years ago
  47. 1b6c4c8 issue #3199: Fix typo in Mac/Makefile.in by Mark Dickinson · 16 years ago
  48. 2648008 get rid of 2.6/3.0 switch statements in multiprocessing by Benjamin Peterson · 16 years ago
  49. b09c939 use byte literals in multiprocessing by Benjamin Peterson · 16 years ago
  50. 41a7ce0 Issue 3147: Fixed SizeofTest failure for LLP64 systems. by Robert Schuppenies · 16 years ago
  51. aa164e1 remove bytes alias in multiprocessing by Benjamin Peterson · 16 years ago
  52. 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 16 years ago
  53. 4ac8172 Issue 3189: Py3k DeprecationWarning in difflib by Raymond Hettinger · 16 years ago
  54. cab7e56 Remove references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 16 years ago
  55. 5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. by Eric Smith · 16 years ago
  56. c72b787 Change description of float('nan') feature; NaNs don't care much about by Mark Dickinson · 16 years ago
  57. 9ea1e36 Typo in comment. by Eric Smith · 16 years ago
  58. 2b917c9 minor fix by Benjamin Peterson · 16 years ago
  59. 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 16 years ago
  60. 57acc8f Include debug info when assembling win64.asm in a debug build. by Thomas Heller · 16 years ago
  61. b436a24 Fix compilation on Windows. by Thomas Heller · 16 years ago
  62. 4c52f52 Issue 3161: Missing import and test. by Raymond Hettinger · 16 years ago
  63. 9da18b3 Fixing the problem stated in issue 2702 with the patch submitted by Facundo Batista · 16 years ago
  64. 2694eb0 Just returning nothing instead of rising TestSkipped, because by Facundo Batista · 16 years ago
  65. 3e8bb4e Write out "phi" consistently. by Georg Brandl · 16 years ago
  66. ac0c381 Expand docstrings of sqlite3 functions. by Georg Brandl · 16 years ago
  67. 96f3dc3 Trying to see if the problem in Martin's buildot is at by Facundo Batista · 16 years ago
  68. 8bd0519 #3085: Fix syntax error. by Georg Brandl · 16 years ago
  69. b8242ba Trying to see if the @ in a path is causing the issue in the by Facundo Batista · 16 years ago
  70. 1461886 Issue 3164. Small fix to don't repeat a comparation without necessity. by Facundo Batista · 16 years ago
  71. 2126bab Wording fix by Andrew M. Kuchling · 16 years ago
  72. 5596b0c Issue #2722. Now the char buffer to support the path string has by Facundo Batista · 16 years ago
  73. 0ba92b2 Turn section references into proper cross-references. by Georg Brandl · 16 years ago
  74. 74a6ba8 In the deprecated functions I added an alert to review by Facundo Batista · 16 years ago
  75. a6a4d50 Now a from submitted via POST that also has a query string by Facundo Batista · 16 years ago
  76. 2da91c3 Fixed issue #2888. Now the behaviour of pprint when working with nested by Facundo Batista · 16 years ago
  77. 8e1c52a Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 16 years ago
  78. 924b823 Documentation fix. by Georg Brandl · 16 years ago
  79. c2dd030 Docstring correction by Andrew M. Kuchling · 16 years ago
  80. f484363 Use repr() for bad input strings; this makes the empty string or binary characters more visible by Andrew M. Kuchling · 16 years ago
  81. d897264 Docstring typo by Andrew M. Kuchling · 16 years ago
  82. 30fa13f Fix build on FreeBSD gcc. by Hye-Shik Chang · 16 years ago
  83. e0e7114 Issue 3008: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  84. db53c1e Correct two versionchanged directives, to improve the 'changes' output by Andrew M. Kuchling · 16 years ago
  85. 6ba873c Various items by Andrew M. Kuchling · 16 years ago
  86. f839b66 Grammar fixes by Andrew M. Kuchling · 16 years ago
  87. c2e3270 Remove request for e-mail; it's unlikely these classes will be saved by Andrew M. Kuchling · 16 years ago
  88. fc7f493 rephrase by Benjamin Peterson · 16 years ago
  89. f91c70a Change references to the new math functions to generate proper x-refs. by Georg Brandl · 16 years ago
  90. 2fcd8c9 Fix another typo in math_sum comment by Mark Dickinson · 16 years ago
  91. d303578 Fix outdated count of the number of new math module functions. by Mark Dickinson · 16 years ago
  92. 1ec2fcd Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now by Mark Dickinson · 16 years ago
  93. 7b2e2df Various items by Andrew M. Kuchling · 16 years ago
  94. e3ae655 Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support. by Raymond Hettinger · 16 years ago
  95. e0f1244 add multiprocessing to the Makefile by Benjamin Peterson · 16 years ago
  96. 5f198be Fix comment typos by Andrew M. Kuchling · 16 years ago
  97. d6b1eaf Various items by Andrew M. Kuchling · 16 years ago
  98. 8dc20fd Updated with fix for #3136. by Vinay Sajip · 16 years ago
  99. 5f7b97d Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an optional disable_existing_loggers parameter, but the default value is such that the old behaviour is preserved. by Vinay Sajip · 16 years ago
  100. 6f5a2b5 skip test_macostools when UCS4 is enabled by Benjamin Peterson · 16 years ago