1. c388a83 Merged revisions 73451 via svnmerge from by Mark Dickinson · 15 years ago
  2. 8699aea The key-value pairs can be lists or tuples or any iterable. by Raymond Hettinger · 15 years ago
  3. 2c86004 Merged revisions 73447-73448 via svnmerge from by Georg Brandl · 15 years ago
  4. fc11f27 Expand a bit on dict views. by Georg Brandl · 15 years ago
  5. 5e06a65 Merged revisions 73441 via svnmerge from by Tarek Ziadé · 15 years ago
  6. 693d804 Blocked revisions 73433 via svnmerge by Benjamin Peterson · 15 years ago
  7. 995bb47 rewrite binary std streams part; note that detach()/buffer will not always work by Benjamin Peterson · 15 years ago
  8. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 15 years ago
  9. 2a8b54d update peek documentation to implementation by Benjamin Peterson · 15 years ago
  10. 3d8827d Merged revisions 73425 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  11. 077da0e Blocked revisions 73423 via svnmerge by Hirokazu Yamamoto · 15 years ago
  12. 01bf236 post release version bumps by Benjamin Peterson · 15 years ago
  13. 286ff76 tag 3.1 release candidate 2 by Benjamin Peterson · 15 years ago
  14. 52915df update the README to be a little more inspiring w/regards to stability by Benjamin Peterson · 15 years ago
  15. c7c1228 bump version to 3.1rc2 by Benjamin Peterson · 15 years ago
  16. 59843e9 update pydoc topics by Benjamin Peterson · 15 years ago
  17. 16a1f63 make file closing more robust by Benjamin Peterson · 15 years ago
  18. 94f5583 Fix SystemError and a wasps nest of ref counting issues. by Raymond Hettinger · 15 years ago
  19. 83eacca Merged revisions 73390 via svnmerge from by Martin v. Löwis · 15 years ago
  20. 58641de Issue #6195: fix doctest to no longer try to read 'source' data from by R. David Murray · 15 years ago
  21. 554290d Fixup/simplify another nested context manager. by Raymond Hettinger · 15 years ago
  22. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  23. 2c3ac6b Merged revisions 73370 via svnmerge from by Benjamin Peterson · 15 years ago
  24. be40db0 Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 15 years ago
  25. 59e6eb1 Blocked revisions 73145 via svnmerge by Benjamin Peterson · 15 years ago
  26. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  27. 6520b68 Blocked revisions 73372 via svnmerge by Benjamin Peterson · 15 years ago
  28. 862f87a Blocked revisions 73182,73184,73238,73252,73281,73334,73361-73362,73367 via svnmerge by Benjamin Peterson · 15 years ago
  29. 27352a5 Move comment to correct line. by Raymond Hettinger · 15 years ago
  30. e046d2a Add example of how to do key lookups with bisect(). by Raymond Hettinger · 15 years ago
  31. 14eac1b Recorded merge of revisions 73350,73353 via svnmerge from by Georg Brandl · 15 years ago
  32. affbd87 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  33. e653a7d Merged revisions 73354 via svnmerge from by Tarek Ziadé · 15 years ago
  34. ff54336 Merged revisions 73348 via svnmerge from by Tarek Ziadé · 15 years ago
  35. a8b5a14 Blocked revisions 73345 via svnmerge by Tarek Ziadé · 15 years ago
  36. abcc3f4 Merged revisions 73341 via svnmerge from by Tarek Ziadé · 15 years ago
  37. 015c810 Merged revisions 73336 via svnmerge from by Tarek Ziadé · 15 years ago
  38. fde29be Issue 6256: Fix stacklevel in warning message. by Raymond Hettinger · 15 years ago
  39. 5c96308 Fix funny typo. by Raymond Hettinger · 15 years ago
  40. f6b8872 Merged revisions 73328 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  41. 2cdc88e Blocked revisions 73325-73326 via svnmerge by Amaury Forgeot d'Arc · 15 years ago
  42. 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 15 years ago
  43. 5b4a54c Add notes for porting issues related to pickles. by Raymond Hettinger · 15 years ago
  44. 662bad8 Add example for the change to pickle and note the effect of the fix_imports option. by Raymond Hettinger · 15 years ago
  45. 0803d87 Blocked revisions 73314 via svnmerge by Eric Smith · 15 years ago
  46. 99aab65 Merged revisions 73305 via svnmerge from by Ronald Oussoren · 15 years ago
  47. 0d2cceb Merged revisions 73303 via svnmerge from by Ronald Oussoren · 15 years ago
  48. 10e0e30 Fix markup. by Georg Brandl · 15 years ago
  49. 3440c42 Fix typo. by Thomas Heller · 15 years ago
  50. 7ae90dd Elaborate encoding recommendations, and fix ambiguous wording for list comprehensions. by Georg Brandl · 15 years ago
  51. 1b8b718 Blocked revisions 73296 via svnmerge by Georg Brandl · 15 years ago
  52. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  53. 8d8f197 Review ctypes docs w.r.t. bytes/unicode. Use bytes where appropriate as the type for C strings. Lots of small markup fixes. Also fixes #4309. by Georg Brandl · 15 years ago
  54. cd7f32b Signature documentation style update, modules J, K, L and M. by Georg Brandl · 15 years ago
  55. cdf8b34 Fix default value in docstring. by Georg Brandl · 15 years ago
  56. 472f2e2 Use boolean for another flag option. by Georg Brandl · 15 years ago
  57. 96f05e5 Use a real bool for a flag option. by Georg Brandl · 15 years ago
  58. 0eaab97 Recorded merge of revisions 73286 via svnmerge from by Georg Brandl · 15 years ago
  59. 4049ce0 #6235: ASCII also affects \[dD] escapes. by Georg Brandl · 15 years ago
  60. ed2a1db Remove duplicated sentence. Remove duplicated sentence. by Georg Brandl · 15 years ago
  61. c674f7d Blocked revisions 73282 via svnmerge by Benjamin Peterson · 15 years ago
  62. c6d936e When _locale became a built-in module it was discovered that ``-lintl`` was not by Brett Cannon · 15 years ago
  63. b7a5156 Issue #6221: Delete test registry key before running the test. by Martin v. Löwis · 15 years ago
  64. 0a044e1 Blocked revisions 73270 via svnmerge by Benjamin Peterson · 15 years ago
  65. 8e5bda4 Fix symlink for 2to3 in framework install. Without this patch an incorrect link is created when DESTDIR is set. by Ronald Oussoren · 15 years ago
  66. fe8a3d6 Fix for issue 6202 by Ronald Oussoren · 15 years ago
  67. 2cfca79 stop throwing out all errors when PyObject_GetAttr fails by Benjamin Peterson · 15 years ago
  68. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  69. 3bbbf18 Add what's new entry for r73236. by Antoine Pitrou · 15 years ago
  70. c0d98aa Merged revisions 73250 via svnmerge from by Benjamin Peterson · 15 years ago
  71. ef3e71f Blocked revisions 73243 via svnmerge by Tarek Ziadé · 15 years ago
  72. 8e91ec7 Blocked revisions 73240 via svnmerge by Eric Smith · 15 years ago
  73. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  74. 751899a Merged revisions 73232 via svnmerge from by Georg Brandl · 15 years ago
  75. 40925d2 Remove the ipaddr module per discussion on python-dev. by Raymond Hettinger · 15 years ago
  76. 5c01a8d Merged revisions 73224 via svnmerge from by Eric Smith · 15 years ago
  77. aa5acaa Take ipaddr out of whatsnew. by Raymond Hettinger · 15 years ago
  78. f5123ef Merged revisions 73217 via svnmerge from by Georg Brandl · 15 years ago
  79. ec80688 Merged revisions 73215 via svnmerge from by Georg Brandl · 15 years ago
  80. 3cfdd9c Merged revisions 73186,73206,73212 via svnmerge from by Georg Brandl · 15 years ago
  81. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  82. 3ed0deb Remove nonexisting stuff from __all__. by Georg Brandl · 15 years ago
  83. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  84. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  85. cef803f Remove mentions of the nonexisting SlowParser in xmlrpc.client. by Georg Brandl · 15 years ago
  86. 317185a Recorded merge of revisions 73201 via svnmerge from by Georg Brandl · 15 years ago
  87. dc144a0 Merged revisions 73197 via svnmerge from by Tarek Ziadé · 15 years ago
  88. 394996b Issue #5373: Remove restriction on null bytes in docstrings of classes. by Alexandre Vassalotti · 15 years ago
  89. d76b9f1 Fix __all__. by Raymond Hettinger · 15 years ago
  90. 686057b Use new form of with-statement instead of contextlib.nested(). by Raymond Hettinger · 15 years ago
  91. a678d94 Remove the application stub for Python Launcher. This by Ronald Oussoren · 15 years ago
  92. bdee494 #6190: Remove duplicate paragraph. by Georg Brandl · 15 years ago
  93. 0abc64d This fixes bug 5798 on OS X. by Josiah Carlson · 15 years ago
  94. b1614a7 Another hidden treasure. by Raymond Hettinger · 15 years ago
  95. 67d7fb5 remove extra "|"s by Benjamin Peterson · 15 years ago
  96. c9dffa5 Blocked revisions 73174 via svnmerge by Tarek Ziadé · 15 years ago
  97. 6840721 Merged revisions 73170 via svnmerge from by Tarek Ziadé · 15 years ago
  98. e6ed2f9 Merged revisions 73166 via svnmerge from by Tarek Ziadé · 15 years ago
  99. 8d6e26d Blocked revisions 73163 via svnmerge by Georg Brandl · 15 years ago
  100. a5ebc26 <> is gone (almost). by Georg Brandl · 15 years ago